@charset "UTF-8";
/**
    Theme Name: Plant
    Theme URI: http://engotheme.com/
    Author: Engo Team
    Author URI: http://engotheme.com/
    Description: Engo ABC HTML Template
    Version: 1.0
    Last change:    2017/12/11 [Initial Release]
    License: GNU General Public License v2 or later
    Text Domain: Engotheme
 **/
/*------------------------------------------------------------------
[Table of contents]
    components
        1.Base
        2.element
        3.Layout
        4.mixin
        5.page
        6.posttype
        7.Reponsive
        8.variables
        9.var
            9.1 element
            9.2 form
            9.3 layout
            9.4 nav
    
/* Regular stil için */
@font-face {
    font-family: 'Delargo DTCond';
    src: url('fonts/fonnts.com-DelargoDTCond-Regular.otf') format('opentype'); /* Dosya yolunuza göre güncelleyin */
    font-weight: 400; /* Regular ağırlık */
    font-style: normal;
    font-display: swap; /* Font yüklenirken metnin görünmesini sağlar */
}

/* Bold stil için */
@font-face {
    font-family: 'Delargo DTCond';
    src: url('fonts/fonnts.com-DelargoDTCond-Bold.otf') format('opentype'); /* Dosya yolunuza göre güncelleyin */
    font-weight: 700; /* Bold ağırlık */
    font-style: normal;
    font-display: swap;
}

/* Black Italic stil için */
@font-face {
    font-family: 'Delargo DTCond';
    src: url('fonts/fonnts.com-DelargoDTCond-BlackItalic.otf') format('opentype'); /* Dosya yolunuza göre güncelleyin */
    font-weight: 900; /* Black veya daha kalın bir ağırlık */
    font-style: italic;
    font-display: swap;
}



-------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 'Delargo DTCond', Arial, sans-serif;  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

/* Scrollbar stili (sadece webkit tarayıcılar için) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1E1B1B; /* senin görseldeki arka plan rengiyle aynı */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #3A3A3A, #5C5C5C);
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6B6B6B, #8E8E8E);
}

/* Firefox desteği */
* {
  scrollbar-width: thin;
  scrollbar-color: #363535 #231F20;
}


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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
font-family: 'Delargo DTCond', Arial, sans-serif;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

.glyphicon-euro:before,
.glyphicon-eur: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-lock:before {
  content: "\e033"; }

.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-bookmark:before {
  content: "\e044"; }

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

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

.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-fire:before {
  content: "\e104"; }

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

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

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

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

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

.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-bell:before {
  content: "\e123"; }

.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-wrench:before {
  content: "\e136"; }

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

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

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

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

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

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

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

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

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

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

.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-cd:before {
  content: "\e201"; }

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

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

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

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

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

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

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Delargo DTCond', Arial, sans-serif;  font-size: 14px;
  line-height: 1.42857;
  color: #2b2b2b;
  background-color: #fff; }

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

a {
  color: black;
  text-decoration: none; }
  a:hover, a:focus {
    color: #567924;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  width: 351px;
    height: 351px;
    object-fit: contain; }

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

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

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: black; }

a.text-primary:hover,
a.text-primary:focus {
  color: #648d29; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: black; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #648d29; }

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

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

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

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

code,
kbd,
pre,
samp {
  font-family: 'Delargo DTCond', Arial, sans-serif; }

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

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

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

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

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-0 {
  left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  margin-bottom: 5px;
  color: #231F20;
}

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

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

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

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #353535;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #353535;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #353535;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #353535;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #353535;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #353535; }

.btn-primary {
  color: #fff;
  background-color: black;
  border-color: #72a02f; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #648d29;
    border-color: #2c3e12; }
  .btn-primary:hover {
    color: #fff;
    background-color: #648d29;
    border-color: #507121; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #648d29;
    border-color: #507121; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #507121;
      border-color: #2c3e12; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: black;
    border-color: #72a02f; }
  .btn-primary .badge {
    color: black;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

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

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

.btn-link {
  color: black;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #567924;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

.btn-block {
  display: block;
  width: 100%; }

.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

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

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

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

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: black; }
  .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 #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff;
    background-color: black; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

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

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

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

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

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

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

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

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

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

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

.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 {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: black;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #567924;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: black;
    border-color: black;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

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

.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      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: #777777;
    background-color: #fff;
    cursor: not-allowed; }

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

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

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

.label-primary {
  background-color: black; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #648d29; }

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

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

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

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

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #2b2b2b; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: black; }

.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,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

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

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

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: black;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-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-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: -o-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-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: -o-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-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: -o-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-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: -o-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 {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

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

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

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

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

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

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

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: black; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: black;
    border-color: black; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: black; }
    .panel-primary > .panel-heading .badge {
      color: black;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: black; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: -1px;
  right: -1px;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    top: 30%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Delargo DTCond', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Delargo DTCond', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-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;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-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 {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-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 {
    outline: 0;
    color: #fff;
    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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Import component variables
 */
.btn-web {
  margin-top: 30px; }
  .btn-web a {
    width: 200px;
    height: 50px;
    text-align: center;
    background: #231F20;
    line-height: 45px;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 40px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .btn-web a:hover {
      color: #2b2b2b;
      border: 1px solid #2b2b2b;
      background: transparent;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.btn-web-1 a {
  background: transparent;
  color: #2b2b2b;
  text-transform: uppercase;
  border: 1px solid #959595; }
  .btn-web-1 a:hover {
    background: black;
    color: #fff;
    border: 1px solid black; }

.btn-theme a {
  background: black;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-theme a:hover {
    background: transparent;
    color: #2b2b2b;
    border: 1px solid #2b2b2b; }

.btn-theme.btn-small a {
  font-size: 14px;
  padding: 10px 25px; }

.btn-theme.btn-medium a {
  font-size: 18px;
  padding: 12px 45px; }

.btn-theme.btn-lage a {
  font-size: 18px;
  padding: 15px 60px; }

.btn-outline a {
  background: transparent;
  color: #2b2b2b;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #2b2b2b;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-outline a:hover {
    background: black;
    color: #FFF;
    border: 1px solid black; }

.btn-outline.btn-small a {
  font-size: 14px;
  padding: 10px 25px; }

.btn-outline.btn-medium a {
  font-size: 18px;
  padding: 12px 45px; }

.btn-outline.btn-lage a {
  font-size: 18px;
  padding: 15px 60px; }

.btn-shadow a {
  -moz-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13); }

.title-h4 {
  font-size: 60px;
  font-weight: 500;
  font-family: 'Delargo DTCond', Arial, sans-serif;
  color: #fff; }

.title-h3 {
  font-family: 'Delargo DTCond', Arial, sans-serif;
  font-weight: 300; }
  @media (min-width: 600px) {
    .title-h3 {
      font-size: 48px; } }
  @media (max-width: 600px) {
    .title-h3 {
      font-size: 40px; } }

.title-h5 {
  color: #2b2b2b;
  font-size: 22px;
  font-family: 'Delargo DTCond', Arial, sans-serif;
  font-weight: 500; }

.title-h6 {
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.title-h3-line {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative; }
  .title-h3-line:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background: #7fb541;
    top: 0;
    right: 50%;
    transform: translate(-50%, -120%); }

.social a {
  margin-left: 10px;
  line-height: 48px; }
  @media (max-width: 991px) {
    .social a {
      margin: 0 5px; }
      .social a:last-child {
        margin-right: 5px !important; } }
  .social a:last-child {
    margin-right: 0; }
  .social a i {
    font-size: 16px;
    border: 1px solid #e7e7e7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .social a i:hover {
      border: 1px solid black;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

@media (min-width: 480px) {
  .banner-v5 {
    margin: 10px 10px 100px; } }

@media (max-width: 480px) {
  .banner-v5 {
    margin: 80px 15px 140px; } }

.banner-v5 img {
  width: 100%; }

.banner-header.about-us {
  background: url("../images/3.png") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (min-width: 1200px) {
    .banner-header.about-us {
      margin: 0 30px;
      min-height: 550px; } }
  @media (min-width: 600px) and (max-width: 1200px) {
    .banner-header.about-us {
      margin: 0 30px;
      min-height: 500px; } }
  @media (max-width: 600px) {
    .banner-header.about-us {
      margin: 0 15px;
      min-height: 300px; } }


.banner-header.eiveup {
  background: url("../images/4.png") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (min-width: 1200px) {
    .banner-header.about-us {
      margin: 0 30px;
      min-height: 550px; } }
  @media (min-width: 600px) and (max-width: 1200px) {
    .banner-header.about-us {
      margin: 0 30px;
      min-height: 500px; } }
  @media (max-width: 600px) {
    .banner-header.about-us {
      margin: 0 15px;
      min-height: 300px; } }


.banner-blog {
  background: url("../images/5.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 400px;
  position: relative; }
  .banner-blog.page-contact {
    background: url("../images/banner/23.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  .banner-blog.banner-blog-details {
    background: url("../images/slide/15.jpg") no-repeat;
    min-height: 830px;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 30px; }
  .banner-blog .img_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    z-index: 99;
    height: 100%;
    position: absolute; }
    .banner-blog .img_banner h4 {
      color: #fff;
      font-size: 48px;
      font-weight: 500; }
    .banner-blog .img_banner ul {
      background: transparent; }
      .banner-blog .img_banner ul li.active a {
        color: #7fb441; }
      .banner-blog .img_banner ul li:first-child:before {
        content: none; }
      .banner-blog .img_banner ul li:before {
        content: "\f0da";
        font-family: 'FontAwesome', sans-serif;
        padding: 0 15px;
        color: #fff; }
      .banner-blog .img_banner ul li a {
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif; }

.video {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 80px; }
  .video .box-video {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 790px;
    transform: translateX(-50%) translateY(-5%); }
    .video .box-video p {
      color: #fff; }
      @media (min-width: 768px) {
        .video .box-video p {
          font-size: 60px; } }
      @media (min-width: 480px) and (max-width: 768px) {
        .video .box-video p {
          font-size: 45px; } }
      @media (max-width: 480px) {
        .video .box-video p {
          font-size: 32px; } }
  .video .section-video .btn-play {
    left: 50%;
    transform: translateX(-50%) translateY(-160%);
    transition: all .3s;
    background: url("../images/icon/5.png");
    width: 115px;
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; }
  .video .section-video .modal-video {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    transform: scale(2);
    transition: all .5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999; }
    .video .section-video .modal-video iframe {
      position: relative;
      top: 150px;
      width: 700px;
      max-width: 90%;
      display: block;
      margin: 0 auto;
      border: none; }
      .video .section-video .modal-video iframe .ytp-autohide .ytp-watermark {
        display: none !important; }
    .video .section-video .modal-video.opened {
      visibility: visible;
      opacity: 1;
      transform: scale(1); }
  .video .section-video:hover .btn-play {
    width: 120px;
    height: 120px;
    background: url("../images/icon/5-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2; }

#slide_show .content .title {
  font-weight: 600; }
  @media (min-width: 1000px) {
    #slide_show .content .title {
      font-size: 60px; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    #slide_show .content .title {
      font-size: 29px; } }
  @media (max-width: 480px) {
    #slide_show .content .title {
      font-size: 16px; } }

#slide_show .content .category-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  position: reletive; }
  @media (min-width: 1000px) {
    #slide_show .content .category-name {
      font-size: 24px;
      padding-left: 50px; }
      #slide_show .content .category-name:after {
        background: #979797;
        content: "";
        left: 0;
        position: absolute;
        top: 18px;
        width: 30px;
        height: 1px; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    #slide_show .content .category-name {
      font-size: 15px; } }
  @media (max-width: 480px) {
    #slide_show .content .category-name {
      font-size: 10px; } }
  #slide_show .content .category-name a {
    color: #9e9e9e; }
    #slide_show .content .category-name a:hover {
      color: black; }

#slide_show .content .box-price {
  margin-bottom: 47px; }
  @media (min-width: 480px) {
    #slide_show .content .box-price .old-price {
      font-size: 18px; } }
  @media (max-width: 480px) {
    #slide_show .content .box-price .old-price {
      font-size: 10px; } }
  @media (min-width: 480px) {
    #slide_show .content .box-price .price {
      font-size: 24px; } }
  @media (max-width: 480px) {
    #slide_show .content .box-price .price {
      font-size: 14px; } }

/* @media (min-width: 1200px) {
  #slide_show.slide-h5 .inner {
    padding: 0 34px; } } */

#slide_show.slide-h5 .slider-img .content {
  position: absolute;
  margin: auto; }
  @media (min-width: 1680px) {
    #slide_show.slide-h5 .slider-img .content {
      top: 32%;
      right: 19%; } }
  @media (min-width: 1200px) and (max-width: 1366px) {
    #slide_show.slide-h5 .slider-img .content {
      top: 32%;
      right: 11%; } }
  @media (min-width: 1000px) and (max-width: 1200px) {
    #slide_show.slide-h5 .slider-img .content {
      top: 18%;
      right: 1%; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    #slide_show.slide-h5 .slider-img .content {
      top: 15%;
      right: 12%; } }
  @media (max-width: 480px) {
    #slide_show.slide-h5 .slider-img .content {
      top: 20%;
      right: -28px; } }

@media (max-width: 768px) {
  #slide_show .fullw-slider .slick-list {
    margin-bottom: 0; } }

#slide_show button {
  background: none;
  border: none;
  z-index: 99; }
  #slide_show button.slick-prev {
    left: 50px; }
    #slide_show button.slick-prev:before {
      left: 0; }
    #slide_show button.slick-prev:after {
      background: url("../images/icon/even-l-icon.png") no-repeat;
      left: 0;
      right: 4px; }
  #slide_show button.slick-next {
    right: 50px; }
    #slide_show button.slick-next:before {
      right: 0; }
    #slide_show button.slick-next:after {
      background: url("../images/icon/even-r-icon.png") no-repeat;
      right: 0;
      left: 4px; }
  #slide_show button.slick-prev, #slide_show button.slick-next {
    width: 72px;
    height: 72px; }
    #slide_show button.slick-prev:before, #slide_show button.slick-next:before {
      background: rgba(0, 0, 0, 0.18) no-repeat;
      content: "";
      position: absolute;
      top: 0;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      width: 72px;
      height: 72px; }
    #slide_show button.slick-prev:after, #slide_show button.slick-next:after {
      content: "";
      position: absolute;
      margin: auto;
      top: 20px;
      width: 17px;
      height: 30px; }

#slide_show .btn-slide a {
  font-size: 18px;
  padding: 12px 45px; }

.section-slider {
  overflow: hidden;
  position: relative; }
  .section-slider .title-h3 h3 {
    color: #333333;
    font-weight: 300; }
    @media (min-width: 480px) {
      .section-slider .title-h3 h3 {
        font-size: 48px;
        margin: 87px 0 80px; } }
    @media (max-width: 480px) {
      .section-slider .title-h3 h3 {
        font-size: 19px;
        margin: 40px 0 30px; } }
  .section-slider .owl-stage-outer .owl-item {
    opacity: 0.3; }
    .section-slider .owl-stage-outer .owl-item.center {
      opacity: 1; }
    .section-slider .owl-stage-outer .owl-item .item {
      position: relative;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1200px) {
        .section-slider .owl-stage-outer .owl-item .item {
          padding-bottom: 25px; } }
      @media (max-width: 480px) {
        .section-slider .owl-stage-outer .owl-item .item {
          padding-bottom: 25px; } }
      .section-slider .owl-stage-outer .owl-item .item .sale {
        color: #9d9d9d;
        font-size: 24px;
        font-weight: 300;
        position: absolute;
        top: 5%;
        right: 7%;
        padding: 14px;
        border-radius: 50%;
        box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
        z-index: 9999;
        background: #fff; }
      .section-slider .owl-stage-outer .owl-item .item .content-item {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        @media (min-width: 1200px) {
          .section-slider .owl-stage-outer .owl-item .item .content-item {
            padding: 20px 60px 20px; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .section-slider .owl-stage-outer .owl-item .item .content-item {
            padding: 20px 60px 0px; } }
        @media (max-width: 992px) {
          .section-slider .owl-stage-outer .owl-item .item .content-item {
            padding: 20px 60px 20px; } }
        .section-slider .owl-stage-outer .owl-item .item .content-item .title-h5 {
          font-size: 24px; }
        .section-slider .owl-stage-outer .owl-item .item .content-item .text-left .price {
          font-size: 20px;
          color: black;
          font-family: 'Roboto Condensed', sans-serif; }
        .section-slider .owl-stage-outer .owl-item .item .content-item .text-left .old-price {
          color: #2b2b2b;
          font-size: 16px;
          opacity: 0.6;
          margin-right: 5px; }
  .section-slider.height-v .item img {
    width: 100%;
    height: 100%; }
  .section-slider:hover .owl-nav {
    opacity: 1; }
  .section-slider .owl-nav {
    display: block !important;
    transition: all 0.3s ease-in-out;
    opacity: 1; }
    .section-slider .owl-nav .owl-prev {
      left: -70px;
      top: 50%;
      font-size: 0;
      text-align: center;
      transform: translateY(-50%);
      position: absolute;
      background: #2b2b2b;
      z-index: 99;
      width: 120px;
      border-radius: 50%;
      height: 120px;
      padding-left: 40px;
      opacity: 0.4;
      transition: all 0.3s ease-in-out; }
      .section-slider .owl-nav .owl-prev:hover {
        opacity: 1;
        transition: all 0.3s ease-in-out; }
      .section-slider .owl-nav .owl-prev:hover::before {
        opacity: 1; }
      .section-slider .owl-nav .owl-prev:before {
        content: "";
        background: url("../images/icon/even-l-icon.png") no-repeat;
        padding: 20px;
        margin-top: 45px;
        width: 120px;
        height: 120px;
        position: absolute;
        opacity: 0.6; }
    .section-slider .owl-nav .owl-next {
      right: -70px;
      top: 50%;
      font-size: 0;
      text-align: center;
      transform: translateY(-50%);
      position: absolute;
      background: #2b2b2b;
      opacity: 0.4;
      z-index: 99;
      width: 120px;
      border-radius: 50%;
      height: 120px;
      transition: all 0.3s ease-in-out;
      padding-right: 70px; }
      .section-slider .owl-nav .owl-next:before {
        content: "";
        margin-top: 45px;
        width: 120px;
        height: 120px;
        position: absolute;
        background: url("../images/icon/even-r-icon.png") no-repeat;
        padding: 20px;
        opacity: 0.6; }
      .section-slider .owl-nav .owl-next:hover::before {
        opacity: 1; }
      .section-slider .owl-nav .owl-next:hover {
        opacity: 1;
        transition: all 0.3s ease-in-out; }

.slide-v3.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slide-v3 .slick-list {
  margin-bottom: 20px; }

@media (min-width: 1620px) {
  .slide-v3 {
    width: 1820px;
    margin: 0 auto;
    padding: 0 8px; } }

@media (max-width: 600px) {
  .slide-v3 .w50-1 {
    position: absolute;
    top: 52px;
    left: 20px;
    z-index: 99; } }

.slide-v3 .slick-dots {
  right: 0 !important;
  width: 1px !important;
  bottom: 50% !important; }
  .slide-v3 .slick-dots li {
    margin: 3px 0px !important; }
    .slide-v3 .slick-dots li.slick-active a:after {
      border: none !important;
      height: 8px;
      width: 8px !important;
      background: #2b2b2b; }
    .slide-v3 .slick-dots li a {
      font-size: 0 !important; }
      .slide-v3 .slick-dots li a:after {
        border-radius: 50%;
        width: 8px !important;
        background: #cccccc;
        border: none !important;
        height: 8px; }
    .slide-v3 .slick-dots li button::before {
      font-size: 35px; }

@media (min-width: 1860px) {
  .slide-v3 .content {
    padding-top: 260px;
    padding-left: 150px; } }

@media (min-width: 1200px) and (max-width: 1860px) {
  .slide-v3 .content {
    padding-top: 140px;
    padding-left: 60px; } }

@media (min-width: 600px) and (max-width: 1200px) {
  .slide-v3 .content {
    padding-top: 60px;
    padding-left: 50px; } }

@media (max-width: 600px) {
  .slide-v3 .content {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px; } }

.slide-v3 .content .box-img .content-item {
  position: initial !important; }
  .slide-v3 .content .box-img .content-item .btn-web a {
    width: 160px; }
  .slide-v3 .content .box-img .content-item p {
    position: relative;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 0.6;
    padding-left: 47px; }
    .slide-v3 .content .box-img .content-item p:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background: #979797;
      top: 50%;
      left: 5px; }
  .slide-v3 .content .box-img .content-item .title-h5 {
    font-weight: 600;
    margin-bottom: 17px; }
    @media (min-width: 900px) {
      .slide-v3 .content .box-img .content-item .title-h5 {
        font-size: 60px; } }
    @media (min-width: 600px) and (max-width: 900px) {
      .slide-v3 .content .box-img .content-item .title-h5 {
        font-size: 35px; } }
    @media (max-width: 600px) {
      .slide-v3 .content .box-img .content-item .title-h5 {
        font-size: 25px; } }
  .slide-v3 .content .box-img .content-item .bottom .old-price {
    font-size: 18px !important; }
  .slide-v3 .content .box-img .content-item .bottom .price {
    font-size: 24px !important; }

.slide-v1 .slick-dots {
  bottom: 8%;
  margin: auto;
  width: 70px;
  right: 0;
  left: 0;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .slide-v1 .slick-dots li {
    margin-bottom: 10px; }
    .slide-v1 .slick-dots li.slick-active button {
      color: #2b2b2b; }
      .slide-v1 .slick-dots li.slick-active button:before {
        background: #2b2b2b;
        width: 50px; }
    .slide-v1 .slick-dots li button {
      color: #979797;
      padding-left: 50px;
      font-size: 18px;
      font-family: "Roboto Condensed", sans-serif; }
      .slide-v1 .slick-dots li button:before {
        background: #979797;
        content: '';
        top: 50%;
        left: auto;
        right: -20px;
        opacity: 1;
        width: 30px;
        height: 2px;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .slide-v1 .slick-dots li button:hover {
        color: #2b2b2b; }
        .slide-v1 .slick-dots li button:hover:before {
          background: #2b2b2b;
          width: 50px; }

.slide-v2 .slick-dots {
  bottom: 8%;
  width: 20px;
  right: 50%;
  left: auto; }
  .slide-v2 .slick-dots li {
    display: block;
    margin: 7px 0px;
    width: unset;
    height: unset; }
    .slide-v2 .slick-dots li:hover a:after {
      width: 55px; }
    .slide-v2 .slick-dots li a {
      position: relative;
      font-size: 16px;
      font-weight: 500;
      color: #979797; }
      .slide-v2 .slick-dots li a:after {
        border-bottom: 2px solid #979797;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 37px; }
    .slide-v2 .slick-dots li.slick-active a {
      color: #2b2b2b; }
      .slide-v2 .slick-dots li.slick-active a:after {
        width: 55px;
        border-bottom: 2px solid #2b2b2b; }

.section-slider-v5 {
  cursor: pointer;
  position: relative;
  margin-bottom: 100px;
  margin-top: 110px; }
  .section-slider-v5 .bg {
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0%;
    justify-content: center;
    width: 100%;
    display: flex; }
    .section-slider-v5 .bg .title-h5 {
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: #fff;
      height: 35px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      line-height: 35px;
      padding: 0 25px;
      margin: 0; }
    .section-slider-v5 .bg i {
      font-size: 17px;
      padding-right: 5px; }
  .section-slider-v5 .container {
    width: 100%;
    padding: 0px 40px; }
    .section-slider-v5 .container .owl-stage-outer .owl-item {
      opacity: 1; }
      .section-slider-v5 .container .owl-stage-outer .owl-item .item {
        overflow: hidden; }
        .section-slider-v5 .container .owl-stage-outer .owl-item .item .icon-best img {
          transition: all 0.6s ease-in-out; }
        .section-slider-v5 .container .owl-stage-outer .owl-item .item:hover img {
          transform: scale(1.15);
          transition: all 0.6s ease-in-out; }
  .section-slider-v5 .owl-nav {
    transition: all 0.3s ease-in-out;
    opacity: 1; }

@media (max-width: 1360px) {
  .section-slider-v5 .owl-nav {
    display: block !important; } }
    .section-slider-v5 .owl-nav .owl-prev {
      left: -4%;
      top: 46%;
      font-size: 0;
      position: absolute; }
      .section-slider-v5 .owl-nav .owl-prev:before {
        content: "";
        position: absolute;
        background: url("../images/icon/icon.png") no-repeat;
        padding: 20px;
        opacity: 1; }
    .section-slider-v5 .owl-nav .owl-next {
      right: -4%;
      top: 50%;
      font-size: 0;
      position: absolute; }
      .section-slider-v5 .owl-nav .owl-next:before {
        content: "";
        background: url("../images/icon/icon1.png") no-repeat;
        padding: 19px;
        opacity: 1; }

/* .fullw-slider .slick-list {
  margin-bottom: 70px; } */

.fullw-slider .slider-img {
  position: relative;
  max-height: 100vh; }
  .fullw-slider .slider-img .w50 {
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .fullw-slider .slider-img .w50 {
        min-height: 100vh; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .fullw-slider .slider-img .w50 {
        min-height: 545px; } }
    @media (min-width: 700px) and (max-width: 768px) {
      .fullw-slider .slider-img .w50 {
        min-height: 400px; } }
    @media (min-width: 700px) {
      .fullw-slider .slider-img .w50 {
        float: left;
        width: 50%; } }
  .fullw-slider .slider-img .w50-1 {
    background: #fff; }
    .fullw-slider .slider-img .w50-1 .content {
      top: 0;
      position: absolute;
      left: 0;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
      align-items: center;
      display: flex; }
      .fullw-slider .slider-img .w50-1 .content .box-img {
        position: relative; }
        .fullw-slider .slider-img .w50-1 .content .box-img .content-item {
          position: absolute;
          width: 100%;
          bottom: 6%; }
          @media (min-width: 992px) and (max-width: 1200px) {
            .fullw-slider .slider-img .w50-1 .content .box-img .content-item {
              padding-left: 100px; } }
          @media (min-width: 480px) and (max-width: 992px) {
            .fullw-slider .slider-img .w50-1 .content .box-img .content-item {
              padding-left: 20px; } }
          .fullw-slider .slider-img .w50-1 .content .box-img .content-item .bottom .old-price {
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 16px;
            margin-right: 5px;
            color: #2b2b2b; }
          .fullw-slider .slider-img .w50-1 .content .box-img .content-item .bottom .price {
            color: black;
            font-size: 20px;
            font-family: 'Roboto Condensed', sans-serif; }

.slider-default.slider-full .slick-prev {
  left: 80px; }

.slider-default.slider-full .slick-next {
  right: 80px; }

.slider-default.slider-full .slider-img .content p {
  font-size: 30px; }

.slider-default.slider-full .slider-img .content h1 {
  margin-top: 15px;
  font-size: 83px; }

.slider-default.slider-full .btn-web {
  margin-top: 58px; }
  .slider-default.slider-full .btn-web a {
    width: 160px; }

.slider-default.slide-h9 .slick-slide {
  position: relative; }

.slider-default.slide-h9 .slick-prev {
  left: 80px; }

.slider-default.slide-h9 .slick-next {
  right: 80px; }

.slider-default.slide-h9 .style-slider-v1 .content-slider {
  position: absolute; }
  @media (min-width: 1860px) {
    .slider-default.slide-h9 .style-slider-v1 .content-slider {
      bottom: 35%;
      right: 15%; } }
  @media (min-width: 900px) and (max-width: 1860px) {
    .slider-default.slide-h9 .style-slider-v1 .content-slider {
      bottom: 30%;
      right: 15%; } }
  @media (max-width: 600px) {
    .slider-default.slide-h9 .style-slider-v1 .content-slider {
      bottom: 25%;
      right: 15%; } }

.slider-default.slide-h9 .style-slider-v2 .content-slider {
  position: absolute; }
  @media (min-width: 600px) {
    .slider-default.slide-h9 .style-slider-v2 .content-slider {
      bottom: 25%;
      left: 15%; } }
  @media (max-width: 600px) {
    .slider-default.slide-h9 .style-slider-v2 .content-slider {
      bottom: 15%;
      left: 6%; } }

.slider-default.slide-h9 .style-slider-v3 .content-slider {
  position: absolute;
  bottom: 30%;
  left: 22%; }

.slider-default.slide-h9 p {
  color: rgba(35, 35, 35, 0.8);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }
  @media (min-width: 1860px) {
    .slider-default.slide-h9 p {
      font-size: 36px; } }
  @media (min-width: 900px) and (max-width: 1860px) {
    .slider-default.slide-h9 p {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .slider-default.slide-h9 p {
      font-size: 10px; } }

.slider-default.slide-h9 h1 {
  font-weight: 600; }
  @media (min-width: 1860px) {
    .slider-default.slide-h9 h1 {
      font-size: 83px; } }
  @media (min-width: 900px) and (max-width: 1860px) {
    .slider-default.slide-h9 h1 {
      font-size: 45px; } }
  @media (max-width: 600px) {
    .slider-default.slide-h9 h1 {
      margin-top: 0;
      font-size: 14px; } }

@media (min-width: 600px) {
  .slider-default.slide-h9 .btn-web {
    margin-top: 60px; } }

@media (max-width: 600px) {
  .slider-default.slide-h9 .btn-web {
    margin-top: 15px; } }

@media (min-width: 600px) {
  .slider-default.slide-h9 .btn-web a {
    width: 160px; } }

@media (max-width: 600px) {
  .slider-default.slide-h9 .btn-web a {
    width: 80px;
    height: 35px;
    line-height: 32px;
    font-size: 12px; } }

.slider-default.slide-h9 .slick-arrow {
  background: rgba(0, 0, 0, 0.2); }

@media (min-width: 600px) {
  .slider-default.slide-h9 .slick-dots {
    bottom: 52px; } }

@media (max-width: 600px) {
  .slider-default.slide-h9 .slick-dots {
    bottom: 10px; } }

.slider-default.slide-h9 .slick-dots li.slick-active button:before {
  background: #000; }

.slider-default.slide-h9 .slick-dots button:before {
  background: rgba(0, 0, 0, 0.2); }

.slider-default .slider-img {
  position: relative; }
  .slider-default .slider-img .content {
    color: #FFF;
    position: absolute;
    top: 40%;
    margin: auto;
    right: 0;
    left: 0;
    text-align: center; }
    .slider-default .slider-img .content p {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 24px;
      font-weight: 300; }
    .slider-default .slider-img .content h1 {
      margin-top: 0;
      font-size: 55px;
      font-weight: 600; }

.slider-default .slick-arrow {
  background: rgba(179, 179, 179, 0.4);
  z-index: 1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px; }

.slider-default .slick-prev:before, .slider-default .slick-next:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 50px; }

.slider-default .slick-prev {
  left: 30px; }
  .slider-default .slick-prev:before {
    content: "\e686"; }

.slider-default .slick-next {
  right: 30px; }
  .slider-default .slick-next:before {
    content: "\e684"; }

.slider-default .slick-dots {
  bottom: 20px; }
  .slider-default .slick-dots li.slick-active button:before {
    background: #FFF;
    opacity: 1; }
  .slider-default .slick-dots button:before {
    background: rgba(255, 255, 255, 0.3);
    content: '';
    opacity: 1;
    width: 20px;
    height: 2px; }

.warp-comment {
  border-top: 1px solid #ddd;
  margin-top: 70px; }
  .warp-comment .follow {
    margin-top: 20px; }
    .warp-comment .follow .left span {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      color: #959595;
      font-weight: 300;
      padding-right: 35px; }
      @media (max-width: 480px) {
        .warp-comment .follow .left span {
          display: block;
          margin-bottom: 20px; } }
      .warp-comment .follow .left span i {
        padding-right: 8px;
        font-size: 20px; }
    .warp-comment .follow .right {
      color: #c7ccd1;
      text-transform: uppercase; }
  .warp-comment .comment-top .entry-between {
    padding: 27px 0; }
  .warp-comment .comment-top .label {
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    padding: 0; }
  .warp-comment .comment-top .comment {
    background: #d3d8db;
    float: right;
    font-size: 13px;
    position: relative;
    color: #111111;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px; }
    .warp-comment .comment-top .comment:before {
      content: "";
      position: absolute;
      left: -4px;
      top: 50%;
      color: #d3d8db;
      transform: translateY(-50%);
      vertical-align: middle;
      border-right: 4px dashed;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    .warp-comment .comment-top .comment:after {
      content: "\f005";
      position: absolute;
      left: -25px;
      top: 50%;
      color: #ff2947;
      transform: translateY(-50%);
      font-family: FontAwesome;
      font-size: 18px; }
  .warp-comment .comment-text {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .warp-comment .comment-text .img-comment {
      max-width: 50px;
      margin-right: 10px; }
      .warp-comment .comment-text .img-comment img {
        border-radius: 7px; }
    .warp-comment .comment-text form {
      width: 100%; }
      .warp-comment .comment-text form input {
        padding-right: 25px;
        padding-left: 25px;
        color: #959595;
        height: 48px;
        border: 2px solid #d7d7d7;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .warp-comment .comment-text form input {
            height: 40px; } }

.cvt-breadcrumbs {
  padding: 22px 0px 0px; }
  .cvt-breadcrumbs .title-h5 {
    margin-bottom: 48px; }
  .cvt-breadcrumbs .wrap-top {
    display: flex;
    align-items: center; }
  .cvt-breadcrumbs .share {
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    color: #111;
    text-transform: capitalize; }
    .cvt-breadcrumbs .share i {
      padding-left: 15px; }
  .cvt-breadcrumbs .social {
    margin-top: 45px; }
    .cvt-breadcrumbs .social a .fa-facebook {
      border: 1px solid #3e3576;
      color: #3e3576; }
    .cvt-breadcrumbs .social a .fa-instagram {
      border: 1px solid #00d967;
      color: #00d967; }
    .cvt-breadcrumbs .social a .fa-pinterest-p {
      border: 1px solid #ff2947;
      color: #ff2947; }
    .cvt-breadcrumbs .social a .fa-twitter {
      border: 1px solid #00b6d6;
      color: #00b6d6; }
    .cvt-breadcrumbs .social a:hover i {
      border: 1px solid #7fb541;
      color: black; }
    .cvt-breadcrumbs .social a {
      display: block;
      margin: 0; }
  .cvt-breadcrumbs .sibar-left {
    color: #111111;
    padding: 0px 60px;
    font-size: 30px; }
    .cvt-breadcrumbs .sibar-left .img-icon {
      margin-bottom: 15px; }
  .cvt-breadcrumbs .color-content {
    position: relative; }
    .cvt-breadcrumbs .color-content .breadcrumb {
      padding: 0;
      margin-top: 8px;
      margin-bottom: 40px; }
    .cvt-breadcrumbs .color-content .date {
      margin: 30px 0 52px; }
    .cvt-breadcrumbs .color-content .title-h5 h5 {
      color: #232323;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 24px;
      font-weight: 300;
      line-height: 35px; }
    .cvt-breadcrumbs .color-content ul {
      padding-left: 21px;
      margin-top: 32px; }
      @media (max-width: 480px) {
        .cvt-breadcrumbs .color-content ul {
          padding-left: 0; } }
      .cvt-breadcrumbs .color-content ul li a {
        font-size: 17px;
        color: #5c5c5c;
        font-weight: 400; }
        .cvt-breadcrumbs .color-content ul li a:hover {
          color: #ff2525; }
        .cvt-breadcrumbs .color-content ul li a i {
          padding-right: 10px; }
    .cvt-breadcrumbs .color-content img {
      margin: 45px 0px 35px;
      min-height: 600px; }
    .cvt-breadcrumbs .color-content .title-h6 {
      color: #232323;
      font-weight: 700;
      font-size: 17px;
      margin-top: 40px;
      line-height: 30px; }
    .cvt-breadcrumbs .color-content p {
      font-size: 17px;
      color: #5c5c5c;
      font-weight: 300;
      line-height: 30px;
      margin-top: 28px;
      font-family: 'Roboto Condensed', sans-serif; }
      .cvt-breadcrumbs .color-content p strong {
        color: #232323;
        font-weight: 600; }
  @media (max-width: 1199px) {
    .cvt-breadcrumbs {
      padding: 22px 0px 60px; } }
  .cvt-breadcrumbs ul.breadcrumb {
    list-style: none;
    background: transparent; }
    .cvt-breadcrumbs ul.breadcrumb .fa {
      color: #959595;
      border: 1px solid #959595;
      width: 17px;
      border-radius: 50%;
      height: 17px;
      text-align: center;
      line-height: 14px;
      margin-right: 10px;
      display: inline-block;
      padding-left: 2px; }
  .cvt-breadcrumbs ul.breadcrumb li {
    display: inline;
    font-size: 12px; }
    .cvt-breadcrumbs ul.breadcrumb li.active a {
      color: black;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
  .cvt-breadcrumbs ul.breadcrumb li + li:before {
    padding: 8px;
    color: #959595;
    content: "/\00a0"; }
  .cvt-breadcrumbs ul.breadcrumb li a {
    color: #959595;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    font-weight: 400; }
  .cvt-breadcrumbs ul.breadcrumb li a:hover {
    color: black;
    text-decoration: underline; }
  .cvt-breadcrumbs h2 {
    color: #000000;
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    text-transform: capitalize; }
    @media (max-width: 1199px) {
      .cvt-breadcrumbs h2 {
        font-size: 40px;
        line-height: 55px; } }
    @media (max-width: 767px) {
      .cvt-breadcrumbs h2 {
        font-size: 35px;
        line-height: 45px; } }
    @media (max-width: 480px) {
      .cvt-breadcrumbs h2 {
        font-size: 30px;
        line-height: 40px; } }
  .cvt-breadcrumbs .date p {
    color: #959595;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .cvt-breadcrumbs .date p span {
      color: black;
      padding-right: 25px; }
  .cvt-breadcrumbs .warp-comment {
    margin-top: 74px;
    margin-bottom: 80px; }
    .cvt-breadcrumbs .warp-comment .entry-between {
      padding: 32px 0; }

.gallery-our {
  margin-top: 15px;
  padding-bottom: 47px;
  border-bottom: 2px solid #eaeef0; }
  .gallery-our .gallery .product img {
    width: 100%; }
  .gallery-our .gallery .interactive-our {
    padding: 35px 0; }
  .gallery-our .gallery .color .title {
    color: #232323;
    padding: 20px 0; }
  .gallery-our .gallery .content-iconbox {
    padding: 0 20px; }
    .gallery-our .gallery .content-iconbox h3 {
      font-weight: 400;
      letter-spacing: 1px;
      font-size: 18px;
      color: #000000;
      line-height: 20px;
      margin: 30px 0 40px; }
    .gallery-our .gallery .content-iconbox p {
      line-height: 1.7;
      font-size: 14px;
      color: #858585; }
  .gallery-our .gallery .title-gallery {
    color: #FFF; }
  .gallery-our .gallery .nav-tabs {
    display: inline-block;
    border: none;
    margin-bottom: 20px; }
    .gallery-our .gallery .nav-tabs li.active > a {
      background: none repeat scroll 0 0 transparent;
      color: #111111;
      border-bottom: 2px solid #424242;
      font-weight: 500; }
    .gallery-our .gallery .nav-tabs li a {
      border-bottom: 1px solid transparent;
      border-left: none;
      border-right: none;
      border-top: 1px solid transparent;
      color: #959595;
      font-size: 14px;
      font-weight: normal;
      line-height: 40px;
      border-radius: 0;
      letter-spacing: 1px;
      padding: 0px 15px; }
      .gallery-our .gallery .nav-tabs li a:hover, .gallery-our .gallery .nav-tabs li a:focus {
        background: 0; }

.process .nav {
  border-bottom: 2px solid #eaeef0 !important;
  width: 100%; }

.process .item .img-item {
  float: left;
  width: 50px;
  margin-right: 10px; }
  .process .item .img-item img {
    border-radius: 7px; }

.process .content-comment {
  float: left; }
  .process .content-comment .share-comment {
    color: #959595;
    margin-top: 8px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    line-height: 30px;
    font-size: 14px; }
    .process .content-comment .share-comment span {
      padding-right: 8px;
      cursor: pointer; }
      .process .content-comment .share-comment span:nth-child(4), .process .content-comment .share-comment span:nth-child(5) {
        padding-left: 12px; }
      .process .content-comment .share-comment span .fa-angle-right {
        font-size: 12px; }
      .process .content-comment .share-comment span i {
        font-size: 18px; }
  .process .content-comment p {
    font-size: 17px;
    color: #111111;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif; }
  .process .content-comment .wrp-name {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .process .content-comment .wrp-name .name {
      padding-right: 50px;
      font-size: 16px;
      color: #111111;
      font-weight: 500; }
    .process .content-comment .wrp-name .date {
      color: #959595;
      font-size: 14px;
      font-weight: 400; }

.process .warp-right .share,
.process .warp-right .setting {
  display: inline-block; }
  .process .warp-right .share li,
  .process .warp-right .setting li {
    list-style: none; }

.process .warp-right .share {
  cursor: pointer;
  color: #959595;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400; }
  .process .warp-right .share i {
    padding-left: 5px; }

.process .warp-right .setting .dropdown-toggle {
  padding: 0 !important;
  background: transparent; }

.process .warp-right .setting .dropdown-menu {
  right: 0;
  left: auto; }
  .process .warp-right .setting .dropdown-menu li:hover a {
    background: #eae9e9; }
  .process .warp-right .setting .dropdown-menu li a {
    line-height: 28px; }

.process .warp-right .setting .fa {
  vertical-align: middle; }

.process .warp-right .setting .caret {
  margin: 0;
  border-top: 5px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.process .nav-tabs li.active a {
  border-top: 1px solid transparent !important; }

#brand {
  margin: 105px 0; }
  #brand .brand-content .brand-item {
    text-align: center; }
    #brand .brand-content .brand-item img {
      display: inline-block;
      width: 120px; }
  #brand .owl-nav > div {
    background-color: #fff;
    color: #6c6c6c;
    position: absolute;
    top: 30%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px; }
    #brand .owl-nav > div:hover {
      color: black; }
    @media (min-width: 1200px) {
      #brand .owl-nav > div.owl-prev {
        left: -40px; }
      #brand .owl-nav > div.owl-next {
        right: -40px; } }
    @media (min-width: 900px) and (max-width: 1200px) {
      #brand .owl-nav > div.owl-prev {
        left: -10px; }
      #brand .owl-nav > div.owl-next {
        right: -10px; } }
    @media (max-width: 900px) {
      #brand .owl-nav > div.owl-prev {
        left: 0px; }
      #brand .owl-nav > div.owl-next {
        right: 0px; } }

.testimonial .testimonials-body {
  position: relative; }
  @media (min-width: 1200px) {
    .testimonial .testimonials-body {
      margin: 0 15px; } }

.testimonial .bg-testimonials {
  background: url(../images/bg/bg_testimonial.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 533px; }
  .testimonial .bg-testimonials:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }

.testimonial .testimonial-content {
  margin: auto;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9; }
  @media (min-width: 1200px) {
    .testimonial .testimonial-content {
      top: 19%;
      width: 1020px; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .testimonial .testimonial-content {
      top: 100px;
      padding: 0px 25px; } }
  @media (min-width: 600px) and (max-width: 900px) {
    .testimonial .testimonial-content {
      top: 50px;
      padding: 0px 25px; } }
  @media (max-width: 600px) {
    .testimonial .testimonial-content {
      top: 50px;
      padding: 0 8px; } }
  .testimonial .testimonial-content .slick-prev, .testimonial .testimonial-content .slick-next {
    top: 45%;
    width: 60px;
    height: 60px; }
    .testimonial .testimonial-content .slick-prev:before, .testimonial .testimonial-content .slick-next:before {
      font-family: "FontAwesome";
      font-size: 60px; }
  .testimonial .testimonial-content .slick-prev {
    left: -38%; }
    @media (min-width: 1200px) and (max-width: 1860px) {
      .testimonial .testimonial-content .slick-prev {
        left: -8%; } }
    .testimonial .testimonial-content .slick-prev:before {
      content: "\f104"; }
  .testimonial .testimonial-content .slick-next {
    right: -38%; }
    @media (min-width: 1200px) and (max-width: 1860px) {
      .testimonial .testimonial-content .slick-next {
        right: -8%; } }
    .testimonial .testimonial-content .slick-next:before {
      content: "\f105"; }

.testimonial .testimonials-quote {
  color: #FFF;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .testimonial .testimonials-quote {
      font-size: 48px; } }
  @media (max-width: 600px) {
    .testimonial .testimonials-quote {
      font-size: 26px;
      line-height: 35px; } }
  .testimonial .testimonials-quote i {
    margin-right: 10px;
    padding-top: 12px;
    font-size: 20px; }

.testimonial .testimonials-profile {
  color: #FFF;
  margin-left: 30px;
  margin-top: 48px; }
  .testimonial .testimonials-profile .name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }

.wrap-box-1 {
  margin-bottom: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  /* .wrap-box-1:hover {
    -moz-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wrap-box-1:hover .btn-product {
      opacity: 1;
      overflow: visible;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      transform: translate(50%, -50%); } */
  .wrap-box-1 .box-img {
    position: relative;
    overflow: hidden; }
  .wrap-box-1 .btn-product {
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    position: absolute;
    opacity: 0;
    overflow: hidden;
    top: 50%;
    right: 50%;
    transform: translate(50%, -150%);
    height: 60px;
    width: 240px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .wrap-box-1 .btn-product .wrap-btn {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .wrap-box-1 .btn-product .wrap-btn span {
        border-right: 1px solid #d5d5d5;
        padding: 9px 39px;
        position: relative; }
        .wrap-box-1 .btn-product .wrap-btn span:last-child {
          border: none; }
        .wrap-box-1 .btn-product .wrap-btn span i {
          font-size: 22px;
          color: #2b2b2b;
          cursor: pointer; }
          .wrap-box-1 .btn-product .wrap-btn span i:hover {
            color: #7fb541; }
          .wrap-box-1 .btn-product .wrap-btn span i:after {
            content: "";
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: -4px;
            width: 24px;
            height: 24px;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .wrap-box-1 .btn-product .wrap-btn span:hover .icon-cart:after {
          background-position-y: -30px; }
        .wrap-box-1 .btn-product .wrap-btn span:hover .icon-wishlist:after {
          background-position-y: -31px; }
        .wrap-box-1 .btn-product .wrap-btn span:hover .icon-search:after {
          background-position-y: -32px; }
        .wrap-box-1 .btn-product .wrap-btn span .icon-cart:after {
          background: url("../images/icon/icon_addtocart.png") no-repeat; }
        .wrap-box-1 .btn-product .wrap-btn span .icon-wishlist:after {
          background: url("../images/icon/icon_wishlist.png") no-repeat; }
        .wrap-box-1 .btn-product .wrap-btn span .icon-search:after {
          background: url("../images/icon/icon_quickview.png") no-repeat; }
  .wrap-box-1 .content-item {
    position: absolute;
    padding: 15px 30px 25px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif; }
    .wrap-box-1 .content-item h5 {
      margin-bottom: 5px; }
    .wrap-box-1 .content-item .price {
      font-size: 17px; }
    .wrap-box-1 .content-item .height {
      font-size: 10px;
      font-weight: 500;
      background: #7fb541;
      padding: 4px;
      color: #fff;
      position: relative; }
      .wrap-box-1 .content-item .height:before {
        content: "";
        position: absolute;
        border-color: rgba(0, 0, 0, 0) #7fb541 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -9px;
        border-style: solid;
        border-width: 10px 9px 11px 0px;
        top: 0px; }

.bg-body {
  border: 15px solid #f7ebeb; }
  .bg-body .demo-img {
    margin-top: 100px; }
    .bg-body .demo-img .container {
      width: 100%; }
      .bg-body .demo-img .container .box-item {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden; }
        @media (max-width: 480px) {
          .bg-body .demo-img .container .box-item {
            margin: 0 0 30px; } }
        .bg-body .demo-img .container .box-item img {
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          z-index: -1; }
        .bg-body .demo-img .container .box-item:hover h5 {
          color: black;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .bg-body .demo-img .container .box-item:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .bg-body .demo-img .container .box-item h5 {
          color: #fff;
          text-transform: capitalize;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-weight: 500;
          position: absolute;
          top: 0;
          left: 0;
          justify-content: center;
          flex-direction: column;
          width: 100%;
          height: 100%;
          align-items: center;
          display: flex; }
          @media (min-width: 480px) and (max-width: 768px) {
            .bg-body .demo-img .container .box-item h5 {
              font-size: 35px !important; } }
          @media (min-width: 1200px) {
            .bg-body .demo-img .container .box-item h5 {
              font-size: 60px; } }
          @media (max-width: 1200px) {
            .bg-body .demo-img .container .box-item h5 {
              font-size: 50px; } }
        .bg-body .demo-img .container .box-item:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(2, 2, 2, 0.38); }

.rooms {
  text-align: center;
  padding: 120px 0 110px; }
  .rooms #rooms {
    position: relative; }
    .rooms #rooms .owl-nav {
      transition: all 0.3s ease-in-out;
      opacity: 1; }
      @media (max-width: 1200px) {
        .rooms #rooms .owl-nav {
          display: none !important; } }
      .rooms #rooms .owl-nav .owl-prev {
        left: -10%;
        top: 50%;
        font-size: 0;
        width: 50px;
        height: 50px;
        transform: translateY(-50%);
        position: absolute; }
        .rooms #rooms .owl-nav .owl-prev:hover::before {
          opacity: 1; }
        .rooms #rooms .owl-nav .owl-prev:before {
          content: "";
          background: url("../images/icon/icon.png") no-repeat;
          padding: 20px;
          opacity: 0.6;
          position: absolute; }
      .rooms #rooms .owl-nav .owl-next {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0;
        position: absolute;
        width: 50px;
        height: 50px; }
        .rooms #rooms .owl-nav .owl-next:before {
          content: "";
          background: url("../images/icon/icon1.png") no-repeat;
          padding: 20px;
          opacity: 0.6;
          position: absolute; }
        .rooms #rooms .owl-nav .owl-next:hover::before {
          opacity: 1; }
    @media (max-width: 1200px) {
      .rooms #rooms .owl-dots {
        display: none !important; } }
  .rooms .wrap-rooms {
    position: relative; }
    .rooms .wrap-rooms .bg {
      transform: translate(50%, -55%);
      position: absolute;
      top: 50%;
      z-index: 9;
      right: 50%; }
      .rooms .wrap-rooms .bg .title-h5 {
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #fff;
        line-height: 35px;
        padding: 0px 15px; }
        .rooms .wrap-rooms .bg .title-h5 a {
          color: black; }
        .rooms .wrap-rooms .bg .title-h5 i {
          font-size: 17px;
          padding-right: 5px; }
    .rooms .wrap-rooms .wrap-box {
      background: white;
      margin-bottom: 5px;
      cursor: pointer; }
      .rooms .wrap-rooms .wrap-box .box-img {
        position: relative;
        overflow: hidden; }
        .rooms .wrap-rooms .wrap-box .box-img img {
          -moz-transition: all 0.6s ease-in-out;
          -webkit-transition: all 0.6s ease-in-out;
          -o-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out; }
        .rooms .wrap-rooms .wrap-box .box-img:hover img {
          -webkit-transform: scale(1.15);
          -moz-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
    .rooms .wrap-rooms .owl-carousel.owl-grab {
      cursor: auto; }

.hero-section {
  position: relative;
  background: rgba(0, 0, 0, 0.3); }
  .hero-section .page-title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize; }
    .hero-section .page-title:before {
      border-bottom: 2px solid #eb5050; }
  .hero-section .breadcrumb {
    margin: 0; }
  .hero-section .breadcrumb > li > a {
    color: #fff;
    font-weight: normal; }
  .hero-section .breadcrumb > li + li:before {
    color: #fff; }

.box-center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex; }
  .box-center.v2 {
    height: 85%; }
  @media (min-width: 992px) {
    .box-center.v3 {
      height: 90%; } }
  .box-center.right {
    align-items: unset; }
  .box-center.left {
    align-items: unset; }
  .box-center.ver4 {
    flex-direction: unset; }

.no-padding {
  padding: 0 !important; }

.slidecontainer {
  width: 100%; }

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s; }

.slider:hover {
  opacity: 1; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer; }

#googlemap {
  width:100%;
  height: 462px; }

.margin-b-30 {
  margin-bottom: 30px; }

.img-reponsive {
  width: 100%;
  clear: both; }

.star-rating {
  line-height: 32px;
  font-size: 1.25em; }
  .star-rating .fa-star {
    color: yellow; }

.burger-menu {
  background-color: #FFF;
  cursor: pointer;
  padding: 17px 14px;
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 50px; }
  .burger-menu.active span {
    background: transparent; }
    .burger-menu.active span:before, .burger-menu.active span:after {
      top: 0;
      width: 24px !important; }
    .burger-menu.active span:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .burger-menu.active span:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .burger-menu.active:hover span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .burger-menu.active:hover span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .burger-menu span {
    background-color: #3c3c3c;
    display: block;
    margin-top: 7px;
    position: relative;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 16px;
    height: 2px; }
    .burger-menu span:before, .burger-menu span:after {
      background-color: #3c3c3c;
      content: '';
      left: 0;
      position: absolute;
      width: 24px;
      height: 2px;
      -moz-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .burger-menu span:before {
      top: -9px; }
    .burger-menu span:after {
      top: 9px; }
  .burger-menu:hover span {
    width: 24px; }
    .burger-menu:hover span:before, .burger-menu:hover span:after {
      width: 16px; }

#content_menu_popup {
  background: #232323;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #content_menu_popup.menu-popup-open {
    opacity: 1;
    visibility: visible; }
    #content_menu_popup.menu-popup-open span {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
  #content_menu_popup ul li {
    margin-bottom: 25px;
    float: none;
    overflow: hidden; }
    #content_menu_popup ul li a {
      color: #FFF;
      font-size: 60px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      overflow: hidden; }
      #content_menu_popup ul li a:after {
        background: black;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0px;
        height: 2px;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
      #content_menu_popup ul li a:hover {
        color: black; }
        #content_menu_popup ul li a:hover:after {
          width: 100%; }
    #content_menu_popup ul li span {
      display: inline-block;
      -moz-transition: all 0.3s ease-out 0.2s;
      -webkit-transition: all 0.3s ease-out 0.2s;
      -o-transition: all 0.3s ease-out 0.2s;
      transition: all 0.3s ease-out 0.2s;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
  #content_menu_popup .menu-popup-body {
    max-width: 70%;
    margin: auto;
    transform: translateY(200px); }

.home7 #content_menu_popup {
  z-index: 9; }

#list-property-style2 .widget-estate-property .owl-carousel-play .carousel-control {
  top: auto;
  bottom: 0; }

body {
  padding: 0px;
  font-weight: 400;
  margin: 0px;
  position: relative;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  body.modal-open {
    overflow: visible;
    padding-right: 0 !important; }

input,
textarea,
.form-control,
button,
.btn {
  outline: none; }

a {
  color: #2b2b2b;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: none;
    outline: none; }

@keyframes myAnimation {
  from {
    right: 50px; }
  to {
    right: 0px; } }

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

li {
  list-style: none; }

/* Firefox */
@-moz-keyframes myAnimation {
  from {
    right: 50px; }
  to {
    right: 0px; } }

/* Chrome */
@-webkit-keyframes myAnimation {
  from {
    right: 50px; }
  to {
    right: 0px; } }

/* Opera */
@-o-keyframes myAnimation {
  from {
    right: 50px; }
  to {
    right: 0px; } }

#main-header .main-menu .navbar {
  margin: 0;
  float: right; }

#main-header .main-menu .navbar-nav li {
  margin: 0 10px;
  font-size: 20px;
  font-weight: 300; }
  #main-header .main-menu .navbar-nav li .submenu-v1 ul li {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    list-style-type: disc;
    font-weight: 400;
    margin-bottom: 10px; }

#main-header .header-right {
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  #main-header .header-right .search {
    margin-right: 35px;
    margin-top: 4px;
    font-size: 16px;
    cursor: pointer; }
    #main-header .header-right .search i {
      font-size: 30px; }

#main-header.header-default .inner {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 0;
  grid-template-columns: 200px 1fr 200px;
  display: -webkit-grid;
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: grid; }

#main-header.header-default .main-menu .megamenu-default .submenu-v1 {
  right: calc(50% - 460px); }

#main-header.header-default .main-menu .megamenu-fullwidth .submenu-v1 {
  right: calc(50% - 400px); }

#main-header.header-page .inner {
  display: -webkit-grid;
  display: -webkit-grid;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  padding: 25px 35px 25px 8px; }

#main-header.header-page .logo a {
  display: inline-block; }

#main-header.header-page .main-menu .navbar {
  float: none;
  padding: 0; }

#main-header.header-v2 {
  position: absolute;
  margin: auto;
  width: 100%;
  left: 0;
  top: 18px;
  z-index: 99; }
  #main-header.header-v2 .container-fluid {
    padding: 0; }
  #main-header.header-v2 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
  #main-header.header-v2 .logo {
    display: block; }
    #main-header.header-v2 .logo a {
      display: inline-block; }
    #main-header.header-v2 .logo .logo-white {
      display: none; }
    #main-header.header-v2 .logo.active .logo-default {
      display: none; }
    #main-header.header-v2 .logo.active .logo-white {
      display: inline-block; }
  #main-header.header-v2 .main-menu {
    margin-left: 30px;
    position: relative; }
  #main-header.header-v2 .header-right {
    margin-right: 30px; }
    #main-header.header-v2 .header-right.active .search-popup a {
      color: #FFF; }
    #main-header.header-v2 .header-right.active .shopping-cart {
      top: 0; }
      #main-header.header-v2 .header-right.active .shopping-cart .text-cart {
        color: #FFF; }

#main-header.header-v3 .inner {
  padding: 23px 40px; }

#main-header.header-v3 .main-menu .megamenu-fullwidth .submenu-v1 {
  right: calc(50% - 300px); }

#main-header.header-v4 {
  position: relative;
  border-right: 1px solid #e9e9e9;
  height: 100%;
  width: 308px; }
  #main-header.header-v4 .logo {
    padding-top: 100px;
    margin-bottom: 100px;
    text-align: center; }
    #main-header.header-v4 .logo a {
      display: inline-block; }
  #main-header.header-v4 .main-menu .navbar-nav {
    float: none;
    text-align: center; }
    #main-header.header-v4 .main-menu .navbar-nav > li {
      float: none;
      font-size: 24px; }
  #main-header.header-v4 .main-menu .navbar {
    float: none; }
  #main-header.header-v4 .header-bottom {
    bottom: 40px;
    margin: 0 auto;
    left: 32%;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(-24%);
    -moz-transform: translateX(-24%);
    -ms-transform: translateX(-24%);
    -o-transform: translateX(-24%);
    transform: translateX(-24%); }
  #main-header.header-v4 .search .input-search::placeholder {
    font-size: 14px;
    text-transform: none; }
  #main-header.header-v4 .shopping-cart {
    margin: 0 auto 55px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
    #main-header.header-v4 .shopping-cart .icon-cart {
      font-size: 0;
      position: relative; }
      #main-header.header-v4 .shopping-cart .icon-cart:after {
        background: url("../images/icon/icon_cart_shopping.png") no-repeat;
        content: "";
        position: absolute;
        margin: 0 auto;
        left: -3px;
        top: -12px;
        right: 0;
        width: 22px;
        height: 32px; }
    #main-header.header-v4 .shopping-cart .dropdown-menu {
      position: fixed;
      top: 0;
      left: 259px; }

#main-header.header-v5 {
  padding: 24px 0; }
  #main-header.header-v5 .inner {
    margin: 0 20px; }
  #main-header.header-v5 .logo {
    padding-top: 4px; }
  #main-header.header-v5 .main-menu .megamenu-fullwidth .submenu-v1 {
    right: calc(50% - 300px); }

#main-header.header-v6 {
  padding-top: 40px; }
  #main-header.header-v6 .main-menu .megamenu-fullwidth .submenu-v1 {
    right: calc(50% - 600px); }
  #main-header.header-v6 .inner {
    grid-template-columns: 200px 1fr 200px;
    display: -webkit-grid;
    display: -webkit-grid;
    display: -moz-grid;
    display: -ms-grid;
    display: grid; }
  #main-header.header-v6 .logo {
    text-align: center; }
    #main-header.header-v6 .logo a {
      display: inline-block; }
  #main-header.header-v6 .main-menu {
    text-align: center; }
    #main-header.header-v6 .main-menu .navbar-collapse.collapse {
      float: none;
      display: inline-block; }
  #main-header.header-v6 .header-center {
    margin-bottom: 24px; }
  #main-header.header-v6 .header-left .infor-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #main-header.header-v6 .header-left .infor-header .icon-phone {
      background: url("../images/icon/icon-phone-h6.png") no-repeat;
      margin-right: 10px;
      margin-top: 5px;
      padding: 0 20px;
      @inlcude square(38px); }
    #main-header.header-v6 .header-left .infor-header .title {
      color: #898989;
      font-weight: 300; }
    #main-header.header-v6 .header-left .infor-header .phone-number {
      color: black;
      font-size: 18px;
      font-weight: 600; }
  #main-header.header-v6 .header-right {
    align-items: flex-start; }

#main-header.header-v8 {
  padding: 30px 0;
  position: absolute;
  width: 100%;
  z-index: 999; }
  #main-header.header-v8 .main-menu .megamenu-default .submenu-v1 {
    left: calc(50% - 20px);
    right: auto; }
  #main-header.header-v8 .main-menu .megamenu-fullwidth .submenu-v1 {
    left: calc(50% - 200px);
    right: auto; }
  #main-header.header-v8 .main-menu .submenu-v1 li a {
    color: #2b2b2b; }
    #main-header.header-v8 .main-menu .submenu-v1 li a:hover {
      color: black; }
  #main-header.header-v8 .main-menu .navbar {
    float: none;
    padding: 0; }
    #main-header.header-v8 .main-menu .navbar a {
      color: #FFF; }
      #main-header.header-v8 .main-menu .navbar a:hover {
        color: black; }
  #main-header.header-v8 .logo a {
    display: inline-block; }
  #main-header.header-v8 .search-popup a {
    color: #FFF; }
    #main-header.header-v8 .search-popup a:hover {
      color: black; }
  #main-header.header-v8 .shopping-cart {
    margin-right: 35px; }
    #main-header.header-v8 .shopping-cart .text-cart {
      color: #FFF; }
      #main-header.header-v8 .shopping-cart .text-cart:hover {
        color: black; }

#main-header.header-page .main-menu .megamenu-default .submenu-v1 {
  left: calc(50% - 20px);
  right: auto; }

#main-header.header-page .main-menu .megamenu-fullwidth .submenu-v1 {
  left: calc(50% - 200px);
  right: auto; }

#main-header.header-page .main-menu .submenu-v1 li a {
  color: #2b2b2b; }
  #main-header.header-page .main-menu .submenu-v1 li a:hover {
    color: black; }

#main-header.header-page .main-menu .navbar {
  float: none;
  padding: 0; }

#main-header.header-v9 {
  padding: 30px 0;
  margin: 0 auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  #main-header.header-v9 .main-menu .megamenu-default .submenu-v1 {
    left: calc(50% - 20px);
    right: auto; }
  #main-header.header-v9 .main-menu .megamenu-fullwidth .submenu-v1 {
    left: calc(50% - 200px);
    right: auto; }
  #main-header.header-v9 .main-menu .submenu-v1 li a {
    color: #2b2b2b; }
    #main-header.header-v9 .main-menu .submenu-v1 li a:hover {
      color: black; }
  #main-header.header-v9 .main-menu .navbar {
    float: none;
    padding: 0; }
  #main-header.header-v9 .logo a {
    display: inline-block; }
  #main-header.header-v9 .shopping-cart {
    margin-right: 35px; }

#main-header.header-absolute {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 28px 25px;
  z-index: 99; }
  #main-header.header-absolute .tp_btn_search {
    color: #f6f6f6; }
    #main-header.header-absolute .tp_btn_search:hover {
      color: black; }
  #main-header.header-absolute .shopping-cart {
    border-color: #b2b2b1;
    margin-right: 54px; }
    #main-header.header-absolute .shopping-cart .text-cart {
      color: #FFF; }
      #main-header.header-absolute .shopping-cart .text-cart:hover {
        color: black; }
  #main-header.header-absolute .main-menu {
    position: relative;
    width: 50px;
    height: 50px; }
  #main-header.header-absolute .burger-menu {
    left: 0; }
  #main-header.header-absolute .icon-menubar {
    cursor: pointer;
    font-size: 0;
    padding: 0 26px; }
    #main-header.header-absolute .icon-menubar:after, #main-header.header-absolute .icon-menubar:before {
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
    #main-header.header-absolute .icon-menubar:after {
      background: url("../images/icon/icon-menubar-h2.png");
      width: 50px;
      height: 50px; }
    #main-header.header-absolute .icon-menubar:before {
      background: #FFF;
      width: 50px;
      height: 50px; }

#header_mobile .header-top {
  padding: 15px 0; }

#header_mobile .header-bottom {
  border-top: 1px solid #e7e7e7; }
  #header_mobile .header-bottom.border-bottom {
    border-bottom: 1px solid #e7e7e7; }

#header_mobile .logo {
  display: block; }
  #header_mobile .logo a {
    display: inline-block; }

#header_mobile .header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0; }
  #header_mobile .header-main i {
    font-size: 28px;
    padding-top: 3px; }

#header_mobile .main-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }
  #header_mobile .main-right .search-popup {
    margin-right: 20px;
    padding-top: 6px; }

#header_mobile.header-v6 .header-bottom {
  border-bottom: none; }

#header_mobile.header-page .header-bottom {
  border-bottom: none; }

.main-menu .navbar-nav li:hover .submenu-v1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px); }

.main-menu .navbar-nav .submenu-v1 {
  background: #FFF;
  position: absolute;
  padding: 25px 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 2px 18px 1px rgba(0, 0, 0, 0.175);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px); }
  .main-menu .navbar-nav .submenu-v1 .title-submenu {
    color: black;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 19px; }

.main-menu .megamenu-default .submenu-v1 {
  right: calc(50% - 460px); }
  .main-menu .megamenu-default .submenu-v1 img {
    margin-bottom: 34px; }

.main-menu .megamenu-fullwidth .submenu-v1 {
  right: calc(50% - 400px); }
  @media (min-width: 1200px) {
    .main-menu .megamenu-fullwidth .submenu-v1 {
      width: 1200px; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .main-menu .megamenu-fullwidth .submenu-v1 {
      width: 1000px; } }

@media (min-width: 1200px) {
  .footer.footer-v8 .inner {
    margin: 0 35px; } }

.footer.footer-v8 .wrap-copyright {
  width: 100%;
  border-bottom: none;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .footer.footer-v8 .wrap-copyright {
      align-items: center; } }

@media (min-width: 900px) {
  .footer.footer-v9 .footer-bottom {
    padding: 4px 0 !important; } }

@media (max-width: 900px) {
  .footer.footer-v9 .footer-bottom {
    padding: 20px 0 !important;
    margin-bottom: 0; } }

.footer.footer-v9 .footer-bottom .wrap-copyright {
  border-bottom: none;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .footer.footer-v9 .footer-bottom .wrap-copyright {
      align-items: center; } }

.footer.footer-v9 .footer-bottom .copyright {
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .footer.footer-v9 .footer-bottom .copyright {
      margin-bottom: 20px; } }

.footer.footer-v10 {
  margin-top: 80px; }

.footer.footer-blog-v1 .footer-bottom {
  margin-top: 35px; }

@media (min-width: 992px) {
  .footer.footer-page .inner {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer.footer-page .inner form {
      margin-top: 40px; } }

@media (max-width: 992px) {
  .footer.footer-page .inner {
    text-align: center; } }

.footer.footer-page .inner .form-control {
  background: transparent; }
  @media (max-width: 992px) {
    .footer.footer-page .inner .form-control::placeholder {
      font-size: 30px; } }

.footer.footer-page .footer-bottom {
  margin-top: 33px; }

@media (max-width: 992px) {
  .footer form {
    margin-top: 30px; } }

.footer .footer-top {
  background: #f7f7f7; }
  @media (min-width: 480px) {
    .footer .footer-top {
      margin: 0 30px; } }
  @media (max-width: 480px) {
    .footer .footer-top {
      margin: 0 15px; } }
  .footer .footer-top .title-h5 {
    margin-top: 64px; }
  .footer .footer-top .btn-web {
    margin-top: 75px;
    margin-bottom: 75px; }

.footer .title-h5 {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 65px; }

.footer .btn-web {
  margin-top: 40px; }

.footer .form-control {
  height: 83px;
  border: none;
  color: #40423c;
  font-size: 36px;
  text-align: center;
  border-bottom: 1px solid #959595;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .footer .form-control::placeholder {
    font-weight: 200;
    color: rgba(64, 66, 60, 0.8);
    font-size: 36px;
    text-align: center; }

.footer .form {
  width: 400px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .footer .form {
      width: 100%; } }

.footer .wrap-copyright {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .footer .wrap-copyright {
      flex-direction: row; } }
  @media (max-width: 600px) {
    .footer .wrap-copyright {
      flex-direction: column; } }
  .footer .wrap-copyright .copyright a {
    color: #0072bc;
    margin-left: 5px; }
    .footer .wrap-copyright .copyright a:hover {
      color: black; }
  @media (min-width: 480px) {
    .footer .wrap-copyright .copyright,
    .footer .wrap-copyright .countries {
      display: inline-block; } }
  @media (max-width: 480px) {
    .footer .wrap-copyright .copyright,
    .footer .wrap-copyright .countries {
      display: block;
      text-align: center; } }
  @media (max-width: 600px) {
    .footer .wrap-copyright .countries {
      margin: 5px 0; } }
  .footer .wrap-copyright .countries img {
    margin-right: 5px; }

.footer .footer-bottom {
  margin-top: 70px; }
  @media (max-width: 768px) {
    .footer .footer-bottom {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .footer .footer-bottom .social {
      text-align: right !important; } }
  @media (min-width: 992px) {
    .footer .footer-bottom .social {
      padding: 18px 0;
      text-align: center; } }
  @media (max-width: 991px) {
    .footer .footer-bottom .social {
      text-align: center !important; } }
  @media (max-width: 991px) {
    .footer .footer-bottom .menu-footer {
      text-align: center;
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .footer .footer-bottom .menu-footer {
      padding: 18px 0; } }
  .footer .footer-bottom .menu-footer ul {
    padding: 0;
    margin: 0; }
    .footer .footer-bottom .menu-footer ul li {
      display: inline-block;
      line-height: 48px; }
      .footer .footer-bottom .menu-footer ul li a {
        font-size: 16px;
        color: #2b2b2b;
        margin: 0 15px;
        font-weight: 300; }
        @media (min-width: 1024px) {
          .footer .footer-bottom .menu-footer ul li a {
            margin: 0 15px; } }
        .footer .footer-bottom .menu-footer ul li a:hover {
          color: black; }
      .footer .footer-bottom .menu-footer ul li:first-child a {
        margin-left: 0; }

.footer-v2 .footer-bottom {
  margin-top: 0; }

.footer-v2 .wrap-copyright {
  border: none;
  line-height: 29px;
  padding: 28px 0; }
  @media (min-width: 480px) and (max-width: 768px) {
    .footer-v2 .wrap-copyright {
      text-align: center; } }

.footer-v2 .menu-footer {
  text-align: right; }
  .footer-v2 .menu-footer ul li:last-child a {
    margin-right: 0; }

.footer-v3 .wrap-copyright {
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .footer-v3 .wrap-copyright {
      flex-direction: row; } }
  @media (max-width: 600px) {
    .footer-v3 .wrap-copyright {
      flex-direction: column; } }

@media (min-width: 1620px) {
  .footer-v3 .container {
    width: 1820px; } }

.footer-v3 .social {
  padding: 0 !important; }
  .footer-v3 .social i {
    border: none; }
    .footer-v3 .social i:hover {
      border: none; }

@media (min-width: 1620px) {
  .footer-v9 .container {
    width: 1170px; } }

.footer-v9 .container .footer-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 20px; }

.footer-v9 .social a i {
  border: 1px solid #e7e7e7; }
  .footer-v9 .social a i:hover {
    border: 1px solid black; }

.home4 .page-content .products {
  margin-top: 40px; }

#content_left {
  background: #FFF;
  position: fixed;
  height: 100%;
  z-index: 999; }

#page_content.page-content {
  overflow: hidden; }
  @media (min-width: 1000px) {
    #page_content.page-content {
      margin-left: 308px; } }

#content-cart {
  background: #FFF;
  padding: 60px 35px 0;
  position: fixed;
  left: -8%;
  top: 0;
  z-index: 99;
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  width: 350px;
  height: 100%;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 1860px) {
    #content-cart.active {
      left: 16%; } }
  @media (min-width: 1300px) and (max-width: 1860px) {
    #content-cart.active {
      left: 22%; } }
  @media (min-width: 1200px) and (max-width: 1300px) {
    #content-cart.active {
      left: 24%; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    #content-cart.active {
      left: 30%; } }
  #content-cart.bag-cart .mini-products-list {
    padding: 0; }
    #content-cart.bag-cart .mini-products-list .product-details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    #content-cart.bag-cart .mini-products-list li {
      border-bottom: 1px solid #e7e7e7;
      margin-bottom: 20px;
      padding-bottom: 20px; }
  #content-cart.bag-cart .product-img-wrap {
    border: 1px solid #e7e7e7;
    margin-right: 10px; }
    #content-cart.bag-cart .product-img-wrap img {
      padding: 5px; }
  #content-cart.bag-cart .item-cart {
    position: relative; }
    #content-cart.bag-cart .item-cart .close {
      position: absolute;
      top: 0;
      right: 0; }
  #content-cart.bag-cart .cart-price {
    margin-bottom: 30px;
    text-align: right;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #content-cart.bag-cart .cart-price strong {
      font-size: 18px; }
  #content-cart.bag-cart .button-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }

#searchform {
  display: table; }
  #searchform .input-search {
    border: 1px solid #e6e6e6;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: table-cell;
    padding-left: 20px;
    font-size: 16px;
    height: 40px;
    width: 100%; }
    #searchform .input-search::placeholder {
      font-size: 80px;
      font-weight: 200;
      text-transform: uppercase; }
  #searchform .input-group-addon {
    background: transparent;
    border: 1px solid #e6e6e6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    display: table-cell;
    font-family: Ionicons;
    padding: 0; }
    #searchform .input-group-addon input {
      color: #9c9c9c;
      font-size: 25px;
      padding: 6px 15px;
      background: transparent;
      border: none; }
      #searchform .input-group-addon input:hover {
        color: black; }

#Searchmobile .modal-content {
  padding: 40px 15px;
  position: relative; }
  #Searchmobile .modal-content .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px; }

#Searchmobile .searchform .input-search {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 50px;
  font-size: 20px; }

#Searchmobile .searchform .btn-search {
  background: transparent;
  border-top: none;
  border-right: none;
  padding: 0; }
  #Searchmobile .searchform .btn-search input {
    background: transparent;
    border: none;
    font-size: 30px;
    font-family: "Ionicons";
    padding: 9px 15px; }

#mymodal {
  background: rgba(255, 255, 255, 0.95);
  padding-right: 0px !important; }
  @media (min-width: 900px) {
    #mymodal .modal-lg {
      width: 100%; } }
  #mymodal.modal.fade .modal-dialog {
    margin: auto;
    top: 0; }
  #mymodal.modal.in:before {
    display: none; }
  #mymodal .modal-content {
    border: none !important;
    border-radius: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }
    @media (min-width: 1860px) {
      #mymodal .modal-content {
        padding: 120px 150px 0; } }
    @media (min-width: 768px) and (max-width: 1860px) {
      #mymodal .modal-content {
        padding: 100px 150px 0; } }
    @media (max-width: 768px) {
      #mymodal .modal-content {
        padding: 40px 25px; } }
    #mymodal .modal-content .btn-search input {
      font-family: Ionicons; }
  #mymodal .input-search {
    background: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    font-size: 50px;
    height: 120px;
    padding-left: 0px; }
    #mymodal .input-search::placeholder {
      color: #888;
      opacity: 50%;
      font-size: 80px;
      font-weight: 200;
      text-transform: uppercase; }
  #mymodal .btn-search.input-group-addon {
    background: transparent;
    border-top: none;
    border-right: none; }
    #mymodal .btn-search.input-group-addon input {
      color: #999;
      background: transparent;
      border: none;
      font-size: 60px; }
      #mymodal .btn-search.input-group-addon input:hover {
        color: black; }
  #mymodal .close {
    border: 2px solid rgba(0, 0, 0, 0.8);
    font-size: 40px;
    position: absolute;
    top: 60px;
    right: 60px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 45px;
    height: 45px; }
    #mymodal .close span {
      position: relative;
      top: 1px; }

.shopping-cart {
  border: 1px solid #e5e5e5;
  padding: 8px 22px;
  position: relative;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .shopping-cart:after {
    background: black;
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    width: 10px;
    height: 10px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
  .shopping-cart .text-cart {
    font-size: 16px; }
  .shopping-cart .item {
    color: black;
    margin-left: 2px;
    font-size: 16px; }
  .shopping-cart .dropdown-toggle {
    cursor: pointer; }
  .shopping-cart .dropdown-menu {
    left: auto;
    right: 0;
    top: 140%; }
    .shopping-cart .dropdown-menu.dropdown-cart {
      width: 280px;
      padding: 20px 20px 35px; }
    .shopping-cart .dropdown-menu:after {
      border-bottom: 11px solid #FFF;
      top: -10px; }
    .shopping-cart .dropdown-menu:before {
      border-bottom: 11px solid rgba(0, 0, 0, 0.2);
      top: -11px; }
    .shopping-cart .dropdown-menu:before, .shopping-cart .dropdown-menu:after {
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      position: absolute;
      left: 80%; }
    .shopping-cart .dropdown-menu .item-cart {
      position: relative; }
      .shopping-cart .dropdown-menu .item-cart .close {
        position: absolute;
        top: 0;
        right: 0; }
    .shopping-cart .dropdown-menu .product-img-wrap {
      border: 1px solid #e7e7e7;
      margin-right: 10px; }
      .shopping-cart .dropdown-menu .product-img-wrap img {
        padding: 5px; }
    .shopping-cart .dropdown-menu .mini-products-list {
      padding: 0; }
      .shopping-cart .dropdown-menu .mini-products-list .product-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
      .shopping-cart .dropdown-menu .mini-products-list li {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 20px;
        padding-bottom: 20px; }
    .shopping-cart .dropdown-menu .cart-price {
      margin-bottom: 30px;
      text-align: right;
      justify-content: space-between;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .shopping-cart .dropdown-menu .cart-price strong {
        font-size: 18px; }
    .shopping-cart .dropdown-menu .button-cart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }

#breadcrumb {
  margin-bottom: 30px; }
  #breadcrumb.breadcrumb-v2 {
    margin-bottom: 85px;
    margin-top: 17px; }
    #breadcrumb.breadcrumb-v2 .breadcrumb-content {
      color: #9c9c9c;
      margin: 0;
      min-height: auto;
      text-align: left; }
      #breadcrumb.breadcrumb-v2 .breadcrumb-content ul li {
        font-size: 14px; }
        #breadcrumb.breadcrumb-v2 .breadcrumb-content ul li:last-child {
          color: #232323; }
        #breadcrumb.breadcrumb-v2 .breadcrumb-content ul li:after {
          top: 0px; }
    @media (min-width: 1200px) {
      #breadcrumb.breadcrumb-v2 .inner {
        margin: 0 50px; } }
  #breadcrumb .breadcrumb-content {
    color: #FFF;
    position: reletive;
    text-align: center; }
    @media (min-width: 992px) {
      #breadcrumb .breadcrumb-content {
        min-height: 399px;
        margin: 0 15px; } }
    @media (max-width: 992px) {
      #breadcrumb .breadcrumb-content {
        min-height: 150px; } }
    #breadcrumb .breadcrumb-content.bg-breadcrumb-01 {
      background: url("../images/banner/img-banner-head01.jpg") no-repeat; }
    #breadcrumb .breadcrumb-content.bg-breadcrumb-02 {
      background: url("../images/banner/img-banner-head02.jpg") no-repeat; }
    #breadcrumb .breadcrumb-content.bg-breadcrumb-03 {
      background: url("../images/banner/img-banner-head03.jpg") no-repeat; }
    #breadcrumb .breadcrumb-content.bg-breadcrumb-04 {
      background: url("../images/6.png") no-repeat; }
    #breadcrumb .breadcrumb-content .title {
      font-weight: 500;
      margin-bottom: 12px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        #breadcrumb .breadcrumb-content .title {
          font-size: 48px; } }
      @media (max-width: 992px) {
        #breadcrumb .breadcrumb-content .title {
          font-size: 25px; } }
    #breadcrumb .breadcrumb-content .caption {
      text-align: center; }
      @media (min-width: 992px) {
        #breadcrumb .breadcrumb-content .caption {
          padding-top: 150px; } }
      @media (max-width: 992px) {
        #breadcrumb .breadcrumb-content .caption {
          padding-top: 40px; } }
    #breadcrumb .breadcrumb-content ul {
      display: block; }
      #breadcrumb .breadcrumb-content ul li {
        display: inline-block;
        font-size: 18px;
        font-family: "Roboto Condensed", sans-serif;
        position: relative; }
        @media (min-width: 600px) {
          #breadcrumb .breadcrumb-content ul li {
            padding-right: 27px;
            margin-right: 16px; } }
        @media (max-width: 600px) {
          #breadcrumb .breadcrumb-content ul li {
            padding-right: 14px;
            margin-right: 5px; } }
        #breadcrumb .breadcrumb-content ul li:last-child {
          color: #7fb441;
          margin: 0;
          padding: 0; }
          #breadcrumb .breadcrumb-content ul li:last-child:after {
            display: none; }
        #breadcrumb .breadcrumb-content ul li:after {
          content: "\f0da";
          font-family: FontAwesome;
          font-size: 14px;
          position: absolute;
          top: 3px;
          right: 0; }

.scrollToTop {
  width: 42px;
  height: 42px;
  position: fixed;
  bottom: 5%;
  right: 2%;
  display: none;
  font-size: 30px;
  background: #231F20;
  color: #ebebeb;
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  z-index: 999; }
  .scrollToTop:hover {
    color: #FFF; }
  .scrollToTop:focus {
    color: #FFF; }

.products {
  margin: 0 15px; }
  .products .product-block {
    margin-bottom: 40px; }

@media (min-width: 1200px) {
  .product.product-v5 .container {
    width: 1170px !important;
    padding: 0 15px; } }

.product.product-v5 .container .title-h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 600px) {
    .product.product-v5 .container .title-h3 {
      font-size: 48px; } }
  @media (max-width: 600px) {
    .product.product-v5 .container .title-h3 {
      font-size: 35px; } }
  .product.product-v5 .container .title-h3:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 1px;
    background: black;
    top: 0;
    right: 50%;
    transform: translate(-50%, -120%); }

.product.product-v5 .container .gallery-content .wrap-box-1 .btn-product .wrap-btn {
  padding: 7px; }
  .product.product-v5 .container .gallery-content .wrap-box-1 .btn-product .wrap-btn i {
    font-size: 20px; }

.product.product-v5 .container .gallery-content .wrap-box-1 .content-item {
  padding: 15px 18px 15px; }

.product.product-v5 .container .gallery-content .wrap-box-1 .title-h5 {
  font-size: 20px; }

.product.product-v5 .wrap-box-1 .btn-product {
  width: 195px; }
  .product.product-v5 .wrap-box-1 .btn-product .wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .product.product-v5 .wrap-box-1 .btn-product .wrap-btn span {
      padding: 9px 30px; }

.product.product-v6 {
  margin: 30px 0 130px; }
  @media (min-width: 1200px) {
    .product.product-v6 .container {
      width: 1170px !important;
      padding: 0px; } }
  .product.product-v6 .wrap-box-1 {
    margin-bottom: 30px; }
    .product.product-v6 .wrap-box-1 img {
      -moz-transition: all 0.6s ease-in-out;
      -webkit-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .product.product-v6 .wrap-box-1:hover {
      box-shadow: none; }
      .product.product-v6 .wrap-box-1:hover h5:before {
        background: black !important;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product.product-v6 .wrap-box-1:hover h5 a {
        color: black;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product.product-v6 .wrap-box-1:hover img {
        transform: scale(1.09);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .product.product-v6 .wrap-box-1 .content-item {
      padding: 15px 40px 35px; }
      .product.product-v6 .wrap-box-1 .content-item h5 {
        position: relative; }
        .product.product-v6 .wrap-box-1 .content-item h5:before {
          bottom: -10px;
          position: absolute;
          content: '';
          width: 50px;
          height: 2px;
          background: #2b2b2b; }
    .product.product-v6 .wrap-box-1 .btn-product {
      width: 185px;
      height: 42px; }
      .product.product-v6 .wrap-box-1 .btn-product .wrap-btn {
        padding: 7px; }
        .product.product-v6 .wrap-box-1 .btn-product .wrap-btn i {
          font-size: 20px; }

.product.product-v7 {
  margin: 100px 0 -80px; }
  @media (min-width: 1200px) {
    .product.product-v7 .row {
      margin-left: -85px;
      margin-right: -85px; } }
  @media (max-width: 768px) {
    .product.product-v7 .row {
      margin: 0; } }
  @media (min-width: 900px) {
    .product.product-v7 .row .margin-top {
      margin-top: 80px; } }
  .product.product-v7 .row .wrap-box-1 .box-img {
    overflow: visible; }
  .product.product-v7 .row .wrap-box-1 .content-item {
    position: inherit; }
    .product.product-v7 .row .wrap-box-1 .content-item .title-h5 {
      font-weight: 600;
      font-size: 24px; }
  .product.product-v7 .row .wrap-box-1 .text-content {
    transform: rotate(-90deg);
    position: absolute;
    top: 70px; }
    .product.product-v7 .row .wrap-box-1 .text-content.text-content-right {
      left: auto; }
      @media (min-width: 600px) {
        .product.product-v7 .row .wrap-box-1 .text-content.text-content-right {
          right: -100px; } }
      @media (max-width: 600px) {
        .product.product-v7 .row .wrap-box-1 .text-content.text-content-right {
          display: none; } }
    @media (min-width: 600px) {
      .product.product-v7 .row .wrap-box-1 .text-content {
        left: -100px; } }
    @media (max-width: 600px) {
      .product.product-v7 .row .wrap-box-1 .text-content {
        display: none; } }
    .product.product-v7 .row .wrap-box-1 .text-content h5 {
      font-size: 12px;
      font-weight: 700;
      font-family: 'Roboto Condensed', sans-serif;
      position: relative; }
      .product.product-v7 .row .wrap-box-1 .text-content h5:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 80px;
        transform: rotate(-90deg);
        top: -253%;
        right: 142%;
        background: #2b2b2b; }
  .product.product-v7 .row .wrap-box-1 .wrap-img {
    overflow: hidden; }
  @media (max-width: 900px) {
    .product.product-v7 .gallery-isotope.col-2 .item-isotope {
      position: relative !important;
      left: 0 !important;
      top: 0 !important; } }
  @media (min-width: 600px) and (max-width: 900px) {
    .product.product-v7 .gallery-isotope.col-2 .item-isotope {
      width: 50%;
      padding: 25px; } }
  @media (max-width: 600px) {
    .product.product-v7 .gallery-isotope.col-2 .item-isotope {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; } }
  @media (max-width: 900px) {
    .product.product-v7 .wrap-box-1 .content-item {
      padding: 0; } }

@media (min-width: 768px) {
  .product .container {
    width: 100%;
    padding: 0 30px; } }

@media screen and (max-width: 1420px) {
  .product .gallery-isotope.col-5 .item-isotope, .product .gallery-isotope.col-5 .item-size, .product .gallery-isotope.col-5 .width-33 {
    width: 25% !important; } }

@media screen and (max-width: 1200px) {
  .product .gallery-isotope.col-4 .item-isotope,
  .product .gallery-isotope.col-4 .item-size,
  .product .gallery-isotope.col-4 .width-33, .product .gallery-isotope.col-5 .item-isotope,
  .product .gallery-isotope.col-5 .item-size,
  .product .gallery-isotope.col-5 .width-33 {
    width: 33.33333% !important; } }

@media screen and (max-width: 992px) {
  .product .gallery-isotope {
    /* GALLERY */ }
    .product .gallery-isotope.col-4 .item-isotope,
    .product .gallery-isotope.col-4 .item-size,
    .product .gallery-isotope.col-4 .width-33, .product .gallery-isotope.col-5 .item-isotope,
    .product .gallery-isotope.col-5 .item-size,
    .product .gallery-isotope.col-5 .width-33 {
      width: 50% !important; } }

@media screen and (max-width: 480px) {
  .product .gallery-isotope {
    /* GALLERY */ }
    .product .gallery-isotope.col-4 .item-isotope,
    .product .gallery-isotope.col-4 .item-size,
    .product .gallery-isotope.col-4 .width-33, .product .gallery-isotope.col-5 .item-isotope,
    .product .gallery-isotope.col-5 .item-size,
    .product .gallery-isotope.col-5 .width-33 {
      width: 100% !important; } }

.product .gallery-isotope .item-isotope {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.product .gallery-isotope.col-5 .item-isotope,
.product .gallery-isotope.col-5 .item-size {
  width: 20%; }

.product .gallery-isotope.col-4 .item-isotope,
.product .gallery-isotope.col-4 .item-size {
  width: 25%; }

.product .gallery-isotope.col-2 .item-isotope,
.product .gallery-isotope.col-2 .item-size {
  width: 50%; }

.product .gallery-isotope.col-2 .item-isotope {
  float: left;
  padding-left: 85px;
  padding-right: 85px; }

.product .wrap-blog .gallery-content .wrap-box-1 img {
  width: 100%; }

.product .wrap-blog .gallery-restaurant {
  margin: auto; }
  .product .wrap-blog .gallery-restaurant ul {
    margin-top: 15px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .product .wrap-blog .gallery-restaurant ul {
        margin-bottom: 35px; } }
    .product .wrap-blog .gallery-restaurant ul li {
      line-height: 40px; }
      @media (max-width: 767px) {
        .product .wrap-blog .gallery-restaurant ul li {
          padding: 0; } }
      .product .wrap-blog .gallery-restaurant ul li.active > a {
        color: black;
        background: transparent; }
        .product .wrap-blog .gallery-restaurant ul li.active > a:hover, .product .wrap-blog .gallery-restaurant ul li.active > a:focus {
          color: black;
          cursor: pointer; }
      .product .wrap-blog .gallery-restaurant ul li a {
        font-size: 18px;
        padding: 6px 15px;
        color: #2b2b2b;
        text-decoration: none; }
        @media (max-width: 767px) {
          .product .wrap-blog .gallery-restaurant ul li a {
            margin: 0;
            font-size: 14px; } }
        @media (max-width: 480px) {
          .product .wrap-blog .gallery-restaurant ul li a {
            padding: 6px 10px; } }
        .product .wrap-blog .gallery-restaurant ul li a:hover, .product .wrap-blog .gallery-restaurant ul li a:focus {
          outline: none;
          color: black; }

.product .wrap-blog .btn-web {
  margin-top: 20px; }

.pro-list {
  margin-left: 40px; }
  @media (max-width: 600px) {
    .pro-list {
      margin: 0 15px; } }
  .pro-list .pro-name {
    font-size: 48px;
    font-weight: 600; }
    @media (max-width: 600px) {
      .pro-list .pro-name {
        font-size: 32px; } }
  .pro-list .pro-price {
    margin: 7px 0 24px; }
    .pro-list .pro-price .price {
      font-size: 36px; }
    .pro-list .pro-price .old-price {
      font-size: 30px;
      font-weight: 300; }
  .pro-list .pro-desc {
    color: #555;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px; }
  .pro-list .pro-action {
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 44px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .pro-list .pro-action span {
      margin-right: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 600px) {
        .pro-list .pro-action span {
          margin-right: 10px; }
          .pro-list .pro-action span.addcart a {
            font-size: 16px;
            padding: 12px 22px; } }
    .pro-list .pro-action .btn-action i {
      border: 1px solid #d6d6d6;
      font-size: 25px;
      padding: 11px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
      .pro-list .pro-action .btn-action i:hover {
        border-color: black; }
  .pro-list .pro-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .pro-list .pro-share span {
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      margin-right: 5px; }
    .pro-list .pro-share ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }

.price {
  color: black;
  font-family: "Roboto Condensed", sans-serif; }

.old-price {
  color: #9e9e9e;
  margin-right: 5px;
  font-family: "Roboto Condensed", sans-serif; }

.modal-backdrop {
  display: none; }

.modal.in:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

.modal.in .modal-dialog {
  z-index: 99; }

.sidebar {
  margin-top: 31px; }
  .sidebar .widget {
    border-bottom: 1px solid #ededed;
    margin-bottom: 50px;
    padding-bottom: 36px; }
    .sidebar .widget:last-child {
      border: none; }
    .sidebar .widget .title-heading {
      font-size: 24px;
      font-weight: bold;
      text-transform: upercase;
      letter-spacing: 1px;
      padding-bottom: 9px;
      position: relative; }
      .sidebar .widget .title-heading:after {
        background: black;
        content: '';
        left: 0;
        position: absolute;
        bottom: 0;
        width: 80px;
        height: 2px; }
    .sidebar .widget .widget-content {
      margin-top: 15px; }
      .sidebar .widget .widget-content li a {
        font-size: 18px;
        font-weight: 300;
        line-height: 42px; }
    .sidebar .widget.widget-category ul {
      padding-left: 15px; }
      .sidebar .widget.widget-category ul li {
        list-style-type: disc;
        padding-left: 6px; }
        .sidebar .widget.widget-category ul li a {
          text-transform: uppercase; }
    .sidebar .widget.widget-filter-price .slider {
      background: transparent; }
    .sidebar .widget.widget-filter-price .slidecontainer {
      margin-top: 25px;
      position: relative; }
      .sidebar .widget.widget-filter-price .slidecontainer p {
        color: black;
        font-size: 18px;
        font-weight: 300;
        font-family: "Roboto Condensed", sans-serif;
        margin-top: 25px; }
      .sidebar .widget.widget-filter-price .slidecontainer .btn-filter {
        bottom: 5px;
        position: absolute;
        right: 0; }
        .sidebar .widget.widget-filter-price .slidecontainer .btn-filter a {
          border-color: #d6d6d6;
          padding: 5px 35px;
          text-transform: none; }
    .sidebar .widget.widget-filter-brand ul li {
      border-bottom: 1px solid #f5f5f5;
      clear: both;
      list-style: none;
      padding: 12px 0;
      position: relative;
      text-indent: 0;
      display: block;
      text-align: right;
      overflow: hidden;
      font-family: "Roboto Condensed", sans-serif; }
      .sidebar .widget.widget-filter-brand ul li a {
        float: left;
        line-height: 20px; }
      .sidebar .widget.widget-filter-brand ul li:last-child {
        border: none; }
    .sidebar .widget .product-sidebar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sidebar .widget .product-sidebar img {
        width: 140px; }
        @media (min-width: 900px) and (max-width: 1200px) {
          .sidebar .widget .product-sidebar img {
            width: 64px; } }
    .sidebar .widget .content-product {
      padding-top: 36px; }
      @media (min-width: 900px) and (max-width: 1200px) {
        .sidebar .widget .content-product {
          padding-top: 10px; } }
      .sidebar .widget .content-product .product-name {
        margin-bottom: 5px; }
        .sidebar .widget .content-product .product-name a {
          font-size: 18px; }
          @media (min-width: 900px) and (max-width: 1200px) {
            .sidebar .widget .content-product .product-name a {
              font-size: 16px; } }
      .sidebar .widget .content-product .price {
        font-size: 17px; }
  @media (min-width: 700px) {
    .sidebar.sidebar-left {
      border-right: 1px solid #ededed;
      padding-right: 30px; } }
  @media (min-width: 700px) {
    .sidebar.sidebar-right {
      border-left: 1px solid #ededed;
      padding-left: 30px; } }
  .sidebar.sidebar-fixed {
    background: #232323;
    position: absolute;
    top: 0;
    left: -376px;
    z-index: 99;
    margin-top: 0px;
    padding: 88px 30px 0;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    @media (min-width: 350px) {
      .sidebar.sidebar-fixed {
        width: 375px; } }
    @media (max-width: 350px) {
      .sidebar.sidebar-fixed {
        width: 295px; } }
    .sidebar.sidebar-fixed .widget {
      border-color: #333; }
      .sidebar.sidebar-fixed .widget .title-heading {
        color: #FFF; }
      .sidebar.sidebar-fixed .widget li a {
        color: #FFF; }
        .sidebar.sidebar-fixed .widget li a:hover {
          color: black; }
      .sidebar.sidebar-fixed .widget.widget-filter-price .btn-filter a {
        background: #FFF;
        color: #2b2b2b; }
      .sidebar.sidebar-fixed .widget.widget-filter-brand ul li {
        border-color: #717171; }
      .sidebar.sidebar-fixed .widget.widget-products .product-sidebar {
        margin-bottom: 25px; }
      .sidebar.sidebar-fixed .widget.widget-products .image {
        margin-right: 18px; }
      .sidebar.sidebar-fixed .widget.widget-products .product-name a {
        color: #FFF; }
        .sidebar.sidebar-fixed .widget.widget-products .product-name a:hover {
          color: black; }
      @media (max-width: 700px) {
        .sidebar.sidebar-fixed .widget.widget-products .image img {
          width: 90px; }
        .sidebar.sidebar-fixed .widget.widget-products .content-product {
          padding-top: 5px; } }
    .sidebar.sidebar-fixed .close-filter {
      background: #FFF;
      position: absolute;
      top: 32px;
      right: 26px;
      opacity: 1;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 36px;
      height: 36px; }
      .sidebar.sidebar-fixed .close-filter span {
        font-size: 36px; }

#newsletter_popup {
  z-index: 999;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%; }
  #newsletter_popup.open {
    background: rgba(0, 0, 0, 0.8);
    z-index: 999; }
  #newsletter_popup .newsletter-img img {
    position: absolute;
    left: -172px;
    top: -104px; }
  @media (max-width: 480px) {
    #newsletter_popup .newsletter-img {
      display: none; } }
  #newsletter_popup .newsletter-modal {
    background: #FFF;
    max-width: 950px;
    width: 90%;
    position: relative;
    margin: auto; }
    @media (min-width: 480px) {
      #newsletter_popup .newsletter-modal {
        -webkit-transform: translate(0, 25%);
        -moz-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
        -o-transform: translate(0, 25%);
        transform: translate(0, 25%); } }
    @media (max-width: 480px) {
      #newsletter_popup .newsletter-modal {
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%); } }
  #newsletter_popup .newsletter-infor {
    margin-top: 112px;
    margin-bottom: 83px;
    padding: 0 50px; }
    #newsletter_popup .newsletter-infor .title {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 4px; }
      #newsletter_popup .newsletter-infor .title span {
        padding-bottom: 13px;
        position: relative; }
        #newsletter_popup .newsletter-infor .title span:after {
          background: #bc9e6b;
          bottom: 0;
          content: "";
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          width: 67px;
          height: 3px; }
    #newsletter_popup .newsletter-infor .sub-title {
      font-size: 35px;
      margin-bottom: 16px;
      margin-top: 36px;
      text-transform: uppercase;
      line-height: 42px; }
    #newsletter_popup .newsletter-infor .desc {
      color: #858585;
      margin-bottom: 26px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      line-height: 25px; }
    #newsletter_popup .newsletter-infor input {
      border: 1px solid #e6e6e6;
      text-align: center;
      font-size: 18px; }
      @media (min-width: 992px) {
        #newsletter_popup .newsletter-infor input {
          width: 390px;
          height: 50px; } }
      @media (max-width: 992px) {
        #newsletter_popup .newsletter-infor input {
          width: 290px;
          height: 50px; } }
      #newsletter_popup .newsletter-infor input::placeholder {
        color: #8d8c8c;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 14px; }
    #newsletter_popup .newsletter-infor .icon-arrow-right {
      padding: 0 5px;
      position: relative; }
      #newsletter_popup .newsletter-infor .icon-arrow-right:before {
        background: url(../images/icon/icon-arrow-right.png) no-repeat;
        content: "";
        position: absolute;
        top: 6px;
        right: -10px;
        width: 10px;
        height: 10px;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #newsletter_popup .newsletter-infor .btn-theme {
      margin: 28px 0 51px; }
      #newsletter_popup .newsletter-infor .btn-theme.btn-medium a {
        font-size: 16px;
        padding: 14px 45px;
        font-weight: 700; }
      #newsletter_popup .newsletter-infor .btn-theme a:hover .icon-arrow-right:before {
        background-position-y: -16px; }
    #newsletter_popup .newsletter-infor .newsletter-close {
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 11px;
      letter-spacing: 2px; }
  #newsletter_popup .close-btn {
    background: transparent;
    border: 2px solid #2b2b2b;
    position: absolute;
    padding: 0;
    line-height: 20px;
    right: 20px;
    top: 20px;
    font-size: 35px;
    z-index: 9;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 40px;
    height: 40px; }

.pro-deal {
  margin: 158px 0 108px; }
  .pro-deal .pro-content {
    margin-top: 50px; }
    @media (min-width: 600px) and (max-width: 900px) {
      .pro-deal .pro-content {
        align-items: center;
        flex-direction: column;
        margin-bottom: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 600px) {
      .pro-deal .pro-content {
        margin-bottom: 60px; } }
  .pro-deal .title {
    font-weight: 300;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .pro-deal .title {
        font-size: 48px; } }
    @media (max-width: 600px) {
      .pro-deal .title {
        font-size: 40px; } }
  .pro-deal .desc {
    color: #909090;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
    margin-bottom: 23px;
    max-width: 500px; }
    @media (min-width: 600px) and (max-width: 900px) {
      .pro-deal .desc {
        text-align: center; } }
  .pro-deal .count-down {
    margin-bottom: 30px;
    margin-top: 56px; }
    .pro-deal .count-down .deals-coundown {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 600px) and (max-width: 900px) {
        .pro-deal .count-down .deals-coundown {
          margin-left: 90px; } }
      .pro-deal .count-down .deals-coundown li {
        position: relative;
        text-align: center; }
        @media (min-width: 600px) {
          .pro-deal .count-down .deals-coundown li {
            margin-right: 25px;
            padding-right: 55px; } }
        @media (max-width: 600px) {
          .pro-deal .count-down .deals-coundown li {
            margin-right: 15px;
            padding-right: 10px; } }
        .pro-deal .count-down .deals-coundown li:after {
          background: #dcdcdc;
          content: "";
          position: absolute;
          right: 0;
          top: 18%; }
          @media (min-width: 600px) {
            .pro-deal .count-down .deals-coundown li:after {
              right: 0;
              width: 30px;
              height: 2px; } }
          @media (max-width: 600px) {
            .pro-deal .count-down .deals-coundown li:after {
              right: -12px;
              width: 15px;
              height: 2px; } }
        .pro-deal .count-down .deals-coundown li:last-child:after {
          display: none; }
      .pro-deal .count-down .deals-coundown p {
        line-height: 30px; }
        .pro-deal .count-down .deals-coundown p b {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 300; }
          @media (min-width: 600px) {
            .pro-deal .count-down .deals-coundown p b {
              font-size: 72px; } }
          @media (max-width: 600px) {
            .pro-deal .count-down .deals-coundown p b {
              font-size: 55px; } }
      .pro-deal .count-down .deals-coundown span {
        font-size: 16px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase; }
  .pro-deal .btn-deal {
    margin-top: 52px; }
    .pro-deal .btn-deal a {
      width: 160px; }
    @media (max-width: 600px) {
      .pro-deal .btn-deal {
        text-align: center; } }

.product-v9 {
  margin-bottom: 150px; }

.feauture-v9 {
  margin-top: 75px; }
  @media (max-width: 900px) {
    .feauture-v9 .no-padding:nth-child(2) .box-iteam {
      border: none; } }
  .feauture-v9 .no-padding:last-child .box-iteam {
    border: none; }
  .feauture-v9 .box-iteam {
    border-right: 1px solid #e5e5e5; }
    @media (max-width: 900px) {
      .feauture-v9 .box-iteam {
        margin-bottom: 30px; } }

.home8 .bg-content-main {
  background: url("../images/bg/bg_home8.jpg") no-repeat;
  background-size: cover;
  height: 100vh; }

.home8 .footer-v8 {
  bottom: 0px;
  position: absolute;
  width: 100%; }
  .home8 .footer-v8 .wrap-copyright {
    padding-bottom: 10px; }
  .home8 .footer-v8 .copyright {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .home8 .footer-v8 .copyright {
        padding: 20px 0; } }
  .home8 .footer-v8 .social a {
    color: #FFF; }
    .home8 .footer-v8 .social a:hover {
      color: black; }

@media (max-width: 350px) {
  .home8 .wrap-box-1 .btn-product {
    height: 50px;
    width: 165px; }
    .home8 .wrap-box-1 .btn-product .wrap-btn span {
      padding: 2px 27px; }
  .home8 .wrap-box-1 .content-item {
    padding: 15px 12px 4px; } }

@media (min-width: 1860px) {
  .js-slide-pro-h8 {
    padding: 140px 0 61px; } }

@media (min-width: 1300px) and (max-width: 1860px) {
  .js-slide-pro-h8 {
    padding: 160px 0 108px; } }

@media (min-width: 1200px) and (max-width: 1300px) {
  .js-slide-pro-h8 {
    padding: 185px 0 120px; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .js-slide-pro-h8 {
    padding: 140px 0 90px; } }

@media (min-width: 600px) and (max-width: 900px) {
  .js-slide-pro-h8 {
    padding: 200px 0 180px; } }

@media (max-width: 600px) {
  .js-slide-pro-h8 {
    padding: 120px 0 140px; } }

.js-slide-pro-h8.slick-slider {
  margin-bottom: 0px; }

.js-slide-pro-h8 .slick-list.draggable {
  margin-bottom: 15px; }
  @media (min-width: 1860px) {
    .js-slide-pro-h8 .slick-list.draggable {
      padding: 0 490px !important; } }
  @media (min-width: 1200px) and (max-width: 1860px) {
    .js-slide-pro-h8 .slick-list.draggable {
      padding: 0 350px !important; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .js-slide-pro-h8 .slick-list.draggable {
      padding: 0 180px !important; } }
  @media (min-width: 600px) and (max-width: 900px) {
    .js-slide-pro-h8 .slick-list.draggable {
      padding: 0 120px !important; } }

@media (min-width: 900px) {
  .js-slide-pro-h8 .slick-list .item-pro {
    margin: 0 110px; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .js-slide-pro-h8 .slick-list .item-pro {
    margin: 0 90px; } }

@media (min-width: 600px) and (max-width: 900px) {
  .js-slide-pro-h8 .slick-list .item-pro {
    margin: 0 50px; } }

@media (max-width: 600px) {
  .js-slide-pro-h8 .slick-list .item-pro {
    margin: 0 10px; } }

@media (min-width: 600px) {
  .js-slide-pro-h8 .slick-list .item-pro:after {
    content: "";
    height: 1px;
    background-color: #8c8c8c;
    display: inline-block;
    position: absolute;
    top: 50%; } }

@media (min-width: 1200px) {
  .js-slide-pro-h8 .slick-list .item-pro:after {
    margin-left: -160px; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .js-slide-pro-h8 .slick-list .item-pro:after {
    margin-left: -140px; } }

@media (min-width: 900px) {
  .js-slide-pro-h8 .slick-list .item-pro:after {
    width: 100px; } }

@media (min-width: 600px) and (max-width: 900px) {
  .js-slide-pro-h8 .slick-list .item-pro:after {
    width: 40px;
    margin-left: -70px; } }

.js-slide-pro-h8 .slick-prev, .js-slide-pro-h8 .slick-next {
  background: rgba(255, 255, 255, 0.1);
  top: 93%;
  z-index: 99;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px; }
  .js-slide-pro-h8 .slick-prev:before, .js-slide-pro-h8 .slick-next:before {
    font-family: 'Pe-icon-7-stroke';
    font-size: 50px; }

@media (min-width: 1860px) {
  .js-slide-pro-h8 .slick-prev {
    left: 43%; } }

@media (min-width: 900px) and (max-width: 1860px) {
  .js-slide-pro-h8 .slick-prev {
    left: 35%; } }

.js-slide-pro-h8 .slick-prev:before {
  content: "\e686"; }

@media (min-width: 1860px) {
  .js-slide-pro-h8 .slick-next {
    right: 43%; } }

@media (min-width: 900px) and (max-width: 1860px) {
  .js-slide-pro-h8 .slick-next {
    right: 35%; } }

.js-slide-pro-h8 .slick-next:before {
  content: "\e684"; }

.js-slide-pro-h8 .slick-dots li.slick-active button:before {
  color: #ccc; }

.js-slide-pro-h8 .slick-dots li button:before {
  color: #4e4e4e;
  font-size: 45px; }

@media (min-width: 1860px) {
  .js-slide-pro-h8 .slick-dots {
    bottom: 55px; } }

@media (min-width: 900px) and (max-width: 1860px) {
  .js-slide-pro-h8 .slick-dots {
    bottom: 42px; } }

@media (min-width: 600px) and (max-width: 900px) {
  .js-slide-pro-h8 .slick-dots {
    bottom: 85px; } }

@media (max-width: 600px) {
  .js-slide-pro-h8 .slick-dots {
    bottom: 140px; } }

.paginations {
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1200px) {
    .paginations {
      margin-bottom: 90px;
      padding: 21px 0 0; } }
  @media (max-width: 600px) {
    .paginations {
      margin-bottom: 50px; } }
  .paginations ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 600px) {
      .paginations ul li {
        margin: 0 12px; } }
    @media (max-width: 600px) {
      .paginations ul li {
        margin: 0 10px; } }
    .paginations ul li.active a {
      color: black;
      text-decoration: underline; }
  .paginations .control {
    border: 1px solid #d6d6d6;
    padding: 12px 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

.wrap-404 .inner {
  align-items: center;
  background: url("../images/404/1.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 600px) {
    .wrap-404 .inner {
      margin: 0 15px; } }

.wrap-404 .content-box {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .wrap-404 .content-box img {
    margin-bottom: 25px;
    width: 45%; }
  .wrap-404 .content-box h3 {
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px; }
    @media (max-width: 900px) {
      .wrap-404 .content-box h3 {
        text-align: center; } }
    @media (min-width: 600px) {
      .wrap-404 .content-box h3 {
        font-size: 36px; } }
    @media (max-width: 600px) {
      .wrap-404 .content-box h3 {
        font-size: 25px; } }
  .wrap-404 .content-box .bot {
    margin-top: 15px; }
    @media (min-width: 600px) {
      .wrap-404 .content-box .bot {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-direction: row; } }
    @media (max-width: 600px) {
      .wrap-404 .content-box .bot {
        text-align: center; } }
    .wrap-404 .content-box .bot p {
      font-size: 18px;
      font-weight: 300;
      color: #fff; }
    .wrap-404 .content-box .bot .btn-web {
      margin: 0; }
      @media (min-width: 600px) {
        .wrap-404 .content-box .bot .btn-web {
          margin-left: 20px; } }
      .wrap-404 .content-box .bot .btn-web a {
        font-size: 16px;
        width: 150px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 47px; }
        .wrap-404 .content-box .bot .btn-web a:hover {
          color: #fff;
          border-color: #fff; }

.comming ul {
  margin-top: 30px;
  margin-bottom: 33px;
  padding-left: 0px; }
  .comming ul li {
    text-align: left;
    list-style: none;
    float: left; }
    .comming ul li span {
      padding: 0 18px;
      color: #232323;
      font-weight: 200 !important;
      font-family: 'Roboto Condensed', sans-serif !important;
      text-transform: uppercase;
      font-size: 16px !important; }
      @media (max-width: 600px) {
        .comming ul li span {
          margin: 0px; } }
    .comming ul li p {
      line-height: 35px;
      font-size: 72px;
      color: #232323;
      justify-content: center;
      flex-direction: row;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 992px) {
        .comming ul li p {
          font-size: 18px; } }
      @media screen and (max-width: 600px) {
        .comming ul li p {
          width: 60px;
          margin: 0px; } }
      .comming ul li p b {
        width: 60px !important;
        font-weight: 300;
        color: #232323;
        width: 120px;
        font-size: 72px;
        font-family: 'Roboto Condensed', sans-serif; }
      .comming ul li p span {
        margin-left: 30px;
        margin-right: 20px;
        color: #e0e0e0;
        width: 25px;
        height: 2px;
        background: #e0e0e0; }
    .comming ul li:last-child span {
      margin-right: 0; }

.feauture-box {
  margin: 38px 0 70px; }
  .feauture-box.feauture-v9 {
    margin: 0; }
    .feauture-box.feauture-v9 .wrap-feauture {
      box-shadow: none; }
      .feauture-box.feauture-v9 .wrap-feauture [class*='col-'] {
        padding-top: 70px;
        padding-bottom: 70px; }
  .feauture-box .wrap-feauture {
    -moz-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
    box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13); }
    .feauture-box .wrap-feauture [class*='col-'] {
      padding-top: 30px;
      padding-bottom: 30px;
      cursor: pointer; }
      .feauture-box .wrap-feauture [class*='col-']:last-child .box-iteam {
        border: none; }
      .feauture-box .wrap-feauture [class*='col-']:hover .box-iteam h5 {
        color: black; }
  .feauture-box .box-iteam {
    padding: 0 15px;
    margin: 39px 0 35px; }
    @media (min-width: 992px) {
      .feauture-box .box-iteam {
        border-right: 1px solid #e5e5e5; } }
    .feauture-box .box-iteam h5 {
      margin-bottom: 5px;
      margin-top: 15px; }
    .feauture-box .box-iteam p {
      font-size: 12px;
      opacity: 0.6;
      letter-spacing: 1px;
      font-weight: 500; }

.contact-v2 {
  background: #ffd5c3;
  margin: 0 15px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .contact-v2 {
      padding: 100px 0 170px; } }
  @media (max-width: 768px) {
    .contact-v2 {
      padding: 30px 0 50px; } }
  .contact-v2 .wrap-right {
    padding-top: 42px; }
    .contact-v2 .wrap-right .btn-form {
      margin-top: 40px; }
      .contact-v2 .wrap-right .btn-form a {
        border-color: #fff;
        font-weight: 600;
        border-width: 2px;
        color: #fff; }
        .contact-v2 .wrap-right .btn-form a:hover {
          border-color: transparent; }
    .contact-v2 .wrap-right p {
      color: #2b2b2b;
      font-size: 18px;
      font-weight: 600; }
    .contact-v2 .wrap-right form {
      margin-top: 35px; }
      .contact-v2 .wrap-right form textarea {
        resize: none; }
      .contact-v2 .wrap-right form .form-control {
        margin-bottom: 15px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        padding: 15px;
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        height: 50px; }
        .contact-v2 .wrap-right form .form-control::placeholder {
          font-size: 24px;
          color: #fff;
          font-weight: 500; }
        .contact-v2 .wrap-right form .form-control:last-child {
          height: auto; }
  @media (min-width: 768px) {
    .contact-v2 .wrap-left {
      padding-right: 70px; } }
  .contact-v2 .wrap-left h4 {
    color: #2b2b2b;
    font-size: 60px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .contact-v2 .wrap-left h4 {
        font-size: 60px; } }
    @media (max-width: 768px) {
      .contact-v2 .wrap-left h4 {
        font-size: 45px; } }
  .contact-v2 .wrap-left .content-p {
    color: #2b2b2b;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 75px; }
  .contact-v2 .wrap-left span {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px; }
  .contact-v2 .wrap-left p {
    font-size: 18px; }
  .contact-v2 .wrap-left .infor span {
    font-weight: 300; }
    .contact-v2 .wrap-left .infor span span {
      font-weight: 700; }
  .contact-v2 .wrap-left .social {
    margin-top: 55px; }
    .contact-v2 .wrap-left .social a {
      margin-right: 10px;
      margin-left: 0; }
      .contact-v2 .wrap-left .social a i {
        color: #fff;
        border: 1px solid #fff; }
        .contact-v2 .wrap-left .social a i:hover {
          color: black;
          border: 1px solid black; }
  @media (max-width: 480px) {
    .contact-v2.contact-v5 .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
      .contact-v2.contact-v5 .row .desc-contact {
        order: 2; } }

.contact-v5 {
  background: transparent;
  padding: 20px 0 0px; }
  .contact-v5.contact-v7 {
    margin: 60px 0 120px; }
    .contact-v5.contact-v7 .wrap-left {
      padding-right: 0; }
      .contact-v5.contact-v7 .wrap-left .content-p {
        padding-right: 80px;
        margin-bottom: 10px !important; }
      .contact-v5.contact-v7 .wrap-left h4 {
        font-weight: 400;
        text-transform: uppercase; }
        @media (min-width: 600px) {
          .contact-v5.contact-v7 .wrap-left h4 {
            font-size: 48px; } }
        @media (max-width: 600px) {
          .contact-v5.contact-v7 .wrap-left h4 {
            font-size: 35px; } }
      .contact-v5.contact-v7 .wrap-left .btn-web {
        margin-top: 65px; }
        .contact-v5.contact-v7 .wrap-left .btn-web a {
          width: 160px; }
      .contact-v5.contact-v7 .wrap-left #demo {
        font-size: 72px; }
  .contact-v5 .wrap-left {
    padding-right: 30px; }
    .contact-v5 .wrap-left h4 {
      font-weight: 300;
      line-height: 55px; }
      @media (min-width: 480px) {
        .contact-v5 .wrap-left h4 {
          font-size: 40px; } }
      @media (max-width: 480px) {
        .contact-v5 .wrap-left h4 {
          font-size: 30px;
          line-height: 40px; } }
    .contact-v5 .wrap-left p {
      color: #909090 !important;
      font-size: 16px !important;
      margin-top: 25px !important;
      margin-bottom: 23px !important;
      font-weight: 300;
      font-family: 'Roboto Condensed', sans-serif; }
    .contact-v5 .wrap-left .social {
      margin-top: 45px; }
      .contact-v5 .wrap-left .social a i {
        color: #2b2b2b;
        border-color: #e7e7e7; }
  .contact-v5 .wrap-right {
    padding-top: 0; }

.contact-v10 {
  margin: 0; }
  @media (min-width: 900px) {
    .contact-v10 {
      padding: 200px 0 120px; } }
  @media (max-width: 900px) {
    .contact-v10 {
      padding: 60px 0 120px; } }
  .contact-v10.style-contact-v1, .contact-v10.style-contact-v3 {
    background: #f7f7f7; }
  .contact-v10.style-contact-v2, .contact-v10.style-contact-v4 {
    background: #ededed; }
  @media (min-width: 1620px) {
    .contact-v10 .container {
      width: 100%; } }
  .contact-v10 .container .row {
    display: flex;
    justify-items: center;
    align-items: center; }
  .contact-v10 .container .wrap-left .content-p {
    color: #232323;
    opacity: 0.8; }
    @media (min-width: 1860px) {
      .contact-v10 .container .wrap-left .content-p {
        font-size: 36px; } }
    @media (min-width: 900px) and (max-width: 1860px) {
      .contact-v10 .container .wrap-left .content-p {
        font-size: 22px; } }
    @media (max-width: 900px) {
      .contact-v10 .container .wrap-left .content-p {
        font-size: 18px; } }
  .contact-v10 .container .wrap-left h4 {
    color: #232323;
    font-weight: 600; }
    @media (min-width: 1860px) {
      .contact-v10 .container .wrap-left h4 {
        font-size: 83px;
        line-height: 120px; } }
    @media (min-width: 900px) and (max-width: 1860px) {
      .contact-v10 .container .wrap-left h4 {
        font-size: 50px; } }
    @media (max-width: 900px) {
      .contact-v10 .container .wrap-left h4 {
        font-size: 30px; } }
  .contact-v10 .container .wrap-left .btn-web {
    margin-top: 45px; }

.contact-top {
  margin-top: 70px; }
  .contact-top .row .wrap-right {
    margin-bottom: 60px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
    .contact-top .row .wrap-right:last-child {
      margin-bottom: 0px; }
    @media (min-width: 600px) {
      .contact-top .row .wrap-right .img-left {
        margin-right: 30px; } }
    @media (max-width: 600px) {
      .contact-top .row .wrap-right .img-left {
        margin-right: 15px; } }
    .contact-top .row .wrap-right .content-contact span {
      color: #6c6c6c;
      display: inline-block; }
      @media (min-width: 1200px) {
        .contact-top .row .wrap-right .content-contact span {
          width: 85px; } }
    .contact-top .row .wrap-right .content-contact h5 {
      color: #333333;
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 700;
      margin-top: 0; }
    .contact-top .row .wrap-right .content-contact p {
      color: #333333;
      margin-bottom: 3px; }
      @media (min-width: 600px) {
        .contact-top .row .wrap-right .content-contact p {
          font-size: 16px; } }
      @media (max-width: 600px) {
        .contact-top .row .wrap-right .content-contact p {
          font-size: 14px; } }
  @media (max-width: 900px) {
    .contact-top .contact-left {
      margin-bottom: 60px; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .contact-top .contact-infor {
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .contact-top .contact-infor {
        margin-bottom: 80px; } }

/* .from-contact {
  margin: 120px 0 98px; } */
  /* @media (min-width: 1200px) {
    .from-contact .wrap-map {
      padding-left: 40px; } } */
  .from-contact .wrap-map #map {
    height: 450px;
    width: 100%; }
  @media (max-width: 900px) {
    .from-contact .check-left {
      margin-bottom: 60px; } }
  .from-contact .check-left .form-group {
    margin-bottom: 24px; }
    .from-contact .check-left .form-group textarea, .from-contact .check-left .form-group input {
      border-color: #ddd; }
    .from-contact .check-left .form-group input {
      height: 50px; }
    .from-contact .check-left .form-group label {
      font-size: 16px;
      font-weight: 600; }
  .from-contact .check-left .btn-web a {
    font-weight: 600;
    font-size: 16px; }

.about-page .about-content {
  margin-bottom: 100px; }

.about-page .about-top {
  position: relative; }
  @media (min-width: 1200px) {
    .about-page .about-top {
      margin-bottom: 142px; } }
  @media (min-width: 1860px) {
    .about-page .about-top .post-type {
      left: -116px; } }
  @media (min-width: 1200px) and (max-width: 1860px) {
    .about-page .about-top .post-type {
      left: -10px; } }
  @media (min-width: 1200px) {
    .about-page .about-top .post-type {
      top: -229px; } }
  @media (min-width: 900px) and (max-width: 1200px) {
    .about-page .about-top .post-type {
      top: -110px; } }
  @media (min-width: 900px) {
    .about-page .about-top .post-type {
      position: absolute;
      z-index: 99; } }
  @media (max-width: 900px) {
    .about-page .about-top .post-type {
      margin-top: 30px; } }
  .about-page .about-top .post-type .inner {
    background: black; }
    @media (min-width: 1860px) {
      .about-page .about-top .post-type .inner {
        padding: 122px 90px 119px;
        width: 550px; } }
    @media (min-width: 1200px) and (max-width: 1860px) {
      .about-page .about-top .post-type .inner {
        padding: 80px 90px;
        width: 490px; } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .about-page .about-top .post-type .inner {
        padding: 90px 54px; } }
    @media (max-width: 900px) {
      .about-page .about-top .post-type .inner {
        padding: 40px 35px; } }
  .about-page .about-top .post-type span {
    color: #f7f7f7;
    font-weight: 300; }
    @media (min-width: 1200px) {
      .about-page .about-top .post-type span {
        font-size: 60px; } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .about-page .about-top .post-type span {
        font-size: 45px; } }
    @media (max-width: 900px) {
      .about-page .about-top .post-type span {
        font-size: 35px; } }
  .about-page .about-top .post-type .signature {
    color: rgba(247, 247, 247, 0.6);
    font-size: 18px;
    font-style: italic;
    margin-top: 22px;
    text-align: right; }

/* @media (min-width: 1200px) {
  .about-page .about-center .desc-about {
    margin-right: 110px; } } */

.about-page .desc-about .title-heading {
  color: #232323;
  margin-top: 55px;
  font-size: 40px;
  font-weight: 600; }

.about-page .desc-about p {
  color: #111111;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
  opacity: 0.7;
  line-height: 30px; }

.products-top-wrap {
  padding: 40px 0;
  justify-content: space-between; }
  @media (min-width: 700px) {
    .products-top-wrap {
      margin: 0 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .products-top-wrap .display-mode {
    margin-right: 15px; }
    .products-top-wrap .display-mode .icons-grid {
      background: url(../images/icon/dispaly_grid.png) no-repeat; }
    .products-top-wrap .display-mode .icons-list {
      background: url(../images/icon/dispaly_list.png) no-repeat; }
    .products-top-wrap .display-mode button {
      background: transparent;
      border: 1px solid #d6d6d6;
      padding: 0;
      width: 50px;
      height: 50px; }
      .products-top-wrap .display-mode button i {
        padding: 15px 14px 0px;
        position: relative;
        top: 10px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .products-top-wrap .display-mode button:hover .icons-grid, .products-top-wrap .display-mode button:hover .icons-list {
        background-position-y: -43px; }
  .products-top-wrap .results {
    font-family: "Roboto Condensed", sans-serif;
    padding-top: 14px;
    font-weight: 300; }
    @media (min-width: 1200px) {
      .products-top-wrap .results {
        font-size: 18px; } }
  .products-top-wrap .box-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .products-top-wrap .box-right {
    align-items: center; }
    @media (min-width: 700px) {
      .products-top-wrap .box-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    .products-top-wrap .box-right .btn-filter {
      background: #767676;
      color: #FFF;
      cursor: pointer;
      margin-right: 10px;
      padding: 12px 22px;
      width: 115px;
      height: 50px;
      font-size: 18px;
      font-family: "Roboto Condensed", sans-serif; }
      .products-top-wrap .box-right .btn-filter i {
        margin: 0 6px; }
      @media (max-width: 700px) {
        .products-top-wrap .box-right .btn-filter {
          margin-top: 20px; } }
    .products-top-wrap .box-right .select-filter {
      border: 1px solid #d6d6d6;
      height: 50px;
      padding: 7px 0px 7px 30px;
      font-size: 18px;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300; }
      @media (max-width: 700px) {
        .products-top-wrap .box-right .select-filter {
          margin-top: 20px; } }
      .products-top-wrap .box-right .select-filter .btn-group.open .dropdown-toggle {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
      .products-top-wrap .box-right .select-filter .dropdown-toggle {
        border: none; }
        .products-top-wrap .box-right .select-filter .dropdown-toggle:focus {
          outline: none !important; }
        .products-top-wrap .box-right .select-filter .dropdown-toggle.btn-default {
          background: transparent; }
        .products-top-wrap .box-right .select-filter .dropdown-toggle .filter-option {
          color: black;
          font-size: 18px; }
      .products-top-wrap .box-right .select-filter .bootstrap-select {
        width: 190px; }

@media (min-width: 992px) {
  .track-your-order .desc-track-your-order {
    padding: 0 190px;
    margin-top: 100px; } }

.track-your-order .desc-track-your-order p {
  font-size: 18px;
  line-height: 28px; }

.track-your-order .form-track-your-order {
  margin-top: 34px; }
  @media (min-width: 992px) {
    .track-your-order .form-track-your-order {
      margin-bottom: 142px; } }
  @media (max-width: 992px) {
    .track-your-order .form-track-your-order {
      margin-bottom: 90px; } }
  .track-your-order .form-track-your-order .item-form {
    margin-bottom: 23px; }
    .track-your-order .form-track-your-order .item-form label {
      display: block;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .track-your-order .form-track-your-order .item-form input {
      border: 1px solid #e7e7e7;
      height: 50px;
      padding: 0 15px;
      font-size: 18px; }
      @media (min-width: 992px) {
        .track-your-order .form-track-your-order .item-form input {
          width: 430px; } }
      @media (max-width: 992px) {
        .track-your-order .form-track-your-order .item-form input {
          width: 285px; } }
  .track-your-order .form-track-your-order .btn-theme {
    margin: 60px 0 30px; }

.wishlist-page .table-wishlist {
  margin-bottom: 76px;
  margin-top: 41px; }
  .wishlist-page .table-wishlist .product-infor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .wishlist-page .table-wishlist .product-infor .product-img {
      overflow: hidden;
      width: 200px;
      height: 200px; }
      .wishlist-page .table-wishlist .product-infor .product-img img {
        width: 100%; }
    .wishlist-page .table-wishlist .product-infor .product-name {
      align-items: center;
      font-size: 22px;
      font-weight: 500;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  @media (min-width: 992px) {
    .wishlist-page .table-wishlist tbody > tr {
      height: 260px; } }
  .wishlist-page .table-wishlist tr > th {
    background: #f7f7f7;
    border-bottom: none !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; }
    .wishlist-page .table-wishlist tr > th:nth-child(1) {
      padding: 8px 40px; }
    @media (min-width: 600px) and (max-width: 900px) {
      .wishlist-page .table-wishlist tr > th:nth-child(3) {
        width: 18%; } }
    .wishlist-page .table-wishlist tr > th:nth-child(4) {
      text-align: center; }
      @media (min-width: 1200px) {
        .wishlist-page .table-wishlist tr > th:nth-child(4) {
          width: 16%; } }
      @media (min-width: 900px) and (max-width: 1200px) {
        .wishlist-page .table-wishlist tr > th:nth-child(4) {
          width: 20%; } }
      @media (min-width: 600px) and (max-width: 900px) {
        .wishlist-page .table-wishlist tr > th:nth-child(4) {
          width: 25%; } }
  .wishlist-page .table-wishlist tr > td {
    border-bottom: 1px solid #e5e5e5;
    border-top: none !important;
    vertical-align: middle; }
  .wishlist-page .table-wishlist .price {
    font-size: 20px; }
  .wishlist-page .table-wishlist .status {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .wishlist-page .table-wishlist .status span {
      margin-left: 8px;
      font-weight: 200; }
    .wishlist-page .table-wishlist .status.in {
      color: black; }
      .wishlist-page .table-wishlist .status.in i {
        background: black;
        color: #FFF;
        font-size: 8px;
        margin-top: -3px;
        padding-top: 3px;
        text-align: center;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px; }
    .wishlist-page .table-wishlist .status.out i {
      background: #000;
      color: #FFF;
      font-size: 8px;
      margin-top: -3px;
      padding-top: 3px;
      text-align: center;
      vertical-align: middle;
      width: 15px;
      height: 15px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px; }
  .wishlist-page .table-wishlist .btn-theme a {
    font-size: 16px;
    font-weight: 600; }

.checkout-page .title-heading {
  font-size: 24px;
  font-weight: 600; }

.checkout-page .checkout-form {
  margin-bottom: 60px; }
  .checkout-page .checkout-form input {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
    padding: 0 28px;
    height: 54px;
    width: 100%;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif; }
    .checkout-page .checkout-form input::placeholder {
      font-size: 16px; }
  .checkout-page .checkout-form .form-top {
    margin-bottom: 42px; }
    .checkout-page .checkout-form .form-top .text-link {
      align-items: center;
      border: 2px solid #f1f1f1;
      min-height: 82px;
      font-size: 16px;
      font-family: "Roboto Condensed", sans-serif;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .checkout-page .checkout-form .form-top .text-link span {
        color: #a4a4a4;
        margin-right: 5px; }
      .checkout-page .checkout-form .form-top .text-link a {
        text-decoration: underline; }
    @media (max-width: 900px) {
      .checkout-page .checkout-form .form-top .return-custom {
        margin-bottom: 30px; } }
  .checkout-page .checkout-form .form-center {
    margin-bottom: 42px; }
    .checkout-page .checkout-form .form-center .desc-coupon {
      color: #a4a4a4;
      font-size: 17px;
      font-family: "Roboto Condensed", sans-serif; }
    @media (min-width: 600px) {
      .checkout-page .checkout-form .form-center .form-coupon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 600px) {
      .checkout-page .checkout-form .form-center .form-coupon input {
        margin-bottom: 20px; } }
    .checkout-page .checkout-form .form-center .form-coupon .btn-coupon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .checkout-page .checkout-form .form-center .form-coupon .btn-coupon a {
        font-weight: 700; }
    @media (max-width: 900px) {
      .checkout-page .checkout-form .form-center .desc-coupon {
        margin-bottom: 30px; } }
  .checkout-page .checkout-form .form-login input {
    margin-bottom: 22px; }
  .checkout-page .checkout-form .form-login .action-login {
    align-items: center;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .checkout-page .checkout-form .form-login .action-login {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 600px) {
      .checkout-page .checkout-form .form-login .action-login .btn-login {
        margin-bottom: 20px; } }
    .checkout-page .checkout-form .form-login .action-login input {
      width: auto;
      height: auto; }
    .checkout-page .checkout-form .form-login .action-login .text-link a {
      text-decoration: underline; }
    .checkout-page .checkout-form .form-login .action-login .radio {
      align-items: center;
      color: #aaa;
      margin: 0 0 0 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
  .checkout-page .checkout-form .form-login .btn-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .checkout-page .checkout-form .form-login .btn-login.btn-theme a {
      font-weight: 700;
      font-family: 'Delargo DTCond', Arial, sans-serif; }
      @media (min-width: 1200px) {
        .checkout-page .checkout-form .form-login .btn-login.btn-theme a {
          padding: 13px 74px; } }
      @media (max-width: 1200px) {
        .checkout-page .checkout-form .form-login .btn-login.btn-theme a {
          padding: 13px 50px; } }

.checkout-page .form-billing-details {
  margin-top: 10px;
  margin-bottom: 100px; }
  .checkout-page .form-billing-details input {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 0 25px;
    height: 54px;
    width: 100%; }
  .checkout-page .form-billing-details textarea {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    min-height: 115px;
    padding: 15px 25px;
    font-size: 18px;
    width: 100%; }
    .checkout-page .form-billing-details textarea::placeholder {
      color: #a4a4a4;
      font-size: 16px;
      font-family: "Roboto Condensed", sans-serif; }
  .checkout-page .form-billing-details .radio input {
    width: auto;
    height: auto; }
  .checkout-page .form-billing-details label {
    margin: 28px 0 15px;
    font-size: 16px;
    font-weight: 500; }
  .checkout-page .form-billing-details .title-heading {
    margin-top: 35px; }
  .checkout-page .form-billing-details .title {
    margin: 24px 0 16px;
    font-size: 16px;
    font-weight: 500; }

.checkout-page .action-billing-details {
  margin-top: 18px; }
  .checkout-page .action-billing-details label {
    margin-top: 15px; }

.cart-page .title-heading {
  font-size: 24px;
  font-weight: 600; }

.cart-page .content-product-list {
  margin-bottom: 60px; }
  .cart-page .content-product-list .product-block {
    border-bottom: 1px solid #f4f4f4;
    padding: 26px 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-page .content-product-list .product-image {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .cart-page .content-product-list .product-price {
    padding-top: 10px; }
    .cart-page .content-product-list .product-price a {
      color: #c6c6c6;
      font-size: 25px; }
      .cart-page .content-product-list .product-price a:hover {
        color: black; }
    .cart-page .content-product-list .product-price .price {
      color: #000;
      font-size: 18px; }
  .cart-page .content-product-list .image {
    overflow: hidden;
    margin-right: 10px;
    width: 120px;
    height: 120px; }
    .cart-page .content-product-list .image img {
      width: 100%; }
  .cart-page .content-product-list .product-name {
    font-size: 18px;
    font-weight: 600; }
    .cart-page .content-product-list .product-name .quantity {
      margin-top: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .cart-page .content-product-list .product-name .quantity input {
        border: 1px solid #eee;
        height: 27px;
        font-size: 13px;
        font-family: "Roboto Condensed", sans-serif;
        margin: 0 -1px;
        text-align: center;
        width: 40px; }
      .cart-page .content-product-list .product-name .quantity input[type=number]::-webkit-outer-spin-button,
      .cart-page .content-product-list .product-name .quantity input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .cart-page .content-product-list .product-name .quantity input[type=number] {
        -moz-appearance: textfield; }
      .cart-page .content-product-list .product-name .quantity .btn {
        border: 1px solid #eee;
        padding: 2px 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 27px;
        height: 27px; }
  .cart-page .content-product-list .action-cart-page {
    margin: 42px 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .cart-page .content-product-list .action-cart-page .btn-outline a {
      border-color: #dfdfdf;
      font-weight: 600;
      text-transform: none; }
      @media (min-width: 480px) {
        .cart-page .content-product-list .action-cart-page .btn-outline a {
          font-size: 18px;
          padding: 14px 60px; } }
      @media (max-width: 480px) {
        .cart-page .content-product-list .action-cart-page .btn-outline a {
          font-size: 16px;
          padding: 12px 18px; } }

.cart-page .content-left .title-heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 18px; }

.content-right {
  margin-bottom: 72px; }
  .content-right .widget {
    margin-bottom: 42px; }
  .content-right .widget-your-order .product-sidebar .product-img-wrap {
    margin-right: 28px;
    overflow: hidden;
    width: 110px;
    height: 110px; }
    .content-right .widget-your-order .product-sidebar .product-img-wrap img {
      width: 100%; }
  .content-right .widget-your-order .product-sidebar .products {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .content-right .widget-your-order .product-sidebar .products:last-child {
      border-bottom: none; }
  .content-right .widget-your-order .product-sidebar .inner-left {
    margin-top: 20px; }
  .content-right .widget-your-order .product-sidebar .product-name, .content-right .widget-your-order .product-sidebar .product-qty {
    font-size: 18px;
    font-weight: 600; }
  .content-right .widget-your-order .product-sidebar .product-qty {
    margin-bottom: 10px;
    line-height: 15px; }
  .content-right .widget-your-order .product-sidebar .product-price {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif; }
  .content-right .widget-coupon .form-coupon {
    background: #f8f8f8;
    padding: 38px 27px 50px;
    text-align: center; }
    .content-right .widget-coupon .form-coupon input {
      border: 1px solid #dfdfdf;
      font-size: 18px;
      padding: 0 20px;
      height: 52px;
      width: 100%; }
      .content-right .widget-coupon .form-coupon input::placeholder {
        color: #666;
        font-size: 16px; }
    .content-right .widget-coupon .form-coupon .btn-coupon {
      margin: 34px 0 0; }
      .content-right .widget-coupon .form-coupon .btn-coupon.btn-theme a {
        font-weight: 600; }
        @media (min-width: 1200px) {
          .content-right .widget-coupon .form-coupon .btn-coupon.btn-theme a {
            padding: 14px 99px; } }
        @media (min-width: 900px) and (max-width: 1200px) {
          .content-right .widget-coupon .form-coupon .btn-coupon.btn-theme a {
            padding: 14px 60px; } }
        @media (min-width: 600px) and (max-width: 900px) {
          .content-right .widget-coupon .form-coupon .btn-coupon.btn-theme a {
            padding: 14px 25px; } }
        @media (max-width: 600px) {
          .content-right .widget-coupon .form-coupon .btn-coupon.btn-theme a {
            padding: 14px 60px; } }
  .content-right .widget-cart-totals .form-cart-totals {
    background: #f8f8f8;
    padding: 27px; }
  .content-right .widget-cart-totals .content-top {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 18px;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .content-right .widget-cart-totals .content-center .radio + .radio {
    margin-top: 10px; }
  .content-right .widget-cart-totals .content-center .radio {
    color: #aaa;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px; }
  .content-right .widget-cart-totals .content-center .shipping a {
    border-bottom: 1px solid #2b2b2b;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px; }
    .content-right .widget-cart-totals .content-center .shipping a:hover {
      border-bottom: 1px solid black; }
  .content-right .widget-cart-totals .content-bottom {
    border-top: 1px solid #e6e6e6;
    margin-top: 24px;
    padding-top: 25px;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .content-right .widget-cart-totals .content-bottom .total {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      font-weight: 700; }
  .content-right .widget-cart-totals .price {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px; }
  .content-right .widget-cart-totals .title {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px; }
  .content-right .widget-cart-totals .proceed-checkout {
    margin: 35px 0; }
    @media (max-width: 600px) {
      .content-right .widget-cart-totals .proceed-checkout {
        text-align: center; } }
    .content-right .widget-cart-totals .proceed-checkout.btn-theme a {
      font-weight: 700; }
      @media (min-width: 1200px) {
        .content-right .widget-cart-totals .proceed-checkout.btn-theme a {
          font-size: 24px;
          padding: 25px 60px; } }
      @media (min-width: 900px) and (max-width: 1200px) {
        .content-right .widget-cart-totals .proceed-checkout.btn-theme a {
          font-size: 20px;
          padding: 15px 44px; } }
      @media (min-width: 600px) and (max-width: 900px) {
        .content-right .widget-cart-totals .proceed-checkout.btn-theme a {
          font-size: 15px;
          padding: 14px 35px; } }
      @media (max-width: 600px) {
        .content-right .widget-cart-totals .proceed-checkout.btn-theme a {
          font-size: 20px;
          padding: 15px 44px; } }
  .content-right .title-heading {
    padding-bottom: 18px; }

@media (min-width: 900px) {
  .single-product.single-product-v2 .single-product-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-product.single-product-v2 .single-product-detail .single-image {
      order: 2; }
    .single-product.single-product-v2 .single-product-detail .single-infor {
      order: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.single-product.single-product-v3 .container-single {
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .single-product.single-product-v3 .container-single {
      margin: auto;
      width: 970px; } }

@media (min-width: 600px) {
  .single-product.single-product-v3 .breadcrumb-content {
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.single-product.single-product-v3 .breadcrumb-content .pro-share {
  margin: 0; }

.single-product.single-product-v3 #breadcrumb .breadcrumb-content .title {
  color: #2b2b2b;
  font-size: 14px;
  text-transform: none; }

.single-product.single-product-v3 .single-product-img {
  margin-bottom: 92px; }

.single-product.single-product-v3 .single-product-infor {
  text-align: center; }
  .single-product.single-product-v3 .single-product-infor .pro-option-attribute {
    justify-content: center; }
    .single-product.single-product-v3 .single-product-infor .pro-option-attribute .pro-quantity input {
      max-width: 100px; }
    @media (max-width: 400px) {
      .single-product.single-product-v3 .single-product-infor .pro-option-attribute {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .single-product.single-product-v3 .single-product-infor .pro-option-attribute .pro-option-size {
          margin-right: 20px; }
          .single-product.single-product-v3 .single-product-infor .pro-option-attribute .pro-option-size .dropdown-toggle {
            width: 150px; } }
  .single-product.single-product-v3 .single-product-infor .pro-action {
    justify-content: center; }

.single-product.single-product-v3 .single-product-tab {
  border-top: 1px solid #f5f5f5;
  padding-top: 60px;
  margin-top: 88px; }
  .single-product.single-product-v3 .single-product-tab .nav-tabs {
    border: none;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-product.single-product-v3 .single-product-tab .nav-tabs li {
      margin: 0 12px; }
      @media (max-width: 400px) {
        .single-product.single-product-v3 .single-product-tab .nav-tabs li {
          margin: 0; } }
      .single-product.single-product-v3 .single-product-tab .nav-tabs li.active a {
        border: none;
        color: black; }
      .single-product.single-product-v3 .single-product-tab .nav-tabs li a {
        font-size: 30px; }
        @media (max-width: 400px) {
          .single-product.single-product-v3 .single-product-tab .nav-tabs li a {
            font-size: 20px;
            padding: 10px 5px; } }
        .single-product.single-product-v3 .single-product-tab .nav-tabs li a:hover {
          border: none; }
  .single-product.single-product-v3 .single-product-tab .tab-content .entry-content {
    color: #555;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin-top: 18px; }
    @media (max-width: 400px) {
      .single-product.single-product-v3 .single-product-tab .tab-content .entry-content {
        font-size: 16px; } }

.single-product #main-header .inner {
  border-bottom: 1px solid #ededed;
  margin: 0 15px; }

.single-product #breadcrumb.breadcrumb-v2 {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .single-product-detail {
    margin: 0 15px; } }

@media (max-width: 1200px) {
  .single-product-detail {
    margin: 0px; } }

.single-product-detail .single-product-img .pro-slide-carousel .slick-slide {
  border: 2px solid #f9f9f9;
  cursor: pointer;
  margin: 0 7px; }
  .single-product-detail .single-product-img .pro-slide-carousel .slick-slide.slick-current {
    border-color: #e9e9e9; }

.single-product-detail .single-product-infor.pro-quickview {
  position: relative;
  text-align: center; }
  @media (min-width: 1860px) {
    .single-product-detail .single-product-infor.pro-quickview {
      padding-top: 196px; } }
  @media (min-width: 1200px) {
    .single-product-detail .single-product-infor.pro-quickview {
      margin: 0 110px;
      padding-top: 80px; } }
  .single-product-detail .single-product-infor.pro-quickview .pro-price {
    margin: 0px 0 35px; }
  .single-product-detail .single-product-infor.pro-quickview .pro-desc-quickview {
    font-size: 18px;
    margin-bottom: 49px; }
  .single-product-detail .single-product-infor.pro-quickview .pro-action {
    border-bottom: 1px solid #f5f5f5;
    justify-content: center;
    padding-bottom: 50px; }
  .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute {
    justify-content: center; }
    .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-option-size {
      margin-right: 10px; }
      @media (min-width: 1200px) {
        .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-option-size .dropdown-toggle {
          min-width: 200px; } }
    @media (min-width: 1200px) {
      .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-quantity input {
        width: 100px; } }
    .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-wishlist {
      align-items: end;
      margin-left: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-wishlist a {
        border: 1px solid #d8d8d8;
        padding: 6px 14px;
        font-size: 25px; }
        .single-product-detail .single-product-infor.pro-quickview .pro-option-attribute .pro-wishlist a:hover {
          border-color: black; }

.single-product-detail .single-product-infor .pro-title h1 {
  font-weight: 600; }
  @media (min-width: 600px) {
    .single-product-detail .single-product-infor .pro-title h1 {
      font-size: 48px; } }
  @media (max-width: 600px) {
    .single-product-detail .single-product-infor .pro-title h1 {
      font-size: 32px; } }

.single-product-detail .single-product-infor .pro-price {
  font-family: "Roboto Condensed", sans-serif; }
  @media (min-width: 600px) {
    .single-product-detail .single-product-infor .pro-price {
      margin: 32px 0 35px; } }
  @media (max-width: 600px) {
    .single-product-detail .single-product-infor .pro-price {
      margin: 10px 0 20px; } }
  .single-product-detail .single-product-infor .pro-price .price-old {
    color: rgba(43, 43, 43, 0.6);
    margin-right: 15px; }
    @media (min-width: 600px) {
      .single-product-detail .single-product-infor .pro-price .price-old {
        font-size: 30px; } }
    @media (max-width: 600px) {
      .single-product-detail .single-product-infor .pro-price .price-old {
        font-size: 20px; } }
  @media (min-width: 600px) {
    .single-product-detail .single-product-infor .pro-price .price {
      font-size: 36px; } }
  @media (max-width: 600px) {
    .single-product-detail .single-product-infor .pro-price .price {
      font-size: 25px; } }

.single-product-detail .single-product-infor .pro-option-color span {
  font-size: 18px;
  font-weight: 700; }

.single-product-detail .single-product-infor .pro-option-color .item-option {
  padding: 21px 0;
  margin-bottom: 20px; }
  .single-product-detail .single-product-infor .pro-option-color .item-option span {
    cursor: pointer;
    text-indent: -999;
    padding: 12px 20px;
    position: relative; }
    @media (min-width: 600px) {
      .single-product-detail .single-product-infor .pro-option-color .item-option span {
        margin-right: 10px; } }
    @media (max-width: 600px) {
      .single-product-detail .single-product-infor .pro-option-color .item-option span {
        margin-right: 6px; } }
    .single-product-detail .single-product-infor .pro-option-color .item-option span:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 45px;
      height: 45px; }
    .single-product-detail .single-product-infor .pro-option-color .item-option span.active:before {
      color: #FFF;
      content: "\f00c";
      font-family: "FontAwesome";
      font-size: 18px;
      margin: auto;
      left: 14px;
      position: absolute;
      top: 9px;
      z-index: 99; }
  .single-product-detail .single-product-infor .pro-option-color .item-option .color1:after {
    background: #606875; }
  .single-product-detail .single-product-infor .pro-option-color .item-option .color2:after {
    background: #1fb1ed; }
  .single-product-detail .single-product-infor .pro-option-color .item-option .color3:after {
    background: #fc5a01; }
  .single-product-detail .single-product-infor .pro-option-color .item-option .color4:after {
    background: #485c80; }
  .single-product-detail .single-product-infor .pro-option-color .item-option .color5:after {
    background: #fdab4b; }

.single-product-detail .single-product-infor .pro-option-attribute {
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .single-product-detail .single-product-infor .pro-option-attribute {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .single-product-detail .single-product-infor .pro-option-attribute .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700; }
  @media (min-width: 1200px) {
    .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size {
      margin-right: 40px; } }
  @media (max-width: 600px) {
    .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size {
      margin-bottom: 30px; } }
  .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size .dropdown-toggle {
    background: transparent;
    border: 1px solid #d8d8d8;
    height: 50px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    padding: 0 16px;
    position: relative;
    text-align: left; }
    @media (min-width: 1200px) {
      .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size .dropdown-toggle {
        min-width: 304px; } }
    @media (max-width: 600px) {
      .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size .dropdown-toggle {
        width: 100%; } }
    .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size .dropdown-toggle .caret {
      position: absolute;
      right: 14px;
      top: 22px; }
  .single-product-detail .single-product-infor .pro-option-attribute .pro-option-size .dropdown-menu {
    width: 100%; }
  .single-product-detail .single-product-infor .pro-option-attribute .pro-quantity input {
    background: transparent;
    border: 1px solid #d8d8d8;
    height: 50px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 16px; }
    @media (min-width: 1200px) {
      .single-product-detail .single-product-infor .pro-option-attribute .pro-quantity input {
        min-width: 210px; } }

.single-product-detail .single-product-infor .pro-action {
  align-items: center;
  margin-bottom: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .single-product-detail .single-product-infor .pro-action .addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-product-detail .single-product-infor .pro-action .addcart a {
      font-weight: 700; }
      @media (min-width: 1200px) {
        .single-product-detail .single-product-infor .pro-action .addcart a {
          padding: 11px 83px; } }
      @media (max-width: 1200px) {
        .single-product-detail .single-product-infor .pro-action .addcart a {
          padding: 11px 50px; } }
  .single-product-detail .single-product-infor .pro-action .pro-wishlist {
    margin-left: 28px; }
    .single-product-detail .single-product-infor .pro-action .pro-wishlist a {
      border: 1px solid #d8d8d8;
      font-size: 25px;
      padding: 9px 12px 7px;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
      .single-product-detail .single-product-infor .pro-action .pro-wishlist a:hover {
        border-color: black; }

@media (min-width: 1200px) {
  .single-product-detail .single-product-infor .pro-tabs {
    margin-right: 50px; } }

.single-product-detail .single-product-infor .pro-tabs .dropdown {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
  padding-bottom: 22px; }
  .single-product-detail .single-product-infor .pro-tabs .dropdown.open .dropdowndesc span {
    color: black; }
  .single-product-detail .single-product-infor .pro-tabs .dropdown.open .dropdowndesc .icon-caret:after {
    left: 7px;
    top: 1px; }
  .single-product-detail .single-product-infor .pro-tabs .dropdown.open .dropdowndesc .icon-caret:before {
    background: black; }
  .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdowndesc {
    margin-bottom: 9px;
    position: relative;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdowndesc span {
      font-size: 24px;
      font-weight: 600; }
    .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdowndesc .icon-caret {
      cursor: pointer;
      position: relative;
      width: 20px; }
      .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdowndesc .icon-caret:after {
        background: #FFF;
        content: "";
        left: 2px;
        position: absolute;
        top: 7px;
        width: 12px;
        height: 12px; }
      .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdowndesc .icon-caret:before {
        background: #2b2b2b;
        content: "";
        position: absolute;
        left: 9px;
        top: 9px;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdown-menu {
    border: none !important;
    margin-bottom: 30px;
    float: none !important;
    position: relative;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }
    .single-product-detail .single-product-infor .pro-tabs .dropdown .dropdown-menu p {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 26px; }

.star-rating {
  margin-top: 16px; }
  .star-rating span, .star-rating .fa-star {
    color: #e4ba4a !important;
    font-size: 23px; }

.pro-share {
  margin: 33px 0; }
  .pro-share .title {
    font-size: 18px;
    font-weight: 300; }
  .pro-share i {
    font-size: 18px;
    margin: 0 5px; }
    .pro-share i.fa-twitter {
      color: #55acee; }
    .pro-share i.fa-dribbble {
      color: #e04c86; }
    .pro-share i.fa-skype {
      color: #00aff0; }
    .pro-share i.fa-pinterest {
      color: #bd081c; }
    .pro-share i.fa-facebook-square {
      color: #3b5998; }

#product-related {
  margin-top: 75px; }
  #product-related .inner {
    border-top: 1px solid #f6f6f6;
    padding-top: 48px; }
    @media (min-width: 1200px) {
      #product-related .inner {
        margin: 0 30px; } }
  #product-related .slick-list {
    padding-top: 30px; }
    #product-related .slick-list .item-pro {
      margin: 0 15px; }

.quickview .quickview-close span {
  border: 1px solid #bdbdbd;
  color: #bdbdbd;
  cursor: pointer;
  position: absolute;
  font-size: 40px;
  z-index: 99;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
  .quickview .quickview-close span:hover {
    border-color: black;
    color: black; }

@media (min-width: 1200px) {
  .quickview .quickview-close span {
    top: 60px;
    right: 60px; } }

@media (max-width: 1200px) {
  .quickview .quickview-close span {
    top: 15px;
    right: 15px; } }

.quickview .single-product-img {
  margin-bottom: 60px;
  position: relative; }

@media (min-width: 1200px) {
  .quickview .pro-slide-carousel {
    bottom: 15px;
    display: flex;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    justify-content: center; } }

.quickview .pro-slide-carousel .slick-list {
  width: 510px;
  height: 120px;
  overflow: hidden;
  padding: 0 !important; }

.quickview .pro-slide-carousel .slick-track .slick-slide {
  width: 118px !important; }

.page-shop {
  position: relative;
  left: 0;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .page-shop.filter-open {
    left: 376px; }
  .page-shop.page-shop-v2 .paginations {
    justify-content: flex-end; }
  .page-shop.page-shop-v3 .paginations {
    justify-content: flex-start; }
  @media (min-width: 600px) {
    .page-shop #main-content .inner {
      margin: 0 15px; } }
  @media (min-width: 1200px) and (max-width: 1860px) {
    .page-shop .products .wrap-box-1 .btn-product {
      width: 172px;
      height: 45px; }
      .page-shop .products .wrap-box-1 .btn-product .wrap-btn span {
        padding: 2px 28px; }
    .page-shop .products .wrap-box-1 .content-item {
      padding: 15px 15px 5px; } }
  @media (max-width: 600px) {
    .page-shop .products .row {
      margin: 0 -30px; } }
  .page-shop .products.product-grid .pro-list {
    display: none; }
  .page-shop .products.product-list .content-item, .page-shop .products.product-list .btn-product {
    display: none; }
  @media (min-width: 900px) {
    .page-shop .products.product-list .box-img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .page-shop .products .item {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .page-shop .action-link {
    margin-bottom: 140px; }
    .page-shop .action-link .btn-load-pro a {
      -moz-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
      -webkit-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
      -o-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
      -ms-box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13);
      box-shadow: 0 8px 33px rgba(0, 0, 0, 0.13); }

.blog-v1 .blog-col {
  margin-bottom: 140px; }

.blog-v2 .blog-zigzag {
  margin-bottom: 140px; }

.blog-col {
  margin-top: 70px; }
  .blog-col .gallery-isotope .item-isotope {
    float: left;
    margin-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px; }
  .blog-col .gallery-isotope.blog-col-3 .item-isotope,
  .blog-col .gallery-isotope.blog-col-3 .item-size {
    width: 33.33333%; }
  .blog-col .gallery-isotope.blog-col-3 .width-60 {
    width: 66.66666%; }
  .blog-col .gallery-isotope.blog-col-3 .width-100 {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .blog-col .gallery-isotope.blog-col-3 .item-isotope,
    .blog-col .gallery-isotope.blog-col-3 .item-size {
      width: 33.33333% !important; } }
  @media screen and (max-width: 768px) {
    .blog-col .gallery-isotope {
      /* GALLERY */ }
      .blog-col .gallery-isotope.blog-col-3 .item-isotope,
      .blog-col .gallery-isotope.blog-col-3 .item-size {
        width: 50% !important; } }
  @media screen and (max-width: 480px) {
    .blog-col .gallery-isotope {
      /* GALLERY */ }
      .blog-col .gallery-isotope.blog-col-3 .item-isotope,
      .blog-col .gallery-isotope.blog-col-3 .item-size,
      .blog-col .gallery-isotope.blog-col-3 .width-60 {
        width: 100% !important; } }
  .blog-col .gallery-content .wrap-box-1 img {
    width: 100%; }
  .blog-col .gallery-content .btn-web a {
    height: 60px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700; }
    .blog-col .gallery-content .btn-web a i {
      margin-right: 15px; }
  .blog-col .gallery-restaurant {
    margin: auto; }
    .blog-col .gallery-restaurant ul {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .blog-col .gallery-restaurant ul {
          margin-bottom: 35px; } }
      .blog-col .gallery-restaurant ul li {
        line-height: 40px; }
        @media (max-width: 767px) {
          .blog-col .gallery-restaurant ul li {
            padding: 0; } }
        .blog-col .gallery-restaurant ul li.active > a {
          border: 1px solid #e09300;
          color: #232323;
          background: transparent; }
          .blog-col .gallery-restaurant ul li.active > a:hover, .blog-col .gallery-restaurant ul li.active > a:focus {
            border: 1px solid #e09300;
            cursor: pointer; }
        .blog-col .gallery-restaurant ul li a {
          margin: 0px 5px;
          font-size: 16px;
          padding: 6px 18px;
          border: 1px solid transparent;
          color: #232323;
          text-decoration: none; }
          @media (max-width: 767px) {
            .blog-col .gallery-restaurant ul li a {
              margin: 0;
              font-size: 14px; } }
          @media (max-width: 480px) {
            .blog-col .gallery-restaurant ul li a {
              padding: 6px 10px; } }
          .blog-col .gallery-restaurant ul li a:hover, .blog-col .gallery-restaurant ul li a:focus {
            outline: none;
            border: 1px solid #e09300; }

.section-blog-list .item.behind {
  margin-top: 46px; }

.section-blog-list .item .post-thumbnail img {
  width: 100%; }

.section-blog-list .entry-content .entry-between {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #efefef;
  line-height: 37px; }
  .section-blog-list .entry-content .entry-between .label {
    color: black;
    font-size: 11px;
    letter-spacing: 3px;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400; }
  .section-blog-list .entry-content .entry-between .comment {
    padding: 6px 14px 6px 14px;
    background: black;
    float: right;
    font-size: 12px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 17px;
    font-weight: 700;
    color: #fff; }
  .section-blog-list .entry-content .entry-between span.comment:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid black;
    border-right: 13px solid transparent;
    border-bottom: 8px solid transparent; }

.section-blog-list .entry-content .entry-meta {
  padding-top: 29px; }
  .section-blog-list .entry-content .entry-meta .entry-date {
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif; }
  .section-blog-list .entry-content .entry-meta .entry-title a {
    color: #000000;
    font-size: 20px;
    font-weight: 600; }
    @media (min-width: 768px) and (max-width: 992px) {
      .section-blog-list .entry-content .entry-meta .entry-title a {
        font-size: 16px; } }
    .section-blog-list .entry-content .entry-meta .entry-title a:hover {
      text-decoration: none;
      color: black; }

.section-blog-list .button {
  text-align: center;
  margin-top: 88px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .section-blog-list .button {
      margin-top: 44px; } }
  .section-blog-list .button .loadmore {
    font-size: 16px;
    color: #030303;
    padding: 17px 30px 14px 30px;
    background: transparent;
    border: 1px solid black; }
    .section-blog-list .button .loadmore img {
      margin-right: 16px; }
    .section-blog-list .button .loadmore:hover {
      background: #e09300;
      color: black;
      border: 1px solid #e09300; }

.gallery_1 .wrap-blog {
  position: relative;
  overflow: hidden;
  display: block; }
  .gallery_1 .wrap-blog:hover .box-img img {
    transform: scale(1.1);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .gallery_1 .wrap-blog:hover .box-img:before {
    opacity: 1;
    overflow: visible; }
  .gallery_1 .wrap-blog .box-img {
    overflow: hidden; }
    .gallery_1 .wrap-blog .box-img img {
      width: 100%;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s; }

.blog-zigzag {
  padding-bottom: 0px;
  padding-top: 70px; }
  .blog-zigzag .btn-web a {
    height: 60px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700; }
    .blog-zigzag .btn-web a i {
      margin-right: 15px; }
  .blog-zigzag .wpb_wrapper .item-zigzag {
    margin-bottom: 100px; }
  .blog-zigzag .wpb_wrapper .post-standard figure img {
    width: 100%; }
  .blog-zigzag .wpb_wrapper .feature-content {
    margin-top: 35px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .blog-zigzag .wpb_wrapper .feature-content {
        margin: 0; } }
    .blog-zigzag .wpb_wrapper .feature-content .oct_top_featured_content {
      display: inline-block; }
      .blog-zigzag .wpb_wrapper .feature-content .oct_top_featured_content .oct_day {
        float: left;
        width: 100%;
        font-size: 12px;
        color: black;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        line-height: 9px;
        font-family: 'Roboto Condensed', sans-serif; }
    .blog-zigzag .wpb_wrapper .feature-content .oct_blog_title {
      font-size: 20px;
      line-height: 26px;
      margin-top: 10px;
      margin-bottom: 30px;
      padding: 0; }
      .blog-zigzag .wpb_wrapper .feature-content .oct_blog_title a {
        color: #232323;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        font-weight: 600; }
    .blog-zigzag .wpb_wrapper .feature-content .k_blog_content {
      line-height: 25px;
      margin-bottom: 40px;
      color: #7d7d7d;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 17px;
      font-weight: 300; }
    .blog-zigzag .wpb_wrapper .feature-content .btn-web a {
      width: 150px;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      height: 40px;
      line-height: 37px; }

.body-blog-listing .item-blog {
  display: flex;
  align-items: center;
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 991px) {
    .body-blog-listing .item-blog {
      flex-direction: column;
      padding: 30px 0 10px 0;
      align-items: baseline; } }
  .body-blog-listing .item-blog .info {
    flex: 1; }
    .body-blog-listing .item-blog .info .oct_comment {
      width: 100%;
      color: #b3b3b3;
      font-size: 12px;
      font-family: 'Roboto Condensed', sans-serif;
      text-transform: uppercase; }
      .body-blog-listing .item-blog .info .oct_comment .author-line {
        padding-right: 10px;
        margin-right: 5px;
        position: relative;
        float: left; }
        .body-blog-listing .item-blog .info .oct_comment .author-line a {
          width: 100%;
          color: #b3b3b3;
          font-size: 12px; }
          .body-blog-listing .item-blog .info .oct_comment .author-line a:before {
            content: "/";
            position: absolute;
            right: 0;
            top: 0; }
    .body-blog-listing .item-blog .info .title {
      display: block;
      font-size: 24px;
      color: #000000;
      margin-top: 10px;
      font-weight: 600;
      transition: all .3s;
      text-transform: capitalize; }
      .body-blog-listing .item-blog .info .title:hover {
        color: #e09300; }
  .body-blog-listing .item-blog .date p {
    display: flex;
    align-items: center;
    color: black;
    font-weight: 500;
    margin: 0;
    font-size: 60px; }
    .body-blog-listing .item-blog .date p span {
      font-size: 16px;
      position: relative;
      padding-left: 55px;
      margin-left: 2 0px;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 600; }
      .body-blog-listing .item-blog .date p span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 30px;
        height: 1px;
        background-color: black; }

.body-blog-listing .page_nav {
  margin: 90px 0 90px 0; }
  @media (max-width: 991px) {
    .body-blog-listing .page_nav {
      margin: 60px 0 0px 0; } }
  .body-blog-listing .page_nav .current {
    padding-left: 0px !important;
    color: black !important;
    text-decoration: underline; }
  .body-blog-listing .page_nav .page-numbers {
    padding: 0 7px;
    color: #232323;
    font-size: 16px;
    font-weight: 600; }
    .body-blog-listing .page_nav .page-numbers:hover {
      color: black; }

.btn-offcanvas {
  background: transparent;
  border: 1px solid #ddd; }

#pbr-off-canvas {
  background: #FFF;
  position: fixed;
  top: 0;
  left: -84%;
  bottom: 0;
  z-index: 999;
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (min-width: 480px) and (max-width: 992px) {
    #pbr-off-canvas {
      width: 50%; } }
  @media (max-width: 480px) {
    #pbr-off-canvas {
      width: 80%; } }
  #pbr-off-canvas.active {
    left: 0; }
  #pbr-off-canvas .offcanvas-head {
    background: black;
    height: 50px;
    padding: 5px 0; }
    #pbr-off-canvas .offcanvas-head .btn-close {
      background: transparent;
      color: #FFF;
      font-size: 25px;
      padding: 0 10px;
      position: absolute;
      right: 0; }
    #pbr-off-canvas .offcanvas-head span {
      color: #FFF;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 40px;
      margin-left: 15px; }
  #pbr-off-canvas .navbar-nav {
    float: none;
    margin: 0; }
    #pbr-off-canvas .navbar-nav li {
      border-bottom: 1px solid #eee;
      float: none;
      padding: 5px 0; }
      #pbr-off-canvas .navbar-nav li a {
        font-size: 20px; }

.menu-open:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%; }

@media (min-width: 1200px) {
  .product-block .col-lg-5 {
    width: 20%; } }

@media (max-width: 480px) {
  .table-wishlist {
    border: 1px solid #e5e5e5; }
    .table-wishlist thead {
      display: none !important; }
    .table-wishlist tbody tr {
      border-bottom: 1px solid #e5e5e5; }
      .table-wishlist tbody tr > td {
        display: block; }
        .table-wishlist tbody tr > td:before {
          content: attr(data-title) ": ";
          font-weight: 700;
          font-size: 18px;
          float: left;
          margin-right: 15px; }
        .table-wishlist tbody tr > td:last-child {
          margin-bottom: 40px; }
          .table-wishlist tbody tr > td:last-child:before {
            display: none; }
        .table-wishlist tbody tr > td .btn-theme {
          margin: 20px 0; }
    .table-wishlist .product-infor .product-img {
      display: none !important; }
    .table-wishlist .product-infor .product-name {
      font-size: 18px !important; } }






      /*
Author       : themes_mountain
Template Name: Penn - Education HTML Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOMEPAGE CSS STYLE
    04. START TOP PROMO DESIGN
    05. START ABOUT CSS DESIGN
    06. START COUNTER DESIGN
    07. START FEATURES DESIGN
    08. START COURSE DESIGN
    09. START COURSE PROMOTION DESIGN
    10. START TOPIC DESIGN
    11. START REVIEWS DESIGN
    12. START TEAM DESIGN
    13. START BLOG DESIGN
    14. START FOOTER DESIGN
    15. START PARTNER DESIGN
    16. START SECTION TOP DESIGN
    17. START PRICING DESIGN
    18. START EVENTS DESIGN
    19. START FAQ DESIGN
    20. START ERROR DESIGN
    21. START LOGIN AND REGISTER DESIGN
    22. START CONTACT DESIGN
    23. START ABOUT PAGE DESIGN
    23. START NEWSLETTER DESIGN
    24. START FREE COURSE+INSTRUCTOR DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
color:#888;
font-family: 'Delargo DTCond', Arial, sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 26px;
overflow-x:hidden;
}


html,
body { height: 100%;position:relative;  }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin: 0px;
  font-family: 'Delargo DTCond', Arial, sans-serif;  color: #1a2d62;
  font-weight: 400;
}
a {
  font-family: 'Delargo DTCond', Arial, sans-serif;    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
inout{outline:none;}
p {
  margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
	list-style:none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
b, strong {
	font-weight: 600;
}
span{font-family: 'Delargo DTCond', Arial, sans-serif;}
.no-padding { padding: 0 }

/*END PRELOADER DESIGN*/
.section-padding { padding: 80px 0 }
/*START SECTION TITLE DESIGN*/
.section-title {
  margin-bottom: 60px;
  position:relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2eca7f;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #2eca7f;
  margin: 4px 10px;
}
.section-title p {
	width: 60%;
	margin: 0;
	font-size: 42px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 46px;
	color: #1a2d62;
}
@media only screen and (max-width:480px){
.section-title p {width:100%;}
}
.section-title p span{color: #2eca7f;}
h1.section-title-white{color:#fff;}
p.section-title-white{color:#fff;}
.section-title-two{margin-bottom:60px;}
.section-title-two h2 {
	font-weight: 800;
	font-size: 50px;
	text-align: center;
}
.section-title-two h2 span{color: #2eca7f;}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: #2eca7f;
	border-radius: 30px;
	bottom: 5px;
	-webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	height: 50px;
	line-height: 47px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: fixed;
	right: 5px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 50px;
}
@media only screen and (max-width:768px) { 
.topcontrol {display:none;}
}
.topcontrol:hover {
    background: #2eca7f;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*START PRELOADER DESIGN*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fb8e49;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #68bb3e;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5138a2;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

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

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

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

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

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 10;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/*END LOADER*/

::-moz-selection {
	background: #1a2d62;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #1a2d62;
	color: #fff;
	text-shadow: none;
}
/*BTN START*/
.btn_one {
	background: #2eca7f;
	font-size: 15px;
	padding: 10px 30px;
	color:#fff;
  display: inline-block;
  border-radius:100px;
  font-weight: 700;
   box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.1);
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn_one:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a2d62;
  border-radius: 100px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn_one:hover, .btn_one:focus, .btn_one:active {
  color: #fff;
  border-radius:100px;
}
.btn_one:hover:before, .btn_one:focus:before, .btn_one:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  border-radius: 100px;
}

@media only screen and (max-width:880px) { 
.btn_one {padding: 10px 20px;}
}
@media only screen and (max-width:480px) { 
.btn_one {padding: 10px 30px;}
}
/*BTN END*/

/*START BTN TWO*/
.cta {
  position: relative;
  margin: auto;
  padding: 18px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(46,202,127,0.2);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
	position: relative;
	font-size: 15px;
	color: #1a2d62;
	font-weight: 700;
	text-transform: uppercase;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #2eca7f;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}
.cta:hover span{color:#fff;}
.cta:hover svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
/*END BTN TWO*/
/*START BTN THREE*/
.btn_two {
	color: #1a2d62;
	border: 1px solid #ededed;
	padding: 9px 30px;
	font-weight: 700;
	display: inline-block;
	border-radius: 100px;
	font-size: 15px;
	transition: 0.3s;
}
.btn_two:hover{
	color: #fff;
	border: 1px solid #2eca7f;
	background:#2eca7f;
}
/*END BTN THREE*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*START TOP HEADER DESIGN*/
.logo-contact {
	padding: 10px 0;
	background: #2eca7f;
}
@media only screen and (max-width:480px){
.logo-contact{display:none;}
}
.logo-img{}
.logo-img a {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 5px;
	display: inline-block;
}
.single-top-contact {margin-top:6px;}
@media only screen and (max-width:880px) { 
.single-top-contact{margin-bottom:30px;}
}
.single-top-contact i {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: 24px;
	margin-bottom: 0px;
}
.single-top-contact h4{
font-size: 15px;
color: #fff;
margin-bottom: 0px;
overflow: hidden;
padding-top: 3px;
}
.single-top-contact h4 a{color: #fff;}
/*TOP SOCIAL PROFILES*/
.top_social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
float:right;
}
.top_social_profile ul li{display: inline-block;}
.top_social_profile ul li a {
	background:#fff;
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-right: 5px;
	font-size: 16px;
	color: #232434;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
}
@media only screen and (max-width:768px) { 
.top_social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
.top_social_profile ul li a:hover{
color:#fff;
}
.top_f_facebook:hover{background:#3B5998;}
.top_f_twitter:hover{background:#1A90D9;}
.top_f_instagram:hover{background:#FF5252;}
.top_f_linkedin:hover{background:#0e76a8;}
/*END LOGO WITH CONTACT*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.site-logo img {
	width: 150px;
	height: auto;
}
.bg-faded {
	background-color: #fff;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    width: 100%;
	padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #fff;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	        box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 10px 0;
	background-color: #fff;
}
#navigation.navbar-fixed {
	padding:10px 0;
	background:#fff;
	border-color: #fff;
}
.header_right {
	display: block;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}
#main-menu {

}
#main-menu ul{
	list-style-type: none;
	text-align: center;
}
#main-menu ul li{
  margin-right: 25px;
	display: inline-block;
	margin-left:15px;
	position: relative;
}
#main-menu ul li a {
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition:.5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 21px;
	padding: 24px 0 26px;
	display: block;
  
}
#main-menu ul li a span {
	font-weight: bold;
	font-size: 12px;
}
@media only screen and (max-width: 880px){
#main-menu ul li a span{display: none;}
}
#navigation.navbar-fixed #main-menu ul li a{
	color: #1a2d62;
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: #2eca7f;
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{

	color: #2eca7f;
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
	color: #2eca7f;
}

.slicknav_menu {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	padding: 0px;
}
.slicknav_nav_icon{
	color: #6138bd;
	font-size: 24px;
}
#mobile_menu{
	display: none;
}
/* Responsive Design */
@media only screen and (max-width:1024px) { 
#main-menu ul li {
	margin-left: 30px;
}
}
/*END 1024px*/
@media only screen and (max-width: 991px){	
#main-menu ul li {
	margin-left: 9px;
}
#main-menu ul li a {
	font-size: 15px;
}
#navigation {
	padding: 10px 0 20px;
	background: #fff;
}
}
/*END 991px*/
@media only screen and (max-width: 880px){
#main-menu{
display: none;
}
#mobile_menu{
display: block;
width: 100%;
}
.slicknav_nav{
background-color: #fff;
}
#navigation #mobile_menu li a {
	color: #1a2d62;
	font-weight: 500;
}
#navigation.navbar-fixed #mobile_menu li a{
color: #1a2d62;
}
.slicknav_nav a{
padding: 5px 0px;
-webkit-transition:.3s;
-o-transition: .3s;
transition: .3s;
}
#navigation #mobile_menu li a:hover,
#navigation #mobile_menu li a:focus{
color: #1a2d62;
background:#fff;
}
.slicknav_btn {
top: 24px;
background:#1a2d62;
}
}
/*END 767px*/
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	display: none;
}
@media only screen and (max-width: 575px){
.slicknav_btn {
margin: 0;
text-decoration: none;
position: absolute;
top: 35px;
right: 17px;
}
}
/*END 575px*/
/*-------------------------------
# Dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul ,
#navigation #main-menu ul li ul li ul {	
	background: #fff;
	/* -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	        box-shadow: 0 0 10px 3px rgba(0,0,0,.05); */
	left: -55px;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding:10px;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
  height:150px;
	z-index: 999;
	border-radius: 4px;
  background-color: #393536;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a{
	color: #1a2d62;
} 
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}

#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 7px 12px;
	position: relative;	
	-webkit-transition:all 0.3s ease 0s !important;	
	-o-transition: all 0.3s ease 0s !important;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}

#navigation #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:focus{
	color: white;
	text-decoration: none;
  scale: 1.05;
}


@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}


.home_lc {
	display: inline-block;
	margin-top:30px;
}
.hlc {
	position: relative;
	margin-right: 30px;
	display: inline-block;
}
.home_lc a i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a2d62;
	font-size: 26px;
}
.home_lc a .gactive {
	width: 20px;
	height: 20px;
	background: #2eca7f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: -10px;
	right: -11px;
}
.call_to_action{
float: right;
margin-top:10px;}
.call_to_action a {
	margin-right:5px;
}
.select_cat select {
	width: 50%;
	float: left;
	margin-top: 15px;
	padding: 10px;
	font-weight: 700;
	font-size: 15px;
	border: 1px solid #ededed;
}
.select_cat select option{
	padding: 10px;
}
.select_cat select:focus{
box-shadow:none;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. START HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.home_bg{
height:900px;
position:relative;
}
.home_bg2{
height:700px;
position:relative;
}
.home_content{padding-top:250px;position:relative;}
.hc_pt{padding-top:150px;position:relative;}
@media only screen and (max-width:768px) { 
.home_content{padding-left:30px;padding-right: 20px;}
}
.home_content h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	margin-bottom: 20px;
}
 @media only screen and (max-width:960px){
.home_content h1 {font-size: 60px;line-height:70px;}
 }
.home_content h1 span{color:#2eca7f;}
.home_content p {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 18px;
}
.home_me_img{	
position: absolute;
	z-index: 9;
	bottom: 0;}
.home_me_img img{position:relative;}
.home_img_two{padding-top:150px;padding-left:50px;}

@media only screen and (max-width:480px) { 
.home_me_img img{display:none;}
.home_img_two{display:none;}
}
/*HOME THREE CSS*/
.home_img_bg {
	height: 750px;
	position:relative;
}
.home_img_bg::before {
	background: #1a1936;
	content: "";
	height: 100%;
	filter: alpha(opacity=80);
	position: absolute;
	width: 100%;
	opacity: 0.8;
}
.hero-text{position:relative;}
.hero-text h1 {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 90px;
	padding-top: 150px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.hero-text h1 span{
color:#2eca7f;
}
@media only screen and (max-width:480px){
.hero-text h1 {
font-size: 60px;
line-height:70px;
}
}
.hero-text p {
	color: #fff;
	margin-bottom: 30px;
}
.hero-text-img {
	position: absolute;
	bottom: 0;
	z-index: 9;
}
.hero-text-img img{position:relative;}
@media only screen and (max-width:480px) { 
.hero-text-img img{display:none;}
}
/*END HOME THREE CSS*/
.home_ps {
	background: #fff;
	width: 200px;
	padding: 20px;
	border-radius: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	position: absolute;
	top: 50%;
}
.home_ps img {
	width: 40px;
	float: left;
	margin-right: 10px;
}
.home_ps h2 {
	overflow: hidden;
	font-weight: 800;
}
.home_ps span{font-size: 14px;}

.home_ps2 {
	background: #fff;
	width: 200px;
	padding: 20px;
	border-radius: 30px;
		position: absolute;
	top: 10%;
	right:0;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.home_ps2 img {
	width: 40px;
	float: left;
	margin-right: 10px;
}
.home_ps2 h2 {
	overflow: hidden;
	font-weight: 800;
}
.home_ps2 span{font-size: 14px;}
.home_tag{margin-top:30px;}
.home_tag span{}
.home_tag a {
	color: #1a2d62;
	font-weight: 600;
	padding: 0 5px;
	text-decoration: underline;
	transition: 0.3s;
}
.home_tag a:hover{color: #2eca7f;}
@media only screen and (max-width:480px) { 
#kenburns_061{margin-top:75px;}
}
/*
* ----------------------------------------------------------------------------------------
* 03. END HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START TOP PROMO STYLE
* ----------------------------------------------------------------------------------------
*/
.tp_feature{padding-bottom:50px;}
.single_tp {
	padding: 60px;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
	border-right: 1px solid #ededed;
}
@media only screen and (max-width:880px){
.single_tp {margin-bottom:0px;}
}
.single_tp h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom:15px;
	overflow: hidden;
}
.single_tp p {
	margin-bottom: 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END TOP PROMO CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.ab_one {
	padding-bottom: 50px;
}
.ab_content{margin-bottom:30px;position:relative;}
.ab_content h2 {
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	line-height: 54px;
	font-size: 44px;
}
.ab_content h2 span{color: #2eca7f;}
.ab_content h2 u {
	color: #2eca7f;
}
.ab_content p{margin-bottom: 30px;}
.ab_content p{margin-bottom: 30px;}
.abmv {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #eee;
	transition: 0.3s;
}
.abmv:hover{
border-left: 4px solid #2eca7f;
}
.abmv span {
	background: rgba(46,202,127,0.2);
	float: left;
	margin-right: 20px;
	display: block;
	width: 70px;
	height: 70px;
	color: #2eca7f;
	line-height: 70px;
	text-align: center;
	font-size: 26px;
	border-radius: 100px;
}
.abmv h4{
font-weight:800;
overflow:hidden;
margin-bottom:10px;
font-size:22px;
}
.abmv p{overflow:hidden;}
.ss_btn {
	margin-top: 50px;
}

.ab_img{position:relative;}
.ab_img img {
	padding-right: 40px;
}
 @media only screen and (max-width:880px){
.ab_img img {padding-right:0px;width: 100%;}
.ab_img{
margin-top:0px;
margin-bottom:60px;
}
}
/*
* ----------------------------------------------------------------------------------------
* 05. END ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 25px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border: 1px solid #ededed;
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 15px;
  color: #4154f1;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  color: #1a2d62;
  font-weight: 700;
}

.counts .count-box p {
  padding: 0;
margin-top: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.marketing_content_area {
	background: url(../images/all-img/section-bg-1.png);
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	/* padding: 100px 0; */
}
.single_feature_one {
	background:#fff;
	margin-bottom: 30px;
	padding:40px;
	border-radius:10px;
	margin-bottom:30px;
	position: relative;
	border:1px solid #ededed;
	z-index: 2;	
		-webkit-transition: 0.3s;
	-webkit-transition: 0.2s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.sf_top{overflow: hidden;}
.single_feature_one span {
	border-radius: 100px;
	float: left;
	font-size: 30px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	margin-right: 20px;
}
.single_feature_one h2 a{
	font-size: 22px;
	color: #1a2d62;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	line-height: 32px;
	font-weight:800;
	transition: 0.3s;
}
.single_feature_one:hover h2 a{}
.single_feature_one p{}
.single_feature_one:hover{
	-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
-webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.ss_one{background:rgba(46,202,127,0.2);}
.ss_two{background:#ECFFFC}
.ss_three{background:#E8F5FF}
.ss_four{background:#E3F9F6}
.ss_five{background:#FFF6EB}
.ss_six{background:#E8FFEA}
.ss_seven{background:#EEE8FF}
.ss_eight{background:#FFE8E8}

/*
* ----------------------------------------------------------------------------------------
* 07.END FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/
.course-slide{
    position:relative;
    background:#fff;
	margin-bottom: 30px;
}
@media only screen and (max-width:480px) { 
.course-slide {margin-bottom:30px;}
}
.course-slide .course-img{
    position: relative;
    overflow: hidden;
}
.course-slide .course-img img{
    width: 100%;
    height: auto;
}
.course-slide .course-date{
    position:absolute;
    top:10%;
    left:4%;
}
.course-slide .month {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #2eca7f;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
}
.course-content{
    padding:30px;
	 box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	 border:1px solid #ededed;
}
.course-content h3 a {
	color: #1a2d62;
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	line-height: 29px;
}
.course-content h3 a:hover{color:#2eca7f;}
.course-slide .course-content span i{
color:#2eca7f;
margin-right:8px;
}
.course-slide .course-content span {
	color: #1a2d62;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
}
.course-slide .course-content span strong{font-weight:700;}
/*START COURSE STYLR TWO*/
.course-slide2{
    position:relative;
    background:#fff;
	margin-bottom: 30px;
}
@media only screen and (max-width:480px) { 
.course-slide2 {margin-bottom:30px;}
}
.course-slide2 .course-img2 {
	position: relative;
	overflow: hidden;
	float: left;
	width: 50%;
	margin-right: 30px;
}

.course-slide2 .course-img2 img{
    width: 100%;
    height: auto;
}
.co_list {
	margin-top: 30px;
	display: inline-block;
}
.course-slide2 .course-date2{
    position:absolute;
    top:10%;
    left:4%;
}
.course-slide2 .month2 {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #2eca7f;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
}
.course-content2{
    padding:30px;
	 box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	 border:1px solid #ededed;
}
.course-content2 h3 a {
	color: #1a2d62;
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	line-height: 29px;
}
.course-content2 h3 a:hover{color:#2eca7f;}
.course-slide2 .course-content2 span i{
color:#2eca7f;
margin-right:8px;
}
.course-slide2 .course-content2 span {
	color: #1a2d62;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
}
.course-slide2 .course-content2 span strong{font-weight:700;}
.c_btn2 {
	text-decoration: underline;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 5px;
	color: #1a2d62;
	font-weight: 700;
	transition: 0.3s;
}
.c_btn2:hover{color:#2eca7f;}
.c_btn3 {
	background: #2eca7f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 100px;
	font-weight: 800;
}
/*END COURSE STYLR TWO*/
/*START COURSE THREE*/
.course-slide3{margin-bottom:30px;}

.co_bg_img {
	position: relative;
	padding: 80px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.co_bg_img::before {    
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(7, 41, 77, 0.4);
}

.co-video-play {
	display: inline-block;
	position:relative;
	
}
.co-video-play i {
	background: rgba(255,255,255,0.3);
	/* border: 2px solid #ffde67; */
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100px;
	/* margin-right: 15px; */
	display: inline-block;
	transition: all 0.3s ease 0s;
	font-size: 30px;
}
.co-video-play:hover i{
background: #2eca7f;
color:#fff;
}
.course-content3{
    padding:30px;
	 box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	 border:1px solid #ededed;
	 background: #fff;
}

.course-content3 h3 a {
	color: #1a2d62;
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	line-height: 29px;
}
.course-content3 a {
	margin-right: 30px;
}
.course-content2 h3 a:hover{color:#2eca7f;}
/*END COURSE THREE*/

/*START SINGLE COURSE SIDEBAR CSS*/
.course_features{}
.course_features h3 {
	font-weight: 800;
	margin-bottom: 20px;
	background: #2eca7f;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}
.course_features ul{}
.course_features ul li {
	/* font-weight: 600; */
	padding-top: 10px;
	color: #1a2d62;
	overflow: hidden;
	font-size: 18px;
}
.course_features ul li i{
color:#2eca7f;
margin-right:8px;
}
.course_features ul li b {
	font-weight: 800;
	float: right;
	background: #2eca7f;
	color: #fff;
	padding: 5px 10px;
	overflow: hidden;
	border-radius: 10px;
}
.course-content p {
	margin-bottom: 30px;
}
.related_course{
margin: 30px 0;
box-shadow:0px 10px 40px rgba(0, 0, 0, 0.07);
padding:30px;
}
.related_course h3{
margin-bottom:30px;
font-size: 22px;
font-weight: 800;
}
.single_rc{
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #eee;
}
.single_rc img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.single_rc i{color:#ffbd35;margin-right: 8px;}
.single_rc h4 a {
	color: #1a2d62;
	font-size: 18px;
	font-weight: 800;
	margin: 10px 0;
	display: block;
	transition: 0.3s;
}
.single_rc h4 a:hover{color:#2eca7f;}
.single_rc span {
	color: #2eca7f;
	font-weight: 800;
	font-size: 20px;
}
.single_langu{}
.single_langu input{}
.single_langu span a {
	color: #1a2d62;
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	transition: 0.3s;
}
.single_langu span a:hover{color:#2eca7f;}
.single_rat a {
	line-height: 42px;
	/* font-size: 40px; */
	display: inline-block;
}
/*END SINGLE COURSE SIDEBAR CSS*/

.c_btn {
	background: #2eca7f;
	padding: 6px 20px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	transition: 0.3s;
}
.vid_area{
	background: url(../images/banner/course-bg-p2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	padding: 150px 0;
}
.vid_area::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1a1936;
	content: "";
	left: 0;
	top: 0;
	opacity: 0.5;
}
.video-area {
    height: 163px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.video-button::after, .video-button::before, blockquote::before, .video-area .video-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}
.video-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2ECA7F;
    position: relative;
    color: #ffffff;
    font-size: 30px;
}

.video-button i {
    position: relative;
    z-index: 1;
}

.video-button:hover {
    color: #ffffff;
}

.video-button::after, .video-button::before {
    animation: video 25s linear infinite;
    -webkit-animation: video 25s linear infinite;
    -moz-animation: video 25s linear infinite;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.video-button::before {
    background: rgba(46, 202, 127, 0.161);
    width: 150px;
    height: 150px;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-border-radius: 33.33% 50%;
    -moz-border-radius: 33.33% 50%;
    border-radius: 33.33% 50%;
}

.video-button::after {
    background: rgba(46, 202, 127, 0.302);
    height: 120px;
    width: 120px;
}

@keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-webkit-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}

@-moz-keyframes video {
    0% {
        -webkit-border-radius: 33.33% 50%;
        -moz-border-radius: 33.33% 50%;
        border-radius: 33.33% 50%;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-border-radius: 50% 33.33%;
        -moz-border-radius: 50% 33.33%;
        border-radius: 50% 33.33%;
        -webkit-transform: translate(-50%, -50%) rotate(1800deg);
        -ms-transform: translate(-50%, -50%) rotate(1800deg);
        transform: translate(-50%, -50%) rotate(1800deg);
    }
}
.bc_three{
	background: url(../images/banner/course-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*START COURSE DETAILS TAB CSS*/
.course-details-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background-color: #F1F5F9;
	margin-top:40px;
}

.course-details-content .nav {
    border: none;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.course-details-content .nav li {
    margin-left: -1px;
    flex-grow: 1;
    padding: 0;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.course-details-content .nav li:first-child {
    border-left: none;
}

.course-details-content .nav li a {
    font-weight: 700;
    padding: 14px;
    color: #07294D;
    text-transform: uppercase;
    display: block;
}

.course-details-content .nav li a.active {
    background: #2eca7f;
    color: #ffffff;
}

.course-details-content .overview {
    padding-top: 25px;
}

.course-details-content .overview p {
    margin: 0;
    margin-bottom: 1rem;
}
.course-details-content .overview iframe {
width:100%;
margin:30px 0;
}

.course-details-content .tab-content {
    padding: 0 30px 30px;
}

@media (max-width: 575px) {
    .course-details-content .tab-content {
        padding: 0 15px 20px;
    }

    .course-details-content .nav li a {
        font-size: 14px;
        padding: 5px 10px;
    }
}

.course-details-content .instructor-item .instructor-content .title {
    font-size: 20px;
    margin: 0;
    margin-bottom: 2px;
}

.details-buttons-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px -5px;
}

.details-buttons-area .custom-button {
    margin: 5px;
}

.details-buttons-area .social-icons {
    margin: 0;
    margin-left: auto;
}

.details-buttons-area .social-icons li a {
    color: #07294D;
    background: #ffffff;
}

.details-buttons-area .social-icons li a.active {
    background: #2ECA7F;
    color: #ffffff;
}

@media (max-width: 767px) {
    .details-buttons-area {
        justify-content: center;
    }

    .details-buttons-area .social-icons {
        width: 100%;
        margin: 0;
        justify-content: center;
    }
}

.review-form .client-form input {
    border-color: #DDDDDD;
    background: #ffffff;
    height: 50px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 10px;
}

.review-form .client-form .rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.review-form .client-form .rating .rating-title {
    padding-right: 5px;
}

.review-form .client-form .rating ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.review-form .client-form .rating ul li a i {
    color: #FF7700;
}

.review-form .client-form textarea {
    border-color: #DDDDDD;
    padding: 10px;
    height: 130px;
    margin-bottom: 20px;
}

.review-form .client-form button {
    background-color: #FF7700;
    color: #ffffff;
    font-weight: 500;
    outline: none;
    height: 50px;
    cursor: pointer;
    border: none;
}

.client-review {
    padding-top: 30px;
}

.client-review .review-title {
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 21px;
}

.review-contents {
    margin-bottom: 35px;
}

.review-contents li {
    padding: 0;
    margin-bottom: 25px;
}

.review-contents li:last-child {
    margin-bottom: 0;
}

.review-contents li .thumb {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.review-contents li .thumb img {
    width: 100%;
}

.review-contents li .cont {
    padding-left: 20px;
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 26px;
}

.review-contents li .cont .subtitle {
	margin: 0;
	font-size: 18px;
	margin-bottom: -3px;
	font-weight: 700;
	margin-bottom: 5px;
}

.review-contents li .cont .ratings {
    margin-bottom: 15px;
}

@media screen and (max-width: 450px) {
    .review-contents li .thumb {
        width: 80px;
    }

    .review-contents li .cont {
        width: 100%;
        padding: 15px 0 0 0;
    }
}
.cl-theme {
	color: #FF7700 !important;
}
.review-form .client-form input {
	border-color: #DDDDDD;
	background: #ffffff;
	height: 50px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
	border: none;
}
.review-form .client-form textarea {
	border-color: #DDDDDD;
	padding: 10px;
	height: 130px;
	width:100%;
	margin-bottom: 20px;
	border: none;
}
.custom-button {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 48px;
    background: #FF7700;
    padding: 0 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #FF7700;
}

.custom-button i {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
}

.custom-button i:last-child {
    padding-left: 10px;
}

.custom-button i:first-child {
    padding-right: 10px;
}

.custom-button:hover {
    color: #2eca7f;
}

.custom-button.btn-sm {
    padding: 0 18px;
    font-size: 14px;
    line-height: 45px;
}

.custom-button.theme-one {
    border-color: #2ECA7F;
    background: #2ECA7F;
    box-shadow: 0 0 15px rgba(255, 119, 0, 0.1);
}

.custom-button.theme-one:hover {
    color: #2ECA7F;
	background:#fff;
	border:1px solid #2eca7f;
}
.custom-button.bg-white {
    background: #ffffff;
    color: #07294D;
    border-color: rgba(7, 41, 77, 0.2);
}

.custom-button.bg-white:hover {
    background: #FF7700 !important;
    border-color: #FF7700 !important;
    color: #ffffff;
}

.social-icons {
    margin: -10px;
}

.social-icons li {
    padding: 10px;display: inline-block;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
	display: block;
}

.social-icons li a:hover, .social-icons li a.active {
    background: #2eca7f;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(255, 119, 0, 0.31);
}

.instructor-item {
    margin: 0 auto 30px;
}

.instructor-item .instructor-thumb {
    width: 184px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.instructor-item .instructor-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.instructor-item .instructor-content {
    position: relative;
    z-index: 1;
    max-width: 237px;
    margin: -20px auto 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 10px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0 30px rgba(7, 41, 77, 0.12);
}

.instructor-item .instructor-content .title {
    margin: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.course-details-content .instructor-item .instructor-content .title a {
	font-size: 20px;
	margin: 0;
	margin-bottom: 2px;
	color: #1a2d62;
	font-weight: 700;
}
.instructor-item:hover .instructor-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*END COURSE DETAILS TAB CSS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END COURSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START COURSE PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.course_promo {
	background: url(../images/banner/section-bg-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cp_content{}
.cp_content h4 {
	font-weight: 700;
	font-size: 18px;
	color: #2eca7f;
	margin-bottom: 10px;
}
.cp_content h2 {
	font-weight: 800;
	font-size: 48px;
	margin-bottom: 20px;
}
.cp_content h2 span{color:#2eca7f;}
.cp_content p{margin-bottom: 20px;}
.cp_content ul{margin-bottom: 40px;}
.cp_content ul li {
	font-weight: 600;
	line-height: 36px;
	font-size: 18px;
	color: #1a2d62;
}
.cp_content ul li span {
	background: #2eca7f;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	margin-right: 15px;
	font-size: 15px;
	font-weight: 600;
}
.cc_btn{margin-top:30px;}

.cp_img {position:relative;}
.cp_img img {
	width: 100%;

}
@media only screen and (max-width:880px){
.cp_img img {margin-top:60px;}
}
.vp_top{margin-top:80px;}

.video-play {
	display: block;
	position: absolute;
	top: 45%;
	left: 45%;
}
.video-play i {
	background: #2eca7f;
	color: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	-webkit-box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
	        box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 40px;
}
.video-play:hover i{
background: #3f3eed;
color:#fff;
}
@media only screen and (max-width:480px){
.video-play i {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 30px;
}
.video-play {
	display: block;
	position: absolute;
	top: 60%;
	left: 40%;
}
}
/*
* ----------------------------------------------------------------------------------------
* 09.END COURSE PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START TOPIC DESIGN
* ----------------------------------------------------------------------------------------
*/
.topic_content_area {
	padding-bottom: 50px;
	background: url(../images/banner/topic.png);
	background-position: center;
	background-size: cover;
}
.single_tca {
	background: #fff;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	border: 1px solid #ededed;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
	cursor: pointer;
}
.single_tca img{
	float: left;
	margin-right: 20px;
}
.single_tca h2{overflow: hidden;}
.single_tca h2 a {
	color: #1a2d62;
	font-size: 24px;
	font-weight: 700;
	transition: 0.3s;
	margin-bottom: 10px;
	display: block;
}
.single_tca span {
	color: #2eca7f;
	font-size: 18px;
	font-weight: 600;
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TOPIC DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11. START REVIEWS DESIGN
* ----------------------------------------------------------------------------------------
*/
.testi_home_area {
	background: url(../images/banner/shapes-bg.png) no-repeat;
	background-position: top center;
	background-size:cover;
	padding-bottom: 100px;
}
.testimonial {
	background: #fff;
	border-radius: 5px;
	margin: 0px 15px;
	-webkit-box-shadow: 0 10px 20px -10px rgba(0,64,128,.3);
	box-shadow:0 10px 20px -10px rgba(0,64,128,.3);
	margin-bottom: 30px;
}
.testimonial_content{padding: 30px;}
.testimonial_content h3 {
	font-weight: 600;
	font-size: 20px;
	color:#1a2d62;
}
.testimonial_content i {
	color: #ffbd35;
	font-size: 22px;
}
.testimonial_content p {
	overflow: hidden;
	margin-top: 15px;
}
.testi_pic_title{

padding:20px;
}
.tpt_one{background:rgba(46,202,127,0.2);}
.tpt_two{background:#fff8ee;}
.tpt_three{background:#eef4ff;}
.testi_pic_title .pic{
    float: left;
    width:70px;
    height:70px;
    margin-right: 15px;
}
.testi_pic_title .pic img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.testi_pic_title h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}
.testi_pic_title small {
	font-weight: 400;
	color: #1b2032;
	font-size: 14px;
	margin-top: 8px;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.owl-theme{-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
	display: block!important;
    opacity: 1;
    position: absolute;
    top: -32%;
	-webkit-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 46px;
	height: 46px;
	line-height: 42px;
	opacity: 1;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ededed;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow:0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	        box-shadow:0px 0px 150px 0px rgba(78, 67, 250, 0.06);
}

.owl-theme .owl-controls .owl-buttons div:hover{
background:#2eca7f;
border:1px solid #2eca7f;
display:block;
}
.owl-prev{
    position: absolute;
    left:89%;
}
.owl-next{
    position: absolute;
    right: 1%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 26px;
    color: #1a2d62;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }
@media only screen and (max-width: 768px){
    .owl-theme .owl-controls{ margin-top: 20px; }
	 .owl-theme .owl-controls{display:none!important; }
}
/*
* ----------------------------------------------------------------------------------------
* 11.END REVIEWS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12. START TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*START HOME PAGE TEAM DESIGN*/
.team_home_area{padding-bottom:50px;}
.single-team-home{
position: relative;
border-radius: 10px;
margin-bottom: 100px;
}
@media only screen and (max-width:880px) { 
.single-team-home{margin-bottom:90px;}
}
.single-team-home:before {
	content: "";
	background:rgba(46,202,127,0.2);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	border-radius: 10px;
}
.single-team-home .img img {
	border-radius: 10px;
	width: 100%;
}
.single-team-home .team-content-home {
	text-align: center;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom:-120px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	background: #2eca7f;
	padding: 20px;
	-webkit-box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
	        box-shadow:0 10px 40px -10px rgba(0,64,128,.2);
	border-radius: 10px;
	
}
.team-content-home h3{
	margin: 0px;
	font-weight: 700;
	color:#fff;
	font-size: 22px;
	margin-bottom: 5px;
}
.team-content-home p{
font-weight: 500;
color:#fff;
}

.single-team-home .team-content-home  ul.social-home{list-style:none;margin-top: 10px;}
.single-team-home .team-content-home .social-home li {display: inline-block;}
.single-team-home .team-content-home .social-home li a {
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 16px;
	color: #1a2d62;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background:#fff;
}
.single-team-home .team-content-home .social-home li a:hover {
color: #2eca7f;
background:#fff;
}
.single-team-home:hover:before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.single-team-home:hover .team-content-home {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.sth_det{}
.sth_det span {
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 15px 0;
	/* margin: 0 5px; */
}
.sth_det u{font-family: 'Delargo DTCond', Arial, sans-serif;}
/*END HOME PAGE TEAM DESIGN*/

/*START TEAM PAGE THREE CSS*/
.team_member {
	background: rgba(199,201,209,.09);
	padding-bottom: 50px;
	overflow: hidden;
}
.single_team_content{
padding:45px;
margin-top:60px;
}
.single_team_content h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
.single_team_content p{}
.our-team {
	margin-bottom: 30px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0%;
    right: 10px;
    background: #2eca7f;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.our-team:hover .social li a:hover{
    color: #fff;
}
.our-team .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-team .title{
    font-size: 18px;
    font-weight: 800;
    color: #2eca7f;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #2eca7f;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #2eca7f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px;
	font-weight: 600;
    text-transform: capitalize;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2eca7f;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.sth_det2{}
.sth_det2 span {
	color:#2eca7f;
	font-weight: 600;
	display: inline-block;
	margin: 15px 10px;
}
.sth_det2 u{
color: #1a2d62;
font-family: 'Delargo DTCond', Arial, sans-serif;}
/*END TEAM PAGE THREE CSS*/
/*START SINGLE TEAM DETAILS*/
.template_agent {
	padding-bottom: 0;
}
.single_agent{
background: #fff none repeat scroll 0 0;
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
overflow: hidden;
padding: 60px;
}
.single_agent_image img{
float: left;
margin-right: 20px;
width: 350px;
}
@media only screen and (max-width:480px) { 
.single_agent_image img{
float: left;
margin-bottom: 50px;
width: 100%;
}
}
.single_agent_content{

}
.agent_social {
  margin-top: 30px;
  overflow: hidden;
}
.single_agent_content h4 {
	text-transform: capitalize;
	overflow: hidden;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 5px;
}
.single_agent_content h5 {
	border-bottom: 1px solid #eee;
	color: #2eca7f;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.single_agent_content p{
margin-bottom: 20px;
overflow: hidden;
}
.single_agent_content ul{}
.single_agent_content ul li {
	color: #1a2d62;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
}
.single_agent_content i{margin-right:10px;color:#2eca7f;}

.agent_social ul li{float: left;}
.agent_social ul li a{
margin-right: 5px;
}
.agent_social ul li a i {
  margin-right: 0;
}
.agent_social ul li a:hover{background:#2eca7f;color:#fff;}
/*END SINGLE TEAM DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 12. END TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog_area{
	padding-bottom: 50px;
	background: url(../images/banner/blog-bg.png) no-repeat;
	background-position: top center;
	background-size:cover;
}
.blog_area_bg{background:rgba(199,201,209,.09);}
.single_blog {
	background: #fff;
	border-radius:0px;
	margin-bottom: 30px;
	-webkit-box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
	        box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.03);
}
.single_blog img {
	width: 100%;
}
.content_box{padding: 35px;}
.single_blog h2 {
	line-height: 32px;
	font-size: 20px;
	margin-bottom: 15px;
}
.single_blog h2 a {
	color: #1a2d62;
	font-weight: 800;
	margin-bottom: 40px;
	display: block;
}
.single_blog h2 a:hover{color:#2eca7f;}
.single_blog p{margin-bottom:0px;}
.single_blog span {
	text-transform: capitalize;
	margin-bottom: 10px;
	display: inline-block;
}
.single_blog span a {
	color: #2eca7f;
	font-weight: 700;
}
.single_blog span a:hover{color:#2eca7f;}
.single_blog_two span{margin-top:0px;}
.single_blog_two p{margin-bottom:30px;}
.arti_img_two img{
width:100%;
margin-bottom:20px;
}
.arti_btn {
	color: #2eca7f;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.arti_btn:hover{
padding-left:10px;
color: #2eca7f;}

.arti_sp{}
.arti_sp h2 {
	margin-top: 30px;
	font-weight: 700;
	margin-left: 60px;
	margin-bottom: 30px;
}
.arti_sp img{margin-bottom:30px;width:100%;}
.arti_sp p{}
.share_sp{margin-top: 30px;overflow: hidden;}
.share_sp h4{font-weight: 600;margin-bottom: 25px;}
.share_sp ul{}
.share_sp ul li{float: left;}
.share_sp ul li a {
	color: #fff;
	transition: 0.3s;
	padding: 15px;
	display:block;
	background: #f4f4f4;
	background: #2eca7f;
	border-radius: 5px;
	margin-right: 10px;
}
.share_sp ul li a:hover{background:#1a2d62;}
.share_sp ul li a span{}
/*START BLOG SIDEBAR DESIGN*/
.blog_search {
	background: #fff;
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	padding: 10px;
	border: 1px solid #ededed;
}
.blog_search input {
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	color: #1a2d62;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 60px;
	outline: 0 none;
}
.blog_search input:focus{box-shadow:none;}
/*START NEWSLETTER FORM*/
.newsletter-form {
	background: #1a2d62;
	padding: 40px;
	border-radius: 10px;
}
.newsletter-form h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 34px;
}
.newsletter-form p{color:#fff;margin-bottom: 30px;}
.newsletter-form input {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	padding: 10px;
	color: #1d293e;
	border-radius: 2px;
	border: 0px;
}
.newsletter-form input:focus{box-shadow:none;}
.subscribe button {
	border:none;
	width: 100%;
}

.sub_btn{
	background: #2eca7f;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	padding: 14px 40px;
	text-transform: capitalize;
	-webkit-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 100px;
	display: inline-block;
	font-weight: 500;
}
.sub_btn:hover, .sub_btn:focus{
background:#fff;
color: #1a2d62;
}
/*END NEWSLETTER FORM*/

/*Popular post*/
.sidebar_title{}
.sidebar_title h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
.sidebar-post {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	border: 1px solid #ededed;
}
.single_popular{
margin-bottom:20px;
overflow: hidden;
}
.single_popular:last-child {
	margin-bottom: 0;
}
.single_popular a img {
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 10px;
	border-radius: 6px;
}
.single_popular h5 a {
	color: #1a2d62;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
}
.single_popular h5 a:hover{color:#554c86;}
/*End Popular post*/

/*Start Social media*/
.single_social{}
.social_item{
padding:8px 12px;
border-radius:4px;
}
.single_social ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(2, minmax(0, 1fr));
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	list-style:none;
	-ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.single_social ul li{}
.single_social ul li a{}
.single_social ul li a i{color:#fff;font-size:12px;}
.item-list{
float: right;
color:#fff;
font-size:13px;
}

.b_facebook{background:#1a4fc5;}
.b_twitter{background:#00acee;}
.b_youtube{background:#f50000;}
.b_pinterest{background:#e62e3f;}
.b_tumblr{background:#34526f;}
.b_rss{background:#e8a50e;}

/*End Social media*/

/*Start category*/
.single_category{overflow:hidden;}
.item-category{
padding:8px 12px;
border-radius:4px;
background:#f2f2f2;
}
.single_category ul {

}
.single_category ul li {
	line-height: 32px;
	float: left;
	margin: 10px;
}
.single_category ul li a{
color:#1a2d62;
font-size:16px;
font-weight:600;
text-decoration:underline;
}
.single_category ul li a sup{color:#2eca7f;}
/*End category*/
.tag{overflow: hidden;}
.tag a {
	background: #f4f4f4;
	border: 1px solid #ededed;
	border-radius: 30px;
	color: #1a2d62;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 6px 4px;
	padding: 3px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tag a:hover {
    background: #2eca7f;
    color: #fff;
    border: 1px solid #2eca7f;
}
.sidebar-banner img{width:100%;}
/*START SINGLE BLOG PAGE DESIGN*/
.author_part {
	margin-bottom: 30px;
	overflow: hidden;
	margin-top: 60px;
}
.single_author {
	background: #fff none repeat scroll 0 0;
	padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	overflow: hidden;
	border: 1px solid #ededed;
}
.author_part img {
	border: 4px solid #ededed;
	border-radius: 100px;
	float: left;
	height: 120px;
	margin-right: 20px;
	width: 120px;
}
.author_part h4 {text-transform: uppercase;
font-size: 16px;
font-weight:700;
letter-spacing: 1px;
margin-bottom: 10px;
	overflow: hidden; }
.author_part p { margin-bottom: 0 }
.blog_head_title {
border-bottom: 1px solid #ededed;
margin: 0 0 30px;
padding-bottom: 10px;
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
}
.comments_part {
    margin-bottom: 60px;
}
.single_comment {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	overflow: hidden;
	border:1px solid #ededed;
}
.sc_left{margin-left: 100px;}
.single_comment_mbnone { margin-bottom: 0px }
.single_comment img {
    border: 4px solid #ededed;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-right: 20px;
    width: 120px;
}
.single_comment h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: hidden;
}
.single_comment p { margin-bottom: 0;overflow: hidden;}
.comment-box {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}
.comment_form input, .comment_form textarea  {}

.comment_form textarea {}
@media only screen and (max-width:768px) { 
    .comment_form textarea { width: 100% }
}
/*END SINGLE BLOG PAGE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
	background:#1a2d62;
	padding-bottom: 40px;
}
.single_footer{}
@media only screen and (max-width:880px) { 
.single_footer{margin-bottom:40px;}
}
.single_footer img{margin-bottom:20px;width: 150px;}
.single_footer h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 20px;
}
.single_footer p{color:#fff;margin-bottom:30px;}
.foot_social{}
@media only screen and (max-width:480px){
.foot_social{margin-bottom:30px;overflow: hidden;}
}
.foot_social ul{}
.foot_social ul li{float: left;}
.foot_social ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-right: 15px;
	transition: 0.3s;
	text-decoration: underline;
}
.foot_social ul li a:hover{color:#2eca7f;}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}
.single_footer ul li a:before {
	content: "-";
	font-family: "LineAwesome";
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-right: 6px;
}
.single_footer ul li a:hover { color: #2eca7f; }

.sf_contact{margin-bottom:30px;overflow: hidden;}
.sf_contact span {
	color: #2eca7f;
	font-size: 30px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
.sf_contact h3 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}
.sf_contact p {
	font-size: 14px;
	overflow: hidden;
	margin-bottom:0;
}
.fc {
	margin-top: 60px;
	/* background: #2b2a5e; */
	padding-top: 40px;
	border-top: 1px solid #243c80;
}
.footer_copyright {float: left;}
@media only screen and (max-width:480px){
.footer_copyright {display:inline;}
}
.footer_copyright p{
color: #fff;
text-align: center;
text-transform: capitalize;
} 
.footer_menu{float: right;}
@media only screen and (max-width:480px){
.footer_menu {
	float: left;
	margin-top: 20px;
}
}
.footer_menu ul{list-style:none;}
.footer_menu ul li{float:left;}
.footer_menu ul li a {
	color: #fff;
	padding: 0px 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer_menu ul li a:hover{
color:#2eca7f;
text-decoration: underline;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START PARTNER DESIGN
* ----------------------------------------------------------------------------------------
*/
.pl_bg{background: #1a2d62;}
.partner_title{}
.partner_title h3 {
	font-size: 24px;
	font-weight: 700;
	background: rgba(46,202,127,0.1);
	padding: 10px;
	border-radius: 30px;
	width: 60%;
	margin: auto;
	margin-bottom: 60px;
	color: #2eca7f;
}
@media only screen and (max-width:480px){
.partner_title h3 {font-size:18px;width:100%}
}
.partner.owl-theme .owl-controls{display: none !important;}
/*
* ----------------------------------------------------------------------------------------
* 15.END PARTNER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16.START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-top {
	padding-top: 200px;
	position: relative;
	background: url(../images/banner/section-top.png);
	background-size: cover;
	background-position: center;
	padding-bottom: 120px;
}

.section-top-title {
	position: relative;
}
@media only screen and (max-width:480px) { 
    .section-top-title { width: 100% }
}
.section-top-title h1 {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 50px;
}
.section-top-title ul {
	background:#fff;
	text-align: center;
	border: 2px solid #fff;
	padding: 10px 20px;
	width: 220px;
	margin: auto;
	border-radius: 10px;
	margin-top: 20px;
}
.section-top-title ul li {color: #1a2d62 !important;display: inline-block; }
.section-top-title ul li a { color: #2eca7f!important;font-weight: 600; }
.section-top-title ul li a:hover { color: #1a2d62!important }
/*
* ----------------------------------------------------------------------------------------
* 16.END SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 17.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.price_area {}
.pricing-content{position:relative;}
.pricing_design{
    position: relative;
}
@media only screen and (max-width:880px){
.pricing_design{margin-bottom:30px;}
}
.pricing_design .single-pricing{
    background:#2eca7f;
    padding: 60px 40px;
    border-radius:30px;
    -webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
            box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
    position: relative;
    z-index: 1;
}
.pricing_design .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #ededed;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.price-head {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.price-head h2 {
	/* margin-bottom: 20px; */
	font-size: 26px;
	font-weight: 700;
}
.price-head h1 {
	font-weight: 700;
	margin-top: 10px;
}
.price-head span{display: block;}
.upgrade_price {
	text-decoration: underline;
	font-weight: 700;
	margin-top: 5px;
	color: #2eca7f;
}
.single-pricing ul{list-style:none;margin-top: 30px;}
.single-pricing ul li {
	line-height: 44px;
}
.single-pricing ul li span {
	background:rgba(46,202,127,0.1);
	color: #2eca7f;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-right: 6px;
	display: inline-block;
}
.pricing-price{}

.price_btn {
	background: #2eca7f;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.price_btn:hover{background:#3f3eed;}
/*
* ----------------------------------------------------------------------------------------
* 17.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 18.START EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-event {padding-bottom:50px;}
 .event-slide{
    position:relative;
    background:#fff;
	border-radius:3px;
	margin-bottom:30px;
	transition: 0.3s;
}
.es{
    position:relative;
    background:#fff;
	border: 1px solid #eee;
	border-radius:3px;
	margin-bottom:30px;
	padding: 30px;
	transition: 0.3s;
}
.event-slide:hover{
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
}
.es:hover{
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width:480px) { 
.event-slide {margin-bottom:30px;}
}
.event-slide-page{
margin:0px 0px;
margin-bottom:30px;
}
.event-slide .event-img{
    position: relative;
    overflow: hidden;
}
.event-slide .event-img img{
    width: 100%;
    height: auto;
}
.event-slide .event-date{
    position:absolute;
    top:10%;
    left:4%;
}
.event-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background:#1a2d62;
    float: left;
}
.event-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: #2eca7f;
}
.event-slide .event-content{
    padding:30px;
	border: 1px solid #eee;
}
.event-content.ec_pd {
	padding: 0;
	border: 0;
	margin-top: 30px;
}
.event-content h3 a {
	color: #1a2d62;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 15px 0;
	text-transform: capitalize;
	display: block;
	line-height:30px;
	transition: 0.3s;
}
.event-content h3 a:hover{color: #2eca7f;}
.event-slide .event-content span i{
color:#2eca7f;
margin-right:8px;
}
.event-slide .event-content > span {
	color: #1a2d62;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
}
.event-slide .event-description{
margin-bottom: 20px;
}
.event-content p {}


/*START SINGLE EVENT DESIGN*/
.single_event_single{}
.single_event_single img {
	width: 100%;
}
.single_event_text_single{}

.single_event_text_single h4{
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
margin-top: 20px;
}
.single_event_text_single{}
.single_event_text_single span i{
color:#2eca7f;
margin-right:8px;
}
.single_event_text_single span {
	color: #333;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
}
.single_event_text_single p{margin-top:20px;}

.single_event_text_single_description{margin-top:30px;}
.single_event_text_single_description h3{
font-size: 36px;
font-weight: 700;
margin-bottom: 15px;
}
.single_event_text_single_description p{}
.event_info {
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
	padding: 30px;
}
.event_info h3{
background: #2eca7f none repeat scroll 0 0;
color: #fff;
font-size: 26px;
font-weight: 800;
text-align: center;
padding: 20px;
}
.event_info ul{list-style: none;}
.event_info ul li{margin: 30px 0;}
.event_info ul i{
background: #2eca7f none repeat scroll 0 0;
border-radius: 30px;
color: #fff;
float: left;
font-size: 20px;
height: 45px;
line-height: 45px;
margin-right: 15px;
text-align: center;
width: 45px;
}
.event_info ul h4 {
	font-weight: 700;
	text-transform: capitalize;
	overflow: hidden;
	font-size: 22px;
}
.event_info ul li p{overflow: hidden;}

.event_info_price{}
.event_info_price h4{
background: #2eca7f none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 24px;
font-weight: 800;
margin: 30px 0;
padding: 10px;
text-align: center;
}

.event_info_register a {
	width: 100%;
	text-align: center;
}
/*END SINGLE EVENT DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 18.END EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/


/* ----------------------------------------------------------------------------------------
* 19.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.faq_area{padding-bottom:40px;}
.accordion{margin-bottom:60px;}
.accordion-item {
	border: 1px solid #ededed;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	background: #fff;
	margin-bottom: 20px;
}
.accordion-item:not(:first-of-type) {
	border-top: 1px solid #ddd;
}
.accordion-header {
	background: #fff !important;
	padding: 7px 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.accordion-button {
	background:none!important;
	color: #1a2d62 !important;
	font-weight: 700;
	font-size:20px;
}
.accordion-button:not(.collapsed) {
	color:#1a2d62!important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.accordion-button:focus{-webkit-box-shadow: none !important;box-shadow: none !important;}
.pt_faq{padding-left:50px;}
/* ----------------------------------------------------------------------------------------
* 19.END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 20.START ERROR PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.error_page{}
.error_page h2 {
	font-weight: 800;
	margin: 30px 0;
	font-size: 50px;
}
.error_page p {
	margin-bottom: 40px;
	font-weight: 500;
	width: 50%;
	margin: auto;
	margin-bottom: 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 20.END ERROR PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 21.START LOGIN AND REGISTER PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.login_register {
 background: rgba(199,201,209,.09);
}
.login_register_title {
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 899;
}
.login {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	overflow: hidden;
	padding: 30px;
	border: 1px solid #d3ced2;
}
.login input {
	margin-bottom: 30px;
	background: #f4f4f4;
	height: 50px;
}
.login input:focus{-webkit-box-shadow: none;box-shadow: none;outline:none;}
.register {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	        box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	overflow: hidden;
	padding: 30px;
	border: 1px solid #d3ced2;
}
.register input{
margin-bottom:30px;
	background: #f4f4f4;
	height: 50px;
}
.register input:focus{-webkit-box-shadow: none;box-shadow: none;outline:none;}

.login label {
	margin-bottom: 5px;
	font-weight: 500;
}
.register label {
	margin-bottom: 5px;
	font-weight: 500;
}
.login button, .register button{border:none;width: 100%;}
.login p, .register p {
	color: #232434;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.login p a, .register p a{color: #2eca7f;}
/*
* ----------------------------------------------------------------------------------------
* 21.END LOGIN AND REGISTER PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 22.START CONTACT PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact label {
	margin-bottom: 5px;
	font-weight: 700;
	color: #1a2d62;
}
.contact input {
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #1a2d62;
	font-size: 16px;
	font-weight: 400;
	height: 70px;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom: 30px;
}
.contact textarea {
	background: #f4f4f4;
	border: 1px solid #f4f4f4;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #1a2d62;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 10px 10px 30px;
	width: 100%;
	margin-bottom:30px;
}
.contact input:focus {
background: #f4f4f4;
	border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0 none;
	color: #1a2d62;
}
.contact textarea:focus {
background: #f4f4f4;
border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
	color: #1a2d62;
}
.contact button{border:none;}
@media only screen and (max-width:480px) { 
    .single_address{margin-bottom:30px; }
}
.single_address i {
	color: #2eca7f;
	font-size: 42px;
	margin-bottom: 20px;
	display: inline-block;
}
.single_address h4{
text-transform: capitalize;
margin-bottom: 20px;
font-weight: 700;
}
.single_address p{}
.sabr {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
/*
* ----------------------------------------------------------------------------------------
* 22.END CONTACT PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 23. START ABOUT PAGE & SINGLE USE CASE CSS
* ----------------------------------------------------------------------------------------
*/
.about-page{padding-bottom:50px;}
.ap-content{
padding:30px;
border:1px solid #ededed;
margin-bottom:30px;
-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
}
.ap-content h1{
font-weight:700;
font-size:40px;
margin-bottom:20px;
}
.ap-content p{}
.ap-content a {
	color: #1a2d62;
}

.ss_case_one{
padding:30px;
border:1px solid #ededed;
margin-bottom:30px;
-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
overflow: hidden;
}
.ss_case_one img {
	float: left;
	margin-right: 30px;
	width: 300px;
}
.ss_case_one h2 {
	font-weight: 700;
	font-size: 46px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 50px;
}
.ss_case_one p{overflow: hidden;}

.ss_case_two{
padding:30px;
border:1px solid #ededed;
margin-bottom:30px;
-webkit-box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
        box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
overflow: hidden;
}
.ss_case_two img{width: 300px;}
.ss_case_two h2{
margin-top: 50px;
font-weight:700;
font-size:46px;
margin-bottom:20px;
overflow: hidden;
}
.ss_case_two p{overflow: hidden;}
.ss_case_left {
	float: left;
	margin-right: 30px;
	width: 534px;
}
@media only screen and (max-width:768px) { 
.ss_case_left {
	margin-right:0px;
	margin-bottom:60px;
	width: 100%;
}
}
.ss_case_mr{margin-bottom: 250px;}

/*
* ----------------------------------------------------------------------------------------
* 23. END ABOUT PAGE & SINGLE USE CASE CSS
* ----------------------------------------------------------------------------------------
*/


/*24. START NEWSLETTER*/
.subs_form{}
.subs_form h3 {
	font-weight: 800;
	font-size: 40px;
	margin-bottom: 20px;
}
.subs_form p{}

.home_subs {
	display: block;
	position: relative;
	margin-top: 30px;
	width: 100%;
}
.home_subs button{border:none;}
.subscribe__input {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 500px;
	color: #1a2d62;
	display: block;
	font-weight: 600;
	height: 52px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0 60px 0 20px;
	text-transform: capitalize;
	width: 100%;
}
.subscribe__input:focus{
outline:0 none;
box-shadow:none;
border: 2px solid #2eca7f!important;
}
.subscribe__btn {
	background-color: #2eca7f;
	border-radius:100px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
}
.subscribe__btn:hover i{
	color:#fff;
}

.banner_subs {
	display: block;
	position: relative;
	margin-top: 30px;
	width: 60%;
	margin:auto;
}
.banner_subs button{border:none;}
.home_si {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 500px;
	color: #1a2d62;
	display: block;
	font-weight: 600;
	height: 60px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0 60px 0 20px;
	text-transform: capitalize;
	width: 100%;
}
.home_si:focus{
outline:0 none;
box-shadow:none;
border: 2px solid #2eca7f!important;
}
.home_sb button {
	background-color: #2eca7f;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 20px;
	width: 25%;
}
.home_sb button:hover{
	color:#fff;
	background:#1a2d62;
}
/*24. END NEWSLETTER*/

/*
* ----------------------------------------------------------------------------------------
* 24. START FREE COURSE+INSTRUCTOR CSS
* ----------------------------------------------------------------------------------------
*/
.insfreecourse {
	background: rgba(199,201,209,.09);
	padding-bottom:30px;
}
.single_ins {
	background: #fff;
	border: 1px solid #eee;
	padding: 40px;
	overflow: hidden;
	margin-bottom:50px;
}
.single_ins_content {
	float: left;
	width: 50%;
}
@media only screen and (max-width:480px){
.single_ins_content {
	float: left;
	width: 100%;
	margin-bottom:30px;
}
}
.single_ins_content h4 {
	font-weight: 700;
	font-size: 18px;
	color: #2eca7f;
	text-transform: capitalize;
}
.single_ins_content h1 {
	font-weight: 700;
	margin-bottom: 20px;
}
.single_ins_content p{margin-bottom: 40px;}
.single_ins_img{}
.single_ins_img img {
	width: 50%;
}
/*
* ----------------------------------------------------------------------------------------
* 24. END FREE COURSE+INSTRUCTOR CSS
* ----------------------------------------------------------------------------------------
*/

/*START RANGE SLIDER*/
.rs-slider {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.06);
	padding: 30px;
	margin-bottom: 30px;
}
.rs-slider h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ededed;
}
	
.range-slider{
    padding: 10px 55px 10px 0;
    position: relative;
}
.range-slider input[type="range"]{
    background: transparent;
    width: 100%;
    height: 8px;
    outline: none;
    border: 2px solid #2eca7f;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.range-slider input[type="range"]::-webkit-slider-thumb{
    background: #2eca7f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    appearance: none;
}
.range-slider input[type="range"]:active::-webkit-slider-thumb,
.range-slider input[type="range"]::-webkit-slider-thumb:hover{
    transform: rotate(45deg);
    border-radius: 50% 0 50% 50%;
}
.range-slider input[type="range"]:active::-webkit-slider-thumb{
    box-shadow: 0 0 0 5px #fff inset,0 0 5px #2eca7f;
}
.range-slider input[type="range"]::-moz-range-thumb{
    background: #2eca7f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out 0s;
}
.range-slider input[type="range"]:active::-moz-range-thumb,
.range-slider input[type="range"]::-moz-range-thumb:hover{
    transform: rotate(45deg);
    border-radius: 50% 0 50% 50%;
}
.range-slider input[type="range"]:active::-moz-range-thumb{
    box-shadow: 0 0 0 5px #fff inset,0 0 5px #2eca7f;
}
.range-slider .range-value{
    color: #fff;
    background: #2eca7f;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 45px;
    padding: 7px 0;
    border-radius: 50%;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
    transform: translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 0;
}
::-moz-range-track{
    background: transparent;
    border: 0;
}
/*END RANGE SLIDER*/


/*START SHOP CSS*/

.product_item .mix{
	display: none;
}
.product_filter {
	margin-bottom: 10px;
}
.product_filter ul {
	margin: 0px 0 40px;
	padding: 0;
	list-style: none;
}
.product_filter ul li {
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	padding: 10px 22px;
	font-size: 16px;
	border: 1px solid transparent;
	transition: .5s;
	/* letter-spacing: 1px; */
	border-radius: 20px;
	margin: 0px;
	color: #1a2d62;
	line-height: 1;
	border: 1px solid #eee;
	margin: 0 10px;
}
.product_filter .filter.active {
	color: #fff;
	border-color: #2eca7f;
	background: #2eca7f;
	font-weight: 700;
}

.product-grid{
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
}
.product-grid .product-image{
    position: relative;
    transition: all 0.3s ease 0s;
}
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .pic-1{
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}
.product-grid:hover .pic-1{ opacity: 1; }
.product-grid .pic-2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.product-grid:hover .pic-2{ opacity: 1; }
.product-grid .social{
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .social{
    opacity: 1;
    top: 50%;
}
.product-grid .social li{ display: inline-block; }
.product-grid .social li a{
    color: #2eca7f;
    background-color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
	border-radius: 50%;
}
.product-grid .social li a:hover{
    color: #fff;
    background-color: #2eca7f;
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    opacity: 1;
}
.product-grid .product-new-label,
.product-grid .product-discount-label{
    color: #fff;
    background-color: #2eca7f;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px;
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
	font-family: 'Poppins', sans-serif;
}
.product-grid .product-discount-label{
    background-color: #333;
    left: auto;
    right: 0;
}
.product-grid .rating{
	color: #fec42d;
	cursor: pointer;
    font-size: 13px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1;
}
.product-grid .rating li.disable{ color: rgba(0,0,0,0.2); }
.product-grid .product-content{
    background-color: #fff;
    text-align: center;
    padding: 0px 0 5px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index: 1;
    transition: all 0.3s;
}
.product-grid:hover .product-content{ bottom: 7px; }
.product-grid .title{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 5px 0 0px;
    transition: all 0.3s ease 0s;
}
.product-grid .title a{ color: #333; }
.product-grid .title a:hover{ color: #2eca7f; }
.product-grid:hover .title a{ color: #2eca7f; }
.product-grid .price {
    color:#333;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom:3px;
    text-align: center;
    transition: all 0.3s;
}
.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}
.product-grid .add-to-cart{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}



/* -------- Product Details Page Css -------- */

.pd_title {
	color: #2eca7f;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 100%;
	transition:.5s;
}
.pd_title:hover {
	color: #000;
}
.pd_price_dtls {
	margin-bottom: 38px;
}
.pd_price{
	float:left;
}
.pd_ratng{
	float:right;
}
.pd_price .new {
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	margin-right: 11px;
}
.pd_price span {
	line-height: 16px;
	display: block;
	font-weight: 500;
	float: left;
}
.pd_price .old {
	color: #909090;
	font-size: 14px;
	position: relative;
	padding: 0 5px 0 4px;
}
.pd_price .old::before {
	background: #909090;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 100%;
}
.pd_ratng .rtngs i {
	display: block;
	float: left;
	font-size: 15px;
	margin-right: 3px;
}
.pd_text {
	margin-bottom: 30px;
}
.pd_text h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_img_size {
	margin-bottom: 38px;
	overflow: hidden;
}
.pd_img_size h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_img_size a {
	border: 1px solid #eeeeee;
	color: #303030;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
	transition:.5s;
}
.pd_img_size a:hover {
	border: 1px solid #2eca7f;
	color: #2eca7f;
}
.pd_clr_qntty_dtls {
	margin-bottom: 40px;
}
.pd_clr {
	width: 50%;
	float:left;
}
.pd_clr h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_clr a.active {
	border: 6px solid #fff;
	outline: 1px solid #303030;
	outline-offset: -1px;
	overflow: hidden;
}
.pd_clr a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-indent: -999999px;
	width: 36px;
}
.pd_qntty_area {
	width: 50%;
	float:left;
}
.pd_qntty_area h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_qntty_area .pd_qty {
	border: 1px solid #ddd;
	width: auto;
	display: inline-block;
}
.pd_qntty_area .pd_qty input[type="number"] {
	background: transparent none repeat scroll 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 0 0;
	color: #303030;
	float: left;
	height: 35px;
	padding: 0 5px;
	text-align: center;
	width: 54px;
}
.pd_qntty_area .pd_qty .qttybtn.inc {
	margin-top: 5px;
}
.pd_qntty_area .pd_qty .qttybtn {
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: center;
}
.pd_qntty_area .pd_qty .qttybtn i {
	display: block;
	line-height: 12px;
}
.pd_btn {
	margin-bottom: 38px;
}
.btn_icn {
	background: #fff;
	color: #2eca7f!important;
	border: 1px solid #2eca7f;
	padding: 8px 15px;
	margin-left: 10px;
	transition: .5s;
}
.btn_icn:hover {
	background: #2eca7f;
	color: #fff!important;
}
.pd_share_area h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_social_icon a {
	color: #606060;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 32px;
	margin-right: 20px;
	transition:.5s;
}
.pd_social_icon a:hover {
	color: #2eca7f;
}
.prdct_dtls_content {
	margin-top: 40px;
}
.pd_tab_area{
	margin-top:30px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0,0,0,.02);
	box-shadow: 0 0 4px rgba(0,0,0,.02);
	display: block;
	padding: 31px 32px;
}
.pd_tab_area p{
	margin-bottom: 15px;
}
.pd_tab_area ul{
	display: inline-block;

}

.pd_tab_area li{
	padding: 5px 0;
	display: block;
	font-weight: 00;
}
.pd_tab_btn {
	margin-bottom: 10px;
	border: none;
}
.pd_tab_btn li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-bottom: 11px;
	position: relative;
}
.pd_tab_btn li a {
	color: #000;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	padding: 7px 20px;
	border-radius: 20px;
	transition: .5s;
}
.pd_tab_btn li a.active{
	background: #2eca7f;
	color: #fff;
	box-shadow: 4px 3px 5px rgba(0,0,0,0.07);
}

.single_pd_tab {
	text-align: left;
}
.pda_rtng_area {
	margin-bottom: 20px;
}
.pda_rtng_area h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 0 7px;
	color:#000;
}
.pda_rtng_area h4 span {
	color: #909090;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
}
.pda_rtng_area > span {
	color: #909090;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 10px;
}
.rtng_cmnt_area {
	margin-bottom: 40px;
}
.rtng_cmnt_area .single_rtng_cmnt {
	margin-bottom: 30px;
}
.rtngs {
	float: right;
	color: #fec42d;
}
.rtng_cmnt_area .single_rtng_cmnt .rtngs i {
	color: #fec42d;
	font-size: 16px;
}
.rtng_cmnt_area .single_rtng_cmnt .rtngs span {
	color: #909090;
}
.rtng_author {
	float: left;
}
.rtng_cmnt_area .single_rtng_cmnt .rtng_author h3 {
	color: #606060;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 13px;
}
.rtng_cmnt_area .single_rtng_cmnt .rtng_author span {
	color: #909090;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 300;
	line-height: 13px;
	margin-left: 15px;
}
.rtng_cmnt_area .single_rtng_cmnt p {
	display: block;
	overflow: hidden;
	width: 100%;
}
.rtng_cmnt_form_area h3 {
	font-size: 14px;
	margin: 0 0 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 12px;
}
.rcf_pdnglft {
	padding-left: 0;
}
.rp_title h3 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 13px;
	color: #000;
	font-weight: 700;
	margin-bottom: 18px;
}


.related_prdct_area {
	padding: 50px 0;
}

.gray_section{
	background: #f9f9f9;
}
.acc_btn {
	background: #2eca7f;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff!important;
	padding: 8px 20px;
	transition:.5s;
	margin-top:10px;
	text-transform: capitalize;
	
}
.acc_btn:hover {
	background: #000;
	border: 1px solid transparent;
	color: #fff;
}
.input-area input {
	background: #f2f2f2;
	border: none;
	height: 52px;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px;
}
.input-area textarea {
	background: #f2f2f2;
	border: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 20px;
}
/*END SHOP CSS*/

