/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

span {font-weight:normal !important}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, ../sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, ../sass/partials/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, ../sass/partials/_normalize.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, ../sass/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../sass/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, ../sass/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, ../sass/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, ../sass/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, ../sass/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, ../sass/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 288, ../sass/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, ../sass/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 322, ../sass/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 346, ../sass/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, ../sass/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, ../sass/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, ../sass/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, ../sass/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, ../sass/partials/_normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, ../sass/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 421, ../sass/partials/_normalize.scss */
h3 {
  font-size: 26px;
  color: #8D2D2F;
}

/* line 425, ../sass/partials/_normalize.scss */
.justify {
  text-align: justify;
  font-size: 12pt;
  line-height: 25px;
  color: #404040;
}

/* line 431, ../sass/partials/_normalize.scss */
body {
  font-family: Open Sans;
  font-weight: 400;
}

/* line 437, ../sass/partials/_normalize.scss */
.pad-left {
  padding-left: 0px;
}

/* line 440, ../sass/partials/_normalize.scss */
.pad-right {
  padding-right: 0px;
}

/* line 443, ../sass/partials/_normalize.scss */
.no-padding {
  padding: 0px;
}

/* line 446, ../sass/partials/_normalize.scss */
.center {
  text-align: center;
}

/* line 1, ../sass/partials/_layout.scss */
.pad-zero {
  padding: 0px;
}

/* line 6, ../sass/partials/_layout.scss */
.left {
  float: left;
}

/* line 9, ../sass/partials/_layout.scss */
.right {
  float: right;
}

/* line 1, ../sass/partials/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/partials/_base.scss */
.underheader-line {
  border-top: 1px solid #D7BEC2;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 14, ../sass/partials/_base.scss */
.abour:before {
  content: "";
  width: 78px;
  height: 1px;
  position: absolute;
  background-color: #D7BEC2;
  top: 50px;
}

/* line 25, ../sass/partials/_base.scss */
.foot-text:before {
  content: "";
  width: 78px;
  height: 1px;
  position: absolute;
  background-color: #F5A425;
  top: 86px;
}

/* line 37, ../sass/partials/_base.scss */
.abour {
  position: relative;
}

/* line 15, ../sass/styles.scss */
.red-top {
  background-color: #8D2D2F;
  height: 4px; display:none
}

/* line 21, ../sass/styles.scss */
.yellow-top {
  background-color: #E5C450;
  height: 6px;
}

/* line 26, ../sass/styles.scss */
.my-top {
  background-color: #fff;
  padding: 0rem .5rem;
}

/* line 30, ../sass/styles.scss */
.logo {
  float: left;
  padding: 15px 0px 17px 0px;
}

/* line 34, ../sass/styles.scss */
.logo-title {
  padding: 24px 0px 30px 0px;
  margin-left: -7%;
}

/* line 40, ../sass/styles.scss */
.contact-short-top {
  padding: 30px 0px 12px 0px;
  float: right;
}
/* line 44, ../sass/styles.scss */
.contact-short-top ul li {
  color: #929292;
  padding: 2px;
  font-size: 13px;
  list-style-type: none;
  float: left;
  font-family: Open Sans;
  font-weight: 400;
}
/* line 55, ../sass/styles.scss */
.contact-short-top ul li i {
  margin-right: 4px;
}

/* line 61, ../sass/styles.scss */
.socila-plugin-imp {
  margin-top: 25px;
}

/* line 65, ../sass/styles.scss */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

/* line 71, ../sass/styles.scss */
.self {
  float: left;
}

/* line 77, ../sass/styles.scss */
.banner-background {
  background-color: #8D2D2F;
}

/* line 80, ../sass/styles.scss */
#banner-slider {
  padding: 17px 0px;
}

/* line 83, ../sass/styles.scss */
.fade .slick-slide img {
  width: 100%;
}

/* line 86, ../sass/styles.scss */
.recent-news {
  padding: 0px 20px;
}

/* line 89, ../sass/styles.scss */
.recent {
  margin-top: 18px;
  color: #E5C450;
  font-size: 24px;
}

/* line 96, ../sass/styles.scss */
.list-aggregate i {
  color: #fff;
}

/* line 105, ../sass/styles.scss */
.mt-news li {
  border-right: 1px solid #776632;
}

/* line 109, ../sass/styles.scss */
.mt-round {
  padding: 15px 0px;
}

/* line 112, ../sass/styles.scss */
.imp-margin {
  margin-top: -2px;
}

/* line 116, ../sass/styles.scss */
.mt-label p {
  color: #8D2D2F;
}

/* line 123, ../sass/styles.scss */
.mt-news li a {
  color: #000;
}

/* line 128, ../sass/styles.scss */
.twiiter-plug {
  float: left;
  margin-right: 15px;
}

/* line 132, ../sass/styles.scss */
.gplus-img {
  float: left;
}
/* line 135, ../sass/styles.scss */
.gplus-img img {
  float: left;
  display: block;
  vertical-align: top;
}

/* line 143, ../sass/styles.scss */
.custom-btn {
  background-color: #8D2D2F !important;
  color: #fff;
  font-size: 16pt;
  padding: 10px 32px;
}
/* line 148, ../sass/styles.scss */
.custom-btn:hover {
  background-color: #E5C450 !important;
  color: #000;
}

/* line 153, ../sass/styles.scss */
.about-content {
  padding: 50px 0px;
}

/* line 157, ../sass/styles.scss */
.abour {
  padding-bottom: 35px;
  color: #8D2D2F;
  font-size: 23pt;
  font-family: Open Sans;
  font-weight: 300;
  text-transform: Uppercase;
}

/* line 172, ../sass/styles.scss */
.news-list ul li {
  list-style-type: none;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 1rem;
}

.news-list ul li:last-child {border-bottom:none; }
.media-object-section h6{ height:20px; overflow:hidden}
/* line 178, ../sass/styles.scss */
.news-list ul li a {
  color: #373737;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12pt;
}
/* line 183, ../sass/styles.scss */
.news-list ul li a:hover {
  color: #8D2D2F;
}
/* line 190, ../sass/styles.scss */
.news-list ul:hover {
  cursor: pointer;
}
/* line 194, ../sass/styles.scss */
.news-list ul p {
  color: #999;
  margin-bottom: 0px;
  font-size: 10pt;
  font-weight: 400;
}

/* line 204, ../sass/styles.scss */
.media-object {
  margin-bottom: 1rem;
  display: block;
}

/* line 210, ../sass/styles.scss */
.callout {
  margin: 0rem;
}

/* line 213, ../sass/styles.scss */
.callout.large {
  padding: 3rem 3rem 0rem 3rem;
}

/* line 219, ../sass/styles.scss */
.manu-background {
  background-color: #F3F4F6;
}

/* line 223, ../sass/styles.scss */
.content_text {
  text-align: center;
}
/* line 225, ../sass/styles.scss */
.content_text h2 {
  color: #8D2D2F;
  font-size: 26pt;
  font-family: Open Sans;
  font-weight: 300;
}
/* line 232, ../sass/styles.scss */
.content_text p {
  font-size: 12pt;
  color: #909597;
}

/* line 237, ../sass/styles.scss */
.content {
  padding: 50px 0px;
}

/* line 240, ../sass/styles.scss */
.manu-btn-group {
  margin: 0px auto;
  text-align: center;
  padding-top: 55px;
}

/* line 245, ../sass/styles.scss */
.img_slider {
  padding: 20px;
  background-color: #fff;
}

/* line 250, ../sass/styles.scss */
.content_text {
  padding-bottom: 30px;
}

/* line 253, ../sass/styles.scss */
.manu-title {
  background-color: #fff;
  padding: 20px;
  width: 93%;
}
/* line 257, ../sass/styles.scss */
.manu-title a {
  color: #000;
}
/* line 259, ../sass/styles.scss */
.manu-title a:hover {
  color: #8D2D2F;
}

/* line 268, ../sass/styles.scss */
.dsbc-app {
  padding: 20% 0 0 25%;
}
/* line 270, ../sass/styles.scss */
.dsbc-app h6 {
  color: #404040;
}
/* line 273, ../sass/styles.scss */
.dsbc-app p {
  color: #303031;
}

/* line 278, ../sass/styles.scss */
.app-text {
  padding: 45px 0px 30px;
}

/* line 284, ../sass/styles.scss */
.andro-app-btn ul li {
  list-style-type: none;
  margin-right: 10px;
  float: left; padding:10px 0; 
}
/* line 289, ../sass/styles.scss */
.andro-app-btn ul li a {
  float: left;
}

/* line 295, ../sass/styles.scss */
.app-image {
  padding-bottom: 20px;
  text-align: center;
  padding-right: 40px;
}

/* line 304, ../sass/styles.scss */
.mycallout {
  background-color: #222222 !important;
}

/* line 307, ../sass/styles.scss */
.foot-text {
  color: #fff;
  margin-bottom: 50px;
}

/* line 314, ../sass/styles.scss */
.fa-imp {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  color: #d6d6d6;
}

/* line 321, ../sass/styles.scss */
.foot-list li span {
  display: inline-block;
  color: #909597;
  font-size: 14px;
}

/* line 327, ../sass/styles.scss */
.para {
  color: #909597;
  text-align: justify;
  padding-right: 30px;
  font-size: 14px;
}
/* line 332, ../sass/styles.scss */
.para a {
  color: #909597;
  text-decoration: underline;
}

/* line 339, ../sass/styles.scss */
.callout h5 {
  padding-bottom: 5px;
}

/* line 343, ../sass/styles.scss */
.news {
  background-color: #282828 !important;
  color: #909597;
  border: 2px solid #464D50 !important;
}

/* line 348, ../sass/styles.scss */
.subscribe {
  background-color: #F5A425;
  color: #000;
  padding: 14px 45px;
  margin-bottom: 35px;
}
/* line 353, ../sass/styles.scss */
.subscribe:hover {
  background-color: #8D2D2F;
}

/* line 357, ../sass/styles.scss */
.footer {
  border-bottom: 1px solid #3A3A3A;
}

/* line 360, ../sass/styles.scss */
.bot-foot {
  padding: 20px 0px;
  color: #909597;
  font-size: 12px;
}
/* line 364, ../sass/styles.scss */
.bot-foot a {
  color: #909597;
}
/* line 368, ../sass/styles.scss */
.bot-foot:hover {
  text-decoartion: underline;
}

/* line 372, ../sass/styles.scss */
.last {
  text-align: right;
}

/* line 376, ../sass/styles.scss */
.slick-slide img {
  width: 93%;
}

/* line 380, ../sass/styles.scss */
input[type="search"] {
  background: url("../images/search.png") no-repeat right 10px center;
}

/* line 386, ../sass/styles.scss */
.img-caption {
  background-color: RGBA(0, 0, 0, 0.56);
  color: rgba(234, 230, 230, 0.88);
  padding:10px 25px;
  position: absolute;
  bottom: 5%;
  left: 4%;
  width: 47%;
  border-radius: 4px;
  font-family: Roboto;
  font-weight: 300;
  font-size: 20px;
}

.img-caption a {color:#fff}

@media screen and (min-width: 801px) and (max-width: 5000px) {
  /* line 411, ../sass/styles.scss */
  .mobile-btn {
    display: none !important;
  }
}
@media screen and (max-width: 1230px) {
  /* line 420, ../sass/styles.scss */
  .pad-left {
    padding-left: .9375rem;
  }

  /* line 424, ../sass/styles.scss */
  #marquee-vertical {
    width: 100%;
  }
  
  .top-bar-rights input {
  width: 100% !important;
 
}


#cssmenu > ul > li {margin-right:33px;}

}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 430, ../sass/styles.scss */
  .imp-class {
    padding: 0px !important;
  }

  /* line 433, ../sass/styles.scss */
  .menu-padding {
    padding: 0.9375em 0em;
  }

  /* line 436, ../sass/styles.scss */
  .contact-short-top ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 444, ../sass/styles.scss */
  .logo-title {
    margin-left: 0px;
  }

  /* line 448, ../sass/styles.scss */
  .pad-left {
    padding-left: .9375rem;
  }

  /* line 452, ../sass/styles.scss */
  #cssmenu {
    margin-left: 0px !important;
  }

  /* line 459, ../sass/styles.scss */
  .list-aggregate li a {
    font-size: 14px !important;
  }

  /* line 467, ../sass/styles.scss */
  .contact-short-top ul li {
   /* font-size: 10px;*/
  }

  /* line 470, ../sass/styles.scss */
  .logo-title img {
    width: 80%;
  }

  /* line 473, ../sass/styles.scss */
  .imp-class {
    padding: 0px !important;
  }

  /* line 476, ../sass/styles.scss */
  .menu-padding {
    padding-top: 0px !important;
  }

  /* line 480, ../sass/styles.scss */
  .block-hdnews {
    width: 100% !important;
  }

  /* line 483, ../sass/styles.scss */
  .andro-app-btn ul li {
    padding: 15px 0px;
  }

  /* line 486, ../sass/styles.scss */
  .callout h5 {
    padding-top: 40px;
  }

  /* line 490, ../sass/styles.scss */
  .callout h5 {
    padding-bottom: 5px;
  }

  /* line 494, ../sass/styles.scss */
  .foot-text {
    padding-top: 30px;
    margin-bottom: 20px;
  }

  /* line 499, ../sass/styles.scss */
  .foot-text::before {
    top: 124px;
  }
}
@media screen and (max-width: 800px) {
  /* line 507, ../sass/styles.scss */
  #top-menu {
    display: none !important;
  }

  /* line 511, ../sass/styles.scss */
  .justify {
    font-size: 11pt;
  }

  /* line 514, ../sass/styles.scss */
  .mobile-btn {
    margin: 0px;
  }

  /* line 517, ../sass/styles.scss */
  .img-caption {
    padding: 5px 10px;
  }
  
    .andro-app-btn ul li {
    padding: 15px 0px;
  }
  
  .content {padding:30px 0}
  
  .footer {padding:0 15px;}
  
  .about-content {padding:30px 0 ;}
  .yellow-top {display:none}
  .abour {font-size:18pt}
}

@media screen and (max-width: 479px) {

.slick-slide img {
  width: 100%;
} 
.manu-title { width: 100%;}
.content_text {padding-bottom:15px}
}
@media screen and (max-width: 48em) {
  /* line 528, ../sass/styles.scss */
  .logo-title {
    padding: 35px 0px 30px 0px;
  }

  /* line 533, ../sass/styles.scss */
  .dsbc-app {
    padding: 0px;
  }

  /* line 537, ../sass/styles.scss */
  .block-hdnews {
    width: 100% !important;
  }

  /* line 541, ../sass/styles.scss */
  .pad-left {
    padding-left: .9375rem;
  }

  /* line 544, ../sass/styles.scss */
  .slick-dotted.slick-slider {
    overflow: hidden;
  }

  /* line 547, ../sass/styles.scss */
  .logo {
    text-align: center;
    float: none;
  }

  /* line 551, ../sass/styles.scss */
  .pad-right {
    padding-right: .9375rem;
  }

  /* line 554, ../sass/styles.scss */
  .no-padding {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  /* line 558, ../sass/styles.scss */
  .logo-title {
    margin-left: 0px;
    text-align: center;
  }

  /* line 562, ../sass/styles.scss */
  .no-dispaly {
    display: none;
  }

  /* line 565, ../sass/styles.scss */
  #cssmenu {
    margin-left: 0px !important;
  }

  /* line 568, ../sass/styles.scss */
  .custom-btn {
    margin-bottom: 5px;
  }

  /* line 571, ../sass/styles.scss */
  .follow-top {
    margin-top: 50px;
  }

  /* line 574, ../sass/styles.scss */
  .andro-app-btn img {
    width: 75%;
  }

  /* line 577, ../sass/styles.scss */
  .app-image {
    padding-top: 35px;
  }

  /* line 580, ../sass/styles.scss */
  .callout h5 {
    padding-top: 40px;
  }

  /* line 584, ../sass/styles.scss */
  .foot-text {
    margin-bottom: 20px;
  }

  /* line 588, ../sass/styles.scss */
  .app-image {
    padding-right: 0px;
  }

  /* line 592, ../sass/styles.scss */
  .foot-text::before {
    display: none;
  }

  /* line 596, ../sass/styles.scss */
  .dsbc-app h6 {
    font-weight: 300;
    font-size: 20px;
    font-family: Open Sans;
  }
  /* line 602, ../sass/styles.scss */
  .dsbc-app p {
    font-weight: 300;
    font-size: 20px;
    font-family: Open Sans;
  }

  /* line 610, ../sass/styles.scss */
  .callout.large {
    padding: 0rem;
  }

  /* line 613, ../sass/styles.scss */
  .last {
    text-align: left;
  }

  /* line 616, ../sass/styles.scss */
  .foot-text {
    font-size: 20px;
  }

  /* line 619, ../sass/styles.scss */
  .bot-foot {
    padding: 5px 0px;
  }

  /* line 623, ../sass/styles.scss */
  #cloudslider-mobile {
    margin: 40px auto 10px !important;
  }
}
@media screen and (min-width: 421px) and (max-width: 517px) {
  /* line 632, ../sass/styles.scss */
  .andro-app-btn img {
    width: 100%;
    padding: 5% 30%;
  }

  /* line 637, ../sass/styles.scss */
  .logo-title {
    padding: 15px 0px 30px 0px;
  }

  /* line 640, ../sass/styles.scss */
  .img-caption {
    display: none;
  }
}
@media screen and (min-width: 351px) and (max-width: 420px) {
  /* line 648, ../sass/styles.scss */
  .img-caption {
    display: none;
  }

  /* line 652, ../sass/styles.scss */
  .andro-app-btn img {
    width: 100%;
    padding: 5% 15%;
  }

  /* line 656, ../sass/styles.scss */
  .logo-title {
    padding: 15px 0px 30px 0px;
  }
}
@media screen and (max-width: 480px) {
  /* line 662, ../sass/styles.scss */
  .andro-app-btn ul li {
    padding: 0px 0px;
  }

  /* line 667, ../sass/styles.scss */
  .content_text h2 {
    font-size: 18pt;
  }
  /* line 670, ../sass/styles.scss */
  .content_text p {
    font-size: 10pt;
  }

  /* line 674, ../sass/styles.scss */
  #cloudslider-mobile {
    margin: 30px auto  !important;
  }
}
@media screen and (max-width: 350px) {
  /* line 680, ../sass/styles.scss */
  .img-caption {
    display: none;
  }

  /* line 684, ../sass/styles.scss */
  .andro-app-btn img {
    width: 100%;
    padding: 20px;
  }
}
/* line 694, ../sass/styles.scss */
.button.large {
  font-size: 16px;
}

/* line 698, ../sass/styles.scss */
.button {
  background-color: #E5C450;
}
/* line 700, ../sass/styles.scss */
.button:hover {
  background-color: #8D2D2F;
}

/* line 704, ../sass/styles.scss */
.button:focus, .button:hover {
  background-color: #8D2D2F;
}

.mobile-btn  {background-color: #E5C450;}
.mobile-btn:hover {  background-color: #8D2D2F;}

/* line 707, ../sass/styles.scss */
.mob-logo {
  text-align: center;
  margin: 20px 0px;
}
/* line 710, ../sass/styles.scss */
.mob-logo img {
  width: 70px;
/*  border-bottom: 1px solid #eee;*/
}
/* line 715, ../sass/styles.scss */
.mob-logo p img {
  width: 85%;
  padding: 15px 0px;
}

/* line 721, ../sass/styles.scss */
.off-canvas {
  background-color: #fff;
}

/* line 727, ../sass/styles.scss */
.mob-menu li {
  margin: 10px 0px; border-top:1px solid #ddd
}
/* line 729, ../sass/styles.scss */
.mob-menu li a {
  color: #8D2D2F;
}

/* line 735, ../sass/styles.scss */
.mob-menu li.active {
  border-bottom: 3px solid #8D2D2F;
}

/* line 743, ../sass/styles.scss */
.slider-img a img:hover {
  opacity: 0.9;
}

/* line 754, ../sass/styles.scss */
div.news-image {
  /* The background image must be 800px wide */
  max-width: 100%;
}

/* line 759, ../sass/styles.scss */
.newsimage {
  padding-top: 56.25%;
  /* 450px/800px = 0.5625 */
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}

/* line 772, ../sass/styles.scss */
.post-meta {
  margin: 0px 0 15px 0;
}
/* line 774, ../sass/styles.scss */
.post-meta span {
  padding: 0;
  margin: 0 24px 0 0;
  font-size: 13px;
  color: #909597;
}
/* line 779, ../sass/styles.scss */
.post-meta span i {
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: -2px 10px 0 0;
}
/* line 784, ../sass/styles.scss */
.post-meta span a {
  color: #909597;
}

/* line 789, ../sass/styles.scss */
.news-image {
  margin: 0px 0 15px 0;
}
/* line 792, ../sass/styles.scss */
.news-image:hover {
  opacity: 0.7;
}

/* line 797, ../sass/styles.scss */
.news-abour a {
  color: #8D2D2F;
  
  font-size: 18px;
}

/* line 803, ../sass/styles.scss */
.news-abour {
  padding-bottom: 0px;
 
  margin-bottom: 0px;
}

/* line 808, ../sass/styles.scss */
.read-more {
  color: #8D2D2F;
  opacity: 0.9;
  filter: alpha(opacity=40);
}
/* line 813, ../sass/styles.scss */
.read-more:hover {
  color: #E5C450;
}

/* line 817, ../sass/styles.scss */
.read-more.fa {
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: -2px 10px 0 0;
}

/* line 822, ../sass/styles.scss */
.news-section {
  padding-bottom: 30px; font-family:Arial, Helvetica, sans-serif
}

/* line 826, ../sass/styles.scss */
.hr-bottom {
  border-bottom: 1px solid #E5C450;
  margin-bottom: 30px;
}

/* line 831, ../sass/styles.scss */
.paging {
  line-height: 17px;
  font-size: 13px;
}
/* line 836, ../sass/styles.scss */
.paging:active {
  padding: 5px 8px;
  color: #fff;
  background-color: #8D2D2F;
}
/* line 842, ../sass/styles.scss */
.paging span {
  border: 1px solid #8D2D2F;
  display: block;
  float: left;
  margin: 2px 4px 2px 0;
  padding: 8px 14px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #fdfdfd;
  font-weight: normal;
}
/* line 856, ../sass/styles.scss */
.paging a {
  border: 1px solid #8D2D2F;
  border: 1px solid #8D2D2F;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 8px 14px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #fdfdfd;
  font-weight: normal;
}

/* line 870, ../sass/styles.scss */
.paging > .active {
  background: #8D2D2F;
  color: #fff;
}

/* line 875, ../sass/styles.scss */
.blog-list-image {
  float: left;
  margin: 0 20px 10px 0;
}
/* line 879, ../sass/styles.scss */
.blog-list-image img {
  max-width: 100%;
  width: auto 9;
  height: auto;
  vertical-align: middle;
  border: 0;
}

/* line 888, ../sass/styles.scss */
.news-side {
  overflow: hidden;
}

/* line 891, ../sass/styles.scss */
.sidebar-news {
  display: block;
}
/* line 893, ../sass/styles.scss */
.sidebar-news h6 {
  margin-bottom: 0px;
}

/* line 897, ../sass/styles.scss */
.news-object {
  margin-bottom: 23px;
}

/* line 904, ../sass/styles.scss */
.news-title {
  padding-bottom: 20px;
}

/*--team--*/
/* line 912, ../sass/styles.scss */
.team {
  padding: 1em 0 3em 0;
  text-align: center;
}

/* line 916, ../sass/styles.scss */
.team-grids {
  position: relative;
}
/* line 919, ../sass/styles.scss */
.team-grids a {
  overflow: hidden;
  position: relative;
  display: block;
}

/* line 927, ../sass/styles.scss */
.captn h4 {
  color: #fff;
  margin: .1em 0 0;
  font-size: 1.5em;
  font-family: Open Sans;
}
/* line 934, ../sass/styles.scss */
.captn p {
  color: #fff;
  font-size: 0.95em;
  font-weight: 100;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 943, ../sass/styles.scss */
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #fff;
  position: absolute;
  bottom: -84%;
  right: 0%;
  background-color: RGBA(141, 45, 47, 0.8);
  padding: 2% 10%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 961, ../sass/styles.scss */
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
  right: 0%;
}

/* line 968, ../sass/styles.scss */
.img-responsives {
  width: 100%;
}

/* line 973, ../sass/styles.scss */
.social-icons1 li {
  list-style-type: none;
  display: inline-block;
}

/*--team--*/
/* line 982, ../sass/styles.scss */
.about-para {
  margin-bottom: 0px;
}

/* line 987, ../sass/styles.scss */
.view {
  width: 365px;
  height: 245px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #BCBCBC;
  -moz-box-shadow: 1px 1px 2px #BCBCBC;
  box-shadow: 1px 1px 2px #BCBCBC;
  cursor: default;
  padding: 0;
}

/* line 1002, ../sass/styles.scss */
.view .mask, .view .content {
  width: 341px;
  height: 225px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* line 1010, ../sass/styles.scss */
.view img {
  display: block;
  position: relative;
}

/* line 1014, ../sass/styles.scss */
.view p {
  font-style: italic;
  font-size: 1.1em;
  position: relative;
  color: #fff;
  text-align: center;
  margin: 5em auto 0;
  width: 63%;
}

/* line 1025, ../sass/styles.scss */
.view-fourth img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* line 1038, ../sass/styles.scss */
.view-fourth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 1051, ../sass/styles.scss */
.view-fourth .mask {
  background-color: #8D2D2F;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 1071, ../sass/styles.scss */
.view-fourth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 1086, ../sass/styles.scss */
.view-fourth:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 1101, ../sass/styles.scss */
.view-fourth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* line 1114, ../sass/styles.scss */
.btn-gallery {
  background-color: #E5C450;
  padding: 4px 12px;
  color: #fff;
}
/* line 1119, ../sass/styles.scss */
.btn-gallery:hover {
  color: #000;
}

/* line 1124, ../sass/styles.scss */
.gallery-button {
  margin: 10px 0px;
  color: #fff;
}

/* line 1128, ../sass/styles.scss */
.mytable {
  overflow: hidden;
  margin-top: 120px;
}

/* line 1133, ../sass/styles.scss */
tbody, tfoot, thead {
  border: none !important;
}

/* line 1136, ../sass/styles.scss */
th {
  background: #f7f7f7;
}

/* line 1140, ../sass/styles.scss */
.masks {
  background: url(../images/search.png) no-repeat center center;
}

/* line 1144, ../sass/styles.scss */
.views p {
  margin: 4em auto 0;
}

/* line 1153, ../sass/styles.scss */
.sidebar-aggregrate li i {
  color: #8D2D2F !important;
}
/* line 1158, ../sass/styles.scss */
.sidebar-aggregrate li a {
  color: #8D2D2F !important;
}
/* line 1160, ../sass/styles.scss */
.sidebar-aggregrate li a:hover {
  color: #8D2D2F !important;
  text-decoration: underline;
}

/* line 1169, ../sass/styles.scss */
.paging a:hover {
  background-color: #8D2D2F;
  color: #fff;
}

/* line 1175, ../sass/styles.scss */
div.manuscript-image {
  /* The background image must be 800px wide */
  max-width: 100%;
}

/* line 1180, ../sass/styles.scss */
.manuimage {
  padding-top: 25.25%;
  /* 450px/800px = 0.5625 */
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}

/* line 1186, ../sass/styles.scss */
.manuscript-image {
  margin-bottom: 12px;
}

/* line 1191, ../sass/styles.scss */
.change-title {
  font-size: 1rem;
  font-wieght: bold;
  color: #fff;
  background-color: #8D2D2F;
}

/* line 1197, ../sass/styles.scss */
.accordion-title:focus, .accordion-title:hover {
  background-color: #8D2D2F;
  color: #fff;
  text-decoration: underline;
}

/* line 1206, ../sass/styles.scss */
.category-section .expandable::after {
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-align: center;
  width: 1em;
  content: "\f105" !important;
  float: right;
}

/* line 1217, ../sass/styles.scss */
.category-section .expandable:hover::after, .category-section .expandable.active::after {
  color: #fff;
}

/* line 1220, ../sass/styles.scss */
.category-section ul li {
  font-size: 20px !important;
}

/* line 1224, ../sass/styles.scss */
.category-section span, .category-section a {
  font-size: 18px !important;
  font-family: Open Sans;
  font-weight: normal;
}

/* line 1229, ../sass/styles.scss */
.category-section small {
  color: #959595 !important;
}

/* line 1233, ../sass/styles.scss */
.category-section .expandable.active small {
  color: #fff !important;
}

/* line 1237, ../sass/styles.scss */
.top-bar-rights input {
  width: 90%;
  float: right;
}

/* line 1242, ../sass/styles.scss */
.mytable td {
  font-size: 13px;
  font-family: Open sans;
  border: 1px solid #eee;
}

/* line 1250, ../sass/styles.scss */
.contact-details {
  margin: 25px 0px;
}
/* line 1251, ../sass/styles.scss */
.contact-details h3 {
  margin-bottom: 20px;
}
/* line 1255, ../sass/styles.scss */
.contact-details i {
  color: #8D2D2F;
  float: left;
  margin-right: 16px;
  font-size: 26px;
}
/* line 1262, ../sass/styles.scss */
.contact-details span {
  margin: 0px 48px;
  font-size: 16px;
  font-family: Open Sans;
  display: block;
  color: #666; font-weight:normal;
}
/* line 1269, ../sass/styles.scss */
.contact-details span a {
  color: #000;
  text-decoration: underline;
}
/* line 1273, ../sass/styles.scss */
.contact-details span a:hover {
  color: #8D2D2F;
  text-decoration: none;
}

/* line 1283, ../sass/styles.scss */
ul.times {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1288, ../sass/styles.scss */
ul.times li {
  border-bottom: 1px solid #ccc;

  padding: 10px 15px; display:flex; background:#f6f6f6;
}

ul.times li:nth-child(2n+2){ background:#fff}

/* line 1293, ../sass/styles.scss */
span.week {
  color: #000;
  font-size: 0.8125em; float:left; width:150px;
}

/* line 1297, ../sass/styles.scss */
.hours {
 
  font-size: 0.8125em;
  color: #333;
}

/* line 1302, ../sass/styles.scss */
span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: bold;
}

.odd span, .even span {font-weight:normal; font-size:14px;}

.even a , .odd a {font-weight:normal; font-size:14px; color:#000}

.unavailable {display:none !important}

.pagination .current {background:#8d2d2f; padding:0 }

.pagination .current a { color:#fff !important}
.pagination .current a:hover {background:#8d2d2f; color:#fff !important}

#example_wrapper select {height:2rem; padding-top:2px}

/* line 1311, ../sass/styles.scss */
.title-tag {
  margin-bottom: 30px;
  background: #f9f9f9;

}

/* line 1317, ../sass/styles.scss */
.inner-title {
  margin-bottom: 10px;
  color: #8d2d2f;
}

/* line 1323, ../sass/styles.scss */
.content ol {
  display: block;
}

/* line 1326, ../sass/styles.scss */
.content ol li {
  list-style-type: decimal;
  display: block;
}

/* line 1336, ../sass/styles.scss */
.mysubmenu {
  width: 100% !important;
  background-color: #f8f8f8 !important;
}

/* line 1341, ../sass/styles.scss */
.mysubmenu li:hover {
  border-bottom: 3px solid #8D2D2F;
}

/*new dropdown css*/
/* line 1348, ../sass/styles.scss */
.dropdown.menu .has-submenu.is-right-arrow > a::after {
  /*content: "\f0d7 ";*/
  display: block;
  width: 0;
  height: 0;
  /*border: 5px inset;*/
  font: normal normal normal 16px/1 FontAwesome !important;
  /*border-color: transparent transparent transparent #2199e8;*/
  border-left-style: solid;
}

/* line 1358, ../sass/styles.scss */
.parallel {
  text-align: left;
  padding-bottom: 10px;
  color: #909597;
}

/* line 1363, ../sass/styles.scss */
.parallel a {
  color: #8D2D2F;
  font-family: Open Sans;
  font-weight: 300;
}

/* line 1368, ../sass/styles.scss */
.parallel a:hover {
  text-decoration: underline;
  color: #8D2D2F;
  font-family: Open Sans;
  font-weight: 300;
}

/* line 1376, ../sass/styles.scss */
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

/* line 1382, ../sass/styles.scss */
#customers td, #customers th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px;
}

/* line 1387, ../sass/styles.scss */
#customers td a {
  font-weight: 900;
  color: #000;
}

/* line 1391, ../sass/styles.scss */
#customers td a:hover {
  text-decoration: underline;
}

/* line 1394, ../sass/styles.scss */
#customers td a span {
  font-weight: 300 !important;
  color: #909597;
  font-size: 13px;
}

/* line 1399, ../sass/styles.scss */
#customers td i {
  font-size: 13px;
  color: #909597;
}

/* line 1403, ../sass/styles.scss */
#customers td a span:hover {
  color: #8D2D2F;
  text-decoration: underline;
}

/* line 1408, ../sass/styles.scss */
#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 1410, ../sass/styles.scss */
#customers tr:hover {
  background-color: #ddd;
}

/* line 1412, ../sass/styles.scss */
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8D2D2F;
  color: white;
  width: 48%;
  font-size: 18px;
}

/* line 1421, ../sass/styles.scss */
.sub-list-table th:first-child {
  width: 10% !important;
}

/* line 1424, ../sass/styles.scss */
.sub-list-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8D2D2F;
  color: white;
  font-size: 18px;
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 18px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'Ã¢â‚¬Â¢';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.foot-list li span{
  font-weight: 400 ;
}

.status{
  font-size: 12px;
}


/*.off-canvas-wrapper-inner {background:#e5c450}*/

.andro-app-btn ul li:first-child {display:none}
.dropdown.menu .submenu > li {border:none}

.menu.vertical > li {margin:0 !important;}

.menu > li > a {padding:1rem}

.foot-list  li  {padding-bottom:5px;}
.foot-list  li:first-child {padding-bottom:0}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {

margin-left: 8px;

}

a.twitter-follow-button {background:#21a0f3; padding:5px 10px; color:#fff; font-size:12px; border-radius:5px;}
a.twitter-follow-button:hover {background:#1585cf}

.social {}
.social ul {}
.social ul li {list-style-type:none; margin-right:10px; float:left; display:block}
.social ul li a i {color:#999; background:#000; padding:10px; border-radius:50%; width:35px; height:35px; font-size:18px; text-align:center}
.social ul li a i:hover {color:#fff}