/* Minification failed. Returning unminified contents.
(34581,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@charset "UTF-8";

/*------------------------------------------------------------------
 * Brand color ($brandColor): #00bbaa
 * Brand color dark ($brandColorDark): darken($brandColor, 10%)
 * Highlight color ($highlightColor): #f3bc65
 * Highlight Color Dark ($highlightColorDark): #d99221
 * Default Color ($defaultColor): #2c3e50
 * Gray Color ($grayColor): #a6a6a6
 * Footer HeadColor ($brandHighlightColor): $brandColor
 * Footer Social Color ($footerSocialColor): $brandHighlightColor
 * Banner Line Color ($highlightColorOnDark): $brandColor
 * On Brand Color ($onBrandColor): $defaultColor
 * Button Color ($buttonColor): #222
 *
 * Brand Color Hover ($brandColorHover: lighten($brandColor, 10%)
 * Highlight Color Hover ($highlightColorHover: lighten($highlightColor, 15%)
 * PlaceholderColorOnDark ($placeholderColorOnDark): #bebebe
 *
 * Link color ($link-color): $brandColor
 * Link hover color ($link-hover-color): $brandColorHover
 * Link hover decoration ($link-hover-decoration): underline
 *
 * Footer Color ($footerColor): #bebebe
 *
 * Succes Color ($succesColor): $brandColor
 * Warning Color ($warningColor): #f3bc65
 * Danger Color ($dangerColor): #e95b35
 *
 * ============================================================== */

a {
  color: #00bbaa;
  text-decoration: none;
}

a.hover,
a:hover {
  color: #00bbaa;
}

a.focus,
a:focus {
  color: #00bbaa;
}

a.active,
a:active {
  color: #f3bc65;
  text-decoration: none;
}

a.disabled,
a:disabled {
  cursor: not-allowed;
  color: #ccc;
}

p {
  color: #606e7c;
}

/*------------------------------------------------------------------
 * Font family ($font-family-sans-serif): "Source Sans Pro", sans-serif
 * Grid gutter width ($grid-gutter-width): 30px
 * Container width ($container-large-desktop): 1170px + $grid-gutter-width
 * Text Color ($text-color): $defaultColor
 * Font size base ($font-size-base): 15px
 * Line height base ($line-height-base): 1.6
 * Padding base vertical ($padding-base-vertical): 6px
 * ============================================================== */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

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

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@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: "\2a";
}

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

.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;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;

}

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

a {
  color: #00bbaa;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00eed8;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

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

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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: 24px;
  margin-bottom: 12px;
font-family: 'IRANSansBold';
}

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: 12px;
  margin-bottom: 12px;
}

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: 39px;
}

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

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

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

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

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

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

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

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

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: #337ab7;
}

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

.text-success {
  color: #00bbaa;
}

a.text-success:hover,
a.text-success:focus {
  color: #00887c;
}

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

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

.text-warning {
  color: #f3bc65;
}

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

.text-danger {
  color: #e95b35;
}

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

.bg-primary {
  color: #fff;
}

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

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

.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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

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

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: 24px;
}

dt,
dd {
  line-height: 1.6;
}

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: 12px 24px;
  margin: 0 0 24px;
  font-size: 15.75px;
  border-right: 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.6;
  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: 25px 0px;
  font-style: normal;
  line-height: 1.6;
  text-align:right
}

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

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

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

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

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  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: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-0 {
    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: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-0 {
    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: right;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-0 {
    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: right;
}

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

.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.6;
  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: 18px;
    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: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.form-control::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

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

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

.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: 38px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  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: 39px;
}

.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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  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: 31px;
  line-height: 31px;
}

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

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

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

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  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: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

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: 48px;
  line-height: 48px;
}

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

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  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: 48px;
  height: 48px;
  line-height: 48px;
}

.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: 31px;
  height: 31px;
  line-height: 31px;
}

.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: #00bbaa;
}

.has-success .form-control {
  border-color: #00bbaa;
  -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: #00887c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #22ffeb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #22ffeb;
}

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

.has-success .form-control-feedback {
  color: #00bbaa;
}

.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: #f3bc65;
}

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

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

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

.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: #e95b35;
}

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

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

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

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

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

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

@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: 31px;
}

.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: 14.33333px;
    font-size: 19px;
  }
}

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

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

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

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

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

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

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.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: #204d74;
  border-color: #122b40;
}

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

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  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,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #00bbaa;
  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: #00eed8;
  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: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

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

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  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;
  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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.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-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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #2c3e50;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d6d6;
  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: 13px;
  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: 19px;
  border-radius: 0;
}

.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: #eeeeee;
}

.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: #eeeeee;
  border-color: #00bbaa;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 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.6;
  border: 1px solid transparent;
  border-radius: 0 0 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: 0;
}

.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: #337ab7;
}

.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: 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: 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: 0 0 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: 24px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

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

  .navbar-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: 13px 15px;
  font-size: 19px;
  line-height: 24px;
  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: 0;
}

.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: 6.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 24px;
  }

  .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: 13px;
    padding-bottom: 13px;
  }
}

.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: 6px;
  margin-bottom: 6px;
}

@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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

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

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@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: #00bbaa;
  border-color: #009a8c;
}

.navbar-default .navbar-brand {
  color: #2c3e50;
}

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

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

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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #00bbaa;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #00bbaa;
}

.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: #009a8c;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00bbaa;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2c3e50;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #00bbaa;
  }

  .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: #fff;
    background-color: #00bbaa;
  }

  .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: #2c3e50;
}

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

.navbar-default .btn-link {
  color: #2c3e50;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}

.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: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.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: 24px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #2c3e50;
  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: 0;
  border-top-left-radius: 0;
}

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

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #f3bc65;
  background-color: none;
  border-color: #f3bc65;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f3bc65;
  border-color: #f3bc65;
  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: #ccc;
  background-color: none;
  border-color: none;
  cursor: not-allowed;
}

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

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  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: 24px 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: none;
}

.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: #ccc;
  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: #337ab7;
}

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

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

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

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

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  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: #00bbaa;
  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: 23px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}

.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: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-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: #2c3e50;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00bbaa;
}

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

.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: #00bbaa;
}

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

.alert-success .alert-link {
  color: #00887c;
}

.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: #f3bc65;
}

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

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

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e95b35;
}

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

.alert-danger .alert-link {
  color: #d43f17;
}

@-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: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

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

.progress-striped .progress-bar-success {
  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: 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: 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: 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: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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: #337ab7;
  border-color: #337ab7;
}

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

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

.list-group-item-success {
  color: #00bbaa;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #00bbaa;
}

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: #00bbaa;
  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: #00bbaa;
  border-color: #00bbaa;
}

.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: #f3bc65;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f3bc65;
}

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: #f3bc65;
  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: #f3bc65;
  border-color: #f3bc65;
}

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e95b35;
}

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: #e95b35;
  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: #e95b35;
  border-color: #e95b35;
}

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

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

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -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: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}

.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: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}

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

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

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

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

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

.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: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.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: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

.panel-success > .panel-heading {
  color: #00bbaa;
  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: #00bbaa;
}

.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: #f3bc65;
  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: #f3bc65;
}

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

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

.panel-danger > .panel-heading {
  color: #e95b35;
  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: #e95b35;
}

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

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

.close {
  float: right;
  font-size: 22.5px;
  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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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;
  min-height: 16.6px;
}

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

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

.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: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  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: 13px;
  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: 0;
}

.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: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  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: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 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;
  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;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: transparent;
}

.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: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.listing__panel .select2-container .select2-selection--single {
  font-size: 13px;
  text-transform: none;
  background: none;
  position: relative;
  display: block;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 28px;
}

.listing__panel .select2-container .select2-selection--single:hover {
  color: #fff;
}

.listing__panel .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
  line-height: 28px;
  color: #fff;
}

.listing__panel .select2-container .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #fff;
  height: 26px;
  top: 0;
}

.listing__panel .select2-container .select2-selection--single .select2-selection__arrow b:before {
  font-size: 13px;
  color: #fff;
  padding-top: 3px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
  padding: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 0 20px 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.select2-results__option:last-child:after {
  border-bottom: 1px solid transparent;
}

.select2-results__option:first-child {
  margin-top: 0;
}

.select2-results__option:first-child:before {
  border-bottom: 1px solid transparent;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.js-in-select {
  opacity: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.has-error .select2-container--default .select2-selection--single {
  border: 1px solid #e95b35;
}

.has-success .select2-container--default .select2-selection--single {
  border: 1px solid #00bbaa;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.select2-container--default .select2-selection--single:focus {
  border: 1px solid #00bbaa;
  outline: none;
}

.listing__panel .select2-container--default .select2-selection--single:focus {
  border: 1px solid #fff;
}

.search--banner-sidebar .select2-container--default .select2-selection--single:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search--banner-sidebar .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.7);
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #2c3e50;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  border-left: 1px solid #d6d6d6;
}

.search--banner-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display: block;
  width: 100%;
  height: 100%;
  color: #595959;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  padding: 7px 0 0 11px;
  text-align: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  padding: 4px 0 0 11px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #2c3e50;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00bbaa;
  color: white;
  padding-bottom: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding-top: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted + .select2-results__option:before {
  border-bottom: 1px solid transparent;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.has-error .select2-container--classic .select2-selection--single {
  border: 1px solid #e95b35;
}

.has-success .select2-container--classic .select2-selection--single {
  border: 1px solid #00bbaa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #2c3e50;
  line-height: 38px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #2c3e50;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #d6d6d6;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 36px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #d6d6d6;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #00bbaa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #00bbaa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #00bbaa;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d6d6d6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #00bbaa;
  color: white;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected]:after {
  display: none;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #00bbaa;
}

/*Author  : Hunter Perrin
 *Version : 2.0.1
 *Link    : http://sciactive.com/pnotify/ */

/* -- Notice */

.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999;
}

/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
  position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-sharp {
  border-radius: 0;
}

.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}

/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
  left: 25px;
  right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
  bottom: 25px;
  top: auto;
}

.notify-icon {
  fill: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs {
  height: 35px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 3px;
  top: 25px;
  background: #00bbaa;
  border-radius: 3px;
}

.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 17px;
  height: 31px;
  top: 17px;
  background: url("../img/slider-handle.svg");
}

.search--banner-sidebar .irs-slider {
  background: url("../img/slider-handle-2.svg");
  height: 17px;
}

.irs-slider.from {
  margin-left: 0;
}

.irs-slider.to {
  margin-left: 1px;
}

.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px;
}

.irs-from,
.irs-to,
.irs-single {
  color: #2c3e50;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
  margin-top: -21px;
}

@media (max-width: 767px) {
  .irs-from,
  .irs-to,
  .irs-single {
    padding: 5px 10px;
  }
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  position: absolute;
  background: #fff;
  bottom: -5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  left: 50%;
  margin-left: -3px;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

.bonsai,
.bonsai li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.bonsai li {
  position: relative;
  padding-left: 16px;
}

.bonsai li .thumb {
  margin: -3px 0 0 -20px;
  padding: 5px 10px;
  /* negative margin into the padding of the li */
  position: absolute;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bonsai li .thumb {
    right: 16px;
  }
}

li.has-children > .thumb:after {
  font-size: 1.2em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #c8c8c8;
  line-height: 1;
}

li.has-children.expanded > .thumb:after {
  content: "";
}

li.collapsed > ol.bonsai {
  height: 0;
  overflow: hidden;
}

.bonsai .all,
.bonsai .none {
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------------------------------------
 * Pnotify plugins styles
 * ============================================================== */

.ui-pnotify {
  top: 0;
}

.admin-bar .ui-pnotify {
  top: 32px !important;
}

.ui-pnotify-container {
  border: 0;
  color: #fff;
  text-align: center;
}

.ui-pnotify-container.alert-warning {
  background: #f3bc65;
}

.ui-pnotify-container.alert-danger {
  background: #e95b35;
}

.ui-pnotify-container.alert-success {
  background: #00bbaa;
}

/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container img {
  max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */

.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url("#default#VML");
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */

.leaflet-zoom-box {
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */

.leaflet-control-zoom-in {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */

.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url("images/layers.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("images/layers-2x.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  display: none;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/*  Colorbox Core Style:
 *  The following CSS is consistent between example themes and should not be altered. */

#colorbox,
#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*  User Style:
 *  Change the following styles to modify the appearance of Colorbox.  They are
 *  ordered & tabbed in a way that represents the nesting of the generated HTML. */

#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic {
  background: url("../img/loading.gif") no-repeat center center;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  top: -20px;
  height: 30px;
  width: 30px;
  background: url("../img/controls.png") no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 3px 5px;
  top: 0;
  background-color: #fff;
}

#cboxPrevious:hover {
  background-position: 3px -20px;
}

#cboxNext {
  background-position: -20px 5px;
  right: 0;
  top: 0;
  background-color: #fff;
}

#cboxNext:hover {
  background-position: -20px -20px;
}

#cboxClose {
  background-position: -50px 0;
  left: 10px;
  top: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

#cboxClose {
  z-index: 100;
  padding: 15px;
  background-position: -46px 5px;
  background-color: #fff;
}

#cboxClose:hover {
  background-position: -46px -20px;
}

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

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

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

.player {
  position: relative;
  max-width: 100%;
  min-width: 290px;
}

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

.player-video-wrapper {
  position: relative;
}

.player video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.player-captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 2.5em;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-shadow: -1px -1px 0 #555555, 1px -1px 0 #555555, -1px 1px 0 #555555, 1px 1px 0 #555555;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .player-captions {
    font-size: 19px;
  }
}

.player.captions-active .player-captions {
  display: block;
}

.player-controls {
  zoom: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 10px;
  background: #333333;
  line-height: 1;
  text-align: center;
}

.player-controls:before,
.player-controls:after {
  content: "";
  display: table;
}

.player-controls:after {
  clear: both;
}

.player-controls-right {
  display: block;
  margin: 10px auto 0;
}

@media (min-width: 560px) {
  .player-controls-left {
    float: left;
  }

  .player-controls-right {
    float: right;
    margin-top: 0;
  }
}

.player-controls input + label,
.player-controls button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 5px 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 3px;
  cursor: pointer;
}

.player-controls input + label svg,
.player-controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.player-controls input + label,
.player-controls .inverted:checked + label {
  color: #555555;
}

.player-controls button,
.player-controls .inverted + label,
.player-controls input:checked + label {
  color: #777777;
}

.player-controls button {
  border: 0;
  background: transparent;
  overflow: hidden;
}

.player-controls button:focus,
.player-controls button:hover,
.player-controls [type="checkbox"]:focus + label,
.player-controls [type="checkbox"] + label:hover {
  background: #00bbaa;
  color: #fff;
}

.player-controls button:focus,
.player-controls input:focus + label {
  outline: 0;
}

.player-controls .icon-exit-fullscreen,
.player-controls .icon-muted,
.player-controls .icon-captions-on {
  display: none;
}

.player-controls .player-time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #777777;
  font-weight: 600;
  font-size: 13px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.player-controls .player-time + .player-time {
  display: none;
}

@media (min-width: 560px) {
  .player-controls .player-time + .player-time {
    display: inline-block;
  }
}

.player-controls .player-time + .player-time::before {
  content: "⁄";
  margin-right: 10px;
  color: #2b2b2b;
}

.player-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  opacity: 0;
  background: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  -webkit-transition: -webkit-transform 0.2s 0.2s ease, opacity 0.2s 0.2s ease;
  transition: transform 0.2s 0.2s ease, opacity 0.2s 0.2s ease;
}

.player-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  -webkit-transition: inherit;
  transition: inherit;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent;
}

.player label:hover .player-tooltip,
.player input:focus + label .player-tooltip,
.player button:hover .player-tooltip,
.player button:focus .player-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.player label:hover .player-tooltip,
.player button:hover .player-tooltip {
  z-index: 3;
}

.player-progress {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: #f5f5f5;
}

.player-progress-buffer[value],
.player-progress-played[value],
.player-progress-seek[type=range] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
}

.player-progress-buffer[value]::-webkit-progress-bar,
.player-progress-played[value]::-webkit-progress-bar {
  background: transparent;
}

.player-progress-buffer[value]::-webkit-progress-value,
.player-progress-played[value]::-webkit-progress-value {
  background: currentColor;
}

.player-progress-buffer[value]::-moz-progress-bar,
.player-progress-played[value]::-moz-progress-bar {
  background: currentColor;
}

.player-progress-played[value] {
  z-index: 2;
  color: #00bbaa;
}

.player-progress-buffer[value] {
  color: rgba(85, 85, 85, 0.25);
}

.player-progress-seek[type=range] {
  z-index: 4;
  cursor: pointer;
  outline: 0;
}

.player-progress-seek[type=range]::-webkit-slider-runnable-track {
  background: none;
  border: 0;
}

.player-progress-seek[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  width: 20px;
  height: 10px;
}

.player-progress-seek[type=range]::-moz-range-track {
  background: none;
  border: 0;
}

.player-progress-seek[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background: transparent;
  border: 0;
  width: 20px;
  height: 10px;
}

.player-progress-seek[type=range]::-ms-track {
  color: transparent;
  background: none;
  border: 0;
}

.player-progress-seek[type=range]::-ms-fill-lower,
.player-progress-seek[type=range]::-ms-fill-upper {
  background: none;
  border: 0;
}

.player-progress-seek[type=range]::-ms-thumb {
  background: transparent;
  border: 0;
  width: 20px;
  height: 10px;
}

.player-progress-seek[type=range]:focus {
  outline: 0;
}

.player-progress-seek[type=range]::-moz-focus-outer {
  border: 0;
}

.player.loading .player-progress-buffer {
  -webkit-animation: progress 1s linear infinite;
  animation: progress 1s linear infinite;
  background-size: 40px 40px;
  background-repeat: repeat-x;
  background-color: rgba(85, 85, 85, 0.25);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.player-controls [data-player='pause'],
.player.playing .player-controls [data-player='play'] {
  display: none;
}

.player.playing .player-controls [data-player='pause'] {
  display: inline-block;
}

.player-volume[type=range] {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  background: none;
}

.player-volume[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: #555555;
  border: 0;
  border-radius: 3px;
}

.player-volume[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -3px;
  height: 12px;
  width: 12px;
  background: #777777;
  border: 0;
  border-radius: 6px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: ew-resize;
}

.player-volume[type=range]::-moz-range-track {
  height: 6px;
  background: #555555;
  border: 0;
  border-radius: 3px;
}

.player-volume[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background: #777777;
  border: 0;
  border-radius: 6px;
  transition: background 0.3s ease;
  cursor: ew-resize;
}

.player-volume[type=range]::-ms-track {
  height: 6px;
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
}

.player-volume[type=range]::-ms-fill-lower,
.player-volume[type=range]::-ms-fill-upper {
  height: 6px;
  background: #555555;
  border: 0;
  border-radius: 3px;
}

.player-volume[type=range]::-ms-thumb {
  height: 12px;
  width: 12px;
  background: #777777;
  border: 0;
  border-radius: 6px;
  transition: background 0.3s ease;
  cursor: ew-resize;
}

.player-volume[type=range]:focus {
  outline: 0;
}

.player-volume[type=range]:focus::-webkit-slider-thumb {
  background: #00bbaa;
}

.player-volume[type=range]:focus::-moz-range-thumb {
  background: #00bbaa;
}

.player-volume[type=range]:focus::-ms-thumb {
  background: #00bbaa;
}

.player.ios .player-volume,
.player.ios [data-player='mute'],
.player.ios [data-player='mute'] + label,
.player-audio.ios .player-controls-right {
  display: none;
}

.player-audio.ios .player-controls-left {
  float: none;
}

.player-audio .player-controls {
  padding-top: 20px;
}

.player-audio .player-progress {
  bottom: auto;
  top: 0;
  background: #d6dadd;
}

.player-fullscreen,
.player.fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
}

.player-fullscreen video,
.player.fullscreen-active video {
  height: 100%;
}

.player-fullscreen .player-video-wrapper,
.player.fullscreen-active .player-video-wrapper {
  height: 100%;
  width: 100%;
}

.player-fullscreen .player-video-wrapper .player-captions,
.player.fullscreen-active .player-video-wrapper .player-captions {
  top: auto;
  bottom: 90px;
}

@media (min-width: 560px) and (max-width: 767px) {
  .player-fullscreen .player-video-wrapper .player-captions,
  .player.fullscreen-active .player-video-wrapper .player-captions {
    bottom: 60px;
  }
}

@media (min-width: 768px) {
  .player-fullscreen .player-video-wrapper .player-captions,
  .player.fullscreen-active .player-video-wrapper .player-captions {
    bottom: 80px;
  }
}

.player-fullscreen .player-controls,
.player.fullscreen-active .player-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.player-fullscreen.fullscreen-hide-controls.playing .player-controls,
.player.fullscreen-active.fullscreen-hide-controls.playing .player-controls {
  -webkit-transform: translateY(100%) translateY(5px);
  -ms-transform: translateY(100%) translateY(5px);
  transform: translateY(100%) translateY(5px);
  -webkit-transition: -webkit-transform 0.3s 1s ease;
  transition: transform 0.3s 1s ease;
}

.player-fullscreen.fullscreen-hide-controls.playing .player-controls.hover,
.player.fullscreen-active.fullscreen-hide-controls.playing .player-controls.hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.player.fullscreen-active .icon-exit-fullscreen,
.player.muted .player-controls .icon-muted,
.player.captions-active .player-controls .icon-captions-on {
  display: block;
}

.player.fullscreen-active .icon-exit-fullscreen + svg,
.player.muted .player-controls .icon-muted + svg,
.player.captions-active .player-controls .icon-captions-on + svg {
  display: none;
}

.player [data-player='captions'],
.player [data-player='captions'] + label,
.player [data-player='fullscreen'],
.player [data-player='fullscreen'] + label {
  display: none;
}

.player.captions-enabled [data-player='captions'],
.player.captions-enabled [data-player='captions'] + label,
.player.fullscreen-enabled [data-player='fullscreen'],
.player.fullscreen-enabled [data-player='fullscreen'] + label {
  display: inline-block;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*	Background is added as a separate element.
 *	As animating opacity is much faster than animating rgba() background-color. */

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

/*	stretched thumbnail or div placeholder element (see below)
 *	style is added to avoid flickering in webkit/blink when layers overlap */

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*	div element that matches size of large image
 *	large image loads on top of it */

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*	Error message appears when image is not loaded
 *	(JS option errorMsg controls markup) */

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("/Content/assets/img/default-skin.svg") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/Content/assets/img/default-skin.svg");
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*	Arrow buttons hit area
 *	(icon is added to :before pseudo-element) */

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
 *	2. Share modal/popup and links */

.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
 *	3. Index indicator ("1 of X" counter) */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
 *	4. Caption */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}

/*
 *	5. Loading indicator (preloader)
 *
 *	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("../img/preloader.gif") 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*        The idea of animating inner circle is based on Polymer ("material") loading indicator
   *         by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*
 *	6. Additional styles */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*	pswp__ui--hidden class is added when controls are hidden
 *	e.g. when user taps to toggle visibility of controls */

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**
 ** A stylesheet for use with Bootstrap 3.x
 ** @author: Dan Grossman http://www.dangrossman.info/
 ** @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
 ** @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 ** @website: https://www.improvely.com/ */

/* Container Appearance */

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 50px 50px 40px;
  margin-top: 0;
  width: 278px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

@media (max-width: 767px) {
  .daterangepicker {
    padding: 15px;
    width: auto;
  }
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

@media (max-width: 767px) {
  .daterangepicker.dropdown-menu {
    right: 25px !important;
  }
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .calendar {
  display: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 40px;
}

@media (max-width: 767px) {
  .daterangepicker .calendar th,
  .daterangepicker .calendar td {
    min-width: 30px;
  }
}

.daterangepicker .calendar-table {
  padding: 4px;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker thead {
  border-bottom: 1px solid #d6d6d6;
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 767px) {
  .daterangepicker td,
  .daterangepicker th {
    width: 30px;
    height: 30px;
  }
}

.daterangepicker td.off {
  color: #999;
  background: #fff;
}

.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}

.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.daterangepicker td.active {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #d6d6d6;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 70px;
  margin-bottom: 0;
  color: #2c3e50;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.secondselect,
  .daterangepicker select.ampmselect {
    width: 55px;
    margin-left: 0;
  }
}

.daterangepicker select.ampmselect {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .daterangepicker select.ampmselect {
    margin-left: 8px;
  }
}

.daterangepicker th.month {
  width: auto;
  font-size: 20px;
  color: #00bbaa;
  font-weight: 600;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #357ebd;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input .input-mini {
  display: none;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 20px;
  color: #2c3e50;
}

.daterangepicker .daterangepicker_input .fa-calendar {
  display: none;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
  color: #fff;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .ranges {
  display: none;
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/* Calendars */

/* Text Input Above Each Calendar */

/* Time Picker */

/* Predefined Ranges */

/*  Larger Screen Styling */

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 60px;
  }
}

@media (min-width: 564px) and (max-width: 767px) {
  .daterangepicker .calendar.left {
    margin-right: 0;
  }
}

@media (min-width: 564px) and (max-width: 767px) {
  .daterangepicker .calendar {
    margin: 0 auto !important;
    width: 300px !important;
    float: none !important;
  }
}

@media (min-width: 564px) {
  .daterangepicker.single .calendar.left {
    clear: none;
    margin-right: 0;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .calendar {
    float: left;
  }

  .daterangepicker .calendar.right {
    margin-left: 0;
  }

  .daterangepicker .left .daterangepicker_input,
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }

  .daterangepicker .calendar.left {
    clear: none;
  }
}

.banner__btn{
	text-align:left
}
@charset "UTF-8";

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("/Content/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("/Content/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"),
       /*url("/Content/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"),*/
       url("/Content/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), 
       url("/Content/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"),
       url("/Content/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-li.fa-lg {
  left: -1.85714em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}
@charset "UTF-8";
@font-face {
    font-family: "Yekan";
    /*src: url( "/Content/assets/fonts/fa/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "/Content/assets/fonts/fa/W_YEKAN_0.TTF" )format( "truetype" );*/
    src: url('/Content/assets/fonts/fa/W_YEKAN_0.TTF') format('truetype'), /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
         url('/Content/assets/fonts/fa/yekan.eot') format('eot'),  /* IE6–8 */
         url('/Content/assets/fonts/fa/yekan.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/

}
*{
font-family:Yekan;
}

@font-face {
    font-family: 'IRANSansBold';
    src: url('/Content/assets/fonts/fa/IRANSans-Bold.eot');
    src: url('/Content/assets/fonts/fa/IRANSans-Bold.eot?#iefix') format('embedded-opentype'), 
        /*url('/Content/assets/fonts/fa/IRANSans-Bold.woff2') format('woff2'),*/ 
        url('/Content/assets/fonts/fa/IRANSans-Bold.woff') format('woff'),
         url('/Content/assets/fonts/fa/IRANSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/Content/assets/fonts/fa/IRANSans-Light.eot');
    src: url('/Content/assets/fonts/fa/IRANSans-Light.eot?#iefix') format('embedded-opentype'),
         /*url('/Content/assets/fonts/fa/IRANSans-Light.woff2') format('woff2'),*/
         url('/Content/assets/fonts/fa/IRANSans-Light.woff') format('woff'),
         url('/Content/assets/fonts/fa/IRANSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*------------------------------------------------------------------
 * [Master Stylesheet]
 *
 * Project:	RealtySpace
 * Version:	1.1
 * Documantation online http://realtyspace.readthedocs.org/en/latest/index.html
 * Table of contens:
 *   + Header / .header
 *   + Site / .site
 *   + Center / .center
 *   + Main / .main
 *   + Authorization / .auth
 *   + Banner / .banner
 *   + Breadcrumbs / .breadcrumbs
 *   + Contacts / .contacts
 *   + Comment / .comment
 *   + Dropdown / .dropdown
 *   + Scroll Up Button / .scrollup
 *   + Social / .social
 *   + Region Select / .region-select
 *   + FAQ / .faq
 *   + Footer / .footer
 *   + Listing / .listing
 *   + Navbar / .navabar
 *   + Error-status / .error-status
 *   + Form property / .form-property
 *   + Property Details / .property
 *   + Address / .address
 *   + Article / .article
 *   + Feature / .feature
 *   + Form / .form
 *   + Map / .map
 *   + Nav / .nav
 *   + Partners / .partners
 *   + Pricing / .pricing
 *   + Properites / .properties
 *   + Review / .review
 *   + Search / .search
 *   + Slider / .slider
 *   + Subscribe / .subscribe
 *   + Worker / .worker
 *   + Article categories / .article-categories
 *   + Gosubmit / .gosubmit
 * Vendor styles:
 *   + Colorbox Core / #colorbox
 *   + Bonsai / .bonsai
 *   + Leaflet / .leaflet
 *   + PhotoSwipe / .pswp
 *   + RangeSlider / .irs
 *   + Slick-slider / .slick-slider
 *   + Pnotify / .ui-pnotify
 *
 * ============================================================== */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

body {
  -webkit-backface-visibility: hidden;
   font-family: "Yekan";
   overflow-x:hidden
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
    transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
    transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
    transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*------------------------------------------------------------------
 * Brand color ($brandColor): #00bbaa
 * Brand color dark ($brandColorDark): darken($brandColor, 10%)
 * Highlight color ($highlightColor): #f3bc65
 * Highlight Color Dark ($highlightColorDark): #d99221
 * Default Color ($defaultColor): #2c3e50
 * Gray Color ($grayColor): #a6a6a6
 * Footer HeadColor ($brandHighlightColor): $brandColor
 * Footer Social Color ($footerSocialColor): $brandHighlightColor
 * Banner Line Color ($highlightColorOnDark): $brandColor
 * On Brand Color ($onBrandColor): $defaultColor
 * Button Color ($buttonColor): #222
 *
 * Brand Color Hover ($brandColorHover: lighten($brandColor, 10%)
 * Highlight Color Hover ($highlightColorHover: lighten($highlightColor, 15%)
 * PlaceholderColorOnDark ($placeholderColorOnDark): #bebebe
 *
 * Link color ($link-color): $brandColor
 * Link hover color ($link-hover-color): $brandColorHover
 * Link hover decoration ($link-hover-decoration): underline
 *
 * Footer Color ($footerColor): #bebebe
 *
 * Succes Color ($succesColor): $brandColor
 * Warning Color ($warningColor): #f3bc65
 * Danger Color ($dangerColor): #e95b35
 *
 * ============================================================== */

a {
  color: #00bbaa;
  text-decoration: none;
}

a.hover,
a:hover {
  color: #00bbaa;
}

a.focus,
a:focus {
  color: #00bbaa;
}

a.active,
a:active {
  color: #f3bc65;
  text-decoration: none;
}

a.disabled,
a:disabled {
  cursor: not-allowed;
  color: #ccc;
}

p {
  color: #606e7c;
}

/*------------------------------------------------------------------
 * Font family ($font-family-sans-serif): "Source Sans Pro", sans-serif
 * Grid gutter width ($grid-gutter-width): 30px
 * Container width ($container-large-desktop): 1170px + $grid-gutter-width
 * Text Color ($text-color): $defaultColor
 * Font size base ($font-size-base): 15px
 * Line height base ($line-height-base): 1.6
 * Padding base vertical ($padding-base-vertical): 6px
 * ============================================================== */

@font-face {
  font-family: "Montserrat Thin";
  src: url("/Content/assets/fonts/montserrat/montserrat-thin.eot");
  src: url("/Content/assets/fonts/montserrat/montserrat-thin.eot?#iefix") format("embedded-opentype"), url("/Content/assets/fonts/montserrat/montserrat-thin.woff") format("woff"), url("/Content/assets/fonts/montserrat/montserrat-thin.ttf") format("truetype"), url("/Content/assets/fonts/montserrat/montserrat-thin.svg") format("svg");
  font-weight: 200;
  font-style: normal;
}

@-webkit-keyframes wobble-reverse {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(25%) rotate(5deg);
    transform: translateX(25%) rotate(5deg);
  }

  30% {
    -webkit-transform: translateX(-20%) rotate(-3deg);
    transform: translateX(-20%) rotate(-3deg);
  }

  45% {
    -webkit-transform: translateX(15%) rotate(3deg);
    transform: translateX(15%) rotate(3deg);
  }

  60% {
    -webkit-transform: translateX(-10%) rotate(-2deg);
    transform: translateX(-10%) rotate(-2deg);
  }

  75% {
    -webkit-transform: translateX(5%) rotate(1deg);
    transform: translateX(5%) rotate(1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble-reverse {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(25%) rotate(5deg);
    transform: translateX(25%) rotate(5deg);
  }

  30% {
    -webkit-transform: translateX(-20%) rotate(-3deg);
    transform: translateX(-20%) rotate(-3deg);
  }

  45% {
    -webkit-transform: translateX(15%) rotate(3deg);
    transform: translateX(15%) rotate(3deg);
  }

  60% {
    -webkit-transform: translateX(-10%) rotate(-2deg);
    transform: translateX(-10%) rotate(-2deg);
  }

  75% {
    -webkit-transform: translateX(5%) rotate(1deg);
    transform: translateX(5%) rotate(1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

select {
  display: block;
  width: 100%;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 0 !important;
  border-color: #d6d6d6;
}

[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.33333%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.66667%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.28571%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.09091%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.33333%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-sm-3 > .block-grid-item {
    width: 33.33333%;
  }

  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-sm-6 > .block-grid-item {
    width: 16.66667%;
  }

  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-sm-7 > .block-grid-item {
    width: 14.28571%;
  }

  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111%;
  }

  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-sm-11 > .block-grid-item {
    width: 9.09091%;
  }

  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-sm-12 > .block-grid-item {
    width: 8.33333%;
  }

  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-md-3 > .block-grid-item {
    width: 33.33333%;
  }

  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-md-6 > .block-grid-item {
    width: 16.66667%;
  }

  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-md-7 > .block-grid-item {
    width: 14.28571%;
  }

  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-md-9 > .block-grid-item {
    width: 11.11111%;
  }

  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-md-11 > .block-grid-item {
    width: 9.09091%;
  }

  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-md-12 > .block-grid-item {
    width: 8.33333%;
  }

  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }

  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }

  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-lg-3 > .block-grid-item {
    width: 33.33333%;
  }

  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }

  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }

  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-lg-6 > .block-grid-item {
    width: 16.66667%;
  }

  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-lg-7 > .block-grid-item {
    width: 14.28571%;
  }

  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }

  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111%;
  }

  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }

  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-lg-11 > .block-grid-item {
    width: 9.09091%;
  }

  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-lg-12 > .block-grid-item {
    width: 8.33333%;
  }

  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-webkit-keyframes scaleFromUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleFromUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*------------------------------------------------------------------
 * Pagination (multiple pages)
 * ============================================================== */

.pagination-custom {
  display: block;
  padding-left: 0;
 
  line-height: 1;
}

.pagination-custom > li {
  display: inline-block;
  margin: 0 5px 0 0;
}

.pagination-custom > li:last-child {
  margin-right: 0;
}

.pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 6px 5px;
  line-height: 1.6;
  text-decoration: none;
  color: #2c3e50;
  margin-left: -1px;
}

.pagination-custom > li > a {
  position: relative;
  float: left;
  padding: 6px 5px;
  min-width: 33px;
  line-height: 1.6;
  text-decoration: none;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  text-align: center;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0;
}

@media (max-width: 767px) {
  .pagination-custom > li.active-before,
  .pagination-custom > li.active-after {
    display: none;
  }
}

.pagination-custom > li > a:hover,
.pagination-custom > li > a:focus {
  color: #f3bc65;
  background-color: none;
  border-color: #f3bc65;
}

.pagination-custom > .active > a,
.pagination-custom > .active > span {
  min-width: 33px;
  text-align: center;
  position: relative;
  top: -1px;
}

.pagination-custom > .active > a,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f3bc65;
  border-color: #f3bc65;
  cursor: default;
}

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > span:hover,
.pagination-custom > .disabled > span:focus,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: #ccc;
  background-color: none;
  border-color: none;
  cursor: not-allowed;
}

/*------------------------------------------------------------------
 * Effects for:
 * Dropdown menu
 * Slider caption
 * Hover on photos
 * ============================================================== */

.hover-default .item-photo {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hover-default .item-photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (min-width: 1200px) {
  .hover-default .item-photo:hover .item-photo__hover {
    opacity: 1;
  }

  .hover-default .item-photo:hover .item-photo__more {
    opacity: 1;
  }

  .hover-default .item-photo:hover img {
    width: 110%;
    max-width: 110%;
  }
}

.hover-default .item-photo__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hover-default .item-photo__hover--params {
  top: auto;
  padding: 15px;
}

.hover-default .item-photo__more {
  margin: -15px 0 0 -50px;
  top: 50%;
  position: absolute;
  left: 50%;
  width: 100px;
  display: block;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 0;
  opacity: 0.3;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.hover-default .item-photo__more:hover,
.hover-default .item-photo__more.hover {
  color: #f3bc65;
  border: 2px solid #f3bc65;
}

.hover-default .item-photo__more:active,
.hover-default .item-photo__more.active {
  color: #fff;
  background: #f3bc65;
}

.hover-default .item-photo__more:disabled,
.hover-default .item-photo__more.disabled {
  color: #ccc;
  border: 2px solid #ccc;
  cursor: not-allowed;
}

.hover-default .item-photo--static:hover img {
  width: 100%;
  max-width: 100%;
}

.hover-default .worker--sidebar .item-photo__more {
  margin: -15px 0 0 -25px;
  width: 50px;
}

/*------------------------------------------------------------------
 * Chekbox and radio css only customization
 * This structure is accpeted
 * <label class='in-label'>
 *   <input type='checkbox' class='in-checkbox'> Option Label
 * </label>
 * ============================================================== */

label.in-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  padding-top: 3px;
  font-weight: normal;
}

input[type=radio].in-radio,
input[type=checkbox].in-checkbox {
  display: none;
}

label.in-label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 1px;
  top: 6px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=radio].in-radio + label:before {
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

label.in-label.in-label--expander:before {
  content: "+";
  color: #fff;
  background: #858585;
  font-size: 25px;
  line-height: 0.6;
}

label.in-label.in-label--expander.active:before {
  content: "-";
  color: #fff;
  background: #006FCD;
  font-size: 39px;
  line-height: 0.2;
  border: 1px solid #0F5EA1;
  text-align: center;
}

input[type=radio].in-radio:checked + label:before {
  font-size: 8px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #00bbaa;
  text-align: center;
  line-height: 13px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
}

input[type=checkbox].in-checkbox:checked + label:before {
   font-family: "Yekan";
  content: "";
  font-size: 8px;
  color: #2c3e50;
  text-align: center;
  line-height: 18px;
}

input[type=checkbox].in-checkbox:indeterminate + label:before {
  font-size: 8px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 8px;
  color: #2c3e50;
  text-align: center;
  line-height: 18px;
}

/*------------------------------------------------------------------
 * Common elements styles on the page
 * + Site / .site
 *   __ Title / .site__title
 *   __ headline / .site__headline
 *   __ panel / .site__panel
 *   __ content / .site__content
 * ============================================================== */

.site {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .site {
    margin-bottom: 0;
  }
}

.site__title {
   border-bottom: 2px solid #999;
    color: #999;
    font-family: "IRANSansBold";
    font-size: 35px;
    font-weight: 600;
    margin: 40px 0 40px 0px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.sidebar .site__title {
  font-size: 34px;
}

.footer .site__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .site__title {
    font-size: 26px;
  }

  .sidebar .site__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .site__title {
    text-align: center;
  }
}

.site__title--slider {
  margin: 0 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .site__title--slider {
    margin-bottom: 20px;
  }
}

.site__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  margin: 4px 0 0 0;
  min-height: 42px;
  text-align:center;
}

.site__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .site__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .site__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .site__headline {
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center;
  }
}

.site__panel {
  background: #00bbaa;
  color: #2c3e50;
}

.site__panel:before,
.site__panel:after {
  content: " ";
  display: table;
}

.site__panel:after {
  clear: both;
}

.site__header-text {
  display: block;
  color: #2c3e50;
  padding: 8px 17px 0;
  margin-bottom: 11px;
  font-weight: 600;
}

.site__header-text a {
  color: #2c3e50;
}

.site__header-text a:hover {
  text-decoration: underline;
}

.site__subtitle {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin: 28px 0 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 21px 0;
}

.site__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .site__content {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .site__content {
    float: left;
    width: 75%;
  }
}

@media (max-width: 767px) {
  .site__content {
    padding: 0;
  }
}

.button__action {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
}

@media (max-width: 767px) {
  .button__action {
    padding: 3px 5px 3px 5px;
  }
}

.button__action:hover,
.button__action:focus,
.button__action.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.button__action:disabled,
.button__action.disabled {
  cursor: not-allowed;
}

.button__action.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.button__action:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.button__action.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.button__action.has-error,
.button__action.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.button__action.has-error:after,
.button__action.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.button__action.has-success,
.button__action.success {
  color: transparent !important;
}

.button__action.has-success:after,
.button__action.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .button__action.button--loading:before {
  content: "";
}

.button--loading-refresh .button__action.button--loading:before {
  content: "";
}

.button--loading-spinner .button__action.button--loading:before {
  content: "";
}

.button__action.hover,
.button__action:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.button__action:active,
.button__action.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.button__action:disabled,
.button__action.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.button__more {
  position: relative;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
}

.button__more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.button__more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.button__more.has-error,
.button__more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.button__more.has-error:after,
.button__more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.button__more.has-success,
.button__more.success {
  color: transparent !important;
}

.button__more.has-success:after,
.button__more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .button__more.button--loading:before {
  content: "";
}

.button--loading-refresh .button__more.button--loading:before {
  content: "";
}

.button--loading-spinner .button__more.button--loading:before {
  content: "";
}

.button__more.hover,
.button__more:hover {
  border-color: #f3bc65;
  color: #f3bc65;
  text-decoration: none;
}

.button__more:active,
.button__more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.button__more:focus,
.button__more.focus {
  text-decoration: none;
  outline: none;
}

.button__more:disabled,
.button__more.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #efefef;
}

.button__more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.button__default {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  padding: 6px 5px;
}

@media (max-width: 767px) {
  .button__default {
    padding: 3px 5px 3px 5px;
  }
}

.button__default:hover,
.button__default:focus,
.button__default.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.button__default:disabled,
.button__default.disabled {
  cursor: not-allowed;
}

.button__default.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.button__default:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.button__default.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.button__default.has-error,
.button__default.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.button__default.has-error:after,
.button__default.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.button__default.has-success,
.button__default.success {
  color: transparent !important;
}

.button__default.has-success:after,
.button__default.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .button__default.button--loading:before {
  content: "";
}

.button--loading-refresh .button__default.button--loading:before {
  content: "";
}

.button--loading-spinner .button__default.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .button__default.hover,
  .button__default:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.button__default:active,
.button__default.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.button__default:disabled,
.button__default.disabled {
  color: #ccc;
  border-color: #efefef;
}

.button__default--reset:before {
  margin: 0 10px 0 0;
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.button__default--normal {
  padding: 4px 10px;
  width: 120px;
}

.button__default--medium {
  font-size: 12px;
  padding: 4px 10px;
  width: 115px;
}

.button__default--small {
  font-size: 12px;
  padding: 1px 10px;
  border-width: 1px;
  width: 100px;
}

/*------------------------------------------------------------------
 * UI page demonstration
 * ============================================================== */

.ui__row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.ui__row:before,
.ui__row:after {
  content: " ";
  display: table;
}

.ui__row:after {
  clear: both;
}

@media (max-width: 991px) {
  .ui__row {
    margin-top: 20px;
  }
}

.ui__row--slider {
  background: #f6f6f6;
  margin: 0;
}

.ui__title {
  font-size: 14px;
}

@media (max-width: 767px) {
  .ui__title {
    display: block;
    margin-left: 10px;
  }
}

.ui__button {
  display: inline-block;
}

.ui__button--1 {
  width: 150px !important;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .ui__button--1 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--2 {
  width: 200px !important;
  margin-right: 7px;
  margin-left: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .ui__button--2 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--3 {
  width: 181px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .ui__button--3 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--4 {
  width: 120px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .ui__button--4 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--5 {
  width: 100px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .ui__button--5 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--6 {
  width: 104px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .ui__button--6 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--7 {
  width: 72px;
}

@media (max-width: 767px) {
  .ui__button--7 {
    display: block;
    margin-top: 10px;
  }
}

.ui__button--wide {
  width: 230px !important;
  margin-right: 7px;
  margin-left: 10px;
  display: inline-block;
}

@media (max-width: 767px) {
  .ui__button--wide {
    display: block;
    margin-top: 10px;
  }
}

.ui--buttons .ui__row {
  position: relative;
  padding-left: 100px;
  line-height: 3;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .ui--buttons .ui__row {
    padding-left: 0;
  }

  .ui--buttons .ui__row span,
  .ui--buttons .ui__row a,
  .ui--buttons .ui__row button {
    display: block;
    margin-top: 10px;
  }

  .ui--buttons .ui__row span {
    margin-top: 0;
    line-height: 1em;
  }
}

.ui--buttons .ui__title {
  width: 98px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .ui--buttons .ui__title {
    position: relative;
  }
}

.ui--social {
  margin-top: 51px;
}

.ui--social .ui__row {
  margin-top: 0;
}

.ui--social .ui__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .ui--social .ui__column {
    float: left;
    width: 50%;
  }
}

.ui--menu {
  margin-top: 36px;
}

.ui--properties .properties__item {
  margin-bottom: 20px;
}

.ui--sliders .ui__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .ui--sliders .ui__column {
    float: left;
    width: 33.33333%;
  }
}

.ui--links .ui__column--1 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .ui--links .ui__column--1:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--1:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--1 {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--1:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--1:nth-of-type(12n+1) {
    clear: both;
  }
}

.ui--links .ui__column--2 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .ui--links .ui__column--2 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 480px) {
  .ui--links .ui__column--2:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--2:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--2 {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--2:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--2:nth-of-type(12n+1) {
    clear: both;
  }
}

.ui--links .ui__column--3 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .ui--links .ui__column--3 {
    margin-left: 0%;
  }
}

@media (min-width: 480px) {
  .ui--links .ui__column--3:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--3:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--3 {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--3:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--3:nth-of-type(4n+1) {
    clear: both;
  }
}

.ui--links .ui__column--4 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .ui--links .ui__column--4 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 480px) {
  .ui--links .ui__column--4:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--4:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--4 {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--4:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--4:nth-of-type(12n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .ui--links .ui__column--4 .social-panel {
    text-align: left;
  }
}

.ui--links .ui__column--5 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .ui--links .ui__column--5:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--5:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--5 {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--5:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--5:nth-of-type(12n+1) {
    clear: both;
  }
}

.ui--links .ui__column--6 {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .ui--links .ui__column--6 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 480px) {
  .ui--links .ui__column--6:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--6:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--6 {
    float: left;
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .ui--links .ui__column--6:nth-of-type(n) {
    clear: none;
  }

  .ui--links .ui__column--6:nth-of-type(12n+1) {
    clear: both;
  }
}

.ui--sliders .ui__slider {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .ui--sliders .ui__slider {
    float: left;
    width: 75%;
  }
}

.ui--search .ui__column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .ui--search .ui__column:nth-of-type(n) {
    clear: none;
  }

  .ui--search .ui__column:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .ui--search .ui__column {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .ui--search .ui__column:nth-of-type(n) {
    clear: none;
  }

  .ui--search .ui__column:nth-of-type(1.5n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--search .ui__column {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .ui--search .ui__column:nth-of-type(n) {
    clear: none;
  }

  .ui--search .ui__column:nth-of-type(1.33333n+1) {
    clear: both;
  }
}

.ui--icons .ui__icons-item {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .ui--icons .ui__icons-item:nth-of-type(n) {
    clear: none;
  }

  .ui--icons .ui__icons-item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .ui--icons .ui__icons-item {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .ui--icons .ui__icons-item:nth-of-type(n) {
    clear: none;
  }

  .ui--icons .ui__icons-item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .ui--icons .ui__icons-item {
    float: left;
    width: 14.16667%;
  }
}

@media (min-width: 1200px) {
  .ui--icons .ui__icons-item:nth-of-type(n) {
    clear: none;
  }

  .ui--icons .ui__icons-item:nth-of-type(7.05882n+1) {
    clear: both;
  }
}

.ui--icons .ui__icons-svg {
  fill: #00bbaa;
  width: 70%;
  display: block;
  margin: auto;
}

.ui--icons .ui__icons-svg--stroke {
  stroke: #00bbaa;
  stroke-width: 1px;
  fill: none;
  width: 35%;
}

.ui--icons .ui__icons-svg--danger {
  fill: #e95b35;
}

.ui--icons .ui__icons-svg--doc {
  width: 40%;
}

.ui--icons .ui__icons-svg--area {
  width: 60%;
}

.ui--icons .ui__icons-svg--window {
  width: 40%;
}

.ui--icons .ui__icons-title {
  display: block;
  text-align: center;
}

.ui--forms .ui__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 992px) {
  .ui--forms .ui__column {
    float: left;
    width: 50%;
  }
}

.ui--forms .form-property__ranges {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ui--forms .form-property__ranges {
    margin-top: 20px;
  }
}

.ui--review .review__title {
  margin-top: 20px;
}

.ui--dividers > .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-panel {
  font-size: 21px;
  padding: 5px 0;
  text-align: center;
}

.social-panel:before,
.social-panel:after {
  content: " ";
  display: table;
}

.social-panel:after {
  clear: both;
}

.social-panel__link {
  margin: 10px 20px;
}

.social-panel__link:hover,
.social-panel__link.hover {
  color: #00eed8;
}

.social-panel__link:active,
.social-panel__link.active {
  color: #f3bc65;
}

.social-panel__link:disabled,
.social-panel__link.disabled {
  color: #ccc;
  cursor: not-allowed;
}

@media (max-width: 1199px) {
  .social-panel__link {
    margin: 10px;
  }
}

.social-panel--brand {
  background: #00bbaa;
}

.social-panel--brand .social-panel__link {
  color: #fff;
}

.social-panel--brand .social-panel__link:hover,
.social-panel--brand .social-panel__link.hover {
  color: #00eed8;
}

.social-panel--brand .social-panel__link:active,
.social-panel--brand .social-panel__link.active {
  color: #f3bc65;
}

.social-panel--brand .social-panel__link:disabled,
.social-panel--brand .social-panel__link.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.social-panel--black-white {
  background: #000;
}

.social-panel--black-white .social-panel__link {
  color: #fff;
}

.social-panel--black-white .social-panel__link:hover,
.social-panel--black-white .social-panel__link.hover {
  color: #f9dbac;
}

.social-panel--black-white .social-panel__link:active,
.social-panel--black-white .social-panel__link.active {
  color: #f3bc65;
}

.social-panel--black-white .social-panel__link:disabled,
.social-panel--black-white .social-panel__link.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.social-panel--highlight {
  background: #000;
}

.social-panel--highlight .social-panel__link {
  color: #f3bc65;
}

.social-panel--highlight .social-panel__link:hover,
.social-panel--highlight .social-panel__link.hover {
  color: #f9dbac;
}

.social-panel--highlight .social-panel__link:active,
.social-panel--highlight .social-panel__link.active {
  color: #f3bc65;
}

.social-panel--highlight .social-panel__link:disabled,
.social-panel--highlight .social-panel__link.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.social-panel--simple .social-panel__link {
  color: #00bbaa;
}

.social-panel--simple .social-panel__link:hover,
.social-panel--simple .social-panel__link.hover {
  color: #00eed8;
}

.social-panel--simple .social-panel__link:active,
.social-panel--simple .social-panel__link.active {
  color: #f3bc65;
}

.social-panel--simple .social-panel__link:disabled,
.social-panel--simple .social-panel__link.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ul-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.ul-list li {
  padding-left: 25px;
  position: relative;
}

.ul-list li:before {
  font-size: 12px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #00bbaa;
  left: 0;
  position: absolute;
  top: 4px;
}

.ul-list--default li {
  background: url("/Content/assets/img/bg-border-dotted-vertical.png") no-repeat 3px 5px;
}

.ul-list--default li:before {
  content: " ";
  color: #00bbaa;
  width: 8px;
  height: 8px;
  border: 2px solid #00bbaa;
  border-radius: 8px;
  margin: 0 3px 0 0;
  display: inline-block;
  top: 9px;
}

.ul-list--default li:first-child {
  background-position: 3px 10px;
}

.ul-list--default li:last-child {
  background-position: 3px -209px;
}

.ul-list--disk li:before {
  content: "";
  font-size: 8px;
}

.ul-list--check li:before {
  content: "";
}

.ul-list--rounded-check li:before {
  content: "";
}

.ul-list--arrow li:before {
  content: "";
}

.ul-list--star li:before {
  content: "";
  color: #f3bc65;
}

.ul-list--x li:before {
  content: "";
  color: #f3bc65;
}

.ul-list--ordered {
  list-style-type: decimal;
  margin-left: 22px;
}

.ul-list--ordered li {
  padding-left: 5px;
}

.ul-list--ordered li:before {
  content: " ";
  display: none;
}

/*------------------------------------------------------------------
 * Dividers styles
 * ============================================================== */

.divider--solid {
  border-bottom: 1px solid #808080;
}

.divider--solid-light {
  border-bottom: 1px solid #d0d0d0;
}

.divider--dotted {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 0 repeat-x;
  border: 0;
  height: 1px;
}

.divider--dashed {
  border-bottom: 1px dashed #222222;
}

/*------------------------------------------------------------------
 * WP default styles
 * ============================================================== */

.widget__show {
  display: none;
}

@media (max-width: 767px) {
  .widget__show {
    font-size: 17px;
    color: #2c3e50;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    outline: none;
    margin-top: 40px;
    background: #e4e4e4;
    display: block;
    margin-top: -1px;
  }

  .widget__show:after {
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    border: 1px solid #2c3e50;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    vertical-align: top;
    text-align: center;
    line-height: 26px;
    padding: 0 0 0 2px;
  }

  .widget__show.active:after {
    content: "";
  }

  .opened .widget__show {
    display: none;
  }
}

.site-title,
.entry-title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family:  yekan;
  margin: 24px 0 0;
  color: #2c3e50;
  font-size: 34px;
  text-align: left;
  font-weight: normal;
}

.sidebar .site-title,
.sidebar
.entry-title {
  font-size: 34px;
}

.footer .site-title,
.footer
.entry-title {
  font-family: "Source Sans Pro", yekan;
}

@media (max-width: 767px) {
  .site-title,
  .entry-title {
    font-size: 26px;
  }

  .sidebar .site-title,
  .sidebar
  .entry-title {
    font-size: 26px;
  }
}

.footer .site-title,
.footer
.entry-title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer .site-title,
  .footer
  .entry-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.site-title a,
.entry-title a {
  color: inherit;
}

.sidebar .widget-title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family:   "Yekan";
  margin: 24px 0 0;
  color: #2c3e50;
  text-align: left;
  font-size: 34px;
  font-weight: 600;
}

.sidebar .sidebar .widget-title {
  font-size: 34px;
}

.footer .sidebar .widget-title {
  font-family:  yekan;
}

@media (max-width: 767px) {
  .sidebar .widget-title {
    font-size: 26px;
  }

  .sidebar .sidebar .widget-title {
    font-size: 26px;
  }
}

.sidebar .widget-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: none;
  color: #2c3e50;
  text-align: left;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
}

.sidebar .widget-subtitle strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .sidebar .widget-subtitle {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .sidebar .widget-subtitle {
  margin: 4px 0 0;
}

.footer .widget-title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family:'IRANSansBold'
}

@media (max-width: 767px) {
  .footer .widget-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.secondary-toggle {
  display: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.widget a:hover {
  text-decoration: none;
}

.widget > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 25px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.widget > ul li {
  color: #2c3e50;
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
}

.widget > ul li:last-child {
  border-bottom: none;
}

.widget_archive select {
  margin-top: 12px;
  width: 100%;
  display: block;
}

.widget_search .search-form {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 25px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.widget_search label {
  width: 100%;
}

.widget_search .search-field {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  font-weight: normal;
  font-style: italic;
}

.widget_search .search-field:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.widget_search .search-field::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.widget_search .search-field:-ms-input-placeholder {
  color: #2c3e50;
}

.widget_search .search-field::-webkit-input-placeholder {
  color: #2c3e50;
}

.widget_search .search-field[disabled],
.widget_search .search-field[readonly],
fieldset[disabled] .widget_search .search-field {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.widget_search .search-field.parsley-error {
  border: 1px solid #e95b35;
}

.widget_search .search-field.parsley-success {
  border: 1px solid #00bbaa;
}

.widget_search .search-submit {
  color: #d6d6d6;
  font-size: 16px;
  background: none;
  border: none;
  float: right;
  margin: -32px 0 0 0;
  position: relative;
  z-index: 10;
}

.widget_search .search-submit:after {
  position: relative;
  top: 1px;
  display: inline-block;
   font-family: "Yekan";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "";
}

.textwidget {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 25px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.footer .textwidget {
  background: none;
  padding: 0;
  border: none;
  color: #bebebe;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

.footer .textwidget a {
  font-size: 12px;
  color: #bebebe;
  border: 2px solid #bebebe;
  padding: 5px 10px;
  margin: 10px 0;
  text-transform: uppercase;
}

.widget_calendar table {
  width: 100%;
  border: 1px solid #d6d6d6;
}

.widget_calendar caption {
  text-align: left;
  padding: 0 0 20px;
  font-weight: bold;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  line-height: 33px;
}

.widget_calendar tfoot,
.widget_calendar thead {
  border: 1px solid #d6d6d6;
  border-bottom: none;
}

.widget_calendar tbody {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 25px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.widget_calendar tbody a {
  background: #00bbaa;
  color: #fff;
  display: block;
}

.widget_calendar tbody a:hover {
  background: #00eed8;
}

.tagcloud a {
  color: #2c3e50;
  margin: 3px 10px 3px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.widget_recent_entries > ul > li {
  border-bottom-style: dashed;
}

.widget_recent_entries > ul > li > a {
  color: #2c3e50;
  font-weight: 600;
  display: block;
  font-size: 18px;
}

.widget_recent_comments .recentcomments {
  font-style: italic;
  border-bottom-style: dashed;
  color: #d6d6d6;
  font-size: 12px;
}

.widget_recent_comments .recentcomments > a {
  font-style: normal;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.widget_recent_comments .comment-author-link {
  color: #2c3e50;
  font-style: normal;
  font-size: 14px;
  display: block;
}

.widget_recent_comments .comment-author-link a {
  color: #2c3e50;
  font-style: normal;
  font-size: 14px;
}

.widget_categories > ul > li:before {
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #2c3e50;
  margin-right: 10px;
}

.widget_categories > ul > li > ul {
  margin-top: 15px;
  list-style: none;
  border-top: 1px solid #dedede;
}

.post {
  border-top: 1px solid #808080;
  margin-bottom: 1px;
  padding: 33px 0;
}

.post:first-of-type {
  padding-top: 0;
  border: none;
}

.site-main {
  margin-top: 25px;
}

.entry-header .entry-title {
  font-size: 18px;
  font-weight: 700;
}

.entry-content {
  margin-top: 30px;
}

.entry-footer {
  margin-top: 30px;
}

.entry-footer:before,
.entry-footer:after {
  content: " ";
  display: table;
}

.entry-footer:after {
  clear: both;
}

.posted-on {
  background: rgba(0, 187, 170, 0.7);
  text-align: center;
  padding: 10px 5px;
  float: left;
}

.posted-on a {
  color: #fff;
}

.tags-links {
  margin-left: 50px;
}

.comments-link a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: auto;
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .comments-link a {
    padding: 3px 5px 3px 5px;
  }
}

.comments-link a:hover,
.comments-link a:focus,
.comments-link a.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.comments-link a:disabled,
.comments-link a.disabled {
  cursor: not-allowed;
}

.comments-link a.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.comments-link a:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.comments-link a.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.comments-link a.has-error,
.comments-link a.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.comments-link a.has-error:after,
.comments-link a.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.comments-link a.has-success,
.comments-link a.success {
  color: transparent !important;
}

.comments-link a.has-success:after,
.comments-link a.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .comments-link a.button--loading:before {
  content: "";
}

.button--loading-refresh .comments-link a.button--loading:before {
  content: "";
}

.button--loading-spinner .comments-link a.button--loading:before {
  content: "";
}

.comments-link a.hover,
.comments-link a:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.comments-link a:active,
.comments-link a.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.comments-link a:disabled,
.comments-link a.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

@media (max-width: 767px) {
  .comments-link a {
    margin: 5px 0;
  }
}

.edit-link a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: auto;
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .edit-link a {
    padding: 3px 5px 3px 5px;
  }
}

.edit-link a:hover,
.edit-link a:focus,
.edit-link a.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.edit-link a:disabled,
.edit-link a.disabled {
  cursor: not-allowed;
}

.edit-link a.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.edit-link a:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.edit-link a.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.edit-link a.has-error,
.edit-link a.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.edit-link a.has-error:after,
.edit-link a.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.edit-link a.has-success,
.edit-link a.success {
  color: transparent !important;
}

.edit-link a.has-success:after,
.edit-link a.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .edit-link a.button--loading:before {
  content: "";
}

.button--loading-refresh .edit-link a.button--loading:before {
  content: "";
}

.button--loading-spinner .edit-link a.button--loading:before {
  content: "";
}

.edit-link a.hover,
.edit-link a:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.edit-link a:active,
.edit-link a.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.edit-link a:disabled,
.edit-link a.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.post-password-form {
  margin-top: 10px;
}

.post-password-form label > input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.post-password-form label > input:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.post-password-form label > input::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.post-password-form label > input:-ms-input-placeholder {
  color: #2c3e50;
}

.post-password-form label > input::-webkit-input-placeholder {
  color: #2c3e50;
}

.post-password-form label > input[disabled],
.post-password-form label > input[readonly],
fieldset[disabled] .post-password-form label > input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.post-password-form label > input.parsley-error {
  border: 1px solid #e95b35;
}

.post-password-form label > input.parsley-success {
  border: 1px solid #00bbaa;
}

@media (max-width: 767px) {
  .post-password-form label > input {
    margin-left: 0;
  }
}

.post-password-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
}

@media (max-width: 767px) {
  .post-password-form input[type="submit"] {
    padding: 3px 5px 3px 5px;
  }
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"].active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.post-password-form input[type="submit"]:disabled,
.post-password-form input[type="submit"].disabled {
  cursor: not-allowed;
}

.post-password-form input[type="submit"].progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.post-password-form input[type="submit"]:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.post-password-form input[type="submit"].button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.post-password-form input[type="submit"].has-error,
.post-password-form input[type="submit"].error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.post-password-form input[type="submit"].has-error:after,
.post-password-form input[type="submit"].error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.post-password-form input[type="submit"].has-success,
.post-password-form input[type="submit"].success {
  color: transparent !important;
}

.post-password-form input[type="submit"].has-success:after,
.post-password-form input[type="submit"].success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .post-password-form input[type="submit"].button--loading:before {
  content: "";
}

.button--loading-refresh .post-password-form input[type="submit"].button--loading:before {
  content: "";
}

.button--loading-spinner .post-password-form input[type="submit"].button--loading:before {
  content: "";
}

.post-password-form input[type="submit"].hover,
.post-password-form input[type="submit"]:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"].active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.post-password-form input[type="submit"]:disabled,
.post-password-form input[type="submit"].disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

@media (max-width: 767px) {
  .post-password-form input[type="submit"] {
    margin-left: 0;
  }
}

/*------------------------------------------------------------------
 * Fix antialiasing for safari, mac os
 * ============================================================== */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-bar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .widget-bar {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-bar:nth-of-type(n) {
    clear: none;
  }

  .widget-bar:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .widget-bar {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-bar:nth-of-type(n) {
    clear: none;
  }

  .widget-bar:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .widget-bar {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-bar:nth-of-type(n) {
    clear: none;
  }

  .widget-bar:nth-of-type(3n+1) {
    clear: both;
  }
}

/*------------------------------------------------------------------
 * Center wrap
 * + Center / .center
 * ============================================================== */

.center {
  background: #f6f6f6;
  direction:rtl;
  position: relative;
}

.center:before,
.center:after {
  content: " ";
  display: table;
}

.center:after {
  clear: both;
}

.center--subpage {
  border-top: 1px solid #dedede;
}

.main--white .center {
  background: #fff !important;
}

/*------------------------------------------------------------------
 * Main wrap
 * + Main / .main
 * ============================================================== */

.main--white .main {
  background: #fff !important;
}

.main--white .main .container {
  background: #fff !important;
}

/*------------------------------------------------------------------
 * Box wrap
 * + Box / .box
 * ============================================================== */

.box {
  position: relative;
}

/*------------------------------------------------------------------
 * Sidebar wrap
 * + Sidebar / .sidebar
 * ============================================================== */

.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  direction:rtl
}

@media (min-width: 768px) {
  .sidebar {
    float: right;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}

.sidebar > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sidebar {
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: inherit;
  }

  .sidebar > :first-child header {
    margin-top: 0;
  }

  .sidebar + .properties--similar {
    margin-top: -30px;
  }
}

.sidebar > :first-child.worker--sidebar-advanced {
  margin-top: 109px;
}

@media (max-width: 1199px) {
  .sidebar > :first-child.worker--sidebar-advanced {
    margin-top: 31px;
  }
}

.sidebar > :first-child.worker--sidebar-advanced .worker__header {
  display: none;
}

.sidebar .container {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .sidebar .search--article {
    display: none;
  }
}

@media (max-width: 1199px) {
  .sidebar--index {
    float: none;
    margin: 0 auto 30px;
    width: 50%;
    clear: both;
  }
}

@media (max-width: 767px) {
  .sidebar--index {
    width: auto;
    padding: 0 30px;
  }
}

.sidebar--upper {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sidebar--upper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar--listing .sidebar__toggle {
    display: none;
  }
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
}

.compact .navbar__row {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .compact .navbar__row {
    margin: 0;
  }
}

/*------------------------------------------------------------------
 * Option enable header Color Brand
 * ============================================================== */

.header_color_brand .navbar--header {
  background: #00bbaa;
}

.header_color_brand .navbar--header.header-fixed {
  -webkit-box-shadow: 0 5px 0 rgba(0, 187, 170, 0.2);
  box-shadow: 0 5px 0 rgba(0, 187, 170, 0.2);
}

.header_color_brand .navbar-collapse {
  background: #2c3e50;
}

.header_color_brand .navbar__nav > li > a {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_color_brand .auth__link {
  color: #fff;
}

.header_color_brand .auth__remember,
.header_color_brand .auth__label {
  color: #2c3e50;
}

.header_color_brand .auth__title {
  color: #2c3e50;
}

.header_color_brand .auth__icon-user {
  fill: #fff;
}

@media (min-width: 768px) {
  .header_color_brand .navbar .navbar__nav > .active {
    background: #f3bc65;
  }
}

.header_color_brand .navbar .navbar__nav > .active > a {
  border: none;
}

@media (min-width: 768px) {
  .header_color_brand .navbar .navbar__nav > li:hover,
  .header_color_brand .navbar .navbar__nav > li:focus {
    background: #f3bc65;
  }
}

.header_color_brand .navbar__user-item {
  color: #fff;
}

@media (min-width: 768px) {
  .header_color_brand .header-fixed .navbar .navbar__nav {
    background: none;
  }

  .header_color_brand .header-fixed .header__email,
  .header_color_brand .header-fixed .header__phone {
    color: #fff;
  }
}

/*------------------------------------------------------------------
 * Option enable header Color White
 * ============================================================== */

.header_color_white .navbar {
  background: #fff;
}

.header_color_white .navbar.header-fixed {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
 * Option enable header Color Gray
 * ============================================================== */

.header_color_gray .navbar {
  background: #f6f6f6;
}

.header_color_gray .navbar.header-fixed {
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
 * Option enable 'boxed'
 * ============================================================== */

.boxed .box {
  width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

@media (max-width: 1299px) {
  .boxed .box {
    width: auto;
    padding: 0;
  }
}

.site-wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  background: #fff;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.site-wrap:before,
.site-wrap:after {
  content: " ";
  display: table;
}

.site-wrap:after {
  clear: both;
}

.site-wrap--move {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.section .container {
  padding-bottom: 30px;
}

/*------------------------------------------------------------------
 * Option enable bacground pattern
 * ============================================================== */

.bg-brickwall {
  background: url("/Content/assets/img/patterns/brickwall.png");
}

.bg-debut_light {
  background: url("/Content/assets/img/patterns/debut_light.png");
}

.bg-diagonal_lines_01 {
  background: url("/Content/assets/img/patterns/diagonal_lines_01.png");
}

.bg-diagonal-noise {
  background: url("/Content/assets/img/patterns/diagonal-noise.png");
}

.bg-dust_2X {
  background: url("/Content/assets/img/patterns/dust_2X.png");
}

.bg-groovepaper {
  background: url("/Content/assets/img/patterns/groovepaper.png");
}

.bg-little_pluses {
  background: url("/Content/assets/img/patterns/little_pluses.png");
}

.bg-p4 {
  background: url("/Content/assets/img/patterns/p4.png");
}

.bg-p5 {
  background: url("/Content/assets/img/patterns/p5.png");
}

.bg-retina_dust {
  background: url("/Content/assets/img/patterns/retina_dust.png");
}

.bg-ricepaper2 {
  background: url("/Content/assets/img/patterns/ricepaper2.png");
}

.bg-shl {
  background: url("/Content/assets/img/patterns/shl.png");
}

.bg-squairy_light {
  background: url("/Content/assets/img/patterns/squairy_light.png");
}

.bg-stardust_2X {
  background: url("/Content/assets/img/patterns/stardust_2X.png");
}

.bg-subtle_dots {
  background: url("/Content/assets/img/patterns/subtle_dots.png");
}

.bg-subtle_dots_2X {
  background: url("/Content/assets/img/patterns/subtle_dots_2X.png");
}

.bg-white_brick_wall {
  background: url("/Content/assets/img/patterns/white_brick_wall.png");
}

.bg-worn_dots {
  background: url("/Content/assets/img/patterns/worn_dots.png");
}

.sidebar-left .listing,
.sidebar-left .property,
.sidebar-left .page__content {
  float: right;
}

.sidebar-right .listing,
.sidebar-right .property,
.sidebar-right .page__content {
  float: left;
}

@media (min-width: 1200px) {
  .fullwidth .listing,
  .fullwidth .property,
  .fullwidth .page__content,
  .sidebar-hide .listing,
  .sidebar-hide .property,
  .sidebar-hide .page__content {
    float: left;
    width: 100%;
  }

  .fullwidth .sidebar,
  .sidebar-hide .sidebar {
  
  }
}

.bs-example .label {
  margin-right: 5px;
}

hr {
  border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 1200px) {
  .scroll-animation [data-sr] {
    visibility: hidden;
  }
}

.button__toggle {
  display: none;
  font-size: 17px;
  color: #2c3e50;
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 15px 0;
  background: #fff;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  outline: none;
  margin-bottom: 0;
}

.button__toggle:after {
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  border: 1px solid #2c3e50;
  margin-left: 10px;
  padding: 0;
  width: 30px;
  text-align: center;
  height: 30px;
}

@media (max-width: 767px) {
  .button__toggle:after {
    padding-top: 1px;
    padding-left: 1px;
  }
}

.button__toggle.active:after {
  content: "";
}

@media (max-width: 767px) {
  .button__toggle.active:after {
    padding-top: 0;
    padding-left: 0;
    margin-left: 15px;
    margin-right: -5px;
  }
}

@media (max-width: 767px) {
  .button__toggle {
    display: block;
  }
}

.form-target {
  display: none;
}

mark {
  background: none;
  padding: 0;
}

/*------------------------------------------------------------------
 * Loading Overlay option
 * + Loading Overlay / .loading-overlay
 * ============================================================== */

.loading-overlay {
  position: relative;
}

.loading-overlay > *:not(.loading) {
  opacity: 0.3;
}

.loading-overlay .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.loading-overlay .loading:before {
  font-size: 3em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 10;
  display: block;
}

.footer .loading-overlay .loading {
  color: #bebebe;
}

/*------------------------------------------------------------------
 * No items option
 * + No items / .no-items
 * ============================================================== */

.no-items {
  text-align: center;
  margin: 50px 0 0;
}

.no-items__icon {
  font-size: 40px;
  display: block;
  color: #d1d1d1;
}

.no-items__icon svg {
  width: 40px;
  height: 31px;
  fill: #d1d1d1;
}

.no-items__icon--svg {
  font-size: inherit;
}

.no-items__title {
  display: inline-block;
  background: #d1d1d1;
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  padding: 0 15px;
  text-transform: uppercase;
}

.footer .no-items__title {
  color: #222 !important;
}

.no-items--align {
  margin: 0;
}

/*------------------------------------------------------------------
 * Parsley errors vendor fix style
 * + Parsley / .parsley
 * ============================================================== */

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .parsley-errors-list.filled {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
  }
}

.parsley-type,
.parsley-minlength {
  color: #f3bc65;
}

.parsley-required {
  color: #e95b35;
}

/*------------------------------------------------------------------
 * Range Slider vendor fix style
 * + Range Slider / .irs
 * ============================================================== */

.irs-line {
  background: #00bbaa;
  background-image: -webkit-gradient(linear, left top, right top, from(#00eed8), to(#00bbaa));
  background-image: linear-gradient(to right, #00eed8 0%, #00bbaa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00EED8', endColorstr='#FF00BBAA', GradientType=1);
}

.search--banner-sidebar .irs-line {
  background: rgba(255, 255, 255, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(white));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#FFFFFFFF', GradientType=1);
}

/*------------------------------------------------------------------
 * Pnotify vendor fix style
 * + Pnotify / .ui-pnotify-container
 * ============================================================== */

.ui-pnotify-container.alert-success {
  background: #00bbaa;
}

/*------------------------------------------------------------------
 * Select2 vendor fix style
 * + Select2 / .ui-pnotify-container
 * ============================================================== */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00bbaa;
}

/*------------------------------------------------------------------
 * Player vendor fix style
 * + Player / .player
 * ============================================================== */

.player-controls button:focus,
.player-controls button:hover,
.player-controls [type="checkbox"]:focus + label,
.player-controls [type="checkbox"] + label:hover {
  background: #00bbaa;
}

.player-progress-played[value] {
  z-index: 2;
  color: #00bbaa;
}

.player-volume[type=range]:focus {
  outline: 0;
}

.player-volume[type=range]:focus::-webkit-slider-thumb {
  background: #00bbaa;
}

.player-volume[type=range]:focus::-moz-range-thumb {
  background: #00bbaa;
}

.player-volume[type=range]:focus::-ms-thumb {
  background: #00bbaa;
}

/*------------------------------------------------------------------
 * Calendar fixes
 * ============================================================== */

.daterangepicker th.month {
  color: #00bbaa;
}

/*------------------------------------------------------------------
 * Switch
 * + Switch / .switch
 * ============================================================== */

.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.header--white .switch label .lever {
  background-color: #d7d7d7;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #F1F1F1;
  border-radius: 15px;
  left: -5px;
  top: 0;
  -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.header--white .switch label .lever:after {
  background-color: #00bbaa;
}

.switch input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(38, 166, 154, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(38, 166, 154, 0.1);
}

.switch input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 10px rgba(0, 0, 0, 0.08);
}

.switch label input[type=checkbox]:checked + .lever:after {
  left: 16px;
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

.switch--header {
  font-size: 13px;
  text-transform: uppercase;
}

.switch--header label input[type=checkbox]:checked + .lever {
  background-color: rgba(255, 255, 255, 0.5);
}

.switch--header label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
}

.header--overlay-map .switch--header label input[type=checkbox]:checked + .lever {
  background-color: #d7d7d7;
}

.header--overlay-map .switch--header label input[type=checkbox]:checked + .lever:after {
  background-color: #00bbaa;
}

.header--white .switch--header label input[type=checkbox]:checked + .lever {
  background-color: #d7d7d7;
}

.header--white .switch--header label input[type=checkbox]:checked + .lever:after {
  background-color: #00bbaa;
}

.switch--menu {
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 0 0 50px;
  color: #fff;
}

.switch--menu label input[type=checkbox]:checked + .lever {
  background-color: rgba(255, 255, 255, 0.5);
}

.switch--menu label input[type=checkbox]:checked + .lever:after {
  background-color: #fff;
}

.switch--menu label .lever {
  width: 50px;
  height: 20px;
}

.switch--menu label .lever:after {
  width: 20px;
  height: 20px;
}

.switch--menu label input[type=checkbox]:checked + .lever:after {
  left: 30px;
}

/*------------------------------------------------------------------
 * Workers widget
 * + Worker / .worker
 *   __ Title / .worker__title
 *   __ Headline / .worker__headline
 *   __ Item / .worker__item
 *   -- Worker sidebar / .worker--sidebar
 *   -- Worker properties / .worker--properties
 *   -- Worker list / .worker--list
 *   -- Worker details / .worker--details
 *   -- Worker grid / .worker--grid
 *   -- Worker sidebar-advanced / .worker--sidebar-advanced
 *   -- Worker sidebar-property / .worker--sidebar-property
 *   -- Worker sidebar-nav / .worker--sidebar-nav
 *   -- Worker navbar / .worker--navbar
 * ============================================================== */

.worker__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .worker__header {
    margin: 21px 0 25px;
  }
}

.worker__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family:  yekan;
}

.sidebar .worker__title {
  font-size: 34px;
}

.footer .worker__title {
  font-family:  yekan;
}

@media (max-width: 767px) {
  .worker__title {
    font-size: 26px;
  }

  .sidebar .worker__title {
    font-size: 26px;
  }
}

.worker__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.worker__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .worker__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .worker__headline {
  margin: 4px 0 0;
}

.worker__list {
  margin-top: 49px;
  padding: 30px 0 0 0;
}

.worker__list:before,
.worker__list:after {
  content: " ";
  display: table;
}

.worker__list:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker__list {
    margin: 27px 30px 0;
    padding-top: 23px;
  }
}

.worker__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

@media (min-width: 480px) {
  .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .worker__item {
    float: right;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .worker__item {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .worker__item {
    margin-bottom: 10px;
  }
}

.worker__name {
  margin: 7px 0 7px;
  text-transform: uppercase;
  font-size: 20px;
  color: #00bbaa;
  font-weight: 600;
}

@media (max-width: 767px) {
  .worker__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

.worker__post {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .worker__post {
    padding: 3px 0;
    border: none;
  }
}

.worker__photo {
  margin: 12px 0;
}

@media (max-width: 767px) {
  .worker__photo {
    margin: 0 27px;
  }
}

.worker__tel {
  margin: 10px 0 10px 0;
  font-size: 20px;
  color: #00bbaa;
  font-weight: 600;
  text-decoration: none;
}

.worker__tel:hover {
  text-decoration: none;
  color: #00bbaa;
}

@media (max-width: 767px) {
  .worker__tel {
    font-size: 17px;
    margin: 5px 0 0 0;
  }
}

.worker__contacts {
  color: #2c3e50;
}

.worker__contacts a {
  font-weight: 600;
  color: #00bbaa;
  margin-left: 5px;
}

.worker__contacts a:first-child {
  margin-left: 0 !important;
}

.worker__contacts > div > span {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.worker__contacts > div > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.worker__contacts > div > a:first-child {
  width: 100%;
}

.worker__contacts-link {
  display: block;
}

.worker__listings a {
  font-weight: 600;
  margin-left: 5px;
}

.worker__favorites {
  font-style: normal;
  margin-right: 10px;
}

.worker__favorites:before {
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.worker__favorites--highlight {
  color: #f3bc65;
}

.worker__avatar {
  background: #e4e4e4;
  padding: 25px 0 0 0;
  margin: 19px 0 11px 0;
}

.worker__avatar svg {
  fill: #2c3e50;
  width: 85%;
  margin: 0 auto 0;
  display: block;
  height: 130px;
}

.worker__avatar-upload {
  text-align: center;
  font-size: 13px;
  color: #00bbaa;
  border: none;
  background: none;
  width: 100%;
  display: block;
}

.worker__nav {
  margin: 27px 0 0 10px;
}

.worker__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.worker__nav li {
  margin: 18px 0;
}

.worker__nav a {
  text-transform: uppercase;
  color: #2c3e50;
  display: block;
}

.worker__btn-more {
  position: relative;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
  margin: 50px 0 0;
  padding: 8px 0;
  background: #fff;
  width: 100%;
}

.worker__btn-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.worker__btn-more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.worker__btn-more.has-error,
.worker__btn-more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.worker__btn-more.has-error:after,
.worker__btn-more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.worker__btn-more.has-success,
.worker__btn-more.success {
  color: transparent !important;
}

.worker__btn-more.has-success:after,
.worker__btn-more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .worker__btn-more.button--loading:before {
  content: "";
}

.button--loading-refresh .worker__btn-more.button--loading:before {
  content: "";
}

.button--loading-spinner .worker__btn-more.button--loading:before {
  content: "";
}

.worker__btn-more.hover,
.worker__btn-more:hover {
  border-color: #f3bc65;
  color: #f3bc65;
  text-decoration: none;
}

.worker__btn-more:active,
.worker__btn-more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.worker__btn-more:focus,
.worker__btn-more.focus {
  text-decoration: none;
  outline: none;
}

.worker__btn-more:disabled,
.worker__btn-more.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #efefef;
}

.worker__btn-more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .worker__btn-more {
    margin: 30px 30px 0;
    width: auto;
    display: block;
    padding: 3px 0;
  }
}

.worker__form:before,
.worker__form:after {
  content: " ";
  display: table;
}

.worker__form:after {
  clear: both;
}

.worker__show {
  border: 1px solid #d6d6d6;
  color: #00bbaa;
  text-align: center;
  background: #fff;
  margin: 15px auto 0;
  padding: 6px 10px;
  display: none;
  width: 170px;
}

.worker__show:before {
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}

.opened .worker__show {
  display: none;
}

@media (max-width: 767px) {
  .worker__show {
    display: block;
  }
}

.worker__intro-col:before,
.worker__intro-col:after {
  content: " ";
  display: table;
}

.worker__intro-col:after {
  clear: both;
}

.worker__more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  width: 120px;
  display: none;
  background: none;
}

@media (max-width: 767px) {
  .worker__more {
    padding: 3px 5px 3px 5px;
  }
}

.worker__more:hover,
.worker__more:focus,
.worker__more.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.worker__more:disabled,
.worker__more.disabled {
  cursor: not-allowed;
}

.worker__more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.worker__more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.worker__more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.worker__more.has-error,
.worker__more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.worker__more.has-error:after,
.worker__more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.worker__more.has-success,
.worker__more.success {
  color: transparent !important;
}

.worker__more.has-success:after,
.worker__more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .worker__more.button--loading:before {
  content: "";
}

.button--loading-refresh .worker__more.button--loading:before {
  content: "";
}

.button--loading-spinner .worker__more.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .worker__more.hover,
  .worker__more:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.worker__more:active,
.worker__more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.worker__more:disabled,
.worker__more.disabled {
  color: #ccc;
  border-color: #efefef;
}

@media (max-width: 767px) {
  .worker__more {
    display: block;
    margin: 10px auto 0;
  }
}

.worker--index {
  background: #f6f6f6;
  padding-bottom:50px
}

@media (max-width: 767px) {
  .worker--index {
    padding-bottom: 30px;
  }
}

.worker--index .worker__title {
  font-family:  'IRANSansBold';
}

.worker--index .worker__list {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 0;
  margin-top: 0;
}

.worker--index .worker__list:before,
.worker--index .worker__list:after {
  content: " ";
  display: table;
}

.worker--index .worker__list:after {
  clear: both;
}

@media (max-width: 1199px) {
  .worker--index .worker__list {
    margin: 0;
  }
}

.worker--index .worker__list .no-items {
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .worker--index .worker__list .no-items {
    margin-bottom: 0;
  }
}

.worker--index .worker__item {
  margin-bottom: 50px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .worker--index .worker__item {
    float: right;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .worker--index .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--index .worker__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .worker--index .worker__item {
    float: right;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .worker--index .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--index .worker__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .worker--index .worker__item:hover .worker__details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .worker--index .worker__item:hover .worker__link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .worker--index .worker__item {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .worker--index .worker__item {
    margin-bottom: 30px;
  }

  .worker--index .worker__item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .worker--index .worker__item.animate-end .worker__name,
  .worker--index .worker__item.animate-end .worker__tel,
  .worker--index .worker__item.animate-end .worker__more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.worker--index .worker__name {
  margin-bottom: 0;
  margin-top: 29px;
  color: #2c3e50;
  text-transform: none;
}

@media (min-width: 1200px) {
  .worker--index .worker__name {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (max-width: 767px) {
  .worker--index .worker__name {
    font-size: 20px;
  }
}

.worker--index .worker__post {
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: none;
  font-weight: normal;
}

.worker--index .worker__photo {
  margin: 12px 0 0;
  position: relative;
  overflow: hidden;
}

.worker--index .worker__info {
  background: #fff;
}

.worker--index .worker__info:before,
.worker--index .worker__info:after {
  content: " ";
  display: table;
}

.worker--index .worker__info:after {
  clear: both;
}

.worker--index .worker__more {
  text-transform: uppercase;
  font-size: 12px;
  color: #a6a6a6;
  display: block;
  border: none;
  width: 90px;
  margin: 9px auto 0;
  padding-bottom: 20px;
}

.worker--index .worker__more:hover,
.worker--index .worker__more:active {
  background: none;
}

@media (min-width: 1200px) {
  .worker--index .worker__more {
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.worker--index .worker__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding: 60px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.worker--index .worker__links {
  padding: 10px 0;
}

.worker--index .worker__link {
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.worker--index .worker__link:nth-child(1) {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.worker--index .worker__link:nth-child(2) {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.worker--index .worker__link:nth-child(3) {
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}

.worker--index .worker__link:nth-child(4) {
  -webkit-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}

.worker--index .worker__link-icon {
  fill: #fff;
  width: 18px;
  height: 13px;
}

.worker--index .worker__tel {
  margin: 9px 0 0 0;
  color: #00bbaa;
  font-size: 17px;
  font-weight: bold;
  display: block;
}

.worker--index .worker__tel:hover {
  color: #00bbaa;
  border: none;
}

@media (min-width: 1200px) {
  .worker--index .worker__tel {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.worker--index .worker__contacts {
  line-height: 1.3;
}

.worker--index .worker__contacts > div > span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.worker--index .worker__contacts > div > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #00bbaa;
}

.worker--index .worker__contacts > div > a:hover {
  color: #00bbaa;
}

.worker--sidebar {
  background: none !important;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .worker--sidebar {
    margin: 0;
  }
}

.worker--sidebar.opened .worker__header {
  display: block;
}

.worker--sidebar.opened .worker__list {
  display: block;
}

.worker--sidebar .worker__title {
  color: #2c3e50;
  text-align: right;
}

@media (max-width: 767px) {
  .worker--sidebar .worker__title {
    text-align: center;
  }
}

.worker--sidebar .worker__header {
  margin: 24px 0 0;
}

@media (max-width: 767px) {
  .worker--sidebar .worker__header {
    display: none;
  }
}

.worker--sidebar .worker__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: none;
  color: #2c3e50;
  text-align: left;
  font-size: 15px;
  line-height: 1.1;
  min-height: 32px;
}

.worker--sidebar .worker__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .worker--sidebar .worker__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .worker--sidebar .worker__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .worker--sidebar .worker__headline {
    text-align: center;
  }
}

.worker--sidebar .worker__list {
  background: #e4e4e4;
  border: 1px solid #d6d6d6;
  padding: 30px 30px 20px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .worker--sidebar .worker__list {
    margin: 18px 0 0 0;
    display: none;
  }
}

.worker--sidebar .worker__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #222;
  padding: 0;
  padding-bottom: 10px;
  text-align: left;
}

@media (min-width: 480px) {
  .worker--sidebar .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--sidebar .worker__item:nth-of-type(1n+1) {
    clear: both;
  }
}

.worker--sidebar .worker__item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.worker--sidebar .worker__name {
  font-size: 15px;
  text-align: right;
  margin-top: 0;
}

.worker--sidebar .worker__post {
  font-size: 14px;
  border: none;
  text-align: left;
  font-weight: normal;
  padding-top: 3px;
  margin-bottom: 0;
}

.worker--sidebar .worker__photo {
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  margin: 0 0 10px 0;
  float: none;
}

.worker--sidebar .worker__photo img {
  display: block;
  margin: 0;
}

.worker--sidebar .worker__tel {
  clear: both;
  font-size: 15px;
  text-align: left;
  margin: 0;
  display: inline-block;
}

.worker--sidebar .worker__tel:hover {
  color: #00bbaa;
  border-bottom-color: #00bbaa;
}

.worker--properties {
  background: none !important;
  padding: 0;
}

.worker--properties .worker__item {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  width: auto;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d6d6d6;
  padding-bottom: 10px;
}

.worker--properties .worker__item:before,
.worker--properties .worker__item:after {
  content: " ";
  display: table;
}

.worker--properties .worker__item:after {
  clear: both;
}

.worker--properties .worker__item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .worker--properties .worker__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.worker--properties .worker__name {
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  font-size: 24px;
}

@media (max-width: 767px) {
  .worker--properties .worker__name {
    width: 100%;
    text-align: center;
  }
}

.worker--properties .worker__post {
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
  font-size: 15px;
  border: none;
  font-weight: normal;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .worker--properties .worker__post {
    width: 100%;
    text-align: center;
  }
}

.worker--properties .worker__photo {
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (max-width: 767px) {
  .worker--properties .worker__photo {
    width: 62%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }

  .worker--properties .worker__photo img {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .worker--properties .worker__intro {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .worker--properties .worker__intro {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }

  .worker--properties .worker__intro * {
    float: none;
  }
}

.worker--properties .worker__tel {
  font-size: 17px;
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

.worker--properties .worker__contacts {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: right;
}

@media (min-width: 768px) {
  .worker--properties .worker__contacts {
    float: left;
    width: 58.33333%;
  }
}

.worker--properties .worker__contacts a {
  color: #2c3e50;
  text-align: left;
  font-weight: 600;
}

@media (max-width: 767px) {
  .worker--properties .worker__contacts {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .worker--properties .worker__intro-row {
    display: none;
  }

  .opened .worker--properties .worker__intro-row {
    display: block;
  }
}

@media (max-width: 767px) {
  .worker--properties .worker__descr {
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    margin: 15px 15px 0 15px;
    display: none;
  }

  .opened .worker--properties .worker__descr {
    display: block;
  }
}

.worker--properties .worker__listings {
  display: none;
}

.worker--properties .social--worker {
  display: none;
}

@media (max-width: 767px) {
  .worker--properties .social--worker {
    padding: 0 15px;
  }
}

.worker--list {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .worker--list {
    margin-top: 30px;
  }
}

.worker--list .worker__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  text-align: left;
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #808080;
}

@media (min-width: 768px) {
  .worker--list .worker__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .worker--list .worker__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .worker--list .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--list .worker__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .worker--list .worker__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .worker--list .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--list .worker__item:nth-of-type(1n+1) {
    clear: both;
  }
}

.worker--list .worker__item:before,
.worker--list .worker__item:after {
  content: " ";
  display: table;
}

.worker--list .worker__item:after {
  clear: both;
}

@media (max-width: 1199px) {
  .worker--list .worker__item {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .worker--list .worker__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
  }
}

.worker--list .worker__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .worker--list .worker__item:last-child {
    padding-bottom: 0;
  }
}

.worker--list .worker__photo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .worker--list .worker__photo {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 1199px) {
  .worker--list .worker__photo {
    padding: 0;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .worker--list .worker__photo {
    width: 60%;
    margin: 0 auto;
  }
}

.worker--list .worker__show {
  display: none;
}

.worker--list .worker__intro {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 11px;
}

@media (min-width: 1200px) {
  .worker--list .worker__intro {
    float: left;
    width: 66.66667%;
  }
}

@media (max-width: 1199px) {
  .worker--list .worker__intro {
    margin-bottom: 0;
  }
}

.worker--list .worker__name {
  border: none;
  margin: -4px 0 5px 0;
  text-align:right
}

@media (max-width: 767px) {
  .worker--list .worker__name {
    text-align: center;
    margin: 15px 0 5px;
  }
}

.worker--list .worker__post {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  padding: 0;
  margin-bottom: 13px;
}

@media (min-width: 1200px) {
  .worker--list .worker__post {
    float: right;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .worker--list .worker__post {
    margin-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .worker--list .worker__post {
    text-align: center;
  }
}

.worker--list .worker__listings {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  text-align: right;
}

@media (min-width: 1200px) {
  .worker--list .worker__listings {
    float: left;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .worker--list .worker__listings {
    margin-bottom: 13px;
    text-align: left;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .worker--list .worker__listings {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 0;
  }
}

.worker--list .worker__intro-row {
  clear: both;
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 0 repeat-x;
}

.worker--list .worker__intro-row:before,
.worker--list .worker__intro-row:after {
  content: " ";
  display: table;
}

.worker--list .worker__intro-row:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker--list .worker__intro-row {
    border-top: none;
    margin: 15px 30px 0;
    padding: 15px 0 0;
    text-align: center;
  }
}

.worker--list .worker__intro-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .worker--list .worker__intro-col {
    float: right;
    width: 50%;
  }
}

.worker--list .worker__contacts {
  margin-top: 13px;
}

@media (max-width: 767px) {
  .worker--list .worker__contacts {
    text-align: center;
  }

  .worker--list .worker__contacts span {
    width: auto;
  }

  .worker--list .worker__contacts a {
    width: auto;
  }
}

.worker--list .worker__descr {
     margin-top: 13px;
    line-height: 30px;
    text-align: right;
    text-align: justify;
	font-family: 'IRANSans';
	font-size:16px
}

@media (max-width: 767px) {
  .worker--list .worker__descr {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .worker--list .worker__descr p:last-of-type {
    margin-bottom: 0;
  }
}

.worker--list .social--worker {
  padding-bottom: 10px;
  padding-right: 0;
  width: 100%;
  float: none;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  .worker--list .social--worker {
    border-bottom: 1px solid #d6d6d6;
    padding-right: 0;
    margin-right: 0 !important;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.worker--list .social__item {
  margin-left: 20px !important;
  float: none;
}

@media (max-width: 767px) {
  .worker--list .worker__form {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .worker--details {
    background: #fff;
    border: 1px solid #d6d6d6;
  }

  .worker--details .worker__show {
    display: block;
    padding: 6px 10px;
    margin: 15px auto 30px;
  }

  .worker--details .worker__intro-row {
    display: none;
  }

  .worker--details .worker__descr {
    display: none;
    margin: 0 30px 30px;
  }

  .worker--details .worker__listings {
    display: none;
  }

  .worker--details .worker__form {
    display: none;
    padding-bottom: 20px;
  }

  .worker--details.opened .worker__show {
    display: none;
  }

  .worker--details.opened .worker__intro-row {
    display: block;
  }

  .worker--details.opened .worker__descr {
    display: block;
  }

  .worker--details.opened .worker__listings {
    display: block;
  }

  .worker--details.opened .worker__form {
    display: block;
  }
}

.worker--details .worker__item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .worker--details .worker__item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.worker--details .worker__photo {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .worker--details .worker__photo {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .worker--details .worker__photo {
    margin-bottom: 0;
  }
}

.worker--details .worker__intro {
  margin-bottom: 15px;
}

.worker--details .worker__intro-row {
  padding: 0;
}

.worker--details .social--worker {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .worker--details .social--worker {
    text-align: center;
  }

  .worker--details .social--worker .social__item {
    margin-left: 0;
  }
}

.worker--grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  direction:rtl;
}

.worker--grid:before,
.worker--grid:after {
  content: " ";
  display: table;
}

.worker--grid:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker--grid {
    margin-top: 30px;
  }
}

.worker--grid .worker__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .worker--grid .worker__item {
    float: right;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .worker--grid .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--grid .worker__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .worker--grid .worker__item {
    float:right;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .worker--grid .worker__item:nth-of-type(n) {
    clear: none;
  }

  .worker--grid .worker__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.worker--grid .worker__item:before,
.worker--grid .worker__item:after {
  content: " ";
  display: table;
}

.worker--grid .worker__item:after {
  clear: both;
}

.worker--grid .worker__item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .worker--grid .worker__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .worker--grid .worker__item:hover {
    margin-bottom: 0;
  }

  .worker--grid .worker__item:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .worker--grid .worker__item:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .worker--grid .worker__item {
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #d6d6d6;
    height: auto;
    width: auto;
  }
}

.worker--grid .worker__photo {
  margin: 0;
}

@media (max-width: 767px) {
  .worker--grid .worker__photo {
    width: 60%;
    margin: 0 auto;
  }
}

.worker--grid .worker__show {
  display: none;
}

.worker--grid .worker__name {
  border: none;
  margin: 15px 0 8px 0;
  padding: 0;
  font-family:"yekan"
}

@media (max-width: 767px) {
  .worker--grid .worker__name {
    text-align: center;
    margin: 15px 0 5px;
  }
}

.worker--grid .worker__post {
      border-bottom: 1px solid #ddd;
    padding: 0 0 10px
}

@media (max-width: 767px) {
  .worker--grid .worker__post {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .worker--grid .worker__more {
    margin: 0 auto;
  }
}

.worker--grid .worker__listings {
  border-top: 1px solid #d6d6d6;
  padding: 17px 0 0;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .worker--grid .worker__listings {
    text-align: center;
    margin: 0 10%;
    padding-top: 10px;
  }
}
.title-blog{border: none;
    margin: 15px 0 20px 0;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid;
    font-size: 20px;
    color: #00bbaa;
    font-family:"yekan";
}
.worker--grid .worker__descr {
  margin-top: 7px;
  line-height: 1.5;
  clear: both;
  max-height: 200px;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.worker--grid .worker__descr p {
  margin-bottom: 0;
      text-align: justify;
}

@media (max-width: 767px) {
  .worker--grid .worker__descr {
    height: auto;
    margin: 7px 10% 15px;
    text-align: center;
  }
}

.worker--sidebar-advanced {
  margin: 0 0 30px;
}

.worker--sidebar-advanced:before,
.worker--sidebar-advanced:after {
  content: " ";
  display: table;
}

.worker--sidebar-advanced:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced {
    margin: 0;
  }

  .worker--sidebar-advanced.opened .worker__item {
    margin-top: 0;
    border-bottom: none;
  }

  .worker--sidebar-advanced.opened .worker__intro-row {
    display: block;
  }

  .worker--sidebar-advanced.opened .worker__descr {
    display: block;
  }

  .worker--sidebar-advanced.opened .worker__listings {
    display: block;
    text-align: center;
  }

  .worker--sidebar-advanced.opened .worker__form {
    display: block;
  }
}

.worker--sidebar-advanced .worker__header {
  margin: 24px 0 0;
}

.worker--sidebar-advanced .worker__title {
  color: #2c3e50;
  font-size: 34px;
  text-align: left;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__title {
    text-align: center;
  }
}

.worker--sidebar-advanced .worker__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: none;
  color: #2c3e50;
  text-align: left;
  font-size: 15px;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
}

.worker--sidebar-advanced .worker__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .worker--sidebar-advanced .worker__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__headline {
    text-align: center;
  }
}

.worker--sidebar-advanced .worker__item {
  width: 100%;
  text-align: left;
  background: #fff !important;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.worker--sidebar-advanced .worker__item:before,
.worker--sidebar-advanced .worker__item:after {
  content: " ";
  display: table;
}

.worker--sidebar-advanced .worker__item:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__item {
    margin-top: 0;
    border-bottom: 1px solid #d6d6d6;
  }
}

.worker--sidebar-advanced .worker__form {
  clear: both;
  background: #fff !important;
  border: 1px solid #d6d6d6;
  border-top: none;
}

.worker--sidebar-advanced .worker__photo {
  margin: 6px 15px 0;
}

.worker--sidebar-advanced .worker__intro {
  margin: 0 15px 15px;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__intro {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__form {
    display: none;
  }
}

.worker--sidebar-advanced .worker__name {
  border: none;
  margin: 26px 0 0 0;
  text-align: center;
}

.worker--sidebar-advanced .worker__nav {
  clear: both;
}

.worker--sidebar-advanced .worker__nav li:first-child {
  margin-top: 5px;
}

.worker--sidebar-advanced .worker__post {
  border: 0;
  padding: 0;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 7px;
}

.worker--sidebar-advanced .worker__post:before {
  content: " ";
  border-top: 1px solid #d6d6d6;
  width: 50%;
  margin: 8px auto;
  display: block;
}

.worker--sidebar-advanced .worker__listings {
  padding: 10px 0 13px;
  border-bottom: 1px dotted #d6d6d6;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__listings {
    display: none;
  }
}

.worker--sidebar-advanced .worker__listings a {
  font-weight: 600;
}

.worker--sidebar-advanced .worker__intro-row:before,
.worker--sidebar-advanced .worker__intro-row:after {
  content: " ";
  display: table;
}

.worker--sidebar-advanced .worker__intro-row:after {
  clear: both;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__intro-row {
    /*display: none;*/
  }
}

.worker--sidebar-advanced .worker__intro-col {
  padding: 0;
}

.worker--sidebar-advanced .worker__contacts {
  margin-top: 13px;
  text-align:right
}

.worker--sidebar-advanced .worker__contacts > div > a {
  color: #2c3e50;
}

@media (max-width: 991px) {
  .worker--sidebar-advanced .worker__contacts > div > span {
    width: 100%;
  }

  .worker--sidebar-advanced .worker__contacts > div > a {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__contacts {
    text-align: center;
  }
}

.worker--sidebar-advanced .worker__descr {
  margin: 0 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .worker__descr {
    display: none;
  }
}

.worker--sidebar-advanced .social--worker {
  border-bottom: 1px dotted #d6d6d6;
  width: 100%;
  float: none;
  padding-bottom: 16px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .worker--sidebar-advanced .social--worker {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .worker--sidebar-property {
    margin-bottom: 30px;
  }
}

.worker--sidebar-property .worker__item {
  margin-top: 0;
}

@media (max-width: 991px) {
  .worker--sidebar-property .worker__contacts > div > span {
    width: 100%;
  }

  .worker--sidebar-property .worker__contacts > div > a {
    width: 100%;
    margin-left: 0;
  }
}

.worker--sidebar-nav .worker__item {
  border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 767px) {
  .worker--sidebar-nav .worker__item {
    margin-top: 0;
  }
}

.worker--sidebar-nav .worker__nav {
  margin: 30px 15px 0;
}

.worker--navbar {
  margin: 0;
}

.worker--navbar:before,
.worker--navbar:after {
  content: " ";
  display: table;
}

.worker--navbar:after {
  clear: both;
}

.worker--navbar .worker__item {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

.worker--navbar .worker__item:before,
.worker--navbar .worker__item:after {
  content: " ";
  display: table;
}

.worker--navbar .worker__item:after {
  clear: both;
}

.worker--navbar .worker__photo {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .worker--navbar .worker__photo {
    margin: 0;
  }
}

.worker--navbar .worker__avatar {
  margin: 0;
  padding: 20px 0 0 0;
}

.worker--navbar .worker__avatar svg {
  width: 85% !important;
  height: 130px;
}

.worker--navbar .worker__name {
  border: none;
  margin: 12px 0 15px 15px;
  text-align: left;
  color: #2c3e50;
  font-size: 24px;
}

.worker--navbar .worker__nav {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: -6px 0 0 0;
}

.worker--navbar .worker__nav li:first-child {
  margin-top: 0;
}

/*------------------------------------------------------------------
 * Article widget
 * + Article / .article
 *   -- Article Index / .article--index
 *   -- Article sidebar / .article--sidebar
 *   -- Article list / .article--list
 *   -- Article details / .article--details
 *   -- Article footer / .article--footer
 * ============================================================== */

.article {
  padding-bottom: 20px;
}

.article:before,
.article:after {
  content: " ";
  display: table;
}

.article:after {
  clear: both;
}

.article__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .article__header {
    margin: 21px 0 25px;
  }
}

.article__title {
  font-size: 26px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
 font-family: "Yekan";
  text-align: center;
}

.sidebar .article__title {
  font-size: 34px;
}

.footer .article__title {
  font-family: 'IRANSansBold';
}

@media (max-width: 767px) {
  .article__title {
    font-size: 26px;
  }

  .sidebar .article__title {
    font-size: 26px;
  }
}

.article__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.article__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .article__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .article__headline {
  margin: 4px 0 0;
}

.article__list {
  margin-top: 57px;
}

@media (max-width: 767px) {
  .article__list {
    margin-top: 34px;
  }
}

.article__photo {
  position: relative;
  display: block;
}

.article__photo img {
  max-width: 100%;
  width: 100%;
}

.article__item-title {
  font-size: 20px;
  color: #2c3e50;
  margin: -8px 0 0 0;
  display: inline-block;
  font-weight: 600;
}

.article__item-title:hover {
  color: #2c3e50;
}

@media (max-width: 767px) {
  .article__item-title {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.article__item-title a {
  color: #2c3e50;
}

.article__intro {
  margin: 6px 0 14px 0;
}

@media (max-width: 767px) {
  .article__intro {
    margin-top: 5px;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
  }

  .listing--index .article__intro:after {
    display: none;
  }
}

.article__more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  margin: 10px 0 10px 0;
  font-size: 14px;
  width: auto;
  float:left
}

@media (max-width: 767px) {
  .article__more {
    padding: 3px 5px 3px 5px;
  }
}

.article__more:hover,
.article__more:focus,
.article__more.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.article__more:disabled,
.article__more.disabled {
  cursor: not-allowed;
}

.article__more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.article__more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.article__more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.article__more.has-error,
.article__more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.article__more.has-error:after,
.article__more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.article__more.has-success,
.article__more.success {
  color: transparent !important;
}

.article__more.has-success:after,
.article__more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .article__more.button--loading:before {
  content: "";
}

.button--loading-refresh .article__more.button--loading:before {
  content: "";
}

.button--loading-spinner .article__more.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .article__more.hover,
  .article__more:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.article__more:active,
.article__more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.article__more:disabled,
.article__more.disabled {
  color: #ccc;
  border-color: #efefef;
}

@media (max-width: 767px) {
  .article__more {
    width: auto;
  }
}

.article__time {
  position: absolute;
  top: 0;
  right: 0;
  background: #2c3e50;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .article__time {
    right: 0;
  }
}

.article__time strong {
  display: block;
  font-size: 20px;
}

.article__btn-more {
  position: relative;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
}

.article__btn-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.article__btn-more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.article__btn-more.has-error,
.article__btn-more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.article__btn-more.has-error:after,
.article__btn-more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.article__btn-more.has-success,
.article__btn-more.success {
  color: transparent !important;
}

.article__btn-more.has-success:after,
.article__btn-more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .article__btn-more.button--loading:before {
  content: "";
}

.button--loading-refresh .article__btn-more.button--loading:before {
  content: "";
}

.button--loading-spinner .article__btn-more.button--loading:before {
  content: "";
}

.article__btn-more.hover,
.article__btn-more:hover {
  border-color: #f3bc65;
  color: #f3bc65;
  text-decoration: none;
}

.article__btn-more:active,
.article__btn-more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.article__btn-more:focus,
.article__btn-more.focus {
  text-decoration: none;
  outline: none;
}

.article__btn-more:disabled,
.article__btn-more.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #efefef;
}

.article__btn-more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article__btn-more {
    margin-top: 30px;
  }
}

.article__comment {
  float: right;
  color: #2c3e50;
  margin: 8px 0 0;
}

.article__comment:hover {
  color: #2c3e50;
}

.article__comment .fa {
  color: #00bbaa;
  margin: 0 21px 0 0;
  font-size: 25px;
}

.article__tags a {
  color: #00bbaa;
  text-decoration: underline;
  margin-left: 5px;
}

.article__preview {
  margin: 23px 0;
  position: relative;
  display: block;
}

.article__preview img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.article__preview iframe {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .article__preview iframe {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .article__preview iframe {
    height: 315px;
  }
}

.article__preview-play {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: -80px 0 0 -38px;
  text-align: center;
  border: none;
}

.article__preview-play:before {
  font-size: 3em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #fff;
}

@media (max-width: 767px) {
  .article__preview-play {
    display: none;
  }
}

.article__footer {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  margin: 46px 0 0;
}

.article__footer:before,
.article__footer:after {
  content: " ";
  display: table;
}

.article__footer:after {
  clear: both;
}

.article__footer .article__tags {
  margin: 10px 0 !important;
  float: left;
}

.article__body {
 margin: 0 0 24px 0;
    text-align: justify;
    line-height: 36px;
    font-size: 18px;
    font-family: iransans;
}

.article__body > :first-child {
  margin-top: 0;
}

.article__body p {
  margin: 13px 0;
}

.article__body iframe {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .article__body iframe {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .article__body iframe {
    height: 315px;
  }
}

.article__body blockquote {
  font-style: italic;
  margin: 13px 0 10px 60px;
  display: block;
}

@media (max-width: 991px) {
  .article__body blockquote {
    margin-left: 20px;
  }
}

.article__body ul {
  margin: 15px 0;
}

.article__body ul li {
  margin: 10px 0;
}

.article__body img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .article__body img {
    float: none !important;
    margin: 0 auto 10px !important;
    display: block;
  }
}

.article--index {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .article--index {
    padding-bottom: 30px;
  }
}

.article--index .widget__show {
  display: block;
}

@media (max-width: 767px) {
  .article--index .widget__show {
    display: block;
  }
}

.article--index .article__title {
  font-family:  'IRANSansBold';
}

.article--index .article__headline {
  padding: 0 200px;
}

@media (max-width: 1199px) {
  .article--index .article__headline {
    padding: 0;
  }
}

.article--index .article__list {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
}

.article--index .article__list:before,
.article--index .article__list:after {
  content: " ";
  display: table;
}

.article--index .article__list:after {
  clear: both;
}

@media (max-width: 767px) {
  .article--index .article__list {
    margin-bottom: 0;
  }
}

.article--index .article__list .no-items {
  margin: 0;
}

.article--index .article__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

@media (min-width: 480px) {
  .article--index .article__item:nth-of-type(n) {
    clear: none;
  }

  .article--index .article__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .article--index .article__item {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .article--index .article__item:nth-of-type(n) {
    clear: none;
  }

  .article--index .article__item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .article--index .article__item {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .article--index .article__item:nth-of-type(n) {
    clear: none;
  }

  .article--index .article__item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .article--index .article__item {
    margin-bottom: 30px;
  }

  .article--index .article__item:last-of-type {
    margin-bottom: 0;
  }
}

.article--index .article__item-title {
  margin: 14px 0 0 0;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .article--index .article__intro {
    margin-bottom: 5px;
  }
}

.article--index .article__more {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  float:left
}

.article--sidebar {
  padding: 0;
  margin: 0 0 30px;
}

.article--sidebar:before {
  display: none;
}

@media (max-width: 767px) {
  .article--sidebar {
    margin: 0;
  }
}

.article--sidebar.opened .article__header {
  display: block;
}

.article--sidebar.opened .article__list {
  display: block;
}

.article--sidebar .article__title {
  text-align: left;
}

@media (max-width: 767px) {
  .article--sidebar .article__title {
    text-align: center;
  }
}

.article--sidebar .article__header {
  margin: 24px 0 0;
}

@media (max-width: 767px) {
  .article--sidebar .article__header {
    display: none;
  }
}

.article--sidebar .article__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: none;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
  text-align: left;
}

.article--sidebar .article__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .article--sidebar .article__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .article--sidebar .article__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .article--sidebar .article__headline {
    text-align: center;
  }
}

.article--sidebar .article__item-title {
  line-height: 1.2;
}

.article--sidebar .article__time {
  font-size: 14px;
  color: #2c3e50;
  margin: 5px 0;
  display: block;
  background: none;
  position: relative;
  top: auto;
  right: auto;
  text-align: left;
  width: auto;
  padding: 0;
}

.article--sidebar .article__list {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 20px 30px 30px;
}

@media (max-width: 767px) {
  .article--sidebar .article__list {
    display: none;
  }
}

.article--sidebar .article__item {
  width: 100%;
  margin: 20px 0 0 0;
}

.article--sidebar .article__item:first-child {
  margin-top: 0;
}

.article--sidebar .article__details {
  width: 100%;
  padding: 0;
}

.article--sidebar .article__item-title {
  margin-top: 0;
}

.article--sidebar .article__intro {
  font-weight: normal;
  margin-bottom: 0;
}

.article--sidebar .article__more {
  margin: 0;
}

.article--list {
  border-top: 1px solid #dedede;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .article--list {
    border-top: none;
    padding: 0;
  }
}

.article--list .article__time {
  float: left;
  position: relative;
  right: auto;
}

.article--list .article__item {
  border-top: 1px solid #dedede;
  margin-bottom: 1px;
  padding: 23px 0;
  position: relative;
}

@media (max-width: 767px) {
  .article--list .article__item {
    padding: 30px 0 0;
    margin-top: 30px;
  }
}

.article--list .article__item:first-child {
  border-top: none;
}

@media (max-width: 767px) {
  .article--list .article__item:first-child {
    padding-top: 0;
  }
}

.article--list .article__item-title {
  margin: -5px 0 0 62px;
  display: block;
}

.article--list .article__item-title:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .article--list .article__item-title {
    margin-top: 0;
  }
}

.article--list .article__tags {
  margin: 2px 0 0 62px;
}

@media (max-width: 767px) {
  .article--list .article__tags {
    margin-top: -3px;
  }
}

@media (max-width: 767px) {
  .article--list .article__preview {
    margin-bottom: 0;
  }
}

.article--list .article__intro {
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  .article--list .article__intro {
    margin: 20px 0 0 0;
  }

  .article--list .article__intro:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  }
}

.article--list .article__more {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .article--list .article__comment {
    position: absolute;
    bottom: 35px;
    right: 0;
    line-height: 25px;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .article--list .article__comment {
    bottom: 0;
  }
}

.article--details {
  
  border-top: 1px solid #dedede;
}

@media (max-width: 767px) {
  .article--details {
    margin-bottom: 0;
    padding: 0;
    border-top: none;
  }
}

.article--details .article__item {
  padding: 30px 0 0;
}

.article--details .article__time {
  float: left;
  position: relative;
  right: auto;
}

.article--details .article__item-title {
  margin: 0 0 0 62px;
  position: relative;
  top: -5px;
  display: block;
}

.article--details .article__item-title:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .article--details .article__item-title {
    top: 0;
  }
}

.article--details .article__tags {
  margin: 2px 0 0 62px;
}

@media (max-width: 767px) {
  .article--details .article__tags {
    margin-top: -3px;
  }
}

@media (max-width: 991px) {
  .article--details .article__footer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .article--details .article__comment {
    display: none;
  }
}

@media (max-width: 767px) {
  .article--page {
    border-top: 1px solid #dedede;
  }
}

.article--page .article__item {
  padding-top: 20px;
}

.article--footer {
  width: 100%;
}

.article--footer .article__header {
  margin: 0;
}

.article--footer .article__title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}

@media (max-width: 767px) {
  .article--footer .article__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.article--footer .article__headline {
  display: none;
}

.article--footer .article__item {
  margin: 20px 0 25px 0;
}

.article--footer .article__details {
  width: 100%;
  padding: 0;
}

.article--footer .article__list {
  margin-top: 0;
}

.article--footer .article__time {
  font-size: 14px !important;
  color: #808080 !important;
  display: block;
  background: none;
  position: relative;
  top: auto;
  right: auto;
  text-align:right;
  width: auto;
  padding: 0;
}

.article--footer .article__btn-more {
  font-size: 12px;
  color: #bebebe;
  border: 2px solid #bebebe;
  padding: 5px 10px;
  margin: 10px 0;
  width: 120px;
  background: none;
}

.article--footer .article__btn-more:before {
  content: "";
  margin: 0;
}

.article--footer .article__item-title {
  margin-bottom: 0 !important;
  margin-top: 0;
  font-size: 15px;
}

.article--footer .article__item-title:hover {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
  color: #bebebe;
}

.article--footer .widget__show {
  display: none;
}

/*------------------------------------------------------------------
 * Article categories
 * + Article categories / .article-categories
 * ============================================================== */

@media (max-width: 767px) {
  .article-categories__header {
   text-align:center;
  }
}

.article-categories__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: 'IRANSansBold';
  text-align: right;
  
}

.sidebar .article-categories__title {
  font-size: 24px;
}

.footer .article-categories__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .article-categories__title {
    font-size: 26px;
  }

  .sidebar .article-categories__title {
    font-size: 26px;
  }
}

.article-categories__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  font-size: 15px;
  text-transform: none;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
  text-align: left;
}

.article-categories__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .article-categories__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .article-categories__headline {
  margin: 4px 0 0;
}

.article-categories__list {
  margin: 17px 0 0;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #dedede;
  z-index: 20;
}

@media (max-width: 767px) {
  .article-categories__list {
    display: none;
  }

  .article-categories__list.open {
    display: block;
    padding: 25px 25px;
    margin-top: -1px;
  }
}

.article-categories__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-categories__item:last-child .article-categories__name {
  border-bottom: none;
}

.article-categories__name {
  color: #2c3e50;
  padding: 14px 0;
  border-bottom: 1px solid #dedede;
  display: block;
}

.article-categories__name:before,
.article-categories__name:after {
  content: " ";
  display: table;
}

.article-categories__name:after {
  clear: both;
}

.article-categories__count {
  color: #00bbaa;
  float: right;
  font-size: 13px;
}

.article-categories--sidebar {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .article-categories--sidebar {
    margin-bottom: 0;
  }
}

.article-categories--sidebar .article-categories__header {
   margin: 24px 15px;
}

.article-categories--sidebar .article-categories__title {
  text-align: right;
  font-size: 20px;
}

@media (max-width: 767px) {
  .article-categories--sidebar .article-categories__title {
    text-align: center;
  }
}

.article-categories--sidebar .article-categories__headline {
  text-align: left;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
}

@media (max-width: 767px) {
  .article-categories--sidebar .article-categories__headline {
    text-align: center;
  }
}

/*------------------------------------------------------------------
 * Form
 * + Form / .form
 *   -- Form comment's / .form--comment
 *   -- Form contacts's / .form--contacts
 *   -- Form workers's / .form--workers
 *   -- Form sidebar-workers / .form--sidebar-workers
 *   -- Form footer / .form--footer
 *   -- Form properties / .form--properties
 * ============================================================== */

.form:before,
.form:after {
  content: " ";
  display: table;
}

.form:after {
  clear: both;
}

.form__row {
  margin-bottom: 9px;
}

.form__row:before,
.form__row:after {
  content: " ";
  display: table;
}

.form__row:after {
  clear: both;
}

.form__row--buttons {
  margin-bottom: 0;
}

.form__label {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.form__in {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  z-index: 5;
}

.form__in:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.form__in::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.form__in:-ms-input-placeholder {
  color: #2c3e50;
}

.form__in::-webkit-input-placeholder {
  color: #2c3e50;
}

.form__in[disabled],
.form__in[readonly],
fieldset[disabled] .form__in {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.form__in.parsley-error {
  border: 1px solid #e95b35;
}

.form__in.parsley-success {
  border: 1px solid #00bbaa;
}

.form__in.parsley-error {
  border: 1px solid #e95b35 !important;
}

.form__in--textarea {
  min-height: 140px;
}

.form__submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  margin-right: 0;
  width: 40%;
  float: right;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .form__submit {
    padding: 3px 5px 3px 5px;
  }
}

.form__submit:hover,
.form__submit:focus,
.form__submit.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.form__submit:disabled,
.form__submit.disabled {
  cursor: not-allowed;
}

.form__submit.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.form__submit:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.form__submit.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.form__submit.has-error,
.form__submit.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.form__submit.has-error:after,
.form__submit.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.form__submit.has-success,
.form__submit.success {
  color: transparent !important;
}

.form__submit.has-success:after,
.form__submit.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .form__submit.button--loading:before {
  content: "";
}

.button--loading-refresh .form__submit.button--loading:before {
  content: "";
}

.button--loading-spinner .form__submit.button--loading:before {
  content: "";
}

.form__submit.hover,
.form__submit:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.form__submit:active,
.form__submit.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.form__submit:disabled,
.form__submit.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.form__show {
  display: none;
}

.form--comment {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 1200px) {
  .form--comment {
    float: left;
    width: 100%;
  }
}

.form--comment .form__row--tel {
  width: 48%;
  float: left;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--comment .form__row--tel {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

.form--comment .form__row--email {
  width: 48%;
  float: right;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--comment .form__row--email {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

.form--comment .form__submit {
  width: 200px;
  margin: 15px auto 0;
}

@media (max-width: 1199px) {
  .form--comment .form__submit {
    width: 150px;
    float: none;
    display: block;
    margin: 10px auto 0;
  }
}

.form--contacts {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 1200px) {
  .form--contacts {
    float: left;
    width: 100%;
  }
}

.form--contacts .form__row--tel {
  width: 48%;
  float: left;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--contacts .form__row--tel {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

.form--contacts .form__row--email {
  width: 48%;
  float: right;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--contacts .form__row--email {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

@media (max-width: 767px) {
  .form--contacts .form__submit {
    margin: 10px auto 0;
    float: none;
    width: 150px;
    display: block;
  }
}

.form--workers {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .form--workers {
    float: right;
    width: 100%;
  }
}

.form--workers .form__row--tel {
  width: 48%;
  float: left;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--workers .form__row--tel {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

.form--workers .form__row--email {
  width: 48%;
  float: right;
  margin: 0 0 9px 0;
}

@media (max-width: 767px) {
  .form--workers .form__row--email {
    width: auto;
    float: none;
    margin: 0 0 9px;
  }
}

@media (max-width: 767px) {
  .form--workers .form__submit {
    width: 100%;
  }
}

.form--sidebar-workers {
  padding: 4px 30px 20px 30px;
}

.form--sidebar-workers .form__submit {
  width: 100%;
  margin-right: 0;
}

.form--footer {
  width: 300px;
  margin: 20px 0 0 0;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .form--footer {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .form--footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .form--footer .form__wrap {
    display: none;
  }
}

.form--footer .form__title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .form--footer .form__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.form--footer .form__row {
  margin: 0 0 20px;
  position: relative;
}

.form--footer .form__in {
  border: 1px solid #bebebe;
  display: block;
  background: none;
  width: 100%;
  margin: 5px 0;
  color: #fff;
}

.form--footer .form__in::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

.form--footer .form__in:-ms-input-placeholder {
  color: #bebebe;
}

.form--footer .form__in::-webkit-input-placeholder {
  color: #bebebe;
}

.form--footer .form__in--textarea {
  min-height: 120px;
}

@media (max-width: 767px) {
  .form--footer .form__show {
    display: block;
    font-size: 12px;
    color: #bebebe;
    border: 2px solid #bebebe;
    padding: 5px 20px;
    margin: 10px 0;
    text-transform: uppercase;
    background: none;
  }
}

.form--footer .form__submit {
  width: 43%;
}

@media (max-width: 767px) {
  .form--properties .form__submit {
    width: 100%;
  }
}

.form--banner-sidebar {
  margin: 0;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
}

@media (max-width: 991px) {
  .form--banner-sidebar {
    margin: 0 0 35px 0;
    width: 100%;
  }
}

.form--banner-sidebar > .container {
  width: 100%;
  padding: 19px 20px 10px;
  position: relative;
  z-index: 15;
}

@media (max-width: 767px) {
  .form--banner-sidebar > .container {
    padding: 0;
  }
}

.form--banner-sidebar .form__form {
  margin: 4px 20px 0;
}

.form--banner-sidebar .form__form-label {
  color: #fff;
  margin-bottom: 0;
}

.form--banner-sidebar .form__form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .form--banner-sidebar .form__form-group {
    float: left;
    width: 100%;
  }
}

.form--banner-sidebar .form__form-group--column {
  width: 50%;
  float: left;
}

.form--banner-sidebar .form__buttons {
  padding: 10px 5px 20px;
}

@media (max-width: 767px) {
  .form--banner-sidebar .form__buttons {
    padding: 10px 5px 0;
    margin-top: 0;
  }
}

.form--banner-sidebar .form__btn--action {
  width: 100%;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

/*------------------------------------------------------------------
 * Address block
 * + Address / .address
 *   -- Address footes / .address--footer
 * ============================================================== */

.address__title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family:'IRANSansBold'
}

@media (max-width: 767px) {
  .address__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.address__headline {
  color: #bebebe;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 24px;
  font-size: 15px;
}

.address__main {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.address__main span,
.address__main a {
  display: block;
  margin-bottom: 0 !important;
}

.address__main p {
  line-height: 2;
}

.address--footer .address__headline {
  font-weight: bold;
}

.address--footer .address__main {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
 * Simple nav
 * + Nav / .nav
 *   -- Nav footer / .nav--footer
 * ============================================================== */

.nav--footer {
  color: #bebebe;
  margin: 19px 0 0;
  line-height: 2;
}

.nav--footer a {
  margin: 0 10px 0 0;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
}

@media (max-width: 767px) {
  .nav--footer a {
    font-size: 14px;
  }
}

.nav--footer a:after {
  content: "/";
  margin-left: 10px;
  color: #bebebe;
}

.nav--footer a:last-child:after {
  content: none;
}

/*------------------------------------------------------------------
 * Slider widget
 * + Slider / .slider
 *   -- Slider wide / .slider--wide
 *   -- Slider dots / .slider--dots
 *   -- Slider article / .slider--article
 *   -- Slider listing / .slider--listing
 *   -- Slider small / .slider--small
 * ============================================================== */

.slider {
  position: relative;
  min-height: 110px;
  direction:ltr
}

.slider__block {
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.slider__item {
  display: none;
  background: #ffffff;
  position: relative;
  padding: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider__item.slick-active:after {
  background: transparent;
}

.slider__img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("/Content/assets/img/ajax-loader.gif") no-repeat center center;
}

@media (max-width: 991px) {
  .slider__img--lg {
    display: none;
  }
}

@media (min-width: 992px) {
  .slider__img--sm {
    display: none;
  }
}

.slider__controls {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #00bbaa;
  color: #fff;
  padding: 0 0 8px 10px;
  font-weight: 200;
}

.slider__control {
  width: 40px;
  height: 58px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
  background: none;
  border: none;
  vertical-align: bottom;
  outline: none;
}

.slider__control:hover,
.slider__control.hover {
  color: #00eed8;
}

.slider__control:active,
.slider__control.active {
  color: #f3bc65;
}

.slider__control:disabled,
.slider__control.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.slider__control--prev:before {
  font-size: 5em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  line-height: 0.6;
}

@media (max-width: 991px) {
  .slider__control--prev:before {
    font-size: 2em;
  }
}

.slider__control--next:before {
  font-size: 5em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  line-height: 0.6;
}

@media (max-width: 991px) {
  .slider__control--next:before {
    font-size: 2em;
  }
}

.slider__current {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
}

.slider__total {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: -10px;
}

.slider--wide {
  background: #ffffff;
}

.slider--wide .slider__block {
  visibility: hidden;
}

.slider--wide .slider__img {
  width: 100%;
  height: 100%;
  background: url("/Content/assets/img/ajax-loader.gif") no-repeat center center;
}

.slider--wide .slider__img img {
  max-width: 100%;
  min-height: 250px;
}

.slider--wide .slider__img--lg {
  display: block;
}

@media (max-width: 767px) {
  .slider--wide .slider__img--lg {
    display: none;
  }
}

.slider--wide .slider__img--sm {
  display: none;
}

@media (max-width: 767px) {
  .slider--wide .slider__img--sm {
    display: block;
  }
}

.slider--wide .slider__caption {
  background: rgba(0, 187, 170, 0.8);
  z-index: 20;
  padding: 40px;
  width: 700px;
  margin: -30px 0 0 -600px;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (min-width: 1200px) {
  .slider--wide .slider__caption {
    visibility: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 20;
  }

  .slider--default .slider__caption {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  .slider--default .slick-current .slider__caption {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1430px) {
  .slider--wide .slider__caption {
    margin-left: -520px;
  }
}

@media (max-width: 1199px) {
  .slider--wide .slider__caption {
    padding: 30px 15px;
    position: relative;
    width: 100%;
    background: #00bbaa;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__caption {
    padding: 15px;
    min-height: 130px;
  }
}

@media (max-width: 400px) {
  .slider--wide .slider__caption {
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .boxed .slider--wide .slider__caption {
    margin-left: -520px;
  }
}

.slider--wide .slider__address {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  display: block;
   font-family: "Yekan";
  line-height: 1.1;
}

.slider--wide .slider__address:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .slider--wide .slider__address {
    font-size: 30px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__address {
    font-size: 25px;
    margin-right: 140px;
  }
}

.slider--wide .slider__address-city {
  display: block;
  margin: 10px 0;
  font-size: 30px;
  font-weight: normal;
}

@media (max-width: 1199px) {
  .slider--wide .slider__address-city {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__address-city {
    font-size: 14px;
  }
}

.slider--wide .slider__params {
  padding: 10px 0 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  margin-right: 200px;
}

@media (max-width: 1199px) {
  .slider--wide .slider__params {
    margin-right: 100px;
    display: none;
    border: 0;
  }
}

.slider--wide .slider__params dl {
  padding: 0;
  width: 50%;
  float: left;
  color: #fff;
  margin-bottom: 0;
}

.slider--wide .slider__params dl dt {
  float: left;
  clear: both;
}

.slider--wide .slider__params dl dd {
  float: left;
  margin-left: 5px;
}

.slider--wide .slider__price {
  background: #fff;
  color: #2c3e50;
  padding: 40px;
  margin: -70px -70px 0 10px;
  float: right;
  line-height: 0.9;
   font-family: "Yekan";
}

@media (max-width: 1199px) {
  .slider--wide .slider__price {
    font-size: 11px;
    padding: 15px 35px;
    margin: -30px -15px 0 10px;
    min-width: 119px;
    line-height: initial;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__price {
    margin: -15px -15px 0 10px;
  }
}

.slider--wide .slider__price strong {
  font-size: 42px;
  display: block;
}

@media (max-width: 1199px) {
  .slider--wide .slider__price strong {
    font-size: 26px;
  }
}

.slider--wide .slider__more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  padding: 11px 66px;
  width: auto;
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 40px;
}

@media (max-width: 767px) {
  .slider--wide .slider__more {
    padding: 3px 5px 3px 5px;
  }
}

.slider--wide .slider__more:hover,
.slider--wide .slider__more:focus,
.slider--wide .slider__more.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.slider--wide .slider__more:disabled,
.slider--wide .slider__more.disabled {
  cursor: not-allowed;
}

.slider--wide .slider__more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.slider--wide .slider__more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.slider--wide .slider__more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.slider--wide .slider__more.has-error,
.slider--wide .slider__more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.slider--wide .slider__more.has-error:after,
.slider--wide .slider__more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.slider--wide .slider__more.has-success,
.slider--wide .slider__more.success {
  color: transparent !important;
}

.slider--wide .slider__more.has-success:after,
.slider--wide .slider__more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .slider--wide .slider__more.button--loading:before {
  content: "";
}

.button--loading-refresh .slider--wide .slider__more.button--loading:before {
  content: "";
}

.button--loading-spinner .slider--wide .slider__more.button--loading:before {
  content: "";
}

.slider--wide .slider__more.hover,
.slider--wide .slider__more:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.slider--wide .slider__more:active,
.slider--wide .slider__more.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.slider--wide .slider__more:disabled,
.slider--wide .slider__more.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

@media (max-width: 1199px) {
  .slider--wide .slider__more {
    padding: 6px 43px;
    bottom: 0;
    right: 0;
  }
}

.slider--wide .slider__preview {
  width: 100%;
  height: 100%;
}

.slider--wide .slider__controls {
  background: none;
  padding: 0;
  line-height: 1;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
}

@media (max-width: 991px) {
  .slider--wide .slider__controls {
    margin-top: -40px;
  }
}

@media (max-width: 767px) {
  .slider--wide .slider__controls {
    margin-top: -70px;
  }
}

@media (max-width: 400px) {
  .slider--wide .slider__controls {
    margin-top: -70px;
  }
}

.slider--wide .slider__caption {
  visibility: hidden;
}

.slider--wide .slider__control {
  border: none;
  background: rgba(0, 0, 0, 0.8);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  text-align: center;
}

@media (max-width: 991px) {
  .slider--wide .slider__control {
    width: 35px;
    height: 35px;
    margin-top: -15px;
  }
}

.slider--wide .slider__control:hover,
.slider--wide .slider__control.hover {
  color: #f3bc65;
}

.slider--wide .slider__control:active,
.slider--wide .slider__control.active {
  color: #fff;
  background: rgba(243, 188, 101, 0.8);
}

.slider--wide .slider__control:disabled,
.slider--wide .slider__control.disabled {
  color: #fff;
  cursor: not-allowed;
  background: rgba(204, 204, 204, 0.8);
}

.slider--wide .slider__control--prev {
  left: 70px;
}

@media (max-width: 1550px) {
  .slider--wide .slider__control--prev {
    left: 10px;
  }
}

.boxed .slider--wide .slider__control--prev {
  left: 10px;
}

.slider--wide .slider__control--next {
  right: 70px;
}

@media (max-width: 1550px) {
  .slider--wide .slider__control--next {
    right: 10px;
  }
}

.boxed .slider--wide .slider__control--next {
  right: 10px;
}

@media (min-width: 1200px) {
  .slider--fadeIn .slick-current .slider__caption {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInUp .slick-current .slider__caption {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInUpBig .slick-current .slider__caption {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInDown .slick-current .slider__caption {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInDownBig .slick-current .slider__caption {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInLeft .slick-current .slider__caption {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInLeftBig .slick-current .slider__caption {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInRight .slick-current .slider__caption {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}

@media (min-width: 1200px) {
  .slider--fadeInRightBig .slick-current .slider__caption {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutUp .slick-current .slider__caption {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutUpBig .slick-current .slider__caption {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutDown .slick-current .slider__caption {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutDownBig .slick-current .slider__caption {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutLeft .slick-current .slider__caption {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutLeftBig .slick-current .slider__caption {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutRight .slick-current .slider__caption {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
}

@media (min-width: 1200px) {
  .slider--fadeOutRightBig .slick-current .slider__caption {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
}

@media (min-width: 1200px) {
  .slider--bounceIn .slick-current .slider__caption {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
}

@media (min-width: 1200px) {
  .slider--bounceInUp .slick-current .slider__caption {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
}

@media (min-width: 1200px) {
  .slider--bounceInDown .slick-current .slider__caption {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
}

@media (min-width: 1200px) {
  .slider--bounceInLeft .slick-current .slider__caption {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
}

@media (min-width: 1200px) {
  .slider--bounceInRight .slick-current .slider__caption {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
}

@media (min-width: 1200px) {
  .slider--bounceOutUp .slick-current .slider__caption {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
}

@media (min-width: 1200px) {
  .slider--bounceOutDown .slick-current .slider__caption {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }
}

@media (min-width: 1200px) {
  .slider--bounceOutLeft .slick-current .slider__caption {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }
}

@media (min-width: 1200px) {
  .slider--bounceOutRight .slick-current .slider__caption {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }
}

@media (min-width: 1200px) {
  .slider--rotateIn .slick-current .slider__caption {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }
}

@media (min-width: 1200px) {
  .slider--rotateInUpLeft .slick-current .slider__caption {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }
}

@media (min-width: 1200px) {
  .slider--rotateInUpRight .slick-current .slider__caption {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }
}

@media (min-width: 1200px) {
  .slider--rotateInDownLeft .slick-current .slider__caption {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }
}

@media (min-width: 1200px) {
  .slider--rotateInDownRight .slick-current .slider__caption {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }
}

@media (min-width: 1200px) {
  .slider--rotateOut .slick-current .slider__caption {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }
}

@media (min-width: 1200px) {
  .slider--rotateOutUpLeft .slick-current .slider__caption {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }
}

@media (min-width: 1200px) {
  .slider--rotateOutUpRight .slick-current .slider__caption {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }
}

@media (min-width: 1200px) {
  .slider--rotateOutDownLeft .slick-current .slider__caption {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }
}

@media (min-width: 1200px) {
  .slider--rotateOutDownRight .slick-current .slider__caption {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }
}

@media (min-width: 1200px) {
  .slider--slideIn .slick-current .slider__caption {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
}

@media (min-width: 1200px) {
  .slider--slideInUp .slick-current .slider__caption {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
}

@media (min-width: 1200px) {
  .slider--slideInDown .slick-current .slider__caption {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
}

@media (min-width: 1200px) {
  .slider--slideInLeft .slick-current .slider__caption {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
}

@media (min-width: 1200px) {
  .slider--slideInRight .slick-current .slider__caption {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
}

@media (min-width: 1200px) {
  .slider--slideOut .slick-current .slider__caption {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
  }
}

@media (min-width: 1200px) {
  .slider--slideOutUp .slick-current .slider__caption {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
}

@media (min-width: 1200px) {
  .slider--slideOutDown .slick-current .slider__caption {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
}

@media (min-width: 1200px) {
  .slider--slideOutLeft .slick-current .slider__caption {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
}

@media (min-width: 1200px) {
  .slider--slideOutRight .slick-current .slider__caption {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
}

@media (min-width: 1200px) {
  .slider--flip .slick-current .slider__caption {
    -webkit-animation-name: flip;
    animation-name: flip;
  }
}

@media (min-width: 1200px) {
  .slider--flipInX .slick-current .slider__caption {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
}

@media (min-width: 1200px) {
  .slider--flipInY .slick-current .slider__caption {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
}

@media (min-width: 1200px) {
  .slider--flipOutX .slick-current .slider__caption {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
  }
}

@media (min-width: 1200px) {
  .slider--flipOutY .slick-current .slider__caption {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
  }
}

@media (min-width: 1200px) {
  .slider--lightSpeedIn .slick-current .slider__caption {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
  }
}

@media (min-width: 1200px) {
  .slider--bounce .slick-current .slider__caption {
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }
}

@media (min-width: 1200px) {
  .slider--flash .slick-current .slider__caption {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
}

@media (min-width: 1200px) {
  .slider--pulse .slick-current .slider__caption {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
}

@media (min-width: 1200px) {
  .slider--wiggle .slick-current .slider__caption {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
  }
}

@media (min-width: 1200px) {
  .slider--swing .slick-current .slider__caption {
    -webkit-animation-name: swing;
    animation-name: swing;
  }
}

@media (min-width: 1200px) {
  .slider--shake .slick-current .slider__caption {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
}

@media (min-width: 1200px) {
  .slider--tada .slick-current .slider__caption {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
}

@media (min-width: 1200px) {
  .slider--wobble .slick-current .slider__caption {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }
}

@media (min-width: 1200px) {
  .slider--hinge .slick-current .slider__caption {
    -webkit-animation-name: hinge;
    animation-name: hinge;
  }
}

@media (min-width: 1200px) {
  .slider--rollIn .slick-current .slider__caption {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }
}

@media (min-width: 1200px) {
  .slider--rollOut .slick-current .slider__caption {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }
}

@media (min-width: 1200px) {
  .slider--zoomIn .slick-current .slider__caption {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
}

@media (min-width: 1200px) {
  .slider--zoomInDown .slick-current .slider__caption {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
}

@media (min-width: 1200px) {
  .slider--zoomInLeft .slick-current .slider__caption {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }
}

@media (min-width: 1200px) {
  .slider--zoomInRight .slick-current .slider__caption {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }
}

@media (min-width: 1200px) {
  .slider--zoomInUp .slick-current .slider__caption {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
}

@media (min-width: 1200px) {
  .slider--zoomOut .slick-current .slider__caption {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
}

@media (min-width: 1200px) {
  .slider--zoomOutDown .slick-current .slider__caption {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }
}

@media (min-width: 1200px) {
  .slider--zoomOutLeft .slick-current .slider__caption {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }
}

@media (min-width: 1200px) {
  .slider--zoomOutRight .slick-current .slider__caption {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }
}

@media (min-width: 1200px) {
  .slider--zoomOutUp .slick-current .slider__caption {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
}

@media (max-width: 991px) {
  .slider--dots {
    display: none;
  }
}

.slider--dots .slider__container {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

.slider--dots .slider__item {
  overflow: hidden;
}

@media (max-width: 991px) {
  .slider--dots .slider__item {
    height: 940px;
  }
}

@media (max-width: 767px) {
  .slider--dots .slider__item {
    height: 890px;
  }
}

.slider--dots .slider__preview {
  height: 100%;
}

.slider--dots .slider__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: url("/Content/assets/img/ajax-loader.gif") no-repeat center center;
}

.slider--dots .slider__caption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 992px) {
  .slider--dots .slider__caption {
    float: left;
    width: 66.66667%;
  }
}

.slider--dots .slick-dots {
  bottom: 20px;
}

.slider--dots .slick-dots li button {
  color: #fff;
}

.slider--dots .slick-dots li button:before {
  content: "";
}

.slider--dots .slick-dots li button:after {
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.slider--dots .slick-dots li.slick-active button:after {
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

@media (max-width: 991px) {
  .slider--auth {
    display: none;
  }
}

.slider--auth .slider__preview {
  height: 100%;
}

.slider--init .slider__block {
  visibility: visible;
}

.slider--init .slider__caption {
  visibility: visible;
}

.slider--init .slider__controls {
  visibility: visible;
}

.slider--small {
  position: relative;
  margin: 13px 0 0 0;
}

@media (max-width: 767px) {
  .slider--small {
    margin-top: 27px;
  }
}

.slider--small .slider__item img {
  margin: 0;
  max-width: 100%;
}

.slider--small .slider__controls {
  padding: 11px 15px 4px 15px;
}

@media (max-width: 767px) {
  .slider--small .slider__controls {
    position: relative;
    text-align: center;
    padding: 5px 25px 10px;
  }
}

.slider--small .slider__current {
  margin: 0 4px 9px 19px;
  float: left;
}

@media (max-width: 767px) {
  .slider--small .slider__current {
    float: none;
    position: relative;
    top: 3px;
    line-height: 1;
    font-size: 27px;
  }
}

.slider--small .slider__total {
  margin: 0 20px 0 3px;
  top: 0;
}

@media (max-width: 767px) {
  .slider--small .slider__total {
    top: -6px;
    margin-left: 7px;
    font-size: 17px;
  }
}

.slider--small .slider__control {
  margin: 5px 0 0 0;
  width: 40px;
  height: 40px;
  padding: 0;
}

@media (max-width: 767px) {
  .slider--small .slider__control {
    height: 25px;
    width: 25px;
  }
}

.slider--small .slider__control:before {
  content: "";
  display: none;
}

.slider--small .slider__control--prev {
  float: left;
}

.slider--small .slider__control--next {
  float: right;
}

.slider--small .slider__control-icon {
  width: 30px;
  height: 40px;
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
  fill-rule: evenodd;
}

@media (max-width: 767px) {
  .slider--small .slider__control-icon {
    width: 25px;
    height: 25px;
    stroke-width: 2px;
  }
}

/*------------------------------------------------------------------
 * Banner widget
 * + Banner / .banner
 *   -- Banner wide / .banner--wide
 *   -- Banner subpage / .banner--subpage
 *   -- Banner play (special modifier for animation options) / .banner--play
 * ============================================================== */

.banner {
  position: relative;
}

.banner .container {
  background: none !important;
}

.banner__title {
  font-size:60px;
  color: #00BBAA;
  font-weight: 900;
  margin: 0 80px 0 0;
  line-height: 1.05;
  font-family: 'IRANSansBold';
}

@media (min-width: 992px) {
  .banner__title {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@media (max-width: 1199px) {
  .banner__title {
    font-size: 70px;
    margin: 0 120px 0 0;
  }
}

@media (max-width: 991px) {
  .banner__title {
    font-size: 30px;
    margin: 25px 0 15px;
    display: none;
  }
}

.banner__title--2 {
  font-size: 66px;
   font-family: "Yekan";
  text-transform: uppercase;
  margin-top: 50px;
}

.banner__title--2 span {
   font-family: "Yekan";
  color: #00bbaa;
  font-size: 160px;
  font-weight: 200;
  display: block;
}

@media (max-width: 1199px) {
  .banner__title--2 {
    font-size: 50px;
    margin-right: 0;
  }

  .banner__title--2 span {
    font-size: 100px;
  }
}

.banner__title--3 {
  font-size: 76px;
   font-family: "Yekan";
  text-transform: uppercase;
  margin-top: 50px;
  font-weight: 200;
  margin-right: 0;
}

.banner__title--3 strong {
   font-family: "Yekan";
  font-weight: 400;
}

@media (max-width: 1199px) {
  .banner__title--3 {
    font-size: 50px;
  }
}

.banner__title--4 {
  margin-right: 0;
  text-transform: uppercase;
  margin-top: 80px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .banner__title--4 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .banner__title--4 {
    display: none;
  }
}

.banner__title--5 {
  font-size: 55px;
  font-family: "Yekan";
  font-weight: 400;
  margin: 70px 0 0 0;
}

@media (max-width: 991px) {
  .banner__title--5 {
    display: none;
  }
}

.banner__title-span-1 {
  font-size: 50px;
}

.banner__title-span-2 {
  font-size: 100px;
  margin-top: -20px;
  display: block;
}

@media (max-width: 1199px) {
  .banner__title-span-2 {
    font-size: 80px;
    margin-top: -10px;
  }
}

.banner__title-span-3 {
  font-size: 40px;
  font-weight: 400;
  float: left;
  margin-left: 220px;
  margin-top: -14px;
}

@media (max-width: 1199px) {
  .banner__title-span-3 {
    margin-left: 170px;
  }
}

.banner__title-border-bottom {
  height: 6px;
  background: #fff;
  width: 435px;
  margin-left: 10px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .banner__title-border-bottom {
    width: 300px;
  }
}

.banner__title-border-top {
  height: 6px;
  background: #fff;
  width: 205px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

@media (max-width: 1199px) {
  .banner__title-border-top {
    width: 150px;
  }
}

.banner__subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 45px 80px 0 0;
  line-height: 1.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  font-family:yekan
}

@media (max-width: 1199px) {
  .banner__subtitle {
    margin: 45px 120px 0 0;
  }
}

@media (max-width: 991px) {
  .banner__subtitle {
    display: none;
  }
}

.banner__subtitle--2 {
  font-size: 17px;
}

.banner__subtitle--4 {
  font-size: 20px;
  margin-top: 40px;
}

.banner__btn {
    font-size: 21px;
    color: #f3bc65;
    margin: 145px 0 0 23px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    font-family: iransans;
    top: -13px;
    position: relative;
}

@media (max-width: 1199px) {
  .banner__btn {
    display: none;
  }
}

.banner__arrow {
  margin-top: -277px;
}

@media (max-width: 1199px) {
  .banner__arrow {
    display: none;
  }
}

.banner__arrow svg {
  stroke: #f3bc65;
  width: 770px;
  height: 284px;
}

.banner__arrow-circle {
  color: #f3bc65;
  margin: -71px 0 0 213px;
  font-size: 50px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .banner__arrow-circle {
    display: block;
  }
}

.banner__arrow-end {
  stroke: #f3bc65;
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  margin: -272px 0 0 739px;
}

@media (max-width: 1199px) {
  .banner__arrow-end {
    display: none;
  }
}

.banner__features {
  color: #fff;
  list-style: disc;
  margin-left: 0;
  margin-top: 20px;
  font-size: 17px;
}

@media (max-width: 991px) {
  .banner__features {
    display: none;
  }
}

.banner__features li {
  margin: 10px 0;
}

.banner__sidebar-title {
 font-size: 30px;
    font-family: iransansbold;
    font-weight: 400;
    color: #00BBAA;
    margin-bottom: 25px;
  display: none;
}

.banner__sidebar-title--visible {
  display: block;
}

@media (max-width: 991px) {
  .banner__sidebar-title {
    display: block;
  }
}

.banner--subpage {
  position: relative;
  overflow: hidden;
}

.banner--subpage:before,
.banner--subpage:after {
  content: " ";
  display: table;
}

.banner--subpage:after {
  clear: both;
}

.banner--subpage .banner__img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -984px;
}

.banner--subpage .banner__title {
  padding: 97px 0 122px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 300px;
  z-index: 10;
  position: relative;
  text-align: center;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .banner--subpage .banner__title {
    font-size: 120px;
  }
}

.banner--wide .banner__item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding:200px 0 70px;
}

.banner--wide .banner__item:before,
.banner--wide .banner__item:after {
  content: " ";
  display: table;
}

.banner--wide .banner__item:after {
  clear: both;
}

@media (max-width: 991px) {
  .banner--wide .banner__item {
    height: auto;
    padding: 125px 0 0;
  }
}

@media (max-width: 767px) {
  .banner--wide .banner__item {
    padding-top: 45px;
  }
}
.banner__caption{
	margin-top:40px;
    direction:rtl
}
.banner--wide .banner__caption {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .banner--wide .banner__caption:nth-of-type(n) {
    clear: none;
  }

  .banner--wide .banner__caption:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .banner--wide .banner__caption {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .banner--wide .banner__caption:nth-of-type(n) {
    clear: none;
  }

  .banner--wide .banner__caption:nth-of-type(1.5n+1) {
    clear: both;
  }
}

.banner--wide .banner__search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 360;
  direction:rtl
}

@media (min-width: 480px) {
  .banner--wide .banner__search:nth-of-type(n) {
    clear: none;
  }

  .banner--wide .banner__search:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .banner--wide .banner__search {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .banner--wide .banner__search:nth-of-type(n) {
    clear: none;
  }

  .banner--wide .banner__search:nth-of-type(3n+1) {
    clear: both;
  }
}

.banner--play .banner__title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.banner--play .banner__subtitle {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.banner--play .banner__btn {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.banner--play .banner__arrow-circle {
  opacity: 1;
}

.banner--default .banner__item {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .banner--default .banner__item {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .banner--default .banner__item {
    padding: 15px 0 0;
  }
}

.banner--slider .banner__title {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.banner--slider .banner__subtitle {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.banner--slider .banner__btn {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.banner--slider .banner__arrow-circle {
  opacity: 1;
}

.banner--slider .banner__container {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  .banner--slider .banner__container {
    padding-top: 130px;
    top: 0;
    position: relative;
    background: url("../media-demo/banner/banner-1.jpg") 50% 0 no-repeat;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .banner--slider .banner__container {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .banner--slider .banner__container--auth {
    background: url("../media-demo/banner/banner-4.jpg") 50% 0 no-repeat;
  }
}

.banner--slider .banner__sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 360;
  float: right !important;
}

@media (min-width: 480px) {
  .banner--slider .banner__sidebar:nth-of-type(n) {
    clear: none;
  }

  .banner--slider .banner__sidebar:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .banner--slider .banner__sidebar {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .banner--slider .banner__sidebar:nth-of-type(n) {
    clear: none;
  }

  .banner--slider .banner__sidebar:nth-of-type(3n+1) {
    clear: both;
  }
}

.banner--slider .parsley-errors-list.filled {
  margin-top: 0;
}

.banner--slider .parsley-errors-list.filled li {
  padding: 5px;
  color: #2c3e50;
}

.banner--slider .parsley-required {
  background: #e95b35;
}

.banner--slider .parsley-type {
  background: #f3bc65;
}

/*------------------------------------------------------------------
 * Review widget (Testimonials)
 * + Review / .review
 *   -- Review Wide / .review--wide
 *   -- Review listing / .review--listing
 *   -- Review list / .review--list
 *   -- Review ui / .review--ui
 * ============================================================== */

.review {
  padding-bottom: 20px;
  background: none !important;
}

@media (max-width: 767px) {
  .review {
    padding-bottom: 25px;
  }
}

.review:before,
.review:after {
  content: " ";
  display: table;
}

.review:after {
  clear: both;
}

.review .container {
  background: none !important;
}

.review__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .review__header {
    margin: 21px 0 25px;
  }
}

.review__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
}

.sidebar .review__title {
  font-size: 34px;
}

.footer .review__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .review__title {
    font-size: 26px;
  }

  .sidebar .review__title {
    font-size: 26px;
  }
}

.review__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  padding: 0 200px;
}

.review__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .review__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .review__headline {
  margin: 4px 0 0;
}

@media (max-width: 1199px) {
  .review__headline {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .review__headline {
    margin-top: 23px;
  }
}

.review__list {
  margin-top: 29px;
}

.review__list:before,
.review__list:after {
  content: " ";
  display: table;
}

.review__list:after {
  clear: both;
}

.review__item {
  margin: 0;
  float: right;
}

.review__item:last-child {
  margin-right: 0;
}

.review__item:before,
.review__item:after {
  content: " ";
  display: table;
}

.review__item:after {
  clear: both;
}

@media (max-width: 767px) {
  .review__item {
    margin-top: 0;
  }
}

.review__item--last {
  border-bottom: 0;
}

.review__photo {
  position: relative;
  margin: 0;
  float: left;
  width: 50%;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .review__photo {
    float: none;
    margin: 0 auto;
  }
}

.review__photo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .review__photo img {
    float: none;
    margin: 0 auto;
  }
}

.review__details {
  float: left;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .review__details {
    float: none;
    text-align: center;
    padding: 0;
  }
}

.review__name {
  font-size: 17px;
  color: #2c3e50;
  font-weight: 900;
  padding: 0;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 767px) {
  .review__name {
    font-size: 15px;
    margin-top: 0;
  }
}

.review__post {
  color: #2c3e50;
  display: block;
}

@media (max-width: 767px) {
  .review__post {
    font-size: 13px;
  }
}

.review__info {
  margin-top: 0;
}

.review__slider {
  overflow: hidden;
  padding: 0 0 50px 0;
  width: 100%;
  margin: 0 auto;
  direction:ltr!important
}

@media (max-width: 767px) {
  .review__slider {
    padding-bottom: 10px;
  }
}

.review__controls {
  display: none;
}

.review .slick-dots {
  text-align: center;
  bottom: 0;
}

@media (max-width: 767px) {
  .review .slick-dots {
    bottom: -17px;
  }
}

.review li button:before {
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #2c3e50;
  opacity: 1;
}

.review li.slick-active button:before {
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #00bbaa;
}

.review--wide {
  padding-bottom: 30px;
}

.review--wide .no-items {
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .review--wide .no-items {
    margin-bottom: 0;
  }
}

.review--wide .review__title {
  font-family: 'IRANSansBold';
}

.review--wide .review__list {
  margin-top: 25px;
  padding: 0 235px;
}

.review--wide .review__list:before,
.review--wide .review__list:after {
  content: " ";
  display: table;
}

.review--wide .review__list:after {
  clear: both;
}

@media (max-width: 991px) {
  .review--wide .review__list {
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .review--wide .review__photo {
    padding-right: 0;
  }
}

.review--wide .review__photo img {
  float: right;
}

@media (max-width: 767px) {
  .review--wide .review__photo img {
    float: none;
  }
}

.review--wide .review__name {
  margin: 24px 0 0;
}

.review--wide .review__info {
  margin-top: 0;
  clear: both;
}

@media (max-width: 767px) {
  .review--wide .review__info {
    margin-top: -10px;
  }
}

.review--wide .review__info p {
  font-style: italic;
  color: #00bbaa;
  text-align: center;
}

.review--wide .review__info-quote {
  font-size: 50px;
  line-height: 1;
  color: #2c3e50;
  height: 25px;
  font-weight: 600;
  float:right
}

.review--wide .review__info-quote p {
  font-style: italic;
  color: #00bbaa;
  text-align: center;
}

.review--wide .review__info-quote--close {
  float: left;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .review--wide .review__info-quote--close {
    margin-top: -15px;
  }
}

.review--wide .review__stars {
  display: none;
}

.review--list {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .review--list {
    padding-bottom: 0;
  }
}

.review--list .review__item {
  float: none;
  margin: 50px -15px;
}

.review--list .review__item:nth-child(2n) .review__info,
.review--list .review__item:nth-child(2n) .review__details,
.review--list .review__item:nth-child(2n) .review__photo {
  float: right;
}

.review--list .review__item:nth-child(2n) .review__info img,
.review--list .review__item:nth-child(2n) .review__details img,
.review--list .review__item:nth-child(2n) .review__photo img {
  float: right;
}

.review--list .review__item:after {
  content: "";
  display: block;
  border-bottom: 1px solid #d6d6d6;
  margin: 30px 15px 0;
}

@media (max-width: 767px) {
  .review--list .review__item:after {
    margin-top: 10px;
  }
}

.review--list .review__item:last-child {
  margin-bottom: 10px;
}

.review--list .review__item:last-child:after {
  border-bottom: none;
  margin-top: 0;
}

@media (max-width: 767px) {
  .review--list .review__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .review--list .review__item:last-child .review__info p {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .review--list .review__item:nth-child(2n) .request__photo {
    float: right !important;
  }

  .review--list .review__item:nth-child(2n) .request__photo img {
    float: right;
  }
}

@media (max-width: 767px) {
  .review--list .review__item {
    margin: 30px -15px;
  }
}

.review--list .review__list {
  border: none;
  margin: 0;
}

.review--list .review__info {
  margin-top: -6px;
}

@media (max-width: 991px) {
  .review--list .review__info {
    margin-top: 15px;
  }
}

.review--list .review__info-quote {
  display: none;
}

.review--list .review__stars {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .review--list .review__stars {
    margin-top: 10px;
  }
}

.review--list .review__photo {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .review--list .review__photo:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__photo:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .review--list .review__photo {
    float: left;
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .review--list .review__photo:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__photo:nth-of-type(6n+1) {
    clear: both;
  }
}

.review--list .review__photo img {
  width: 100%;
}

.review--list .review__details {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 480px) {
  .review--list .review__details:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__details:nth-of-type(1.5n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .review--list .review__details {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .review--list .review__details:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__details:nth-of-type(4n+1) {
    clear: both;
  }
}

.review--list .review__info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .review--list .review__info:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__info:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .review--list .review__info {
    float: left;
    width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .review--list .review__info:nth-of-type(n) {
    clear: none;
  }

  .review--list .review__info:nth-of-type(1.71429n+1) {
    clear: both;
  }
}

.review--list .review__name {
  margin-top: -7px;
}

@media (max-width: 767px) {
  .review--ui {
    padding-bottom: 0;
  }
}

/*------------------------------------------------------------------
 * Scroll up button
 * + Scroll Up Button / .scrollup
 * ============================================================== */

.scrollup {
  position: fixed;
  background: #bebebe;
  color: #222222;
  bottom: 30px;
  left: 50%;
  margin-left: 530px;
  z-index: 10;
  border: none;
  padding: 0 7px 3px 7px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.scrollup:before {
  font-size: 2em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  line-height: 1.3;
}

.scrollup.scrollup-show {
  opacity: 1;
}

@media (max-width: 1199px) {
  .scrollup {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}

/*------------------------------------------------------------------
 * Dropdown for select custom
 * + Dropdown / .dropdown
 *   -- Dropdown select / .dropdown--select
 * ============================================================== */

.dropdown__menu {
  display: block !important;
  opacity: 0;
  height: 0;
  overflow: hidden;
  cursor: default;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0;
  border: 1px solid #dcdcdc;
}

.dropdown__menu:before {
  width: 7px;
  height: 7px;
  position: absolute;
  background: #fff;
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  display: block;
  left: 20px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.dropdown__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.open .dropdown__menu {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.dropdown--select .dropdown-toggle {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #fff;
  text-align: left;
  padding: 5px 30px 5px 20px;
}

.dropdown--select .dropdown-toggle:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.dropdown--select .dropdown-toggle::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.dropdown--select .dropdown-toggle:-ms-input-placeholder {
  color: #2c3e50;
}

.dropdown--select .dropdown-toggle::-webkit-input-placeholder {
  color: #2c3e50;
}

.dropdown--select .dropdown-toggle[disabled],
.dropdown--select .dropdown-toggle[readonly],
fieldset[disabled] .dropdown--select .dropdown-toggle {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.dropdown--select .dropdown-toggle.parsley-error {
  border: 1px solid #e95b35;
}

.dropdown--select .dropdown-toggle.parsley-success {
  border: 1px solid #00bbaa;
}

.dropdown--select .dropdown-toggle:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
  padding: 5px 0 0 10px;
  color: #595959;
  font-size: 15px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  border-left: 1px solid #d6d6d6;
}

.search--banner-sidebar .dropdown--select .dropdown-toggle {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search--banner-sidebar .dropdown--select .dropdown-toggle:after {
  border-left: none;
}

.dropdown--select .dropdown-menu {
  background: #fff;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  right: 0;
}

.dropdown--header .dropdown__btn {
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  position: relative;
  padding: 0;
  display: block;
  border: none;
  font-weight: 700;
}

.dropdown--header .dropdown__btn:after {
  display: block;
  font-size: 10px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  padding: 0 0 0 11px;
  text-align: left;
  opacity: 0.5;
}

.dropdown--header .dropdown__menu {
  background: #fff;
  width: 125px;
}

.dropdown--header .dropdown__link {
  margin: 0 30px;
  padding: 3px 0;
  color: #2c3e50;
  display: block;
  text-transform: uppercase;
}

.dropdown--header .dropdown__link.active,
.dropdown--header .dropdown__link:hover {
  margin: 0;
  padding: 3px 30px;
  background: #00bbaa;
  color: #fff;
  text-decoration: none;
}

.dropdown--header .dropdown__link.active {
  font-weight: bold;
}

/*------------------------------------------------------------------
 * Header block
 * + Header / .header
 * __ Header social / .header__social
 * __ Header title / .header__title
 * __ Header address / .header__address
 * __ Header phone / .header__phone
 * __ Header email / .header__email
 * ============================================================== */

.header {
  z-index: 240;
  position: relative;
  background: #00bbaa;
  color: #fff;
}

.header:before,
.header:after {
  content: " ";
  display: table;
}

.header:after {
  clear: both;
}

.header__row {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
}

.header__settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width:75px;
}

@media (max-width: 767px) {
  .header__settings {
    display: none;
  }
}

.header__settings-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
  margin: -3px 10px 0 0;
  opacity: 0.5;
}

.header__contacts {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .header__contacts {
    background: none !important;
  }
}

.header__social {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .header__social {
    display: none;
  }
}

.header__phone {
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1;
  padding: 13px 40px 0;
}

.header__phone:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .header__phone {
    padding: 13px 0 0;
  }
}

.header__phone-icon {
  width: 16px;
  height: 14px;
  position: relative;
  top: 3px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .header__phone-icon {
    width: 22px;
    height: 22px;
    top: 0;
  }
}

.header__call {
  text-align: center;
  padding: 5px 15px 0;
}

.header__call:before {
  font-size: 2.1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #fff;
}

@media (min-width: 768px) {
  .header__call {
    display: none;
  }
}

.header__logo {
  text-align: center;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .header__logo {
    display: none;
  }
}

.header__logo svg {
  width: 50px;
  height: 35px;
}

.header__navbar-toggle {
  background: none;
  border: none;
    margin-top: 5px;
    height: 30px;
    width: 30px;
    padding: 0 !important;
    outline: none;
}

.header__navbar-toggle.collapsed {
  background: #fff;
}

.header__navbar-toggle.collapsed .header__navbar-show {
  display: none;
}

.header__navbar-toggle.collapsed .header__navbar-hide {
  display: block;
  fill: #00bbaa;
}

.header__navbar-toggle.collapsed svg {
  fill: #00bbaa;
}

.header__navbar-toggle svg {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .header__navbar-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__navbar-toggle {
    padding-top: 0;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}

.header__navbar-show {
  display: block;
}

.header__navbar-hide {
  fill: #00bbaa !important;
  display: none;
}

@media (max-width: 767px) {
  .header__span {
    display: none;
  }
}
@media (max-width: 767px) {
  .auth__wrap--login .header__span {
    display: block;
  }
}

.header svg {
  fill: #fff;
}

.header--none {
  display: none;
}

.header--overlay {
  position: absolute;
  left: 0;
  right: 0;
}

.boxed .header--overlay {
  left: 10px;
  right: 10px;
}

@media (max-width: 767px) {
  .header--overlay {
    display: block;
    background: none;
  }
}

.header--overlay .header__call {
  display: none;
}

.header--overlay .header__logo {
  width: auto;
}

.header--dark {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.header--dark svg {
  fill: #fff;
}

.header--dark .header__contacts {
  background: rgba(0, 0, 0, 0.2);
}

.header--white {
  background: #fff;
  color: #2c3e50;
}

.header--white svg {
  fill: #2c3e50;
}

.header--white .header__contacts {
  background: rgba(0, 0, 0, 0.1);
}

.header--white .header__phone {
  color: #2c3e50;
}

.header--mob-opened.header--dark,
.header--mob-opened.header--white {
  background: none !important;
}

.header--mob-opened .header__logo {
  visibility: hidden;
}

.header--mob-opened .header__contacts {
  visibility: hidden;
}

/*------------------------------------------------------------------
 * Social icons block
 * + Social / .social
 *   -- Social header / .social--header
 *   -- Social properties / .social--properties
 *   -- Social article / .social--article
 *   -- Social footer / .social--footer
 *   -- Social worker / .social--worker
 *   -- Social contacts / .social--contacts
 *   -- Social join / .social--join
 *   -- Social sidebar-worker / .social--sidebar-worker
 * ============================================================== */
.social--worker {
	padding:2% 15%;
}
.social__item {
    float: left;
    font-size: 30px;
    margin: 10px 48px 10px 0;
    color: #f3bc65 !important;
}

.social__item:hover,
.social__item:focus {
  color: #f3bc65;
}

.social--header .social__item {
  margin: 0 50px 0 0;
  color: #fff;
}

.social--header .social__item:hover {
  color: #f3bc65;
}

.social--properties {
  float: right;
  color: #2c3e50;
  width: auto;
  clear: right;
  margin: 7px 0 0 0;
  padding: 0;
  text-align: right;
}

.social--properties .social__title {
  float: left;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .social--properties .social__title {
    float: none;
    display: block;
  }
}

.social--properties .social__item {
  margin: 0 0 0 24px;
  display: inline-block;
  float: none;
}

@media (max-width: 1199px) {
  .social--properties .social__item {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .social--properties .social__item {
    font-size: 19px;
  }

  .social--properties .social__item:first-of-type {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .social--properties {
    margin: -4px 0 0 0;
    padding: 0;
  }
}

.social--article {
  float: right;
  color: #2c3e50;
  width: auto;
  clear: right;
  margin: 0 0 0 0;
  padding: 0;
}

.social--article span {
  float: left;
  margin: 5px 10px 0 0;
}

.social--article .social__item {
  margin: 0 0 0 30px;
}

.social--footer {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .social--footer {
    width: auto;
    margin: 0;
  }

  .social--footer:before,
  .social--footer:after {
    content: " ";
    display: table;
  }

  .social--footer:after {
    clear: both;
  }
}

.social--footer .social__title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .social--footer .social__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.social--footer .social__item {
  margin: 10px 40px 0 0;
  color: #00bbaa;
  font-size: 20px;
}

.social--footer .social__item:hover {
  color: #f3bc65;
}

.social--join {
  margin: 30px 0;
  font-size: 17px;
  color: #fff;
}

.social--join:before,
.social--join:after {
  content: " ";
  display: table;
}

.social--join:after {
  clear: both;
}

@media (max-width: 767px) {
  .social--join {
    margin-top: -15px;
    margin-bottom: 20px;
  }
}

.social--join .social__item {
  margin: 0 15px;
  float: none;
  font-size: 20px;
  color: #fff;
}

.social--join .social__item:hover {
  text-decoration: none;
  color: #f3bc65;
}

.social--worker {
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .social--worker {
 
  }
}

.social--worker .social__item {
  margin: 0;
}

.social--contacts {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  float: none;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .social--contacts {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .social--contacts .contacts__social-title {
    margin-right: 0;
    float: none;
    display: block;
  }
}

.social--contacts .social__item {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .social--contacts .social__item {
    float: none;
    display: inline-block;
    margin-right: 20px;
  }

  .social--contacts .social__item:last-child {
    margin-right: 0;
  }
}

.social--sidebar-worker {
  margin: 10px 0 0 0;
  border-bottom: 1px dotted #d6d6d6;
}

.social--sidebar-worker:before,
.social--sidebar-worker:after {
  content: " ";
  display: table;
}

.social--sidebar-worker:after {
  clear: both;
}

.social--sidebar-worker .social__item {
  margin: 0 20px 0 0;
}

.social--sidebar-worker .social__item--linkedin {
  margin: 5px 20px 0 0;
}

.social--sidebar-worker .social__item:last-child {
  margin-right: 0;
}

.social--sidebar-worker svg {
  fill: #00bbaa;
}

/*------------------------------------------------------------------
 * Navbar block
 * + Navbar / .navabar
 * ============================================================== */

@media (max-width: 767px) {
  .navbar {
    display: none;
  }
}

.navbar__row {
  margin: 30px 0;
}

.navbar__row:before,
.navbar__row:after {
  content: " ";
  display: table;
}

.navbar__row:after {
  clear: both;
}

@media (max-width: 767px) {
  .navbar__row {
    margin: 0;
  }
}

.header-fixed .navbar__row {
  margin: 0 !important;
  padding: 10px 0 !important;
  background: none !important;
}

.navbar__brand {
  float: left;
  line-height: 24px;
  padding: 0;
}

.navbar__brand img {
  width:60px
}

@media (max-width: 767px) {
  .navbar__brand {
    display: none;
  }
}

.navbar__brand-logo {
  display: none;
  fill: #2c3e50;
}

@media (min-width: 1200px) {
  .navbar__brand-logo--lg {
    display: block;
    height: 40px;
  
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar__brand-logo--sm {
    display: block;
    width: 60px;
    height: 60px;
  }
}

.navbar__wrap {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float:right
}

.header-fixed .navbar__wrap {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .navbar__wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar__wrap--init {
    display: block;
    background: #00bbaa;
    width: 300px;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    float: none;
    padding-top: 50px;
    overflow-y: auto;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}

.navbar__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .navbar__nav {
    margin-top: 0;
    width: 300px;
    position: relative;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.navbar__item {
  float: right;
  margin: 3px 0 0 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}

.navbar__item:active > a,
.navbar__item:hover > a,
.navbar__item.open > a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .navbar__item {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .navbar__item {
    position: initial;
    float: none;
    margin: 0;
  }
}

.navbar__item--mob {
  display: none;
}

@media (max-width: 767px) {
  .navbar__item--mob {
    display: block;
  }
}

.navbar__dropdown {
  position: absolute;
  right: 0;
  display: block;
  padding: 0;
  border: none;
  min-width: 200px;
  background: #00bbaa;
  margin: 0;
  z-index: 15;
}

@media (min-width: 768px) {
  .navbar__dropdown {
    visibility: hidden;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .navbar__item:hover > .navbar__dropdown {
    visibility: visible;
  }

  .menu-default .navbar__item:hover > .navbar__dropdown,
  .menu-default .navbar__item.open > .navbar__dropdown {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  .menu-fadeIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .menu-fadeInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

  .menu-fadeInUpBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }

  .menu-fadeInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .menu-fadeInDownBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }

  .menu-fadeInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .menu-fadeInLeftBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }

  .menu-fadeInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .menu-fadeInRightBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }

  .menu-fadeOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }

  .menu-fadeOutUpBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }

  .menu-fadeOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }

  .menu-fadeOutDownBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }

  .menu-fadeOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }

  .menu-fadeOutLeftBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }

  .menu-fadeOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }

  .menu-fadeOutRightBig .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }

  .menu-bounceIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }

  .menu-bounceInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }

  .menu-bounceInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }

  .menu-bounceInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }

  .menu-bounceInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }

  .menu-bounceOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }

  .menu-bounceOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }

  .menu-bounceOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }

  .menu-bounceOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }

  .menu-rotateIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }

  .menu-rotateInUpLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }

  .menu-rotateInUpRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }

  .menu-rotateInDownLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }

  .menu-rotateInDownRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }

  .menu-rotateOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }

  .menu-rotateOutUpLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }

  .menu-rotateOutUpRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }

  .menu-rotateOutDownLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }

  .menu-rotateOutDownRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }

  .menu-slideIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  .menu-slideInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }

  .menu-slideInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }

  .menu-slideInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }

  .menu-slideInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }

  .menu-slideOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
  }

  .menu-slideOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }

  .menu-slideOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }

  .menu-slideOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }

  .menu-slideOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }

  .menu-flip .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flip;
    animation-name: flip;
  }

  .menu-flipInX .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }

  .menu-flipInY .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }

  .menu-flipOutX .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
  }

  .menu-flipOutY .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
  }

  .menu-lightSpeedIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
  }

  .menu-bounce .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }

  .menu-flash .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: flash;
    animation-name: flash;
  }

  .menu-pulse .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }

  .menu-wiggle .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
  }

  .menu-swing .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: swing;
    animation-name: swing;
  }

  .menu-shake .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: shake;
    animation-name: shake;
  }

  .menu-tada .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: tada;
    animation-name: tada;
  }

  .menu-wobble .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }

  .menu-hinge .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: hinge;
    animation-name: hinge;
  }

  .menu-rollIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }

  .menu-rollOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }

  .menu-zoomIn .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }

  .menu-zoomInDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }

  .menu-zoomInLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }

  .menu-zoomInRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }

  .menu-zoomInUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }

  .menu-zoomOut .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }

  .menu-zoomOutDown .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }

  .menu-zoomOutLeft .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }

  .menu-zoomOutRight .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }

  .menu-zoomOutUp .navbar__item:hover > .navbar__dropdown {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
}

@media (max-width: 767px) {
  .navbar__dropdown {
    top: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-top: 0;
    float: none;
    width: 300px;
    height: 100%;
    background: #00bbaa;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .open > .navbar__dropdown {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 50;
  }
}

.navbar__dropdown--colls-1 {
  width: 200px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-1 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--colls-2 {
  width: 400px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-2 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--colls-3 {
  width: 600px;
}

@media (max-width: 1199px) {
  .navbar__dropdown--colls-3 {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.navbar__dropdown--right {
  left: auto;
  right: 0;
}

.navbar__dropdown--left {
  right: auto;
  left: 0;
}

.navbar__dropdown ul {
  list-style: none;
  text-align:right;
}

.navbar__link {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #2c3e50;
  font-family: 'IRANSansBold';
  text-align:right
}

@media (max-width: 767px) {
  .navbar__link {
    font-size: 17px;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 25px;
  }
}

@media (min-width: 768px) {
  .active .navbar__link {
    -webkit-box-shadow: 0 2px 0 #2c3e50;
    box-shadow: 0 2px 0 #2c3e50;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .active .navbar__link {
    background: #00887c;
  }
}

.navbar__arrow {
      fill: none;
    stroke: #fff;
    stroke-width: 4px;
    width: 7px;
    height: 11px;
    float: left;
    margin-top: 6px;
    transform: rotate(180deg);
}

.navbar__link .navbar__arrow {
  display: none;
}

@media (max-width: 767px) {
  .navbar__link .navbar__arrow {
    display: block;
  }
}

.navbar__back .navbar__arrow {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 15px;
}

.navbar__back {
  display: none;
}

@media (max-width: 767px) {
  .navbar__back {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    padding: 5px 25px;
  }
}

.navbar__submenu {
  float: left;
  margin: 0;
  width: 200px;
  padding: 0;
}

@media (max-width: 767px) {
  .navbar__submenu {
    width: 300px;
    float: none;
    padding: 0;
  }
}

.navbar__submenu:last-child {
  margin-right: 0;
}

.navbar__submenu--level {
  opacity: 0;
  height: 0;
  overflow: hidden;
  cursor: default;
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  left: 100%;
  top: 0;
  position: absolute;
  background: #00bbaa;
  padding-top: 0;
  margin: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

@media (max-width: 1199px) {
  .navbar__submenu--level {
    position: relative;
    height: auto;
    left: 0;
    opacity: 1;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    float: none;
    width: 170px;
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar__submenu--level {
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: absolute;
    width: 300px;
    top: 0;
    height: 100% !important;
    padding: 0;
  }

  .open > .navbar__submenu--level {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar__subtitle {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 10px 25px 0;
  padding-bottom: 10px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .navbar__subtitle {
    color: #00eed8;
    padding: 10px 25px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
  }
}

.navbar__subnav {
  list-style: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .navbar__subnav {
    border: none;
  }
}

.navbar__sublink {
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  display: block;
}

.navbar__sublink:hover,
.active > .navbar__sublink {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .navbar__sublink {
    -webkit-transition: hover 0.3s, padding 0.3s;
    transition: hover 0.3s, padding 0.3s;
  }

  .navbar__sublink:hover {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .navbar__sublink {
    color: rgba(255, 255, 255, 0.8);
  }
}

.navbar__subitem {
  padding: 0 25px;
  position: relative;
}

@media (max-width: 767px) {
  .navbar__subitem {
    clear: both;
    position: initial;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 1199px) {
  .navbar__subitem:hover .navbar__submenu--level {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar__subitem-dropdown.open > .navbar__submenu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .navbar__subitem-dropdown:hover > .navbar__submenu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.navbar a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .admin-bar .navbar.header-fixed {
    top: -33px;
  }
}

.navbar--subpage {
  background: #fff;
}

.navbar--example {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .navbar--ui {
    width: 252px;
    background: #00bbaa;
  }
}

@media (max-width: 767px) {
  .navbar--ui .navbar__nav {
    border-top: none;
  }

  .navbar--ui .navbar__nav > li:last-child a {
    border-bottom: none !important;
  }
}

.navbar--header {
  position: relative;
  z-index: 230;
  background: #f6f6f6;
  border: none;
  min-height: inherit;
  margin-bottom: 0;
}

.navbar--header.header-fixed {
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  min-height: 65px;
}

@media (min-width: 768px) {
  .navbar--header.header-fixed {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 35;
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
  }
}

.navbar--overlay {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: none;
}

.navbar--overlay .navbar__link {
  color: #fff;
}

.navbar--overlay .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #fff;
  box-shadow: 0 2px 0 #fff;
}

.navbar--overlay .navbar__brand-logo {
  fill: #fff;
}

.navbar--overlay.header-fixed {
  background: #fff;
}

.navbar--overlay.header-fixed .navbar__link {
  color: #2c3e50;
}

.navbar--overlay.header-fixed .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #2c3e50;
}

.navbar--overlay.header-fixed .navbar__brand-logo {
  fill: #2c3e50;
}

.navbar--overlay .navbar__row {
  margin: 30px -25px;
  padding: 12px 25px;
}

@media (max-width: 991px) {
  .navbar--overlay .navbar__row {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar--overlay .navbar__row {
    padding: 0;
    margin: 56px 0 0;
  }
}

.navbar--brand .navbar__row {
  background: rgba(0, 187, 170, 0.8);
}

.navbar--overlay-map .navbar__row {
  background: rgba(255, 255, 255, 0.9);
}

.navbar--overlay-map .navbar__link {
  color: #2c3e50;
}

.navbar--overlay-map .active .navbar__link {
  -webkit-box-shadow: 0 2px 0 #2c3e50;
  box-shadow: 0 2px 0 #2c3e50;
}

.navbar--overlay-map .navbar__brand-logo {
  fill: #2c3e50;
}

.navbar.navbar-default {
  background: #00bbaa;
  margin-bottom: 25px;
  border: none;
}

.navbar.navbar-inverse {
  background: #222;
  border: none;
}

#header-nav-offset {
  display: none;
}

@media (min-width: 768px) {
  #header-nav-offset.header-fixed {
    display: block;
  }
}

/*------------------------------------------------------------------
 * Footer
 * + Footer / .footer
 *   __ Footer wrap / .footer__wrap
 *   __ Footer col / .footer__col
 *   __ Footer title / .footer__title
 *   __ Footer copyright / .footer__copyright
 * ============================================================== */

.footer {
  background: #222;
}

.footer__wrap {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 25px;
  direction:rtl
}

.footer__wrap:before,
.footer__wrap:after {
  content: " ";
  display: table;
}

.footer__wrap:after {
  clear: both;
}

@media (max-width: 767px) {
  .footer__wrap {
    padding-top: 0;
  }
}

.footer__col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .footer__col {
    float: left;
    width: 33.33333%;
  }
}

.footer__col .container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer__col > :first-child {
  margin-top: 0 !important;
}

.footer__col--first {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .footer__col--first {
    float: left;
    width: 41.66667%;
  }
}

.footer__col--second {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .footer__col--second {
    float: left;
    width: 33.33333%;
  }
}

.footer__col--third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .footer__col--third {
    float: left;
    width: 25%;
  }
}

.footer__title {
  font-size: 17px;
  color: #00bbaa;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .footer__title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.footer span,
.footer p,
.footer a {
  color: #bebebe;
  font-weight: normal;
  margin-bottom: 15px;
}

.footer__copyright {
  margin-top: 45px;
  margin-bottom: 45px !important;
  display: block;
  padding: 0 15px;
  text-align:center
 
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 25px;
  }
}

/*------------------------------------------------------------------
 * Search block
 * + Search / .search
 *   -- Search index / .search--index
 *   -- Search listing / .search--listing
 *   -- Search sidebar / .search--sidebar
 *   -- Search map-sidebar / .search--map-sidebar
 *   -- Search banner-sidebar / .search--banner-sidebar
 *   -- Search map-bottom / .search--map-bottom
 *   -- Search map-dark / .search--map-dark
 *   -- Search article / .search--article
 *   -- Search list / .search--list
 *   -- Search error-status / .search--error-status
 * ============================================================== */

.search {
  z-index: 30;
}

.search__row {
  margin-left: -15px;
  margin-right: -15px;
}

.search__row:before,
.search__row:after {
  content: " ";
  display: table;
}

.search__row:after {
  clear: both;
}

.search__form {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .search__form {
    padding: 0 0 25px 0;
  }
}

.search__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .search__header {
    margin: 21px 0 25px;
  }
}

.search__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
}

.sidebar .search__title {
  font-size: 34px;
}

.footer .search__title {
  font-family: "Yekan";
}

@media (max-width: 767px) {
  .search__title {
    font-size: 26px;
  }

  .sidebar .search__title {
    font-size: 26px;
  }
}

.search__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.search__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .search__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .search__headline {
  margin: 4px 0 0;
}

.search__form-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 21px;
}

.search__form-group .select2-container {
  width: 100% !important;
}

.search__form-label {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.search__form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.search__form-control:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.search__form-control::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.search__form-control:-ms-input-placeholder {
  color: #2c3e50;
}

.search__form-control::-webkit-input-placeholder {
  color: #2c3e50;
}

.search__form-control[disabled],
.search__form-control[readonly],
fieldset[disabled] .search__form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.search__form-control.parsley-error {
  border: 1px solid #e95b35;
}

.search__form-control.parsley-success {
  border: 1px solid #00bbaa;
}

.search--banner-sidebar .search__form-control {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.search__ranges {
  position: relative;
  margin-top: 21px;
}

.search__ranges-in {
  display: none;
}

.search__form-lens {
  color: #d6d6d6;
  font-size: 16px;
  background: none;
  border: none;
  float: right;
  margin: -32px 0 0 0;
  position: relative;
  z-index: 10;
}

.search__advanced {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .search__advanced {
    float: left;
    width: 16.66667%;
  }
}

.search__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .search__buttons {
    float: none;
    margin-top: 20px;
  }
}

.search__btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .search__btn {
    padding: 3px 5px 3px 5px;
  }
}

.search__btn:hover,
.search__btn:focus,
.search__btn.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.search__btn:disabled,
.search__btn.disabled {
  cursor: not-allowed;
}

.search__btn.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.search__btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.search__btn.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.search__btn.has-error,
.search__btn.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.search__btn.has-error:after,
.search__btn.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.search__btn.has-success,
.search__btn.success {
  color: transparent !important;
}

.search__btn.has-success:after,
.search__btn.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .search__btn.button--loading:before {
  content: "";
}

.button--loading-refresh .search__btn.button--loading:before {
  content: "";
}

.button--loading-spinner .search__btn.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .search__btn.hover,
  .search__btn:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.search__btn:active,
.search__btn.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.search__btn:disabled,
.search__btn.disabled {
  color: #ccc;
  border-color: #efefef;
}

.search__btn--reset {
  margin: 0;
  padding-left: 8px;
}

.search__btn--reset:before {
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 12px;
  margin: 0 5px 0 0;
}

.search__btn--action {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: 48%;
  margin: 0;
}

@media (max-width: 767px) {
  .search__btn--action {
    padding: 3px 5px 3px 5px;
  }
}

.search__btn--action:hover,
.search__btn--action:focus,
.search__btn--action.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.search__btn--action:disabled,
.search__btn--action.disabled {
  cursor: not-allowed;
}

.search__btn--action.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.search__btn--action:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.search__btn--action.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.search__btn--action.has-error,
.search__btn--action.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.search__btn--action.has-error:after,
.search__btn--action.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.search__btn--action.has-success,
.search__btn--action.success {
  color: transparent !important;
}

.search__btn--action.has-success:after,
.search__btn--action.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .search__btn--action.button--loading:before {
  content: "";
}

.button--loading-refresh .search__btn--action.button--loading:before {
  content: "";
}

.button--loading-spinner .search__btn--action.button--loading:before {
  content: "";
}

.search__btn--action.hover,
.search__btn--action:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.search__btn--action:active,
.search__btn--action.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.search__btn--action:disabled,
.search__btn--action.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.search__show {
  display: none;
  position: absolute;
  top: 120px;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
}

.search__show:after {
  font-size: 2.2em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  color: #d6d6d6;
}

.opened .search__show {
  display: none !important;
}

.search--index .container {
  padding-bottom: 20px;
  background: none !important;
}

@media (max-width: 767px) {
  .search--index .container {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .search--index .search__form {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .search--index .search__row--buttons {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .search--index .search__row--buttons {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.search--index .search__form-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .search--index .search__form-group:nth-of-type(n) {
    clear: none;
  }

  .search--index .search__form-group:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .search--index .search__form-group {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .search--index .search__form-group:nth-of-type(n) {
    clear: none;
  }

  .search--index .search__form-group:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .search--index .search__form-group {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .search--index .search__form-group:nth-of-type(n) {
    clear: none;
  }

  .search--index .search__form-group:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .search--index .search__form-label {
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .search--index .search__ranges {
    margin-top: 22px;
  }
}

.search--index .search__buttons {
  width: 28%;
  float: right;
  text-align: right;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .search--index .search__buttons {
    width: 360px;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .search--index .search__buttons {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
}

.search--listing .search__buttons {
  width: 38%;
}

@media (max-width: 767px) {
  .search--listing .search__buttons {
    width: 100%;
  }
}

.search--sidebar {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .search--sidebar {
    margin-top: -1px;
  }

  .search--sidebar.open {
    display: block;
  }

  .search--sidebar.open .search__form {
    margin-top: 0;
  }
}

.search--sidebar .container {
  padding: 0;
}

.search--sidebar .search__title {
 font-size: 22px;
    text-align: right;
    font-family: iransansbold;
}

@media (max-width: 767px) {
  .search--sidebar .search__title {
    text-align: center;
  }
}

.search--sidebar .search__header {
  margin: 24px 0 0;
}

@media (max-width: 767px) {
  .search--sidebar .search__header {

  }
}

.search--sidebar .search__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  font-size: 15px;
  text-transform: none;
  margin: 4px 0 0;
  line-height: 1.1;
  text-align: left;
}

.search--sidebar .search__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .search--sidebar .search__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .search--sidebar .search__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .search--sidebar .search__headline {
    text-align: center;
  }
}

.search--sidebar .search__form {
  margin: 11px 0 0;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #dedede;
}

.search--sidebar .search__form:before,
.search--sidebar .search__form:after {
  content: " ";
  display: table;
}

.search--sidebar .search__form:after {
  clear: both;
}

.search--sidebar .search__form-label {
  margin-bottom: 3px;
}

.search--sidebar .search__form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .search--sidebar .search__form-group {
    float: left;
    width: 100%;
  }
}

.search--sidebar .search__advanced {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .search--sidebar .search__advanced {
    float: left;
    width: 100%;
  }
}

.search--sidebar .search__buttons {
  margin: 6px 0;
  padding: 0 15px;
}

.search--banner-sidebar {
  margin: 0;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.banner--slider .search--banner-sidebar {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.banner--play .search--banner-sidebar {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

@media (max-width: 991px) {
  .search--banner-sidebar {
    margin: 0 0 35px 0;
    width: 100%;
  }
}

.search--banner-sidebar > .container {
  width: 100%;
  padding: 19px 20px 10px;
  position: relative;
  z-index: 15;
}

@media (max-width: 767px) {
  .search--banner-sidebar > .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .search--banner-sidebar.opened > .container {
    display: block;
  }
}

.search--banner-sidebar .search__title {
  display: none;
}

.search--banner-sidebar .search__form {
  margin: 4px 20px 0;
}

.search--banner-sidebar .search__form-label {
  color: #fff;
  margin-bottom: 0;
}

.search--banner-sidebar .search__form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .search--banner-sidebar .search__form-group {
    float: left;
    width: 100%;
  }
}

.search--banner-sidebar .search__form-group--column {
  width: 50%;
  float: left;
}

.search--banner-sidebar .search__buttons {
  padding: 10px 5px 20px;
}

@media (max-width: 767px) {
  .search--banner-sidebar .search__buttons {
    padding: 10px 5px 0;
    margin-top: 0;
  }
}

.search--banner-sidebar .search__btn--action {
  width: 100%;
}

.search--map-sidebar {
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  width: 325px;
  position: relative;
}

@media (max-width: 767px) {
  .search--map-sidebar {
    margin: 0;
    width: 100%;
  }
}

.search--map-sidebar > .container {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  z-index: 15;
}

@media (max-width: 767px) {
  .search--map-sidebar > .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .search--map-sidebar.opened > .container {
    display: block;
  }
}

.search--map-sidebar .search__header {
  margin: 0;
}

.search--map-sidebar .search__title {
  font-size: 26px;
  margin: 4px 0 3px;
  text-align: left;
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .search--map-sidebar .search__title {
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
  }
}

.search--map-sidebar .search__form {
  margin: 8px 0 10px;
}

@media (max-width: 767px) {
  .search--map-sidebar .search__form {
    margin: 10px 15px;
  }
}

.search--map-sidebar .search__row {
  margin-left: -5px;
  margin-right: -5px;
}

.search--map-sidebar .search__form-label {
  margin-bottom: 0;
}

.search--map-sidebar .search__form-group {
  margin-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.search--map-sidebar .search__form-group--column {
  width: 50%;
  float: left;
}

.search--map-sidebar .search__advanced {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  padding: 0;
}

@media (min-width: 992px) {
  .search--map-sidebar .search__advanced {
    float: left;
    width: 100%;
  }
}

.search--map-sidebar .search__buttons {
  margin: 13px 0 0;
  padding: 0;
}

.search--map-sidebar .search__btn {
  width: 50%;
  margin: 0 6px;
}

.search--map-sidebar-fix {
  margin: 0;
  width: auto;
}

.search--map-sidebar-fix > .container {
  padding: 19px 20px 10px;
}

.search--map-sidebar-fix .search__form {
  margin: 4px 10px 0;
}

.search--map-sidebar-fix .search__buttons {
  margin: 0;
  padding: 10px 5px 20px;
}

.search--map-sidebar-fix .search__btn {
  width: 100%;
}

@media (min-width: 1200px) {
  .search--anim {
    -webkit-animation-name: wobble-reverse;
    animation-name: wobble-reverse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.search--map-bottom {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  width: 1170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .search--map-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.search--map-bottom > .container {
  width: 100%;
  padding: 0;
  height: auto !important;
}

@media (max-width: 767px) {
  .search--map-bottom.opened > .container {
    display: block;
  }
}

@media (max-width: 1199px) {
  .search--map-bottom {
    left: 0;
    right: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .search--map-bottom {
    position: relative;
    padding: 0 23px;
  }
}

.search--map-bottom .search__header {
  margin: 0;
}

.search--map-bottom .search__title {
  font-size: 26px;
  margin: -42px 0 12px;
  text-align: center;
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .search--map-bottom .search__title {
    margin-top: 25px;
  }
}

.search--map-bottom .search__title-btn {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 4px 21px 0 25px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .search--map-bottom .search__title-btn {
    padding: 0;
  }
}

.search--map-bottom .search__title-btn:after {
  font-size: 0.4em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .search--map-bottom .search__title-btn:after {
    display: none;
  }
}

.search--map-bottom .search__form {
  margin: 0 32px;
}

@media (max-width: 1199px) {
  .search--map-bottom .search__form {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .search--map-bottom .search__form {
    margin-left: 0;
    margin-right: 0;
  }
}

.search--map-bottom .search__form-label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search--map-bottom .search__row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.search--map-bottom .search__buttons {
  margin-top: 13px;
  width: 28%;
  float: right;
  padding-right: 15px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .search--map-bottom .search__buttons {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .search--map-bottom .search__buttons {
    width: 100%;
    padding: 0 5px;
  }
}

.search--map-bottom .search__form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .search--map-bottom .search__form-group {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .search--map-bottom .search__form-group:nth-of-type(n) {
    clear: none;
  }

  .search--map-bottom .search__form-group:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .search--map-bottom .search__form-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .search--map-bottom .search__form-group {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .search--map-bottom .search__form-group--column {
    width: 50%;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.search--hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 767px) {
  .search--hide {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.search--hide .search__title-btn:after {
  content: "";
}

.search--map-dark {
  background: rgba(44, 62, 80, 0.85);
}

@media (max-width: 767px) {
  .search--map-dark {
    top: 0;
  }
}

.search--map-dark > .container {
  width: 100%;
}

@media (max-width: 767px) {
  .search--map-dark > .container {
    padding: 0 !important;
  }
}

.search--map-dark .search__title {
  color: #fff;
  font-family: "Yekan";
}

.search--map-dark .search__form-label {
  color: #fff;
}

.search--map-dark .search__btn--reset {
  border-color: #fff;
  background: none;
  color: #fff;
}

.search--map-dark .search__btn--reset:before {
  color: #fff;
}

.search--map-dark .search__show {
  background: rgba(44, 62, 80, 0.85);
}

.search--map-dark .search__show:after {
  color: #fff;
}

.compact .search--map-dark {
  top: 0;
}

.compact .search--map-dark:before {
  display: none;
}

.search--article .search__form {
  padding-bottom: 7px;
}

.search--article .search__form-group {
  float: none;
  padding: 0;
}

.search--list {
  display: none;
}

@media (max-width: 767px) {
  .search--list {
    display: block;
    margin: 20px 0 30px;
  }

  .search--list .search__form {
    margin: 0;
    padding: 0;
  }

  .search--list .search__form-group {
    margin: 0;
  }
}

.search--error-status {
  margin: 0 auto 112px;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .search--error-status {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .search--error-status {
    margin-bottom: 30px;
  }
}

.search--error-status .search__form {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .search--error-status .search__form {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .search--error-status .search__form {
    margin-top: 25px;
  }
}

.search--error-status .search__form-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 0 29%;
}

@media (min-width: 1200px) {
  .search--error-status .search__form-group {
    float: left;
    width: 41.66667%;
  }
}

@media (max-width: 1199px) {
  .search--error-status .search__form-group {
    margin-left: 0;
  }
}

.js-select-checkboxes-btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown--select ul {
  list-style: none;
  margin: 0;
  padding: 8px 15px;
}

/*------------------------------------------------------------------
 * Style for region select block
 * + Region Select / .region-select
 * ============================================================== */

.region-select {
  padding: 8px 6px;
}

.region-select label.in-label {
  margin-left: 10px;
  padding-left: 25px;
  font-size: 14px;
  color: #2c3e50;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .region-select label.in-label {
    margin-left: -10px;
  }
}

.region-select label.in-label:before {
  top: 4px;
}

.region-select ul {
  padding: 0 !important;
}

.region-select__list {
  max-height: 250px;
  overflow: auto;
}

.region-select__buttons {
  padding: 10px 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.region-select__btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  padding: 4px 10px;
  width: 47%;
  margin: 0;
}

@media (max-width: 767px) {
  .region-select__btn {
    padding: 3px 5px 3px 5px;
  }
}

.region-select__btn:hover,
.region-select__btn:focus,
.region-select__btn.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.region-select__btn:disabled,
.region-select__btn.disabled {
  cursor: not-allowed;
}

.region-select__btn.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.region-select__btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.region-select__btn.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.region-select__btn.has-error,
.region-select__btn.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.region-select__btn.has-error:after,
.region-select__btn.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.region-select__btn.has-success,
.region-select__btn.success {
  color: transparent !important;
}

.region-select__btn.has-success:after,
.region-select__btn.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .region-select__btn.button--loading:before {
  content: "";
}

.button--loading-refresh .region-select__btn.button--loading:before {
  content: "";
}

.button--loading-spinner .region-select__btn.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .region-select__btn.hover,
  .region-select__btn:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.region-select__btn:active,
.region-select__btn.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.region-select__btn:disabled,
.region-select__btn.disabled {
  color: #ccc;
  border-color: #efefef;
}

.region-select__btn--reset {
  padding-left: 8px;
}

.region-select__btn--reset:before {
  font-size: 1em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  font-size: 12px;
  margin: 0 5px 0 0;
}

/*------------------------------------------------------------------
 * Properties
 * + Properites / .properties
 *   -- Properites index / .properties--index
 *   -- Properites grid / .properties--grid
 *   -- Properites similar / .properties--similar
 *   -- Properites workers / .properties--workers
 *   -- Properites sidebar / .properties--sidebar
 *   -- Properites list / .properties--list
 *   -- Properites gallery / .properties--gallery
 * ============================================================== */

@media (max-width: 767px) {
  .properties {
    padding-bottom: 35px;
  }
}

.properties .tab-content:before,
.properties .tab-content:after {
  content: " ";
  display: table;
}

.properties .tab-content:after {
  clear: both;
}

.properties .tab-content .no-items {
  margin: 0;
}

.properties__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .properties__header {
    margin: 21px 0 25px;
  }
}

.properties__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
}

.sidebar .properties__title {
  font-size: 20px;
}

.footer .properties__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .properties__title {
    font-size: 26px;
  }

  .sidebar .properties__title {
    font-size: 26px;
  }
}

.properties__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
}

.properties__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .properties__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .properties__headline {
  margin: 4px 0 0;
}

.properties__filter {
  padding: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .properties__filter {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gallery .listing__header h1{
    margin-bottom:30px;

}
.gallery .properties--index ul{
    list-style:none!important;
    margin:0px!important;
    padding:0!important;
}
.gallery .properties--index li{
    margin:10px 0 !important;

}

.properties__filter li {
  display: inline-block;
  margin: 0 18px;
}

@media (max-width: 767px) {
  .properties__filter li {
    margin: 0;
  }
}

.properties__btn {
  padding: 3px 0;
  text-transform: uppercase;
  color: #a6a6a6;
  font-family: 'IRANSans';
}

.properties__btn:hover,
.properties__btn:focus,
.properties__btn:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .properties__btn {
    padding: 3px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.active .properties__btn {
  border-bottom: 2px solid #2c3e50;
  color: #2c3e50;
  font-family: 'IRANSans';
}

.properties__list {
  margin-left: -15px;
  margin-right: -15px;
}

.properties__list:before,
.properties__list:after {
  content: " ";
  display: table;
}

.properties__list:after {
  clear: both;
}

.properties__tab-content {
  clear: both;
}

.properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin: 0 0 55px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties__item {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties__item:nth-of-type(4n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties__item:hover {
    margin: 0;
  }

  .properties__item:hover .properties__info {
    background: #2c3e50;
    border-color: #2c3e50;
  }

  .properties__item:hover .properties__address {
    color: #fff;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }

  .properties__item:hover .properties__more {
    color: #fff;
  }

  .properties__item:hover .item-photo__more {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .properties__item:hover .item-photo__hover {
    opacity: 1;
  }

  .properties__item:hover .item-photo img {
    width: 110%;
    max-width: 110%;
  }

  .properties__item:hover .item-photo--static img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .properties__item {
    margin-bottom: 30px;
  }

  .properties__item:last-child {
    margin-bottom: 0;
  }
}

.properties__btn-more {
  position: relative;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 600;
  width: 200px;
  font-family:iransans;
  margin: 0 auto;
}

.properties__btn-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.properties__btn-more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.properties__btn-more.has-error,
.properties__btn-more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.properties__btn-more.has-error:after,
.properties__btn-more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.properties__btn-more.has-success,
.properties__btn-more.success {
  color: transparent !important;
}

.properties__btn-more.has-success:after,
.properties__btn-more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .properties__btn-more.button--loading:before {
  content: "";
}

.button--loading-refresh .properties__btn-more.button--loading:before {
  content: "";
}

.button--loading-spinner .properties__btn-more.button--loading:before {
  content: "";
}

.properties__btn-more.hover,
.properties__btn-more:hover {
  border-color: #f3bc65;
  color: #f3bc65;
  text-decoration: none;
}

.properties__btn-more:active,
.properties__btn-more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.properties__btn-more:focus,
.properties__btn-more.focus {
  text-decoration: none;
  outline: none;
}

.properties__btn-more:disabled,
.properties__btn-more.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #efefef;
}

.properties__btn-more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .properties__btn-more {
    margin-top: 30px;
  }
}

.properties__action-call {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  float: right;
  margin: 1px 0 30px 20px;
  width: 23%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .properties__action-call {
    padding: 3px 5px 3px 5px;
  }
}

.properties__action-call:hover,
.properties__action-call:focus,
.properties__action-call.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.properties__action-call:disabled,
.properties__action-call.disabled {
  cursor: not-allowed;
}

.properties__action-call.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.properties__action-call:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.properties__action-call.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.properties__action-call.has-error,
.properties__action-call.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.properties__action-call.has-error:after,
.properties__action-call.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.properties__action-call.has-success,
.properties__action-call.success {
  color: transparent !important;
}

.properties__action-call.has-success:after,
.properties__action-call.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .properties__action-call.button--loading:before {
  content: "";
}

.button--loading-refresh .properties__action-call.button--loading:before {
  content: "";
}

.button--loading-spinner .properties__action-call.button--loading:before {
  content: "";
}

.properties__action-call.hover,
.properties__action-call:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.properties__action-call:active,
.properties__action-call.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.properties__action-call:disabled,
.properties__action-call.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.properties__action-call:after {
  font-size: 0.8em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  position: relative;
  z-index: 1;
  margin: 1px 0 0 15px;
}

@media (max-width: 991px) {
  .properties__action-call {
    width: 26%;
  }
}

@media (max-width: 767px) {
  .properties__action-call {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.properties__info {
    background: #fff;
    border-top: none;
    padding: 15px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;

    text-align: justify;
    font-size: 12px;
    font-family: iransans;
  
}

@media (max-width: 1199px) {
  .properties__info {
    padding: 10px;
  }
}

.properties__address {
  font-size: 17px;
  color: #2c3e50;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .properties__address {
    height: auto;
  }

  .properties__address:hover {
    color: #2c3e50;
  }
}

.properties__address--simple {
  margin-bottom: 15px;
  border-bottom: none;
}

.properties__address-street {
  font-weight: 600;
  display: block;
  font-size: 20px;
}
.properties__address-street h3{
	font-size:16px
}
.properties__address-city {
  display: block;
}

.properties__param {
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.properties__param-label {
  display: block;
  font-weight: normal;
  margin-right: 3px;
  padding-bottom: 3px;
  color: #a6a6a6;
}

.properties__param-value {
  display: block;
  color: #fff;
  font-weight: 600;
}

.properties__param-value:after {
  content: ",";
  margin-right: 5px;
}

.properties__param-value:last-child:after {
  content: "";
}

.properties__param-type {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.properties__param-column {
  margin-bottom: 0;
  float: left;
}

.properties__intro p {
  margin-bottom: 0;
}

.properties__price {
  color: #00bbaa;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
}

.properties__price-period {
  font-weight: 400;
  margin-left: 5px;
  font-size: 15px;
}

@media (max-width: 992px) {
  .properties__price-period {
    display: inline;
    margin-left: 5px;
  }
}

.properties__more {
  float: left;
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 0 0 0;
}

.properties__more:hover {
  text-decoration: none;
}

.properties__ribon {
  position: absolute;
  top: 110px;
  right: -7px;
  background: #00bbaa;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  top: 18px;
  right: 10px;
}
.properties__ribon:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #00887c;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}
.properties__ribongreen{
    position: absolute;
    right: -7px;
    background: #e0b22a;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    top: 55px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    font-size:16px;
    right: 10px;
}
.properties__ribongreen:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #00887c;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}
.properties__ribonred{
    position: absolute;
    right: -7px;
    background: #E0572A;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    top: 95px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    font-size:30px;
    right: 10px;
}
.properties__ribonred:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #00887c;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}
.properties__ribonred2 {
    z-index:999;
    position: absolute;
    right: -7px;
    background: #E0572A;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    top: 178px;
    font-size: 30px;
    right: -4px;
}
.properties__ribonred2:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #00887c;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}
.properties__header:before,
.properties__header:after {
  content: " ";
  display: table;
}

.properties__header:after {
  clear: both;
}

.properties__right {
  float: right;
  margin-right: -5px;
}

.properties__state {
  font-size: 13px;
  text-transform: uppercase;
  color: #2c3e50;
  float: left;
  position: relative;
}

.properties__state:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #00bbaa;
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}

.properties__state--hidden:before {
  background: #c5cbd2;
}

.properties__state--highlight:before {
  background: #f3bc65;
}

.properties__state--hidden:before {
  background: #c5cbd2;
}

.properties__state--pending:before {
  background: #f3bc65;
}

.properties__state--pending:after {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 3px;
  border-radius: 6px 6px 0 0;
  background: #c5cbd2;
  position: absolute;
  left: -1px;
  top: 76px;
  -webkit-transform: rotateZ(-50deg);
  transform: rotateZ(-50deg);
}

.properties__link {
  font-size: 13px;
  color: #00bbaa;
  border: none;
  background: none;
  text-transform: uppercase;
  vertical-align: top;
}

.properties__pay {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  margin-left: 0;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .properties__pay {
    padding: 3px 5px 3px 5px;
  }
}

.properties__pay:hover,
.properties__pay:focus,
.properties__pay.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.properties__pay:disabled,
.properties__pay.disabled {
  cursor: not-allowed;
}

.properties__pay.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.properties__pay:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.properties__pay.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.properties__pay.has-error,
.properties__pay.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.properties__pay.has-error:after,
.properties__pay.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.properties__pay.has-success,
.properties__pay.success {
  color: transparent !important;
}

.properties__pay.has-success:after,
.properties__pay.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .properties__pay.button--loading:before {
  content: "";
}

.button--loading-refresh .properties__pay.button--loading:before {
  content: "";
}

.button--loading-spinner .properties__pay.button--loading:before {
  content: "";
}

.properties__pay.hover,
.properties__pay:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.properties__pay:active,
.properties__pay.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.properties__pay:disabled,
.properties__pay.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.properties__show {
  display: none;
}

@media (max-width: 767px) {
  .properties__show {
    font-size: 17px;
    color: #2c3e50;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    outline: none;
    margin-top: 40px;
    background: #e4e4e4;
    display: block;
    margin-top: 0;
  }

  .properties__show:after {
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    border: 1px solid #2c3e50;
    margin-left: 10px;
    width: 26px;
    height: 26px;
    vertical-align: top;
    text-align: center;
    line-height: 26px;
    padding: 0 0 0 2px;
  }

  .properties__show.active:after {
    content: "";
  }

  .opened .properties__show {
    display: none;
  }
}

.properties--index {
  padding-bottom: 50px;
  background: #f6f6f6;
  direction:rtl
}

@media (max-width: 767px) {
  .properties--index {
    padding-bottom: 30px;
  }
}

.properties--index .properties__title {
  text-align: center;
  font-family: 'IRANSansBold';
}

.properties--index .properties__headline {
  text-align: center;
}

.properties--index .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .properties--index .properties__item {
    float: right;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .properties--index .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--index .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--index .properties__item {
    float: right
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .properties--index .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--index .properties__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.properties--index .properties__address {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 100% repeat-x;
}

@media (min-width: 1200px) {
  .properties--index .properties__address:hover {
    color: #fff;
    text-decoration: none;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }
}

.properties--grid {
  margin-left: -15px;
  padding-bottom: 0;
  margin-top: 50px;
}

.properties--grid:before,
.properties--grid:after {
  content: " ";
  display: table;
}

.properties--grid:after {
  clear: both;
}

@media (max-width: 767px) {
  .properties--grid {
    margin-top: 30px;
  }
}

.properties--grid:before,
.properties--grid:after {
  content: " ";
  display: table;
}

.properties--grid:after {
  clear: both;
}

.properties--grid .properties__list {
  margin-left: 0;
  margin-right: 0;
  margin:30px 0px
}

.properties--grid .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.properties__list .col-md-4{
	margin-bottom:30px 
}
@media (min-width: 768px) {
  .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--grid .properties__item {
    float: right;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--grid .properties__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.listing-grid-small .properties--grid .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .listing-grid-small .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .listing-grid-small .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-small .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .listing-grid-small .properties--grid .properties__item {
    float: right;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .listing-grid-small .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-small .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .listing-grid-small .properties--grid .properties__item {
    float: right;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .listing-grid-small .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-small .properties--grid .properties__item:nth-of-type(4n+1) {
    clear: both;
  }
}

.listing-grid-medium .properties--grid .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .listing-grid-medium .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .listing-grid-medium .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-medium .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .listing-grid-medium .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .listing-grid-medium .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-medium .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .listing-grid-medium .properties--grid .properties__item {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .listing-grid-medium .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-medium .properties--grid .properties__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.listing-grid-big .properties--grid .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .listing-grid-big .properties--grid .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .listing-grid-big .properties--grid .properties__item:nth-of-type(n) {
    clear: none;
  }

  .listing-grid-big .properties--grid .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

.properties--grid .properties__item:before,
.properties--grid .properties__item:after {
  content: " ";
  display: table;
}

.properties--grid .properties__item:after {
  clear: both;
}

.properties--grid .properties__header {
  margin: 0;
}

.properties--grid .properties__address {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 100% repeat-x;
}

@media (min-width: 1200px) {
  .properties--grid .properties__address:hover {
    color: #fff;
    text-decoration: none;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }
}

.properties--similar {
  border-top: 1px solid #d6d6d6;
  clear: both;
}

.properties--similar:before,
.properties--similar:after {
  content: " ";
  display: table;
}

.properties--similar:after {
  clear: both;
}

@media (max-width: 767px) {
  .properties--similar {
    margin-top: 0;
    border-top: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.properties--similar.opened .properties__header {
  display: block;
}

.properties--similar.opened .properties__list {
  display: block;
}

.properties--similar .properties__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .properties--similar .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--similar .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .properties--similar .properties__item {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .properties--similar .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--similar .properties__item:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .properties--similar .properties__header {
    display: none;
  }
}

@media (max-width: 767px) {
  .properties--similar .properties__list {
    display: none;
  }
}

.properties--similar .properties__address {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 100% repeat-x;
}

@media (min-width: 1200px) {
  .properties--similar .properties__address:hover {
    color: #fff;
    text-decoration: none;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }
}

.properties--workers {
  border-top: 1px solid #d6d6d6;
  margin-top: 30px;
  padding-bottom: 0;
}

.properties--workers .properties__title {
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .properties--workers .properties__title {
    text-align: center;
  }
}

.properties--workers .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .properties--workers .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .properties--workers .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--workers .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .properties--workers .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .properties--workers .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--workers .properties__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--workers .properties__item {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .properties--workers .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--workers .properties__item:nth-of-type(3n+1) {
    clear: both;
  }
}

.properties--workers .properties__address {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 100% repeat-x;
}

@media (min-width: 1200px) {
  .properties--workers .properties__address:hover {
    color: #fff;
    text-decoration: none;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }
}

.properties--sidebar {
  background: none;
  margin: 0 0 30px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .properties--sidebar {
    margin: 0;
  }
}

.properties--sidebar.opened .properties__header {
  display: block;
}

.properties--sidebar.opened .properties__list {
  display: block;
}

.properties--sidebar .properties__title {
  color: #2c3e50;
  text-align: right;
  font-family: 'IRANSansBold';
}

@media (max-width: 767px) {
  .properties--sidebar .properties__title {
    text-align: center;
  }
}

.properties--sidebar .properties__header {
  margin: 24px 0 0;
}

@media (max-width: 767px) {
  .properties--sidebar .properties__header {
    display: none;
  }
}

.properties--sidebar .properties__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: none;
  color: #2c3e50;
  text-align: left;
  margin: 4px 0 0;
  line-height: 1.1;
  min-height: 32px;
}

.properties--sidebar .properties__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .properties--sidebar .properties__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .properties--sidebar .properties__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .properties--sidebar .properties__headline {
    text-align: center;
  }
}

.properties--sidebar .properties__list {
  margin: 0;
  background: #e4e4e4;
  border: 1px solid #d6d6d6;
  padding: 30px 30px 20px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .properties--sidebar .properties__list {
    display: none;
  }
}

.properties--sidebar .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #222;
  padding: 0;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .properties--sidebar .properties__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .properties--sidebar .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--sidebar .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .properties--sidebar .properties__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .properties--sidebar .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--sidebar .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--sidebar .properties__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .properties--sidebar .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--sidebar .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

.properties--sidebar .properties__item:before,
.properties--sidebar .properties__item:after {
  content: " ";
  display: table;
}

.properties--sidebar .properties__item:after {
  clear: both;
}

.properties--sidebar .properties__item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.properties--sidebar .properties__price {
  padding: 0 0 5px;
  font-size: 17px;
  text-align: center;
  color: #00bbaa;
  display: block;
}

.properties--sidebar .properties__thumb {
  position: relative;
  float:none;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin:0 auto
}

.properties--sidebar .properties__thumb img {
  display: block;
}

.properties--sidebar .properties__info {
  border: none;
  padding: 0;
  background: none !important;
}

.properties--sidebar .properties__address {
  clear: both;
  color: #2c3e50 !important;
  padding: 15px 0 0;
  height: auto;
  background: none !important;
}

.properties--list {
  padding-bottom: 0;
}

.properties--list:before,
.properties--list:after {
  content: " ";
  display: table;
}

.properties--list:after {
  clear: both;
}

.properties--list .properties__list {
  margin: 0;
}

.properties--list .properties__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #808080;
  padding: 50px 0;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .properties--list .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__item {
    float: left;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__item:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__item:nth-of-type(1n+1) {
    clear: both;
  }
}

.properties--list .properties__item:before,
.properties--list .properties__item:after {
  content: " ";
  display: table;
}

.properties--list .properties__item:after {
  clear: both;
}

.properties--list .properties__item:first-child {
  padding-top: 0;
}

.properties--list .properties__item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .properties--list .properties__item:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .properties--list .properties__item {
    padding: 30px 0 20px;
  }
}

.properties--list .properties__thumb {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px 0 0;
  position: relative;
}

@media (min-width: 992px) {
  .properties--list .properties__thumb {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .properties--list .properties__thumb:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__thumb:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__thumb {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__thumb:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__thumb:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  .properties--list .properties__thumb {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .properties--list .properties__ribon {
    right: -5px;
  }
}

.properties--list .properties__photo {
  margin: 0;
}

.properties--list .properties__info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  padding: 0;
  background: none !important;
  position: relative;
}

@media (min-width: 992px) {
  .properties--list .properties__info {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .properties--list .properties__info:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__info:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__info {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .properties--list .properties__info:nth-of-type(n) {
    clear: none;
  }

  .properties--list .properties__info:nth-of-type(1.5n+1) {
    clear: both;
  }
}

.properties--list .properties__intro {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 0 repeat-x;
  padding-top: 5px;
}

.properties--list .properties__price {
  float: right;
  margin-top: -10px;
}

@media (max-width: 991px) {
  .properties--list .properties__price {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .properties--list .properties__price--top {
    display: none;
  }
}

@media (min-width: 992px) {
  .properties--list .properties__price--bottom {
    display: none;
    top: 0;
  }
}

@media (max-width: 991px) {
  .properties--list .properties__price--bottom {
    float: left;
  }
}

@media (max-width: 1199px) {
  .properties--list .properties__price-period {
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .properties--list .properties__price-period {
    display: inline-block;
    margin-left: 5px;
  }
}

.properties--list .properties__address {
  margin: 0;
  padding: 0 10px 0 0;
  max-height: 81px;
  overflow: hidden;
  height: auto;
  position: relative;
  top: -6px;
  color: #2c3e50 !important;
  background: none !important;
}

@media (max-width: 1199px) {
  .properties--list .properties__address {
    max-height: none;
  }
}

@media (max-width: 991px) {
  .properties--list .properties__address {
    clear: both;
    padding-top: 10px;
  }
}

.properties--list .properties__more {
  display: none;
}

.properties--gallery {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
.gallery .properties__info {
    text-align:center
}
.gallery .properties__info a{
    text-decoration:none;
    font-family:'Iranian Sans'
}
.properties--gallery:before,
.properties--gallery:after {
  content: " ";
  display: table;
}

.properties--gallery:after {
  clear: both;
}

@media (max-width: 767px) {
  .properties--gallery {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

.properties--gallery .properties__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .properties--gallery .properties__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .properties--gallery .properties__item {
    float: left;
    width: 25%;
  }
}

.properties--gallery .properties__item:before,
.properties--gallery .properties__item:after {
  content: " ";
  display: table;
}

.properties--gallery .properties__item:after {
  clear: both;
}

.properties--gallery .properties__address {
  background: url("/Content/assets/img/bg-border-dotted-horizontal.png") 0 100% repeat-x;
}

@media (min-width: 1200px) {
  .properties--gallery .properties__address:hover {
    color: #fff;
    text-decoration: none;
    background-image: url("/Content/assets/img/bg-border-dotted-horizontal--hover.png");
  }
}

/*------------------------------------------------------------------
 * Feature
 * + Feature / .feature
 *   -- Feature listing / .feature--listing
 * ============================================================== */

.feature {
  position: relative;
  background: #fff !important;
}

@media (min-width: 1200px) {
  .feature {
    overflow: hidden;
  }
}

.feature__header {
  margin:-11px 0 40px;
}

@media (max-width: 767px) {
  .feature__header {
    margin: 21px 0 25px;
  }
}

.feature__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: 'IRANSansBold';
  color: #00bbaa;
  text-align: right;
}

.sidebar .feature__title {
  font-size: 34px;
}

.footer .feature__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .feature__title {
    font-size: 26px;
  }

  .sidebar .feature__title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .feature__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature__header {
    padding: 0 15px;
  }
}

.feature__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  color: #606e7c;
  text-align: right;
}

.feature__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .feature__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .feature__headline {
  margin: 4px 0 0;
}

@media (max-width: 1199px) {
  .feature__headline {
    text-align: center;
  }
}

.feature__picture {
  background: url("/Content/assets/img/bg-feature.jpg") 100% 0;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 44%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .feature__picture {
    display: none;
  }
}

.feature__content {
  padding: 0 0 0 52px;
  direction:rtl
}

@media (min-width: 1200px) {
  .feature__content {
    margin-left: 41.66667%;
  }
}

@media (max-width: 1199px) {
  .feature__content {
    margin-right: 0;
    padding-left: 0;
  }
}

.feature__list {
  margin-left: -15px;
  margin-right: -15px;
}

.feature__list:before,
.feature__list:after {
  content: " ";
  display: table;
}

.feature__list:after {
  clear: both;
}

.feature__list:before,
.feature__list:after {
  content: " ";
  display: table;
}

.feature__list:after {
  clear: both;
}

@media (max-width: 767px) {
  .feature__list {
    margin: 28px 0 0;
  }
}

.feature__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .feature__item:nth-of-type(n) {
    clear: none;
  }

  .feature__item:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .feature__item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .feature__item:nth-of-type(n) {
    clear: none;
  }

  .feature__item:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .feature__item {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .feature__item {
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
}

.feature__item-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00bbaa;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .feature__item-title {
    margin: 10px 0;
    font-size: 18px;
  }
}

.feature__text {
  margin-top: 17px;
  color: #606e7c;
}

@media (max-width: 767px) {
  .feature__text {
    margin-top: 5px;
  }
}

.feature__icon {
  margin-top: 13px;
  fill: #606e7c;
  width: 55px;
  height: 55px;
}

.feature__icon--good-sales {
  width: 54px;
}

/*------------------------------------------------------------------
 * Gosubmit
 * + Gosubmit / .gosubmit
 * ============================================================== */

.gosubmit {
  background: #fff !important;
  border-top: 1px solid #d6d6d6;
}

.gosubmit .container {
  background: url("/Content/assets/img/bg-gosubmit.png") no-repeat 23px -2px #fff !important;
  min-height: 200px;
}

@media (max-width: 767px) {
  .gosubmit .container {
    background: url("/Content/assets/img/bg-gosubmit-mob.jpg") no-repeat 23px -2px #fff !important;
    min-height: 197px;
    background-size: cover;
  }
}

.gosubmit__title {
  font-size: 20px;
  font-weight: 600;
  width: 270px;
  float: left;
  margin: 42px 0 0 495px;
}

.listing--index .gosubmit__title {
  margin-left: 320px;
}

@media (max-width: 1199px) {
  .gosubmit__title {
    font-size: 17px;
    width: 270px;
    margin: 17px auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .listing--index .gosubmit__title {
    margin-left: 0;
  }
}

.gosubmit__title__row--second {
  text-align: center;
}

.gosubmit__title__row--third {
  text-align: right;
}

.gosubmit__title__option {
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
}

@media (max-width: 1199px) {
  .gosubmit__title__option {
    font-size: 46px;
  }
}

.gosubmit__btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  float: left;
  width: 175px;
  margin: 80px 0 0 30px;
}

@media (max-width: 767px) {
  .gosubmit__btn {
    padding: 3px 5px 3px 5px;
  }
}

.gosubmit__btn:hover,
.gosubmit__btn:focus,
.gosubmit__btn.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.gosubmit__btn:disabled,
.gosubmit__btn.disabled {
  cursor: not-allowed;
}

.gosubmit__btn.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.gosubmit__btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.gosubmit__btn.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.gosubmit__btn.has-error,
.gosubmit__btn.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.gosubmit__btn.has-error:after,
.gosubmit__btn.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.gosubmit__btn.has-success,
.gosubmit__btn.success {
  color: transparent !important;
}

.gosubmit__btn.has-success:after,
.gosubmit__btn.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .gosubmit__btn.button--loading:before {
  content: "";
}

.button--loading-refresh .gosubmit__btn.button--loading:before {
  content: "";
}

.button--loading-spinner .gosubmit__btn.button--loading:before {
  content: "";
}

.gosubmit__btn.hover,
.gosubmit__btn:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.gosubmit__btn:active,
.gosubmit__btn.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.gosubmit__btn:disabled,
.gosubmit__btn.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

@media (max-width: 1199px) {
  .gosubmit__btn {
    margin: 0 auto;
    float: none;
    display: block;
  }
}

/*------------------------------------------------------------------
 * Partners
 * + Partners / .partners
 * ============================================================== */

.partners {
  background: #f6f6f6;
  border-top: 1px solid #d6d6d6;
}

.partners:before,
.partners:after {
  content: " ";
  display: table;
}

.partners:after {
  clear: both;
}

.partners__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .partners__header {
    margin: 21px 0 25px;
  }
}

.partners__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
}

.sidebar .partners__title {
  font-size: 34px;
}

.footer .partners__title {
  font-family: "Yekan";
}

@media (max-width: 767px) {
  .partners__title {
    font-size: 26px;
  }

  .sidebar .partners__title {
    font-size: 26px;
  }
}

.partners__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  width: 780px;
  margin: 30px auto 0;
}

.partners__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .partners__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .partners__headline {
  margin: 4px 0 0;
}

@media (max-width: 991px) {
  .partners__headline {
    width: auto;
  }
}

.partners__list {
  position: relative;
  padding: 0 50px;
  margin: 40px 0;
}

.partners__list:before,
.partners__list:after {
  content: " ";
  display: table;
}

.partners__list:after {
  clear: both;
}

@media (max-width: 767px) {
  .partners__list {
    margin: 20px 0;
  }
}

.partners__item {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.partners__item:before,
.partners__item:after {
  content: " ";
  display: table;
}

.partners__item:after {
  clear: both;
}

.partners__item img {
  margin: 0 auto;
}

.partners__item.slick-active {
  opacity: 1;
}

@media (min-width: 768px) {
  .partners__item:nth-child(2n) .request__photo {
    float: right !important;
  }
}

@media (max-width: 767px) {
  .partners__item {
    width: 160px;
  }

  .partners__item img {
    max-width: 100%;
  }
}

.partners__item--last {
  border-bottom: 0;
}

.partners__slider {
  overflow: hidden;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .partners__controls {
    margin: 0;
  }
}

.partners__arrow {
  padding: 8px 12px;
  margin: -29px 0 0 10px;
  color: #00bbaa;
  line-height: 0.5;
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  outline: none;
}

.partners__arrow--prev {
  left: -14px;
}

.partners__arrow--prev:after {
  font-size: 5em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.partners__arrow--next {
  right: -14px;
}

.partners__arrow--next:after {
  font-size: 5em;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

/*------------------------------------------------------------------
 * Subscribe
 * + Subscribe / .subscribe
 * ============================================================== */

.subscribe {
  background: #2d2d2d;
  padding: 30px 15px;
}

@media (max-width: 1199px) {
  .subscribe {
    padding-left: 0;
    padding-right: 0;
  }
}

.subscribe__form {
  width: 765px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .subscribe__form {
    width: auto;
  }
}

.subscribe__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
  display: inline-block;
  font-size: 26px;
  vertical-align: top;
  margin: 4px 0 0;
  color: #fff;
  font-family: "Yekan";
}

.sidebar .subscribe__title {
  font-size: 34px;
}

.footer .subscribe__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .subscribe__title {
    font-size: 26px;
  }

  .sidebar .subscribe__title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .subscribe__title {
    margin-top: -5px;
    margin-bottom: 25px;
    display: block;
  }
}

.subscribe__group {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

@media (max-width: 1199px) {
  .subscribe__group {
    width: 100%;
    margin: 0;
  }
}

.subscribe .help-block {
  text-align: right;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .subscribe .help-block {
    margin-top: 0;
  }
}

.subscribe .form-control-feedback {
  top: 15px;
}

.subscribe__field {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #fff;
  display: inline-block;
  width: 370px;
  background: #2d2d2d;
}

.subscribe__field:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.subscribe__field::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.subscribe__field:-ms-input-placeholder {
  color: #2c3e50;
}

.subscribe__field::-webkit-input-placeholder {
  color: #2c3e50;
}

.subscribe__field[disabled],
.subscribe__field[readonly],
fieldset[disabled] .subscribe__field {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.subscribe__field.parsley-error {
  border: 1px solid #e95b35;
}

.subscribe__field.parsley-success {
  border: 1px solid #00bbaa;
}

.subscribe__field::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

.subscribe__field:-ms-input-placeholder {
  color: #bebebe;
}

.subscribe__field::-webkit-input-placeholder {
  color: #bebebe;
}

.subscribe__field:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 1199px) {
  .subscribe__field {
    float: none;
    width: 100%;
  }
}

.subscribe__submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: 170px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .subscribe__submit {
    padding: 3px 5px 3px 5px;
  }
}

.subscribe__submit:hover,
.subscribe__submit:focus,
.subscribe__submit.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.subscribe__submit:disabled,
.subscribe__submit.disabled {
  cursor: not-allowed;
}

.subscribe__submit.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.subscribe__submit:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.subscribe__submit.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.subscribe__submit.has-error,
.subscribe__submit.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.subscribe__submit.has-error:after,
.subscribe__submit.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.subscribe__submit.has-success,
.subscribe__submit.success {
  color: transparent !important;
}

.subscribe__submit.has-success:after,
.subscribe__submit.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .subscribe__submit.button--loading:before {
  content: "";
}

.button--loading-refresh .subscribe__submit.button--loading:before {
  content: "";
}

.button--loading-spinner .subscribe__submit.button--loading:before {
  content: "";
}

.subscribe__submit.hover,
.subscribe__submit:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.subscribe__submit:active,
.subscribe__submit.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.subscribe__submit:disabled,
.subscribe__submit.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

@media (max-width: 1199px) {
  .subscribe__submit {
    margin: 30px auto 0;
    display: block;
  }
}

/*------------------------------------------------------------------
 * Pricing
 * + Pricing / .pricing
 * ============================================================== */

.pricing {
  margin-top: 25px;
}

.pricing__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .pricing__title {
    font-size: 26px;
  }
}

.pricing__row {
  margin-left: -15px;
  margin-right: -15px;
}

.pricing__row:before,
.pricing__row:after {
  content: " ";
  display: table;
}

.pricing__row:after {
  clear: both;
}

@media (min-width: 1200px) {
  .pricing__row {
    min-height: 600px;
  }
}

.pricing__col3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .pricing__col3:nth-of-type(n) {
    clear: none;
  }

  .pricing__col3:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .pricing__col3 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .pricing__col3:nth-of-type(n) {
    clear: none;
  }

  .pricing__col3:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .pricing__col3 {
    float: right;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .pricing__col3:nth-of-type(n) {
    clear: none;
  }

  .pricing__col3:nth-of-type(3n+1) {
    clear: both;
  }
}

.pricing__col4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) {
  .pricing__col4:nth-of-type(n) {
    clear: none;
  }

  .pricing__col4:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .pricing__col4 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .pricing__col4:nth-of-type(n) {
    clear: none;
  }

  .pricing__col4:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .pricing__col4 {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .pricing__col4:nth-of-type(n) {
    clear: none;
  }

  .pricing__col4:nth-of-type(4n+1) {
    clear: both;
  }
}

.pricing__col4 .pricing__feature {
  margin: 0 15%;
}

.pricing__col5 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 480px) {
  .pricing__col5:nth-of-type(n) {
    clear: none;
  }

  .pricing__col5:nth-of-type(5n+1) {
    clear: both;
  }
}

.pricing__item {
  border: 3px solid #dedede;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 35px;
}
.pricing__itemblue {
  border: 3px solid #dedede;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .pricing__item:hover {
    border: 5px solid #00BAA9;
    -webkit-transform: scaleY(1) translateY(-20px);
    -ms-transform: scaleY(1) translateY(-20px);
    transform: scaleY(1) translateY(-20px);
  }
 .pricing__itemblue:hover {
    border: 5px solid #7C56A1;
    -webkit-transform: scaleY(1) translateY(-20px);
    -ms-transform: scaleY(1) translateY(-20px);
    transform: scaleY(1) translateY(-20px);
  }
  .pricing__item:hover .pricing__currency {
    font-size: 32px;
    top: -33px;
  }

  .pricing__item:hover .pricing__period {
    font-size: 22px;
  }

  .pricing__item:hover .pricing__summa {
    font-size: 50px;
  }
   .pricing__itemblue:hover .pricing__currency {
    font-size: 32px;
    top: -33px;
  }

  .pricing__itemblue:hover .pricing__period {
    font-size: 22px;
  }

  .pricing__itemblue:hover .pricing__summa {
    font-size: 50px;
  }
}

.pricing__item--col {
  border: 0;
}

@media (min-width: 1200px) {
  .pricing__item--col:hover {
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing__item--col:hover .pricing__currency {
    font-size: 24px;
    top: -22px;
  }

  .pricing__item--col:hover .pricing__period {
    font-size: 16px;
  }

  .pricing__item--col:hover .pricing__summa {
    font-size: 60px;
  }
}

.pricing__item--col .pricing__total {
  height: 104px;
}
.pricing__item--col .pricing__totalblue {
  height: 104px;
}
.pricing__item .pricing__feature {
  margin: 0 15%;
}

.pricing__table {
  border: 3px solid #dedede;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin: 0 15px;
}

@media (max-width: 991px) {
  .pricing__table {
    overflow-x: auto;
  }
}

.pricing__table:before,
.pricing__table:after {
  content: " ";
  display: table;
}

.pricing__table:after {
  clear: both;
}

.pricing__table:hover {
  border: 3px solid #00bbaa;
}

.pricing__table-wrap {
  min-width: 940px;
}

.pricing__type {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 14px 0;
  font-family: 'IRANSansBold';
}

.pricing__type--head {
  padding: 25px 0;
}

.pricing__type--heading {
  font-weight: 400;
  padding: 25px 0;
}

.pricing__total {
  background: #00bbaa;
  padding: 1px 0 7px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  margin-bottom: 33px;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
  color: #2c3e50;
}
.pricing__totalblue {
  background:#7C56A1;
  padding: 1px 0 7px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  margin-bottom: 33px;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
  color: #fff;
}
.pricing__currency {
  font-size: 24px;
  position: relative;
  top: -22px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pricing__summa {
  font-size: 40px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pricing__period {
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pricing__favorite {
  position: absolute;
  top: -30px;
  right: 5%;
  background: #f3bc65;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 60px;
  width: 60px;
  display: block;
  height: 60px;
  line-height: 1;
  padding: 19px 0;
}

.pricing__list {
  margin-bottom: 0;
}

.pricing__feature {
  margin: 0 26%;
  border-bottom: 1px solid #dedede;
  text-align: center;
  padding: 10px 0;
  font-family:iransans;
  font-size:20px
}

.pricing__feature:last-child {
  border-bottom: none;
}

.pricing__feature strong {
  margin-left: 5px;
  font-size:25px;
}

.pricing__feature .fa-check {
  color: #00bbaa;
}

.pricing__feature--heading {
  text-align: left;
}

.pricing__actions {
  text-align: center;
  padding: 22px 0 51px;
}

.pricing__button {
	    font-family: iransans;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
}

@media (max-width: 767px) {
  .pricing__button {
    padding: 3px 5px 3px 5px;
  }
}

.pricing__button:hover,
.pricing__button:focus,
.pricing__button.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.pricing__button:disabled,
.pricing__button.disabled {
  cursor: not-allowed;
}

.pricing__button.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.pricing__button:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.pricing__button.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.pricing__button.has-error,
.pricing__button.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.pricing__button.has-error:after,
.pricing__button.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.pricing__button.has-success,
.pricing__button.success {
  color: transparent !important;
}

.pricing__button.has-success:after,
.pricing__button.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .pricing__button.button--loading:before {
  content: "";
}

.button--loading-refresh .pricing__button.button--loading:before {
  content: "";
}

.button--loading-spinner .pricing__button.button--loading:before {
  content: "";
}

.pricing__button.hover,
.pricing__button:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.pricing__button:active,
.pricing__button.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.pricing__button:disabled,
.pricing__button.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

/*------------------------------------------------------------------
 * Property Details
 * + Property Details / .property
 * ============================================================== */

.property {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 49px 0 30px;
}

@media (min-width: 480px) {
  .property:nth-of-type(n) {
    clear: none;
  }

  .property:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .property {
    float: right;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .property:nth-of-type(n) {
    clear: none;
  }

  .property:nth-of-type(1.5n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .property {
    float:right;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .property:nth-of-type(n) {
    clear: none;
  }

  .property:nth-of-type(1.33333n+1) {
    clear: both;
  }
}

.property:before,
.property:after {
  content: " ";
  display: table;
}

.property:after {
  clear: both;
}

@media (max-width: 767px) {
  .property {
    float: none;
    margin-top: 21px;
    margin-bottom: 0;
  }
}

.property__title {
  font-size: 25px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: 'IRANSansBold';
  line-height: 1.3;
  min-height: 49px;
  border-bottom: 1px solid #d6d6d6;
  text-transform: none;
  text-align: right;
}

.sidebar .property__title {
  font-size: 34px;
}

.footer .property__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .property__title {
    font-size: 26px;
  }

  .sidebar .property__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .property__title {
    margin-bottom: 23px;
    padding-bottom: 16px;
    min-height: initial;
  }
}

.property__city {
  display: block;
  font-weight: 400;
}

.property__price {
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #2c3e50;
  float: left;
  margin: 13px 0 0 0;
  padding: 3px 12px 11px;
  line-height: 1;
}

.property__price strong {
  font-size: 46px;
  color: #00bbaa;
  display: block;
  font-weight: 600;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .property__price strong {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .property__price {
    margin-top: 0;
    float: left;
    padding: 6px 15px;
    text-align: center;
  }

  .property__price span {
    display: none;
  }
}

.property__info {
  margin: 20px 0;
}

.property__id {
  font-size: 20px;
  color: #2c3e50;
}

@media (max-width: 767px) {
  .property__id {
    font-size: 15px;
  }
}

.property__slider {
  position: relative;
}

.property__ribon {
  position: absolute;
  top: 110px;
  right: -7px;
  background: #00bbaa;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  padding: 10px 15px;
  right: -5px;
  z-index: 20;
  font-size:20px;
  font-family:iransansbold
}

.property__ribon:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-top: 5px solid #00887c;
  width: 5px;
  content: " ";
  display: block;
  border-right: 5px solid #f6f6f6;
}

@media (max-width: 1199px) {
  .property__ribon {
    top: 50px;
  }
}

@media (max-width: 767px) {
  .property__ribon {
    top: 15px;
    padding: 4px 10px;
  }
}

.property__type {
  font-size: 20px;
  margin: 0;
  font-weight: normal;
}

.property__type span {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .property__type {
    font-size: 15px;
  }
}

.property__subtitle {
  font-size: 20px;
  margin: 40px 0 15px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .property__subtitle {
    margin: 15px 0;
  }
}

.property__description {
  line-height: 1.4;
}

@media (max-width: 767px) {
  .property__description {
    margin-top: 0;
  }
}

.property__description:before,
.property__description:after {
  content: " ";
  display: table;
}

.property__description:after {
  clear: both;
}

.property__description.opened {
  margin-bottom: -14px;
}

.property__description p {
  line-height: 30px;
    text-align: justify;
    font-family: iransans;
    font-size: 18px;
}

.property__description-wrap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 767px) {
  .property__description-wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-top: 20px;
    max-height: 260px;
    overflow: hidden;
    position: relative;
  }

  .property__description-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f6f6f6));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
    height: 20px;
    z-index: 5;
    content: " ";
    display: block;
  }

  .opened .property__description-wrap {
    max-height: none;
  }
}

.property__btn-more {
  position: relative;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: block;
  padding: 7px 20px;
  text-transform: uppercase;
  color: #2c3e50;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 600;
  width: 200px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  display: none;
  margin: 20px 0 0;
  padding: 4px 0;
}

.property__btn-more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.property__btn-more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.property__btn-more.has-error,
.property__btn-more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.property__btn-more.has-error:after,
.property__btn-more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.property__btn-more.has-success,
.property__btn-more.success {
  color: transparent !important;
}

.property__btn-more.has-success:after,
.property__btn-more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .property__btn-more.button--loading:before {
  content: "";
}

.button--loading-refresh .property__btn-more.button--loading:before {
  content: "";
}

.button--loading-spinner .property__btn-more.button--loading:before {
  content: "";
}

.property__btn-more.hover,
.property__btn-more:hover {
  border-color: #f3bc65;
  color: #f3bc65;
  text-decoration: none;
}

.property__btn-more:active,
.property__btn-more.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.property__btn-more:focus,
.property__btn-more.focus {
  text-decoration: none;
  outline: none;
}

.property__btn-more:disabled,
.property__btn-more.disabled {
  cursor: not-allowed;
  color: #ccc;
  border-color: #efefef;
}

.property__btn-more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .property__btn-more {
    display: block;
  }

  .opened .property__btn-more {
    display: none;
  }
}

.property__params:before,
.property__params:after {
  content: " ";
  display: table;
}

.property__params:after {
  clear: both;
}

.property__params-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .property__params-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.property__params-list li {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 3px 0 2px;
}

@media (min-width: 768px) {
  .property__params-list li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .property__params-list li:nth-of-type(n) {
    clear: none;
  }

  .property__params-list li:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .property__params-list li {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .property__params-list li:nth-of-type(n) {
    clear: none;
  }

  .property__params-list li:nth-of-type(3n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .property__params-list li {
    padding: 8px 0 2px;
    line-height: 1;
    float: none;
  }
}

.property__params-list li strong {
  display: block;
}

.property__params-list--options li {
  background: url("/Content/assets/img/bg-border-dotted-vertical.png") no-repeat 3px -1px;
  padding-left: 15px;
}

.property__params-list--options li:before {
  content: " ";
  width: 8px;
  height: 8px;
  border: 2px solid #00bbaa;
  border-radius: 8px;
  margin: 9px 3px 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .property__params-list--options li:before {
    margin-top: 3px;
  }
}

.property__params-list--options li:nth-child(-n+3) {
  background-position: 3px 12px;
}

.property__params-list--options li:nth-last-child(1),
.property__params-list--options li:nth-last-child(2),
.property__params-list--options li:nth-last-child(3) {
  background-position: 3px -208px;
}

@media (max-width: 767px) {
  .property__params-list--options li:nth-child(n) {
    background-position: 3px -1px !important;
  }
}

.property__plan {
  margin-left: -5px;
}

@media (max-width: 767px) {
  .property__plan {
    margin-right: 0;
  }
}

.property__plan:before,
.property__plan:after {
  content: " ";
  display: table;
}

.property__plan:after {
  clear: both;
}

.property__plan-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #fff;
  background: #e4e4e4;
  margin-left: -1px;
  margin-top: -1px;
}

@media (min-width: 768px) {
  .property__plan-item {
    float: right;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .property__plan-item {
    width: 115px;
    float: right;
    margin-bottom: 13px;
  }
}

.property__plan-icon svg {
  width: 26px;
  height: 31px;
  fill: #00bbaa;
  margin: 18px auto 0;
  display: block;
}

.property__plan-icon--window svg {
  width: 17px;
  height: 26px;
  margin-top: 23px;
}

.property__plan-icon--bathrooms svg {
  height: 30px;
  margin-top: 19px;
}

.property__plan-icon--garage svg {
  width: 25px;
  height: 32px;
  margin-top: 17px;
}

.property__plan-title {
     font-weight: normal;
    color: #2c3e50;
    padding: 5px 0 11px 0;
    text-align: center;
    margin: 0 auto;
}
.greencode{
	color:#01A1BB
}
@media (max-width: 767px) {
  .property__plan-title {
    padding: 2px 0 4px 0;
  }
}

.property__plan-value {
    font-size: 17px;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 16px 0;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 767px) {
  .property__plan-value {
    font-size: 15px;
    padding: 9px 0;
  }
}

.property__files {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 13px 15px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .property__files {
    display: none;
    margin-top: 30px;
  }

  .property__files.opened {
    display: block;
  }
}

.property__files:before,
.property__files:after {
  content: " ";
  display: table;
}

.property__files:after {
  clear: both;
}

.property__files .property__subtitle {
  float: left;
  margin: 4px 0 0 0;
}

@media (max-width: 1199px) {
  .property__files .property__subtitle {
    float: none;
  }
}

.property__files-icon {
  fill: #00bbaa;
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
  height: 35px;
}

.property__files-item {
  display: inline-block;
  color: #2c3e50;
  margin: 0 0 0 25px;
}

@media (max-width: 1199px) {
  .property__files-item {
    padding: 0 0 10px 0;
    margin: 9px 25px 0 0;
  }
}

@media (max-width: 767px) {
  .property__files-item {
    margin-left: 0;
    padding: 0 0 2px 0;
  }
}

.property__files-show {
  font-size: 17px;
  color: #2c3e50;
  text-align: center;
  border: 1px solid #d6d6d6;
  padding: 15px 0;
  background: #fff;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  outline: none;
  margin-top: 40px;
  display: none;
}

.property__files-show:after {
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  border: 1px solid #2c3e50;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  text-align: center;
  line-height: 25px;
  padding: 0 0 0 2px;
}

.property__files-show.active:after {
  content: "";
}

@media (max-width: 767px) {
  .property__files-show {
    display: block;
    margin-top: 30px;
  }
}

.property__map {
  margin: 25px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .property__map {
    margin: 30px 0 0 0;
    height: 170px;
  }
}

.property__contact {
  position: relative;
}

@media (max-width: 767px) {
  .property__contact {
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.property__contact .property__subtitle {
  font-size: 20px;
}

@media (max-width: 767px) {
  .property__contact .property__subtitle {
    text-align: center;
    margin: 25px 0;
  }
}

.property__contact-agent {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .property__contact-agent {
    float: left;
    width: 58.33333%;
  }
}

@media (max-width: 767px) {
  .property__contact-agent {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.property__contact-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .property__contact-form {
    float: left;
    width: 41.66667%;
  }
}

@media (max-width: 1199px) {
  .property__contact-form {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 991px) {
  .property__contact-form {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .property__contact-form {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 30px;
    display: none;
  }

  .opened .property__contact-form {
    display: block;
  }
}

.icon-area-border {
  fill: #00bbaa;
}

/*------------------------------------------------------------------
 * Listing
 * + Listing / .listing
 *   __ Listing header / .listing__header
 *   __ Listing title / .listing__title
 *   __ Listing headline / .listing__headline
 *   __ Listing panel / .listing__panel
 * ============================================================== */

.listing {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .listing {
    float: right;
    width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .listing:nth-of-type(n) {
    clear: none;
  }

  .listing:nth-of-type(1.5n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .listing {
    float: right;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .listing:nth-of-type(n) {
    clear: none;
  }

  .listing:nth-of-type(1.33333n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .listing {
    margin-bottom: 30px;
  }
}

.listing:before,
.listing:after {
  content: " ";
  display: table;
}

.listing:after {
  clear: both;
}

.listing__header {
  margin: 49px 0 40px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .listing__header {
    margin: 21px 0 25px;
  }
}

.listing__title {
     font-size: 24px;
    color: #2c3e50;
    font-family: 'IRANSansBold';
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-align: right;
    border-bottom: 2px solid #00BBAA;
    padding-bottom: 20px;
}

.sidebar .listing__title {
  font-size: 34px;
}

.footer .listing__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .listing__title {
    font-size: 26px;
  }

  .sidebar .listing__title {
    font-size: 26px;
  }
}

.listing__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  margin: 0;
  min-height: 37px;
  text-align: left;
}

.listing__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .listing__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .listing__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .listing__headline {
    min-height: initial;
  }
}

.listing__panel {
  background: #00bbaa;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 0;
}

.listing__panel:before,
.listing__panel:after {
  content: " ";
  display: table;
}

.listing__panel:after {
  clear: both;
}

@media (max-width: 767px) {
  .listing__panel {
    margin-top: 30px;
  }
}

.listing__panel a {
  color: #2c3e50;
  text-decoration: underline;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .listing__search-toggle {
    display: block;
  }

  .listing__search-toggle.header-fixed {
    position: fixed;
    top: 35px;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    height: 35px;
    width: 100%;
    z-index: 10;
    padding: 0;
    border: none;
    margin: 0;
  }

  .listing__search-toggle.header-fixed:after {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header-fixed .listing__offset {
    padding-top: 138px;
  }
}

.listing__filter {
  padding: 13px 20px 0;
}

.listing__filter:before,
.listing__filter:after {
  content: " ";
  display: table;
}

.listing__filter:after {
  clear: both;
}

.listing__filter .select2-container {
  margin-top: 2px;
}

@media (max-width: 1199px) {
  .listing__filter {
    padding-top: 8px;
  }
}

@media (max-width: 767px) {
  .listing__filter {
    padding: 13px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-fixed .listing__filter {
    padding-top: 4px;
  }
}

@media (max-width: 350px) {
  .listing__filter {
    padding-top: 3px;
  }
}

.listing__filter-label {
  text-transform: uppercase;
  font-weight: 600;
  color: #2c3e50;
  margin: 3px 0 0 0;
  display: inline-block;
}

@media (max-width: 1199px) {
  .listing__filter-label {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .listing__filter-label {
    display: inline-block;
    margin-top: 3px;
  }
}

.listing__main:before,
.listing__main:after {
  content: " ";
  display: table;
}

.listing__main:after {
  clear: both;
}

.listing__main .container {
  width: auto;
}

.listing__sort {
  float: left;
  width: 300px;
}

@media (max-width: 1199px) {
  .listing__sort {
    max-width: 210px;
  }
}

@media (max-width: 767px) {
  .listing__sort {
    float: none;
    max-width: none;
    width: auto;
  }

  .listing__sort .form-group {
    margin-bottom: 15px;
  }
}

.listing__sort .listing__filter-label {
  float: left;
  margin-right: 10px;
}

.listing__sort .form-control {
  float: left;
  width: auto;
}

.listing__show {
  float: right;
  width: 195px;
}

.listing__show .form-control {
  float: left;
  width: 75px;
}

@media (max-width: 1199px) {
  .listing__show {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .listing__show {
    display: none;
  }
}

.listing__show .listing__filter-label {
  float: left;
  margin-right: 10px;
}

.listing__view {
  float: right;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .listing__view {
    text-align: left;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .listing__view {
    float: none;
  }
}

@media (max-width: 767px) {
  .listing__view {
    display: none;
  }
}

.listing__add {
  float: right;
  text-align: right;
  margin-top: -1px;
}

@media (max-width: 1199px) {
  .listing__add {
    width: 170px;
    text-align: left;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .listing__add {
    display: none;
  }
}

.listing__type {
  float: right;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .listing__type {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .listing__type {
    display: none;
  }
}

.listing__header-text {
  color: #2c3e50;
  display: block;
  margin: 0 0 11px;
  padding: 8px 17px 0;
  font-weight: 600;
}

.listing__btn {
  color: #2c3e50;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none !important;
  padding: 3px 10px 4px;
}

.listing__btn .fa-bars {
  font-size: 11px;
}

@media (max-width: 1199px) {
  .listing__btn {
    margin-top: 2px;
  }
}

.listing__btn.active {
  color: #fff;
  border: 1px solid #fff;
}

.listing__btn--add {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: 165px;
  padding: 4px 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .listing__btn--add {
    padding: 3px 5px 3px 5px;
  }
}

.listing__btn--add:hover,
.listing__btn--add:focus,
.listing__btn--add.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.listing__btn--add:disabled,
.listing__btn--add.disabled {
  cursor: not-allowed;
}

.listing__btn--add.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.listing__btn--add:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.listing__btn--add.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.listing__btn--add.has-error,
.listing__btn--add.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.listing__btn--add.has-error:after,
.listing__btn--add.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.listing__btn--add.has-success,
.listing__btn--add.success {
  color: transparent !important;
}

.listing__btn--add.has-success:after,
.listing__btn--add.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .listing__btn--add.button--loading:before {
  content: "";
}

.button--loading-refresh .listing__btn--add.button--loading:before {
  content: "";
}

.button--loading-spinner .listing__btn--add.button--loading:before {
  content: "";
}

.listing__btn--add.hover,
.listing__btn--add:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.listing__btn--add:active,
.listing__btn--add.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.listing__btn--add:disabled,
.listing__btn--add.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.listing__footer {
  
  margin-bottom: 20px;
}

.listing__footer:before,
.listing__footer:after {
  content: " ";
  display: table;
}

.listing__footer:after {
  clear: both;
}

@media (max-width: 767px) {
  .listing__footer {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }
}

.listing__pagination {
  text-align: right;

   margin: 30px 0px;
   border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .listing__pagination {
    text-align: center;
  }
}

.listing__dropdown {
  display: inline-block;
  margin: 0 5px;
  
}

.listing__dropdown-btn {
  font-size: 13px;
  text-transform: none;
  background: none;
  position: relative;
  padding: 6px 40px 6px 9px;
  color: #fff;
  display: block;
  border: 1px solid #fff;
}

.listing__dropdown-btn:hover {
  color: #fff;
}

.listing__dropdown-btn:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
  padding: 5px 0 0 10px;
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 15px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.listing__dropdown-menu {
  background: #fff;
  right: auto;
  left: 0;
  width: 250px;
  padding: 15px 0;
  min-width: initial;
  border: 1px solid #d6d6d6;
}

.listing__dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.listing__dropdown-menu--show {
  width: 75px;
}

.listing__dropdown-item:last-child a {
  border-bottom: none;
}

.listing__dropdown-link {
  margin: 0 30px;
  padding: 10px 0;
  color: #2c3e50;
  display: block;
  border-bottom: 1px solid #d6d6d6;
}

.listing__dropdown-link.active,
.listing__dropdown-link:hover {
  margin: 0;
  padding: 10px 30px;
  background: #00bbaa;
  color: #fff;
  text-decoration: none;
}

.listing__dropdown-link.active {
  font-weight: bold;
}

.listing__param {
  margin: 20px 0 0;
}

.listing__param + .listing__main .properties {
  margin-top: 20px;
}

.listing__param + .listing__main .listing__empty {
  margin-top: 20px;
}

.listing__param-item {
  margin: 0 15px 5px 0;
  display: inline-block;
}

.listing__param-delete {
  background: #e6e6e6;
  border: none;
  border-radius: 10px;
  font-size: 0;
  margin: -2px 5px 0 0;
  padding: 1px 6px;
  display: inline-block;
  color: #2c3e50;
  cursor: pointer;
}

.listing__param-delete:after {
  font-size: 11px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
}

.listing__empty {
  padding: 25px 29px;
  background: #fff;
  border: 1px solid #dedede;
  min-height: 480px;
}

.listing__empty:before,
.listing__empty:after {
  content: " ";
  display: table;
}

.listing__empty:after {
  clear: both;
}

@media (max-width: 767px) {
  .listing__empty {
    min-height: initial;
  }
}

.listing__empty--properties {
  margin: 40px 0 50px;
}

@media (max-width: 767px) {
  .listing__empty--properties {
    margin: 25px 0 0;
  }
}

.listing__empty-icon {
  width: 50px;
  height: 50px;
  fill: #dedede;
  margin: 80px auto 0;
  display: block;
}

@media (max-width: 767px) {
  .listing__empty-icon {
    margin-top: 3px;
  }
}

.listing__empty-title {
  font-size: 20px;
  color: #222;
  border-bottom: 1px solid #dedede;
  width: 469px;
  margin: 33px auto 0;
  padding: 0 10px 15px 10px;
  text-align: center;
}

@media (max-width: 991px) {
  .listing__empty-title {
    width: 95%;
  }
}

.listing__empty-headline {
  color: #808080;
  width: 300px;
  display: block;
  margin: 19px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .listing__empty-headline {
    width: auto;
  }
}

@media (max-width: 1199px) {
  .listing--index {
    width: 100%;
    float: none;
  }
}

.listing--gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .listing--gallery {
    float: left;
    width: 100%;
  }
}

/*------------------------------------------------------------------
 * Form submit property
 * + Form property / .form-property
 *   __ Form property form / .form-property__form
 * ============================================================== */

.form-property {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .form-property {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.form-property__row {
  margin-left: -15px;
  margin-right: -15px;
}

.form-property__row:before,
.form-property__row:after {
  content: " ";
  display: table;
}

.form-property__row:after {
  clear: both;
}

@media (max-width: 767px) {
  .form-property__block {
    margin-top: 20px;
    display: none;
  }

  .form-property__block.opened {
    display: block;
  }
}

@media (max-width: 767px) {
  .form-property__block--submit {
    display: block;
  }
}

.form-property__row-item {
  margin-left: -15px;
  margin-right: -15px;
}

.form-property__row-item:before,
.form-property__row-item:after {
  content: " ";
  display: table;
}

.form-property__row-item:after {
  clear: both;
}

.form-property__row-item--buttons {
  margin: 28px 0 30px;
}

.form-property__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
  font-size: 24px;
  text-align: left;
  position: relative;
  margin-top: 20px;
  font-family: "Yekan";}

.sidebar .form-property__title {
  font-size: 34px;
}

.footer .form-property__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .form-property__title {
    font-size: 26px;
  }

  .sidebar .form-property__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .form-property__title {
    font-size: 20px;
    padding: 0 0 0 35px;
  }

  .form-property__title:before {
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    border: 1px solid #2c3e50;
    color: #2c3e50;
    display: inline-block;
    margin: -3px 0 0 0;
    font-weight: normal;
    text-align: center;
    width: 24px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
    text-decoration: none;
  }

  .form-property__title.active {
    color: #00bbaa;
  }

  .form-property__title.active:before {
    content: "";
  }
}

.form-property__title--inner {
  margin: 23px 0 16px;
}

@media (max-width: 767px) {
  .form-property__title--inner {
    margin: 12px 0 22px;
  }
}

.form-property__header {
  margin-bottom: 20px;
}

.form-property__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
}

.form-property__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .form-property__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .form-property__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .form-property__headline {
    text-align: center;
    display: none;
  }

  .active + .form-property__headline {
    display: block;
  }
}

.form-property__condition {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  text-align: left;
  margin: 0 0 15px 0;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.form-property__condition strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .form-property__condition {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .form-property__condition {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .form-property__condition {
    text-align: center;
  }
}

.form-property__information {
  background: none;
  border: none;
  display: inline-block;
  outline: none !important;
  color: #ccc;
  position: relative;
  top: -10px;
  padding: 0;
}

.form-property__group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .form-property__group {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .form-property__group:nth-of-type(n) {
    clear: none;
  }

  .form-property__group:nth-of-type(1n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .form-property__group {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .form-property__group:nth-of-type(n) {
    clear: none;
  }

  .form-property__group:nth-of-type(2n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .form-property__group {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .form-property__group:nth-of-type(n) {
    clear: none;
  }

  .form-property__group:nth-of-type(3n+1) {
    clear: both;
  }
}

.form-property__group--large {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .form-property__group--large {
    float: left;
    width: 100%;
  }
}

.form-property__group--middle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .form-property__group--middle {
    float: left;
    width: 66.66667%;
  }
}

.form-property__group--date {
  width: 32%;
  float: left;
  margin: 0 1.33% 0 0;
}

.form-property__group--date:last-child {
  margin-right: 0;
}

.form-property__group--geolocation-in {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-property__group--geolocation {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

.form-property__group .parsley-errors-list {
  position: absolute;
  bottom: -20px;
  margin-top: 0;
}

@media (max-width: 480px) {
  .form-property__group .parsley-errors-list {
    bottom: -29px;
  }
}

.form-property__group .select2-container {
  width: 100% !important;
}

@media (max-width: 767px) {
  .form-property__group {
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .form-property__group {
    margin-bottom: 20px;
  }
}

.form-property__geolocation-button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.form-property__geolocation-button svg {
  fill: #00bbaa;
  height: 45px;
  width: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .form-property__geolocation-button svg {
    margin-top: 26px;
  }
}

.form-property__label {
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .form-property__label {
    margin-bottom: 6px;
  }
}

.form-property__params {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.form-property__params:before,
.form-property__params:after {
  content: " ";
  display: table;
}

.form-property__params:after {
  clear: both;
}

@media (max-width: 767px) {
  .form-property__params {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.form-property__params li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 15px 0 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .form-property__params li {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-property__params li {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .form-property__params li {
    margin: 5px 0 0;
    padding: 0;
  }
}

.form-property__params label {
  padding-left: 44px;
  padding-top: 3px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .form-property__params label {
    padding-left: 30px;
  }
}

.form-property__control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-property__control:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.form-property__control::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.form-property__control:-ms-input-placeholder {
  color: #2c3e50;
}

.form-property__control::-webkit-input-placeholder {
  color: #2c3e50;
}

.form-property__control[disabled],
.form-property__control[readonly],
fieldset[disabled] .form-property__control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.form-property__control.parsley-error {
  border: 1px solid #e95b35;
}

.form-property__control.parsley-success {
  border: 1px solid #00bbaa;
}

.form-property__control--textarea {
  height: 175px !important;
}

.form-property__advanced {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .form-property__advanced {
    float: left;
    width: 16.66667%;
  }
}

@media (max-width: 767px) {
  .form-property__buttons {
    text-align: center;
  }
}

.form-property__btn--default {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
}

@media (max-width: 767px) {
  .form-property__btn--default {
    padding: 3px 5px 3px 5px;
  }
}

.form-property__btn--default:hover,
.form-property__btn--default:focus,
.form-property__btn--default.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.form-property__btn--default:disabled,
.form-property__btn--default.disabled {
  cursor: not-allowed;
}

.form-property__btn--default.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.form-property__btn--default:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.form-property__btn--default.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.form-property__btn--default.has-error,
.form-property__btn--default.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.form-property__btn--default.has-error:after,
.form-property__btn--default.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.form-property__btn--default.has-success,
.form-property__btn--default.success {
  color: transparent !important;
}

.form-property__btn--default.has-success:after,
.form-property__btn--default.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .form-property__btn--default.button--loading:before {
  content: "";
}

.button--loading-refresh .form-property__btn--default.button--loading:before {
  content: "";
}

.button--loading-spinner .form-property__btn--default.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .form-property__btn--default.hover,
  .form-property__btn--default:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.form-property__btn--default:active,
.form-property__btn--default.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.form-property__btn--default:disabled,
.form-property__btn--default.disabled {
  color: #ccc;
  border-color: #efefef;
}

.form-property__btn--reset {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
}

@media (max-width: 767px) {
  .form-property__btn--reset {
    padding: 3px 5px 3px 5px;
  }
}

.form-property__btn--reset:hover,
.form-property__btn--reset:focus,
.form-property__btn--reset.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.form-property__btn--reset:disabled,
.form-property__btn--reset.disabled {
  cursor: not-allowed;
}

.form-property__btn--reset.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.form-property__btn--reset:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.form-property__btn--reset.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.form-property__btn--reset.has-error,
.form-property__btn--reset.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.form-property__btn--reset.has-error:after,
.form-property__btn--reset.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.form-property__btn--reset.has-success,
.form-property__btn--reset.success {
  color: transparent !important;
}

.form-property__btn--reset.has-success:after,
.form-property__btn--reset.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .form-property__btn--reset.button--loading:before {
  content: "";
}

.button--loading-refresh .form-property__btn--reset.button--loading:before {
  content: "";
}

.button--loading-spinner .form-property__btn--reset.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .form-property__btn--reset.hover,
  .form-property__btn--reset:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.form-property__btn--reset:active,
.form-property__btn--reset.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.form-property__btn--reset:disabled,
.form-property__btn--reset.disabled {
  color: #ccc;
  border-color: #efefef;
}

.form-property__btn--reset:before {
  content: "x";
  font-size: 12px;
  color: #2c3e50;
  margin: 0 5px 0 0;
}

.form-property__btn--action {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .form-property__btn--action {
    padding: 3px 5px 3px 5px;
  }
}

.form-property__btn--action:hover,
.form-property__btn--action:focus,
.form-property__btn--action.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.form-property__btn--action:disabled,
.form-property__btn--action.disabled {
  cursor: not-allowed;
}

.form-property__btn--action.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.form-property__btn--action:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.form-property__btn--action.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.form-property__btn--action.has-error,
.form-property__btn--action.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.form-property__btn--action.has-error:after,
.form-property__btn--action.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.form-property__btn--action.has-success,
.form-property__btn--action.success {
  color: transparent !important;
}

.form-property__btn--action.has-success:after,
.form-property__btn--action.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .form-property__btn--action.button--loading:before {
  content: "";
}

.button--loading-refresh .form-property__btn--action.button--loading:before {
  content: "";
}

.button--loading-spinner .form-property__btn--action.button--loading:before {
  content: "";
}

.form-property__btn--action.hover,
.form-property__btn--action:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.form-property__btn--action:active,
.form-property__btn--action.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.form-property__btn--action:disabled,
.form-property__btn--action.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.form-property__upload {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

@media (min-width: 1200px) {
  .form-property__upload {
    float: left;
    width: 41.66667%;
  }
}

.form-property__upload:before,
.form-property__upload:after {
  content: " ";
  display: table;
}

.form-property__upload:after {
  clear: both;
}

.form-property__upload-list {
  margin: 30px -15px 50px;
}

.form-property__upload-list:before,
.form-property__upload-list:after {
  content: " ";
  display: table;
}

.form-property__upload-list:after {
  clear: both;
}

@media (max-width: 767px) {
  .form-property__upload-list {
    margin: 10px -15px 30px;
  }
}

.form-property__upload-list--bottom {
  margin-bottom: 0;
}

.form-property__upload-border {
  border: 2px solid #00bbaa;
  padding: 2px;
}

.form-property__upload-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-property__upload-item {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-property__upload-item {
    float: left;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .form-property__upload-item {
    margin-bottom: 20px;
  }

  .form-property__upload-item:last-of-type {
    margin-bottom: 0;
  }
}

.form-property__upload-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% !important;
}

.form-property__upload-delete {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  color: #00bbaa;
}

@media (max-width: 767px) {
  .form-property__upload-delete {
    margin-left: 0;
  }
}

.form-property__upload-btn-delete {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
}

@media (max-width: 767px) {
  .form-property__upload-btn-delete {
    padding: 3px 5px 3px 5px;
  }
}

.form-property__upload-btn-delete:hover,
.form-property__upload-btn-delete:focus,
.form-property__upload-btn-delete.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.form-property__upload-btn-delete:disabled,
.form-property__upload-btn-delete.disabled {
  cursor: not-allowed;
}

.form-property__upload-btn-delete.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.form-property__upload-btn-delete:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.form-property__upload-btn-delete.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.form-property__upload-btn-delete.has-error,
.form-property__upload-btn-delete.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.form-property__upload-btn-delete.has-error:after,
.form-property__upload-btn-delete.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.form-property__upload-btn-delete.has-success,
.form-property__upload-btn-delete.success {
  color: transparent !important;
}

.form-property__upload-btn-delete.has-success:after,
.form-property__upload-btn-delete.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .form-property__upload-btn-delete.button--loading:before {
  content: "";
}

.button--loading-refresh .form-property__upload-btn-delete.button--loading:before {
  content: "";
}

.button--loading-spinner .form-property__upload-btn-delete.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .form-property__upload-btn-delete.hover,
  .form-property__upload-btn-delete:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.form-property__upload-btn-delete:active,
.form-property__upload-btn-delete.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.form-property__upload-btn-delete:disabled,
.form-property__upload-btn-delete.disabled {
  color: #ccc;
  border-color: #efefef;
}

@media (max-width: 767px) {
  .form-property__upload-btn-delete {
    margin-left: 0;
  }
}

.form-property__upload-btn-choose {
  background: #00bbaa;
  color: #fff;
  border: none;
  font-size: 13px;
}

.form-property__ranges {
  position: relative;
}

.form-property__check--agent {
  margin: 15px 0;
}

/*------------------------------------------------------------------
 * Comment
 * + Comment / .comment
 *   __ Comment wrap / .comment__wrap
 *   __ Comment headline / .comment__headline
 *   __ Comment list / .comment__list
 *   __ Comment item / .comment__item
 *   __ Comment item-body / .comment__item-body
 *   __ Comment item-btn / .comment__item-btn
 *   __ Comment children / .comment__children
 *   __ Comment avatar / .comment__avatar
 *   __ Comment info / .comment__info
 *   __ Comment author / .comment__author
 *   __ Comment date / .comment__date
 *   __ Comment content / .comment__content
 *   __ Comment reply / .comment__reply
 *   __ Comment footer / .comment__footer
 * ============================================================== */

.comment__wrap {
  background: #fff;
  border: 1px solid #dedede;
}

.comment__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  text-align: left;
}

.comment__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .comment__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .comment__headline {
  margin: 4px 0 0;
}

@media (max-width: 767px) {
  .comment__headline {
    text-align: center;
  }
}

.comment__list {
  margin: 34px 60px 0 60px;
  padding: 0;
  list-style: none;
}

.comment__list:before,
.comment__list:after {
  content: " ";
  display: table;
}

.comment__list:after {
  clear: both;
}

@media (max-width: 1199px) {
  .comment__list {
    margin: 0 25px;
  }
}

.comment__item {
  border-bottom: 1px solid #dedede;
  padding: 25px 0;
}

.comment__item:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}

.comment__item .comment__form {
  margin: 20px 0 0 80px;
}

@media (max-width: 767px) {
  .comment__item .comment__form {
    margin: 20px 15px 0 0;
  }
}

.comment__item-body {
  position: relative;
}

.comment__item-body:before,
.comment__item-body:after {
  content: " ";
  display: table;
}

.comment__item-body:after {
  clear: both;
}

.comment__item-right {
  float: right;
}

@media (max-width: 767px) {
  .comment__item-right {
    position: absolute;
    left: 75px;
    top: 48px;
  }
}

.comment__item-btn {
  font-size: 13px;
  color: #00bbaa;
  border: none;
  background: none;
  text-transform: uppercase;
}

.comment__warning-title {
  color: #e95b35;
  font-weight: 600;
}

.comment__warning-text {
  color: #ccc !important;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.comment__children {
  list-style: none;
  margin-left: 80px;
  border-top: 1px dashed #dedede;
  border-bottom: none;
  padding: 0;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .comment__children {
    margin-left: 30px;
  }
}

.comment__children .comment__item {
  border-bottom: 1px dashed #dedede;
}

.comment__children .comment__item:last-child {
  padding-bottom: 0;
}

.comment__avatar {
  width: 65px;
  float: left;
  background: #e4e4e4;
  margin: 0 16px 11px 0;
}

.comment__avatar svg {
  fill: #2c3e50;
  width: 85%;
  margin: 0 auto 0;
  display: block;
}

.comment__info {
  margin-left: 80px;
}

.comment__author {
  color: #2c3e50;
  display: block;
  margin: -5px 0 0 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .comment__author {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.comment__date {
  font-size: 13px;
  color: #aaa;
  font-style: italic;
  display: block;
  margin: 0 0 5px;
}

@media (max-width: 767px) {
  .comment__date {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.comment__content {
  margin: 21px 0 0;
}

@media (max-width: 767px) {
  .comment__content {
    margin: 0 15px 0 -80px;
    clear: both;
  }
}

.comment__content p {
  color: #2c3e50;
}

.comment__reply {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  border: 2px solid #2c3e50;
  background: none;
  color: #2c3e50;
  width: 150px;
  margin: 10px 0 0;
  padding: 1px 13px;
  border-width: 1px;
  width: 80px;
}

@media (max-width: 767px) {
  .comment__reply {
    padding: 3px 5px 3px 5px;
  }
}

.comment__reply:hover,
.comment__reply:focus,
.comment__reply.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.comment__reply:disabled,
.comment__reply.disabled {
  cursor: not-allowed;
}

.comment__reply.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.comment__reply:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.comment__reply.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.comment__reply.has-error,
.comment__reply.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.comment__reply.has-error:after,
.comment__reply.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.comment__reply.has-success,
.comment__reply.success {
  color: transparent !important;
}

.comment__reply.has-success:after,
.comment__reply.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .comment__reply.button--loading:before {
  content: "";
}

.button--loading-refresh .comment__reply.button--loading:before {
  content: "";
}

.button--loading-spinner .comment__reply.button--loading:before {
  content: "";
}

@media (min-width: 992px) {
  .comment__reply.hover,
  .comment__reply:hover {
    border-color: #f3bc65;
    color: #f3bc65;
  }
}

.comment__reply:active,
.comment__reply.active {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  border-color: #f3bc65;
  background: #f3bc65;
  color: #fff;
}

.comment__reply:disabled,
.comment__reply.disabled {
  color: #ccc;
  border-color: #efefef;
}

@media (max-width: 767px) {
  .comment__reply {
    margin-left: -80px;
  }
}

.comment__footer {
  margin: 25px 60px;
}

.comment__footer:before,
.comment__footer:after {
  content: " ";
  display: table;
}

.comment__footer:after {
  clear: both;
}

@media (max-width: 1199px) {
  .comment__footer {
    margin: 25px;
  }
}

@media (max-width: 767px) {
  .comment__footer {
    margin: 25px 15px;
  }
}

.comment__footer .listing__pagination {
  padding: 25px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.comment__form {
  margin: 0;
}

.comment__form:before,
.comment__form:after {
  content: " ";
  display: table;
}

.comment__form:after {
  clear: both;
}

.comment__form-title {
  font-size: 20px;
  color: #2c3e50;
  font-weight: 600;
  margin: 20px 0 0;
}

.comment__form-headline {
  font-size: 13px;
  color: #2c3e50;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

.comment--page {
  display: none;
}

/*------------------------------------------------------------------
 * Contact page style
 * + Contacts / .contacts
 *   __ Contacts header / .contacts__header
 *   __ Contacts title / .contacts__title
 *   __ Contacts headline / .contacts__headline
 *   __ Contacts column / .contacts__column
 *   __ Contacts address / .contacts__address
 *   __ Contacts address-item / .contacts__address-item
 *   __ Contacts address-column / .contacts__address-column
 *   __ Contacts address-title / .contacts__address-title
 *   __ Contacts address-street / .contacts__address-street
 *   __ Contacts address-phone / .contacts__address-phone
 *   __ Contacts address-email / .contacts__address-email
 *   __ Contacts address-skype / .contacts__address-skype
 * ============================================================== */

.contacts__map {
  width: 100%;
  height: 550px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

@media (max-width: 767px) {
  .contacts__map {
    height: 170px;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 767px) {
  .contacts__map iframe {
    height: 280px;
  }
}

.contacts__header {
  margin: 49px 0 40px;
}

@media (max-width: 767px) {
  .contacts__header {
    margin: 21px 0 25px;
  }
}

.contacts__title {
  font-size: 30px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: iransans;
}

.sidebar .contacts__title {
  font-size: 34px;
}

.footer .contacts__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .contacts__title {
    font-size: 26px;
  }

  .sidebar .contacts__title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .contacts__title {
    font-size: 36px;
  }
}

.contacts__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.contacts__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .contacts__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .contacts__headline {
  margin: 4px 0 0;
}

.contacts__column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .contacts__column {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .contacts__column:last-of-type {
    padding-bottom: 0;
  }
}

.contacts__column a {
  color: #00bbaa;
}

.contacts__address {
  padding: 0;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contacts__address {
    text-align: center;
  }
}

.contacts__address-column {
  float: left;
  width: 33%;
}

.contacts__address-column dd {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .contacts__address-column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .contacts__address-column {
    width: 100%;
    float: none;
  }
}

.contacts__address-column__title {
  font-weight: normal;
}

.contacts__address-title {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 12px 0;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-family:iransans
}

.contacts__address-street {
  display: block;
}

.contacts__address-phone {
  display: block;
  margin: 5px 0;
}

.contacts__address-email {
  display: block;
  margin: 12px 0;
}

.contacts__address-email a {
  text-decoration: underline;
  color: #2c3e50;
}

.contacts__address-skype {
  display: block;
}

.contacts__address-skype a {
  text-decoration: underline;
  color: #2c3e50;
}

.contacts__form {
  margin-top: 31px;
 
}

.contacts__social {
  border-top: 1px solid #d6d6d6;
}

.contacts__social-title {
  float: left;
  margin-right: 50px;
  padding-top: 5px;
}

.contacts__body h4 {
  font-weight: 600;
}

/*------------------------------------------------------------------
 * FAQ block styles
 * + FAQ / .faq
 *   __ FAQ item / .faq__item
 *   __ FAQ expander / .faq__expander
 *   __ FAQ content / .faq__content
 *   __ FAQ body / .faq__body
 *   __ FAQ footer / .faq__footer
 *   __ FAQ close / .faq__close
 * ============================================================== */

.faq {
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .faq {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.faq__item {
  margin: 0 0 6px;
}

.faq__expander {
  font-size: 20px;
  color: #00bbaa;
  text-decoration: none;
  padding-left: 48px;
  position: relative;
  display: block;
  border: none;
  background: none;
  outline: none !important;
  font-weight: 600;
}

.faq__expander:before {
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  border: 1px solid #00bbaa;
  color: #00bbaa;
  display: inline-block;
  margin: 1px 24px 0 0;
  font-weight: normal;
  text-align: center;
  width: 24px;
  line-height: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  text-decoration: none;
}

.faq__expander:focus,
.faq__expander:hover {
  text-decoration: none;
}

.faq__expander.collapsed {
  color: #2c3e50;
}

.faq__expander.collapsed:before {
  content: "";
  border: 1px solid #2c3e50;
  color: #2c3e50;
}

@media (max-width: 767px) {
  .faq__expander {
    padding-left: 35px;
  }
}

.faq__content {
  padding: 0;
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .faq__content {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.faq__content.collapse.in {
  opacity: 1;
  height: auto;
}

.faq__body {
  margin: 26px 0 0 50px;
  padding: 19px 39px;
  background: #fff;
  border: 1px solid #dedede;
}

@media (max-width: 767px) {
  .faq__body {
    margin: 6px 0 0 35px;
    padding: 15px;
  }
}

.faq__footer {
  margin: 0 0 20px 50px;
  padding: 19px 39px;
  background: #fff;
  text-align: center;
  border: 1px solid #dedede;
  border-top: none;
}

@media (max-width: 767px) {
  .faq__footer {
    margin-left: 35px;
  }
}

.faq__close {
  background: none;
  border: none;
  outline: none;
  color: #2c3e50;
}

.faq__close:before {
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  border: 1px solid #2c3e50;
  color: #2c3e50;
  padding: 0 5px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
  text-align: center;
  width: 24px;
  height: 24px;
}

/*------------------------------------------------------------------
 * ERROR page styles (404, 500, etc.)
 * + error-status / .error-status
 *   __ error-status header / .error-status__header
 *   __ error-status title / .error-status__title
 *   __ error-status headline / .error-status__headline
 * ============================================================== */

.error-status__header {
  margin: 115px 0;
}

@media (max-width: 1199px) {
  .error-status__header {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .error-status__header {
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
}

.error-status__title {
  font-size: 46px;
  color: #2c3e50;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
   font-family: "Yekan";
}

.sidebar .error-status__title {
  font-size: 34px;
}

.footer .error-status__title {
   font-family: "Yekan";
}

@media (max-width: 767px) {
  .error-status__title {
    font-size: 26px;
  }

  .sidebar .error-status__title {
    font-size: 26px;
  }
}

.error-status__headline {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 2;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  width: 778px;
  line-height: 1.9;
  margin-left: auto;
  margin-right: auto;
}

.error-status__headline strong {
  font-weight: 600;
}

@media (max-width: 767px) {
  .error-status__headline {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.4;
  }
}

.sidebar .error-status__headline {
  margin: 4px 0 0;
}

@media (max-width: 1199px) {
  .error-status__headline {
    width: auto;
  }
}

/*------------------------------------------------------------------
 * Authorization blocks
 *   + Authorization / .auth
 *     __ Authorization link / .auth__link
 *     __ Authorization title / .auth__title
 *     __ Authorization row / .auth__row
 *     __ Authorization in / .auth__in
 *     __ Authorization forgot / .auth__forgot
 * ============================================================== */

.auth:before,
.auth:after {
  content: " ";
  display: table;
}

.auth:after {
  clear: both;
}

.auth__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.auth__link {
  border: none;
  background: none;
  color: #2c3e50;
  margin: 0;
  padding: 0 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.auth__link:focus,
.auth__link:hover {
  background: none;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .auth__link {
    display: none;
  }
}

.auth__link--login {
  margin-top: 19px;
}

@media (max-width: 1199px) {
  .auth__link--login {
    margin-top: 22px;
  }
}

.auth__icon-user {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .auth__icon-user {
    width: 22px;
    height: 22px;
    top: 0;
    margin-right: 0;
  }
}

.auth .form-control-feedback {
  top: 20px;
}

.auth .help-block {
  text-align: right;
}

.auth__title {
  margin: 9px 0 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.auth__row {
  margin-bottom: 6px;
}

.auth__row:before,
.auth__row:after {
  content: " ";
  display: table;
}

.auth__row:after {
  clear: both;
}

.auth__coll {
  margin-bottom: 6px;
  float: right;
  width: 48%;
  margin-right: 0%; margin-left: 2%;
}

.auth__coll:before,
.auth__coll:after {
  content: " ";
  display: table;
}

.auth__coll:after {
  clear: both;
}

@media (max-width: 767px) {
  .auth__coll {
    width: 100%;
    margin-right: 0;
  }
}

.auth__coll--right {
  margin-right: 0;
}

.auth__label {
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
}

.auth__in {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2c3e50;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  position: relative;
  z-index: 5;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.auth__in:focus {
  border-color: #00bbaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 187, 170, 0.6);
}

.auth__in::-moz-placeholder {
  color: #2c3e50;
  opacity: 1;
}

.auth__in:-ms-input-placeholder {
  color: #2c3e50;
}

.auth__in::-webkit-input-placeholder {
  color: #2c3e50;
}

.auth__in[disabled],
.auth__in[readonly],
fieldset[disabled] .auth__in {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.auth__in.parsley-error {
  border: 1px solid #e95b35;
}

.auth__in.parsley-success {
  border: 1px solid #00bbaa;
}

.auth__in--text {
  padding: 3px 5px;
  height: 30px;
}

.auth__in--textarea {
  height: 140px;
}

.auth__in--submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  width: 100px;
  float: left;
  margin: 16px 0 5px 0;
}

@media (max-width: 767px) {
  .auth__in--submit {
    padding: 3px 5px 3px 5px;
  }
}

.auth__in--submit:hover,
.auth__in--submit:focus,
.auth__in--submit.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.auth__in--submit:disabled,
.auth__in--submit.disabled {
  cursor: not-allowed;
}

.auth__in--submit.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.auth__in--submit:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.auth__in--submit.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.auth__in--submit.has-error,
.auth__in--submit.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.auth__in--submit.has-error:after,
.auth__in--submit.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.auth__in--submit.has-success,
.auth__in--submit.success {
  color: transparent !important;
}

.auth__in--submit.has-success:after,
.auth__in--submit.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .auth__in--submit.button--loading:before {
  content: "";
}

.button--loading-refresh .auth__in--submit.button--loading:before {
  content: "";
}

.button--loading-spinner .auth__in--submit.button--loading:before {
  content: "";
}

.auth__in--submit.hover,
.auth__in--submit:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.auth__in--submit:active,
.auth__in--submit.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.auth__in--submit:disabled,
.auth__in--submit.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.auth__forgot {
      float: right;
    width: 100px;
    color: #2c3e50;
    margin-top: 16px;
    line-height: 1.4;
    border: none;
    background: none;
    text-align: left;
    outline: none;
    text-decoration: underline;
    padding: 0;
    text-align: right;
}

.auth__remember {
  display: block;
  clear: left;
}

.auth__links {
  clear: both;
  color: #acacac;
  padding: 21px 0 0;
  float: right;
}

.auth__links a,
.auth__links button {
  border: none;
  background: none;
  color: #2c3e50;
  text-decoration: underline;
  padding: 1px 3px;
  outline: none;
}

.auth--header {
  border: none;
  outline: none;
  margin-top: 15px;
}

.auth--header .dropdown__menu {
  left: auto;
  right: 0;
  width: 265px;
  background: #fff;
  color: #2c3e50;
  border: 1px solid #dcdcdc;
  padding: 18px 30px;
  z-index: 1000;
}

.auth--header .dropdown__menu:before {
  right: 20px;
  left: auto;
}

@media (max-width: 767px) {
  .auth--header .dropdown__menu:before {
    right: 32.3%;
  }
}

@media (max-width: 767px) {
  .auth--header .dropdown__menu {
    width: auto !important;
    left: 15px;
    right: 15px;
    top: 55px;
  }
}

.auth--header .auth__dropdown--register {
  width: 460px;
}

.auth--header .auth__dropdown--logged-in {
  width: 460px;
  padding: 10px 15px;
}

.auth--header .auth__dropdown--restore {
  margin-right: -36px;
}

@media (max-width: 767px) {
  .auth--header .auth__dropdown--restore {
    margin: 0;
  }
}

.auth--header .auth__dropdown--restore .auth__in--submit {
  width: 100%;
  margin: 16px 0;
}

.auth--header .auth__dropdown--restore .auth__links {
  width: 102%;
  display: block;
}

.auth--header .auth__nav-item {
  float: left;
}

@media (max-width: 767px) {
  .auth--header .auth__nav-item {
    float: none;
    position: inherit;
  }
}

.auth--header .auth__nav-btn {
     background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    vertical-align: top;
    margin: 0 0 0 4px;
    margin-top: -6px;
}

.header--mob-opened .auth--header .auth__nav-btn {
  visibility: hidden;
}

@media (max-width: 767px) {
  .auth--inline {
    margin-bottom: 30px;
  }
}

.auth--inline .auth__wrap {
  margin: 10px auto 0;
  padding: 18px 30px;
  width: 265px;
  background: #fff;
  color: #2c3e50;
  border: 1px solid #dcdcdc;
}

.auth--inline .auth__wrap--register {
  width: 460px;
}

@media (max-width: 767px) {
  .auth--inline .auth__wrap--register {
    width: 265px;
  }
}

.auth--inline .auth__wrap--restore .auth__in--submit {
  float: none;
  width: 100%;
}

/*------------------------------------------------------------------
 * Map widget styles
 * + Map / .map
 * __ Map address / .map__address
 * __ Map infobox / .map__infobox
 * __ Map photo / .map__photo
 * __ Map info / .map__info
 * __ Map details / .map__details
 * __ Map price / .map__price
 * -- Map index / .map--index
 * -- Map contacts / .map--contacts
 * -- Map properties / .map--properties
 * -- Map submit / .map--submit
 * ============================================================== */

.map {
  position: relative;
}

.map:before,
.map:after {
  content: " ";
  display: table;
}

.map:after {
  clear: both;
}

.map__infobox {
  background: #00bbaa;
  padding: 13px 20px 18px;
  color: #fff;
  position: absolute;
  bottom: -2px;
  left: 18px;
  font-weight: 200;
  width: 340px;
  font-size: 15px;
}

.map__infobox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00bbaa;
}

.map__infobox--white {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.map__infobox--white:after {
  border-left: 15px solid rgba(255, 255, 255, 0.8);
}

.map__infobox--dark {
  background: rgba(44, 62, 80, 0.8);
  color: #fff;
}

.map__infobox--dark:after {
  border-left: 15px solid rgba(44, 62, 80, 0.8);
}

.map__infobox--dark dl dt {
  color: #c7d3de;
}

.map__address {
  font-weight: 600;
  margin: 5px 0 12px;
  line-height: 1.2;
  display: block;
}

.map__photo {
  float: left;
  width: 100px;
}

.map__info {
  margin-bottom: 10px;
  display: block;
}

.map__info:before,
.map__info:after {
  content: " ";
  display: table;
}

.map__info:after {
  clear: both;
}

.map__details {
  float: left;
  width: 175px;
  margin-left: 20px;
  margin-top: -6px;
}

.map__details dl {
  display: block;
  margin: 0;
}

.map__details dl dt {
  display: inline-block;
  font-weight: normal;
}

.map__details dl dd {
  font-weight: bold;
  display: inline-block;
}

.map__price {
  float: left;
  position: relative;
  top: 9px;
}

.map__price strong {
  font-size: 26px;
  display: block;
}

.map__more {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222;
  width: 150px;
  float: right;
  width: 120px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .map__more {
    padding: 3px 5px 3px 5px;
  }
}

.map__more:hover,
.map__more:focus,
.map__more.active {
  color: #333;
  text-decoration: none;
  outline: none;
}

.map__more:disabled,
.map__more.disabled {
  cursor: not-allowed;
}

.map__more.progress {
  overflow: visible;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.map__more:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  text-align: center;
}

.map__more.button--loading:before {
  margin: 0 10px 0;
  font-size: 14px;
  display: inline-block;
  font-family: FontAwesome;
  content: "";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.map__more.has-error,
.map__more.error {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
  color: transparent !important;
}

.map__more.has-error:after,
.map__more.error:after {
  content: "Error!";
  -webkit-animation: scaleFromUp 0.5s;
  animation: scaleFromUp 0.5s;
  z-index: 1;
  color: #e95b35;
}

.map__more.has-success,
.map__more.success {
  color: transparent !important;
}

.map__more.has-success:after,
.map__more.success:after {
  content: "Success!";
  -webkit-animation: moveUp 0.5s;
  animation: moveUp 0.5s;
  z-index: 1;
  color: #00bbaa;
}

.button--loading-circle-o-notch .map__more.button--loading:before {
  content: "";
}

.button--loading-refresh .map__more.button--loading:before {
  content: "";
}

.button--loading-spinner .map__more.button--loading:before {
  content: "";
}

.map__more.hover,
.map__more:hover {
  border-bottom: 4px solid #f3bc65;
  color: #222;
}

.map__more:active,
.map__more.active {
  border-top: 4px solid #d99221;
  border-bottom: none;
  color: #222;
}

.map__more:disabled,
.map__more.disabled {
  color: #ccc;
  background: #efefef;
  border-bottom: 4px solid #dedede;
}

.map__buttons {
  z-index: 20;
  position: relative;
  text-align: center;
}

.map__buttons:before,
.map__buttons:after {
  content: " ";
  display: table;
}

.map__buttons:after {
  clear: both;
}

.map__change-map {
  font-size: 20px;
  margin: 10px 0;
  float: left;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  font-weight: 400;
  border-bottom: 1px dashed #2c3e50;
}

.map__change-map.active {
  border: none;
  font-weight: 600;
}

@media (max-width: 767px) {
  .map__change-map {
    font-size: 17px;
    color: #2c3e50;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    outline: none;
    margin-top: 40px;
    float: none;
    width: auto;
    display: block;
    padding: 3px 10px;
    font-weight: 400;
    margin: 50px auto 0;
  }

  .map__change-map:after {
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    border: 1px solid #2c3e50;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: top;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 2px;
  }

  .map__change-map.active:after {
    content: "";
  }

  .map__change-map:before {
    font-size: 1em;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    color: #00bbaa;
    margin-right: 10px;
  }

  .map__change-map:after {
    margin-top: 3px;
  }

  .map__change-map.active {
    border: 1px solid #d6d6d6;
  }
}

.map__change-panorama {
  float: left;
  border: none;
  background: none;
  border-bottom: 1px dashed #2c3e50;
  font-size: 20px;
  color: #2c3e50;
  margin: 17px 0 0 60px;
  line-height: 1;
  padding: 0;
  outline: none;
  font-weight: 400;
}

.map__change-panorama.active {
  border-bottom: none;
  font-weight: 600;
}

@media (max-width: 767px) {
  .map__change-panorama {
    font-size: 17px;
    color: #2c3e50;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    outline: none;
    margin-top: 40px;
    float: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 1.4;
    margin: 10px auto 0;
  }

  .map__change-panorama:after {
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    border: 1px solid #2c3e50;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    vertical-align: top;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 2px;
  }

  .map__change-panorama.active:after {
    content: "";
  }

  .map__change-panorama:before {
    font-size: 1em;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    color: #00bbaa;
    margin-right: 10px;
  }

  .map__change-panorama:after {
    font-size: 0.7em;
  }

  .map__change-panorama.active {
    border: 1px solid #d6d6d6;
  }
}

.map__view {
  border: 8px solid #fff;
  margin: 17px 0;
  width: 100%;
  height: 550px;
  z-index: 10;
}

.map__view--panorama {
  z-index: 5;
}

.map__view--property-form {
  height: 385px;
}

@media (max-width: 767px) {
  .map__view {
    margin: 0;
    border: 0;
  }
}

.map__view iframe {
  display: block;
  width: 100%;
  height: 380px;
}

@media (max-width: 767px) {
  .map__view iframe {
    height: 155px;
  }
}

@media (max-width: 767px) {
  .map__wrap {
    position: absolute;
    width: 100%;
    top: 0;
    background: url("/Content/assets/img/map-placeholder.jpg");
    background-size: cover;
    height: 170px;
    border: 8px solid #fff;
    margin: 17px 0;
    overflow: hidden;
  }
}

.map--index {
  min-height: 550px;
  z-index: 205;
}

.map--index .map__buttons {
  display: none;
}

@media (max-width: 767px) {
  .map--index .map__buttons {
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.map--index .map__change-map {
  margin: 0;
}

.map--index .map__view {
  position: absolute !important;
  bottom: 0;
  top: 0;
  height: auto;
  margin: 0;
  border: 0;
}

@media (max-width: 767px) {
  .map--index > .container {
    padding: 0;
  }
}

.map--index .map__wrap {
  margin: 0;
  border: 0;
}

.map--contacts {
  min-height: 550px;
}

@media (max-width: 767px) {
  .map--contacts {
    min-height: 170px;
  }
}

.map--contacts .map__buttons {
  display: none;
}

@media (max-width: 767px) {
  .map--contacts .map__buttons {
    display: block;
    height: 170px;
  }
}

.map--contacts .map__view {
  position: absolute !important;
  bottom: 0;
  top: 0;
  height: auto;
  margin: 0;
  border: 0;
}

@media (max-width: 767px) {
  .map--contacts > .container {
    padding: 0;
  }
}

.map--contacts .map__wrap {
  margin: 0;
  border: 0;
}

.map--hide {
  overflow: hidden;
}

.map--properties .map__buttons {
  display: block;
}

@media (max-width: 767px) {
  .map--properties .map__buttons {
    position: absolute;
    top: 50%;
    margin-top: -41px;
    left: 7px;
    right: 7px;
  }
}

.map--properties .map__wrap {
  position: relative;
  height: 400px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .map--properties .map__wrap {
    height: 170px;
    position: absolute;
    margin: 0;
  }
}

.map--properties .map__view {
  height: 396px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
}

.map--properties .map__change-map {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .map--properties .map__change-map {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .map--submit {
    height: 200px;
  }
}

.map--submit .map__buttons {
  display: block;
}

@media (max-width: 767px) {
  .map--submit .map__buttons {
    margin-top: 75px;
  }
}

.map--submit .map__wrap {
  position: relative;
  height: 400px;
}

@media (max-width: 767px) {
  .map--submit .map__wrap {
    height: 170px;
    position: absolute;
  }
}

.map--submit .map__view {
  height: 396px;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
}

.map--submit .map__change-map {
  margin-top: 10px;
  border: none;
}

@media (min-width: 768px) {
  .map--submit .map__change-map {
    text-transform: uppercase;
    font-weight: bold;
  }
}

.map--banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.map--banner.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .map--banner {
    display: none;
  }
}

.map .leaflet-popup-content-wrapper,
.map .leaflet-popup-tip {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.map .leaflet-popup-content {
  position: relative;
}

.map .leaflet-container a {
  color: #222;
}

.infoBox > img .infobox__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@-webkit-keyframes blink {
  from {
    margin-top: -230px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes blink {
  from {
    margin-top: -230px;
  }

  to {
    margin-top: 0;
  }
}

.opened .cluster {
  -webkit-animation: blink;
  animation: blink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.cluster > div {
  background: #2c3e50 !important;
  border-radius: 10px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

.achievement {
  background: url("/Content/assets/img/bg-achievement.jpg") 0 0 no-repeat;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .achievement {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .achievement {
    background: url("/Content/assets/img/bg-achievement--mob.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .achievement {
    overflow: hidden;
  }
}

.achievement__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .achievement__item {
    float: right;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .achievement__item {
    float: right;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .achievement__item--animate-end .achievement__icon,
  .achievement__item--animate-end .achievement__name {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.achievement__name{
	font-size:26px
}
.achievement__icon {
  fill: #a6a6a6;
  width: 40px;
  height: 40px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .achievement__icon {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .achievement__icon {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.achievement__name {
  color: #f3bc65;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .achievement__name {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .achievement__name {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.achievement__counter {
  margin-top: 50px;
  color: #f3bc65;
  font-size: 64px;
  font-weight: 200;
  height: 102px;
}

@media (min-width: 1200px) {
  .achievement__counter {
    display: none;
  }
}

@media (max-width: 1199px) {
  .achievement__counter {
    font-size:36px;
    margin-top: 0;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .achievement__counter {
    margin-top: 0;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .achievement__counter--lg {
    display: none;
  }
}

@media (min-width: 1200px) {
  .achievement__counter--lg {
    display: block;
  }
}

/*------------------------------------------------------------------
 * Breadcrumbs
 * + Breadcrumbs / .breadcrumbs
 *   __ Breadcrumbs list / .breadcrumbs__list
 *   __ Breadcrumbs item / .breadcrumbs__item
 *   __ Breadcrumbs link / .breadcrumbs__link
 * ============================================================== */

.breadcrumbs {
  background: #f6f6f6;
  border-top: 1px solid #dedede;
}

.breadcrumbs:before,
.breadcrumbs:after {
  content: " ";
  display: table;
}

.breadcrumbs:after {
  clear: both;
}

@media (max-width: 767px) {
  .breadcrumbs .container {
    padding: 0;
  }
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #dedede;
}

.breadcrumbs ul:before,
.breadcrumbs ul:after {
  content: " ";
  display: table;
}

.breadcrumbs ul:after {
  clear: both;
}

.breadcrumbs__list {
  border-left: 1px solid #dedede;
  color: transparent;
}

.breadcrumbs__list:before,
.breadcrumbs__list:after {
  content: " ";
  display: table;
}

.breadcrumbs__list:after {
  clear: both;
}

.breadcrumbs__list > li {
  float: left;
  background: #fff;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 5px 18px;
  margin-top: -1px;
}

.breadcrumbs__list > li:last-child a {
  background: none;
}

.breadcrumbs__list > li:last-child a:after {
  display: none;
}

.breadcrumbs__list > li > span {
  font-size: 12px;
  color: #808080;
  margin-top: -1px;
  text-transform: uppercase;
  display: block;
  padding-right: 10px;
  padding-bottom: 1px;
}

.breadcrumbs__list > span {
  float: left;
  background: #fff;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 5px 18px;
  margin-top: -1px;
  display: block !important;
}

.breadcrumbs__list > span:last-child a {
  background: none;
}

.breadcrumbs__list > span:last-child a:after {
  display: none;
}

.breadcrumbs__list > span > span {
  font-size: 12px;
  color: #808080;
  margin-top: -1px;
  text-transform: uppercase;
  display: block;
  padding-right: 10px;
  padding-bottom: 1px;
}

.breadcrumbs__item {
  float: right;
  background: #fff;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 5px 18px;
  margin-top: -1px;
  display: block !important;
}

.breadcrumbs__item:last-child a {
  background: none;
}

.breadcrumbs__item:last-child a:after {
  display: none;
}

.breadcrumbs a {
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  display: block;
}

.breadcrumbs a:after {
  /*content: "";*/
  position: relative;
  top: -1px;
  display: inline-block;
   font-family: "Yekan";
  font-size: 6px;
  margin: 0 0 0 10px;
}

.breadcrumbs__link {
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
  display: block;
}

.breadcrumbs__link:after {
  /*content: "";*/
  position: relative;
  top: -1px;
  display: inline-block;
   font-family: "Yekan";
  font-size: 6px;
  margin: 0 0 0 10px;
}
.listing__header h1{font-size:24px}
.title-tags{ font-size:20px ;
    font-weight:bold;
    font-family: 'IRANSans';
    border-bottom:1px solid #aaa;
    padding:10px}
.tags .col-md-3{ margin:7px 0px; }
.contactt{
	text-align:right
}
.contacts__address .phone{ font-family:iransans}
.contacts__address li{
	line-height:50px;
	font-size:18px;
	text-align:center
}
.contacts__address ul , .address--footer ul{

	list-style: none;
    margin: 0;
    padding: 0;
}
.contacts li i  , .address--footer li i{
	color:#00BBAA; font-size:15pt;
	margin-left:10px
}
.contacts{
	margin-bottom:44px;
}
.contactt{
	font-size:18px;
	font-family:iransans;
	margin-top:30px;
	text-align:center
}
.row-mo{
	margin-top:15px;
	
	 padding-top:40px
}
.row-top{
	margin-top:15px
}
.row-top p{
		margin-top:40px;
	line-height:33px;
	text-align:justify;
	font-family:iransans;
	font-size:14px
}
.socia {
	    width: 50%;
    margin: 0 auto;
}
.socia  li i {
	margin-left:10px
}
.address--footer li , .address--footer  a{
	color:#BEBEBE;
	font-size:13px;
	line-height:30px;
	margin:11px 0px;
	font-family:iransans
}
.sidebar-main{
	margin-top:50px!important;
}
.eemail{
	font-family:tahoma
}
.site__header h2{
   	font-size:20px;
	text-align:center;
	margin-bottom:40px;
	color:#01A1BB
}
.more-article{
	margin-top:55px;
}
/* Sudo Slider */


/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in.
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

/* // Sudo Slider */
/* Numeric Navigation */
ol {margin:1em 0;padding:0;height:28px;	}
ol li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
ol li.current a{background:#5DC9E1;color:#fff;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}
#slider{
    z-index:-1;
    width:100%!important;

}
#slider ul li img {
 max-width:100%!important;
  width:100%!important;
  height:100%!important;

  
}
#slider ul li {
height:900px;
background-size:100% 100%
 
}
.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block;width:20px;height:31px;
                   position:absolute;top:71px;z-index:1000;background:url(../Images/rightin.png) no-repeat 0 0;cursor:pointer;}	
.prevBtn{
    right:3%;top:50%
}													
.nextBtn {background:url(../Images/leftin.png) no-repeat 0 0;left:3%;top:50%
          
}	
.color-date{background:#222222; color:#eee ; padding:5px 10px;}
.color-tamas{
	font-size:18px;
	color:#000
	
}
.tab-content > .active {
   
    margin-bottom: 50px;
}
.date-in{
    font-size:22px;
    margin-top:-41px
}
.listing-grid-small .properties__address-city , .listing__main .properties__address-city{
    min-height:135px;
    max-height:135px
}
.listing-grid-small .properties__info , .listing__main  .properties__info{
    min-height:300px;
    max-height:300px
}
.listing-grid-small .properties--gallery .listing__main  .properties__info{
    min-height:50px;
    max-height:90px


}
.color-white {
    color:white !important;
}

.header__row a{
    color:white;
    text-decoration:none;
}
.site-wrap .js-site-wrap{
    min-height:800px;
}
.ads .properties__item{
    border-bottom:0px!important;
}

/* admin-panel */
.main-single{
          padding:100px 0px;
}

.login .col-md-8 {
    background: #eee;
    color: #333;
    padding: 15px 30px;
    direction: rtl;
    border-radius: 5px;
    border: 1px solid #ccc;
}
   .forget  , .title-forget{
        background:#eee;
            color:#333;
            padding:15px 30px;
            direction:rtl;
            border-radius:5px;
            border:1px solid #ccc
   } 
    .login .form-horizontal .control-label {
          font-size:18px;
    }
    .login .form-horizontal .form-group ,  .forget .form-horizontal .form-group{
        margin-bottom:15px
    }
    .create .form-group  ,.admin-page dd{
          padding: 10px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    }
    .admin-page{
         
          min-height:600px;
          padding:30px 20px 50px 20px
    }
    .admin-page .dl-horizontal dt{
        text-align:right;
        font-size:17px;
    }
     .admin-page  .dl-horizontal{
         margin-top:40px
     }
    .admin-page h2{
        border-bottom:2px solid #555;
        color:#555;
        padding-bottom:15px;
        }
       .admin-page .btn-success ,  .admin-page .search-box{
           margin:20px 0px
       }
    .admin-page .dl-horizontal dt:nth-child(2n+1){
                 background:#f9f9f9;
         color:#444;
         padding:5px
    }
     .admin-page table tr:nth-child(2n) {
         background:#f1f1f1;
         color:#444
         }
     .admin-page table tr:nth-child(2n-1)  {
         background:#f9f9f9;
            color:#444
         }
        .admin-page .pagination{
           margin:0
       }
         .admin-page  .form-horizontal .control-label{
             text-align:right;
             font-size:17px;
             color:#444
         }
         .admin-page .jumbotron {
             margin-right:20px;
             margin-left:20px;
             margin-top:20px;
             padding:20px;
             background:#f8f8f8
         }
           .admin-page  input[type="file"]{
               margin-bottom:20px
           }
         .admin-page .form-horizontal{
             margin-top:40px;
         }
          .admin-page .tags{
              padding:0px 5px
          }
         .admin-page .tagss{
            border:1px solid #999;
            padding:0px 5px;background:#eee;
          
         }
         .back{
margin-top:50px
         }
       .copyright{
        background: #222;
        color: #999;
        padding: 10px;
        bottom: 0;
        width:100%;
        clear: both;
        
      
      }  
    .dropdown-menu > li > a:hover{
        background:#eee;
        color:#365897
    }

 .title-logo{
     font-size:22px

    }


 .dl-horizontal dt{
     float: right ;
 }
 @media (max-width:768px){
 .date-in{
     margin-top:-30px!important;
     padding-top:10px
 }
.color-date{
    margin-top:5px
}
 }

