@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|Roboto+Condensed:400,300,700,700italic|Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,400italic,700italic);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&amp;family=Roboto&amp;display=swap");
@import url("animate.min.css");
@import url("../assets/plugins/fontawesome-5.2.0/css/all.css");
@import url("../assets/plugins/bootstrap-daterangepicker/daterangepicker.css");
@import url("fontello.css");
@import url("../assets/plugins/jquery-nice-select/css/nice-select.css");
@import url("fileinput.min.css");
@import url("../assets/plugins/flag-icon-css-master/css/flag-icon.css");
/*
$border:                solid 1px $border-color;
$border-dark:           solid 1px $border-color-dark;
*/
html:not([theme="dark"]) {
  --border-color: #ddd;
  --border-color-dark: #e1e1e1
; }

html[theme="dark"] {
  --text-color: #fff;
  --text-color-meta: #AAAAAA;
  --text-color-meta-dark: #717171;
  --text-color-darker: #222;
  --text-color-darkest: #000;
  --text-color-hover: #999999;
  --text-color-mute: #9a9a9a;
  --text-color-light: hsla(0, 0%, 87%, 0.8);
  --text-color-lighter: hsla(0, 0%, 73%, 0.8);
  --link-color: #ebebeb;
  --link-hover-color: #fff;
  --error-color: rgb(240, 50, 50);
  --background: #262626;
  --background-secondery: #1c1c1c;
  --background--darker: #121212;
  --background--darkest: #040404;
  --background--lighter: #3e3e3e;
  --nav-bg: #262626;
  --nav-border: #424242;
  --panel-bg: #1c1c1c;
  --border-color-light: #ddd;
  --logo-color: #ffffff;
  --logo-color-dark: #000000;
  --panel-header-bg: #1d1d1d;
  --panel-box-bg: #1c1c1c;
  --border-color: rgba(255,255,255,0.1);
  --border-color-20: rgba(255,255,255,0.2);
  --border-color-30: rgba(255,255,255,0.3);
  --content-box-shadow: 0 1px 1px rgba(180, 180, 180, 0.1);
  --border-color-dark: rgba(255,255,255,0.2);
  --menu-link-color: var(--text-color-light);
  --menu-hover-bg: var(--background--lighter);
  --search-input-bg:#ff;
  --footer-bg: var(--background);
  --input-bg: var(--background--darker);
  --input-color: var(--text-color);
  --input-border-color: var(--border-color);
  --category-sidebar-bg: var(--background-secondery);
  --sidebar-title-color: var(--text-color-light);
  --category-list-color: var(--text-color-mute);
  --category-list-item-hover:var(--background--lighter);
  --tab-box-bg: var(--background--lighter);
  --tab-box-active-bg: var(--background-secondery);
  --tab-box-active-border: var(--border-color);
  --brand-success: #208e4e;
  --brand-info: #d7b426;
  --brand-warning: #aa8a0a;
  --brand-primary: #0d5d4d; }

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

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
      position: relative;
    top:0px;
  }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color:#f1f1f1; 
 }
  @media (max-width: 767px) {
    body {
      font-size: 0.75rem; } }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  list-style-type: none; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #428bca;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
     -moz-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
       -o-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
          transition: all 0.2s linear 0s, letter-spacing 0s linear 0s; }
  a:focus, a:hover {
    color: #0d5d4d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }






.imgUp#centr_div {margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
#bg_blu{padding: 10px 10px; border: #428bca 1px solid; color: #fff; margin: 0; font-weight: 600; text-align: left; font-size: 18px; background-color: #428bca;}
.secfilds {background: #f9eddb; padding: 10px 10px; border-radius:0; position:relative;}
.secfilds input.form-control {border-radius:20px; padding-left: 35px;}
.secfilds input.form-control:focus {box-shadow: none;}
.secfilds i.searchh {
    color: #000;
    position: absolute;
    top: 22px;
    left: 23px;
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 800;
    font-size: 15px;
}
.profls button.btn.btn-default {
    border-radius: 3px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 15px;
    border: #428bca solid 2px;
}
.imagePreview {
    width: 100%;
    height: 125px;
    background-position: center center;
    background: url(../../assets/images/edtpro.jpg) no-repeat center;
    background-color: #626262;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px 0px 0px 1px #e9e9e9;
}


.main-container.allss_centtrs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

label.btnoverp {
    width: 100%;
    height: 100%;
    line-height: 16px;
    padding: 0;
    cursor: pointer;
    font-size: 15px;
    color: #031329;
    position: absolute;
    left: 0;
    text-align: center;
}
label.btnoverp span {
    background: #000000ba;
    color: #fff;
    padding: 3px 3px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}
.imgUp {
    width: 140px;
    height: 125px;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border: #428bcacc dashed 1px;
    padding: 0px;
}


/* .fix_btn {
    position: fixed;
    bottom: 80px;
    right: 0;
    background: #d48306;
    padding: 10px;
    border-radius: 45px 0 0px 45px;
    text-align: center;
	animation: heartbeat 1s infinite;
} */

.fix_btn {
    position: relative;
    bottom: 0;
    right: 0;
        background: #428bca;
    padding:8px;
    border-radius: 45px 0 0px 45px;
    text-align: center;
    animation: heartbeat 1s infinite;
    float: right;
}

.fix_btn a {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.fix_btn a i {
    padding-bottom: 2px;
	display:block;
	font-size:20px;
}

.fix_btn button:before, .fix_btn button:after {content:""; position:absolute;}
/* .fix_btn button {background:transparent; color:#ffe4c0; border:2px solid #e7ceae96; border-radius:50px; padding:0.5rem 1rem; font-size:15px; outline:none; cursor:pointer;
    position: relative; transition: 0.2s ease-in-out; letter-spacing:0.5px; font-weight:500;} */

.fix_btn button {
    background: transparent;
    color: #ffe4c0;
    border: 2px solid #e7ceae96;
    border-radius: 50px;
    padding: 0.2rem 0.7rem;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.fix_btn .button-hand button:before {content: ""; font-size: 60px; transform: scaleX(-1); right: 0px; top: -68px; animation: up-down 1s infinite;}

#wrapper.lg_ragister {padding: 0;}

#share_cnt .inner {
    display: inline-block;
    width: 100%;
    border: #f7e8d1 dashed 1px;
    padding: 35px 20px 20px 20px;
    min-height: 450px;
    height: 100%;
    box-shadow: 7px 7px 0px #efd4b33b;
    background: #00000024;
}
#share_cnt .inner h3.title-4 {
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
#share_cnt .inner p {
    font-size: 14px;
    line-height: 24px;
	letter-spacing:0.5px;
    margin: 0;
}

.shar_btm {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top:60px;
}
.shar_btm span {
    font-weight: 600;
}

table#addManageTable {
    border-collapse: separate;
    border-spacing: 0 11px;
}

table#addManageTable th {
    border: 1px solid #d5d5d5;
    border-style: solid none;
    padding: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #428bca;
}

table#addManageTable th:first-child {
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table#addManageTable th:last-child {
   border-right-style:solid;
   border-bottom-right-radius:5px;
   border-top-right-radius:5px;
}
table#addManageTable td {
    border: 1px solid #d5d5d5;
    border-style: solid none;
    padding:9px;
    background-color: whitesmoke;
}

table#addManageTable td:first-child {
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table#addManageTable td:last-child {
   border-right-style:solid;
   border-bottom-right-radius:5px;
   border-top-right-radius:5px;
}

.dashboard_header a.navbar-brand.logo.logo-title img.on_scrolls {
    display: block;
    position: absolute;
}
.dashboard_header #wrapper_nav .hamburger.is-closed .hamb-top {
    background-color: #000;
}

.dashboard_header #wrapper_nav .hamburger.is-closed .hamb-middle {
    background-color: #000;
}
.dashboard_header #wrapper_nav .hamburger.is-closed .hamb-bottom {
    background-color: #000;
}
a.navbar-brand.logo.logo-title img.on_scrolls {display: none; position: absolute;}
.sticky#myHeader img.hd_scrolls {display: none;}
.sticky#myHeader img.on_scrolls{display: block;}


li.postadd.nav-item.last span#org_btnn {
    display: flex;
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    border: #428bca solid 1px;
    color: #fff;
    border-radius: 50px;
    padding:0px 15px;
}
li.postadd.nav-item.last span#org_btnn a.nav-link {
    background: transparent;
    border: none;
    margin: 0;
    width: auto;
    padding: 12px 0;
}
li.postadd.nav-item.last span#org_btnn span.dbyds {
    padding: 9px 3px;
}

@keyframes up-down {
  50% {
    margin-top: -20px;
  }
}

.fix_btn button {
width:100%;
height:auto;
background:red;
position:relative;
/* Chrome, Safari, Opera */
-webkit-animation-name:myfirst;
-webkit-animation-duration:5s;
-webkit-animation-timing-function:linear;
-webkit-animation-delay:0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
-webkit-animation-play-state:running;
/* Standard syntax */
animation-name:myfirst;
animation-duration:10s;
animation-timing-function:linear;
animation-delay:0s;
animation-iteration-count:infinite;
animation-direction:alternate;
animation-play-state:running;
}

@keyframes  heartbeat
{
  0%
  {
    transform: scale( 0.9 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .99 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( 1 );
  }
  100%
  {
    transform: scale( 1 );
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst
{
0%   {background: #428bca; left:0px; top:0px;}
25%  {background: #428bca; left:0px; top:0px;}
50%  {background: #428bca; left:0px; top:0px;}
75%  {background: #428bca; left:0px; top:0px;}
100% {background: #428bca; left:0px; top:0px;}
}

/* Standard syntax */
@keyframes myfirst
{
0%   {background: #428bca; left:0px; top:0px;}
25%  {background: #428bca; left:0px; top:0px;}
50%  {background: #428bca; left:0px; top:0px;}
75%  {background: #428bca; left:0px; top:0px;}
100% {background: #428bca; left:0px; top:0px;}
}


read-more:not(:defined) {
  visibility: hidden;
}

/* Ensure the element is visible in no-js environments */
.no-js read-more:not(:defined) {
  visibility: visible;
}

read-more p {
  font: inherit;
  line-height: inherit;
}
read-more button {
  all: unset;
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
read-more button:focus,
read-more button:hover {
  text-decoration: none;
}

.addsss {
    text-align: center;
    margin: 20px 0;
}
.main-container.all_top_arias {
    margin-top: 40px;
}
.card-object .ads_mgss {
    text-align: center;
    margin-bottom: 15px;
}
.card-object .ads_mgss img {
    width: 100%;
}
.mnu_extra {
    background: #428bca;
    padding:0;
	position: relative;
    top: 12px;
}
.mnu_extra .mnu_listss ul li a:hover {
    color: #428bca;
}
.mnu_extra .mnu_listss ul li a {
    font-size: 14px;
    color: #fff;
	    line-height: 32px;
	    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.mnu_extra .mnu_listss ul li {
    float: left;
    margin-right:40px;
}
.mnu_extra .mnu_listss ul li:last-child{margin-right:0;}
.mnu_extra .mnu_listss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mnu_extra .mnu_listss {
    display: inline-block;
    width: 100%;
    padding-top:5px;
}
.sticky .mnu_extra {
    position: fixed;
    top: 80px;
    width: 100%;
}

.mnu_extra .mnu_listss ul.right {
    float: right;
}
.mnu_extra .mnu_listss ul.right form {
    display: flex;
}
.mnu_extra .mnu_listss ul.right form input {
    border: none;
    padding: 7px 10px;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
}
.mnu_extra .mnu_listss ul.right form button {
    border: none;
    padding: 0px 12px;
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}


.card-object {
    display: inline-block;
    width: 100%;
}
.card-object h2 {
    font-weight:500;
    margin: 0;
    padding-left: 25px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
    font-size:30px;
}
.card-object h2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    transform: skew(24deg,0deg);
    margin-left: 2px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    background: #428bca;
    top: 7px;
}

.card-object h3 {
    font-weight:500;
    margin: 0;
    padding-left: 25px;
    line-height: 35px;
    position: relative;
    padding-bottom: 20px;
    font-size:26px;
}
.card-object h3:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    transform: skew(24deg,0deg);
    margin-left: 2px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    background: #428bca;
    top: 7px;
}
.card-object h3 span.lnkss {
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.card-object h3 span.lnkss a {
    position: relative;
	    padding-right: 6px;
}
.card-object h3 span.lnkss a:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 8px 8px;
    box-shadow: -2px 2px 0 0 #428bca;
    transform: rotate(225deg);
    margin-left: 2px;
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
}


.card-object__figure {
    margin-bottom:10px;
}
.card-object .card-object__figure a {
    display: block;
}
.card-object .card-object__figure picture {
    overflow: hidden;
    display: block;
    max-width: 100%;
    border-radius: 5px;
    line-height: 1.4;
    height: 180px;
	margin: 0;
}
.card-object .card-object__figure picture img{margin:0; width:100%; height:100%; object-fit:cover;}
.card-object__body .list-object {
    margin-bottom: 10px;
    padding-bottom:5px;
    padding-right: 20px;
    position: relative;
}
.card-object__body .list-object__category {
    margin: -4px 0 0;
}
.card-object__body .list-object__category .category .link {
    color: var(--c-link);
}
.card-object__body .list-object__category .list-object__heading {
    margin: 4px 0 0 0;
    word-break: break-word;
    padding-right: 7px;
}
.list-object__heading-link {
    text-decoration: none;
    color: var(--c-text);
	line-height: 20px;
}
.card-object__body .list-object .list-object__timestamp {
    margin: 0px 0 0 0;
    display: inline-block;
    color: #8d8d8d;
    font-size: 13px;
}
.card-object__body .list-object__category a.link {
    font-weight: 500;
    font-size: 11px;
}
.card-object__body .list-object__category a.link:hover {
    color: #428bca;
    text-decoration: underline;
}
.card-object__content {
    border-bottom: #e9e9e9 solid 1px;
    padding-top: 10px;
    background: #fff;
    padding-left: 12px;
}
.card-object__content:last-child {
    border: none;
}
h6.h6.list-object__heading {
    margin: 5px 0;
    padding: 0;
	font-size:16px;
	font-weight: 500;	
}


.feature-card {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding: 13px 13px 1px;
    margin-bottom: 20px;
}
.feature-card .feature-card__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.46) 30%,rgba(0,0,0,0.80) 50%);
    padding-top: 40px;
}
.feature-card .category {
    margin: 0;
    font-size: var(--fs-timestamp);
    line-height: var(--lh-timestamp);
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
        color: #fff;
}

.feature-card__category .link {
    color: var(--c-text-inverse);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.feature-card__category .link:hover {
    text-decoration: underline;
}
.feature-card__heading {
   max-width: 443px;
    margin: 15px auto;
    font-weight: 600;
    letter-spacing: -0.56px;
    line-height: 26px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.feature-card__heading a.feature-card__heading-link {
   color: #fff;
   font-size: 24px;
   letter-spacing: 0.5px;
   font-weight:500;
}
.feature-card__content .feature-card__datetime-duration {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.feature-card .feature-card__figure {
    margin: 0;
    position: relative;
}

.feature-card__figure img, picture {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    line-height: 1.4;
}

.media-object {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    border-bottom: #e9e9e9 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    background: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.media-object .media-object__figure {
    max-width: 30%;
}
.media-object .media-object__figure a.link {
    display: block;
}
.media-object .media-object__figure img, picture {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    line-height: 1.4;
}
.media-object .media-object__figure picture.image {
    height: 102px;
    width: 100%;
    overflow: hidden;
	    margin: 0;
}
.media-object .media-object__figure picture img{width:100%; height:100%; object-fit:cover;}
.media-object__content {
    flex: 1;
    display: flex;
    flex-flow: wrap;
    padding-left: 14px;
}
.media-object__body {
    flex-basis: 100%;
}
.media-object .list-object {
    margin-bottom: 0;
    padding-bottom: 0;
}
.media-object__content .list-object__category {
    margin: -4px 0 0;
}
.media-object .list-object h6.h6.list-object__heading {
    margin: 5px 0 5px;
    padding: 0;
    font-size: 14px;
}

.media-object__content .list-object__category a.link {
    font-size: 14px;
    font-weight: 500;
}
.media-object__content .list-object__category a.link:hover {
    color: #428bca;
    text-decoration: underline;
}
.media-object__content .list-object__heading {
    margin: 4px 0 0 0;
    word-break: break-word;
    padding-right: 7px;
}
.media-object__content .list-object__heading .list-object__heading-link {
        text-decoration: none;
    color: var(--c-text);
    font-size: 16px;
    line-height: 22px;
}
.media-object__content .list-object__heading .list-object__heading-link .list-object__timestamp {
    margin: 6px 0 0 0;
    display: inline-block;
}

.media-object .list-object .list-object__timestamp {
    margin: 0px 0 0 0;
    display: inline-block;
    color: #8d8d8d;
    font-size: 14px;
}

.card-object__content.asia_aria {
    padding: 0;
}
.card-object__content.asia_aria .list-object {
    padding-top: 0px;
    padding-left: 12px;
}
.card-object__content.asia_aria .lst_objct_imgs img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Asia_aria_bx {
    display: inline-block;
    width: 100%;
}
.Asia_aria_bx .bg_mg_aria {
    display: inline-block;
    width: 100%;
}
.Asia_aria_bx .bg_mg_aria .asi_mg_bx {
    width: 100%;
    height: 323px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}
.Asia_aria_bx .bg_mg_aria .asi_mg_bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Asia_aria_bx .bg_mg_aria .ctn_ariass {
    background: #fff;
    padding: 10px 10px;
}
.Asia_aria_bx .media-object .list-object {
    padding-right: 25px;
}
.Asia_aria_bx .media-object h6.h6.list-object__heading {
    margin-top: 0;
}
.Asia_aria_bx .bg_mg_aria h2 a {
    color: #000;
    font-weight: 500;
    line-height:24px;
}
.Asia_aria_bx .bg_mg_aria h2 {
    margin: 0 0 5px 0;
    padding: 0;
	font-size: 18px;
    line-height: 24px;
}
.Asia_aria_bx .bg_mg_aria p{
    margin: 0px 0 0 0;
    display: inline-block;
    color: #8d8d8d;
    font-size: 14px;
}
.Asia_aria_bx .media-object {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    border-top: #e9e9e9 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    background: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.card-object h2 span.lnkss a:hover {
    text-decoration: underline;
    color: #428bca;
}
.card-object h2 span.lnkss {
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.card-object h2 span.lnkss a {
    position: relative;
	    padding-right: 6px;
}
.card-object h2 span.lnkss a:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 8px 8px;
    box-shadow: -2px 2px 0 0 #428bca;
    transform: rotate(225deg);
    margin-left: 2px;
    position: absolute;
    top: 6px;
    right: 0;
    width: 8px;
    height: 8px;
}

.card-object__content.asia_aria .lst_objct_imgs {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.asia_rt .card-object__content.asia_aria .list-object {
    padding-top: 7px;
}
.asia_rt .card-object__content.asia_aria .lst_objct_imgs {
    margin: 0;
}

.wrd_aria_bgs {
    display: inline-block;
    width: 100%;
}
.wrd_aria_bgs .wrd_list_ng {
        display: flex;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: #e9e9e9 solid 1px;
}
.wrd_aria_bgs .wrd_list_ng:last-child {
    border: none;
}
.wrd_aria_bgs .wrd_list_ng .wrd_lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrd_aria_bgs .wrd_list_ng .wrd_lft {
    float: left;
    width: 200px;
    height: 115px;
    overflow: hidden;
    border-radius: 4px;
}

.wrd_aria_bgs .wrd_list_ng .wrd_conttst {
    padding: 0 20px 0 10px;
    float: left;
    width: 255px;
    position: relative;
}
.wrd_aria_bgs .wrd_list_ng .wrd_conttst h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 7px 0;
    padding: 0;
	font-weight: 500;
}
.wrd_aria_bgs .wrd_list_ng .wrd_conttst h2 a {
    color: #000;
}
.wrd_aria_bgs .wrd_list_ng .wrd_conttst p{
    margin: 0px 0 0 0;
    display: inline-block;
    color: #8d8d8d;
    font-size: 13px;
}

.wrd_aria_bgs .wrd_list_ng.dibyds {
    display: inline-block;
}
.wrd_aria_bgs .wrd_list_ng.dibyds .wrd_conttst {
    padding-right: 10px;
    width: 50%;
	padding-left: 0;
}
.wrd_aria_bgs .wrd_list_ng.dibyds .wrd_conttst h2 {
    font-size: 14px;
    line-height: 20px;
}
.wrd_aria_bgs .wrd_list_ng.dibyds .wrd_conttst:last-child {
    padding-right: 0;
    border-left: #e9e9e9 solid 1px;
    padding-left: 15px;
}
.Asia_aria_bx .bg_mg_aria.worldss .asi_mg_bx {
    height: 223px;
}
.wrd_rt_lists .card-object__content {
    padding-top: 8px;
}

.cmitss {
    display: inline-block;
    width: 100%;
	border:#428bca4a dashed 1px;
	margin-bottom:40px;
}
.cmitss .inputts {
    background: #efebe3;
    padding: 8px;
}
.cmitss .inputts form{}
.cmitss .inputts form input {
    width:75%;
    border: #fff solid 1px;
    background: #ffffffa6;
    border-bottom: none;
    padding: 8px 10px;
	font-size: 13px;
}
.cmitss .inputts form input:focus {
    border: #c3c0bb73 solid 1px;
}
.cmitss .inputts form button {
    background: #428bca;
    border: none;
    color: #fff;
    padding: 10px 0px;
    width: 11%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.cm_list_aria {
    padding: 15px;
    background: #fff;
}

#commntss .cm_list_aria {
    max-height: 330px;
    overflow: auto;
}
#commntss .cm_list_aria::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#commntss .cm_list_aria::-webkit-scrollbar{
	width:10px;
	background-color: #F5F5F5;
}

#commntss .cm_list_aria::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#428bca;
}

.cmitss .und_listss {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 15px;
}
.cmitss .und_listss:last-child{padding-bottom:0; margin-bottom:0; border:none;}
.cmitss .und_listss .mg_ariaa {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: #ccc solid 1px;
    overflow: hidden;
}
.cmitss .und_listss .mg_ariaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cmitss .und_listss .usrss_aria span.rly{}
.cmitss .und_listss .usrss_aria span.rly a {
    font-size: 13px;
    color: #000;
}
.cmitss .und_listss .usrss_aria span.rly a:hover{color:#428bca; text-decoration:underline;}

.cmitss .und_listss .usrss_aria h4 span {
    font-weight: 400;
	    font-size: 13px;
}
.cmitss .und_listss .usrss_aria h4 span a {
    color: #a1a1a1;
}
.cmitss .und_listss .usrss_aria h4 span a:hover{color:#428bca; text-decoration:underline;}
.cmitss .und_listss .usrss_aria h4 {
    margin:0 0 3px 0;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.cmitss .und_listss .usrss_aria {
    float: left;
    padding-left: 15px;
	width:86.5%;
}
.cmitss .und_listss .usrss_aria p {
    margin: 0 0 3px 0;
    font-size: 13px;
    color: #5e5e5e;
    line-height: 18px;
}
.cmitss .sub_reply .usrss_aria span.rly{}
.cmitss .sub_reply .usrss_aria span.rly a {font-size: 13px; color: #000;}
.cmitss .sub_reply .usrss_aria span.rly a:hover{color:#428bca; text-decoration:underline;}
.cmitss .sub_reply {
    display: inline-block;
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: #e5e5e5 solid 1px;
}
.cmitss .sub_reply:last-child {
    border: none;
    padding-bottom: 0;
}
.cmitss .sub_reply .mg_ariaa {
    width: 40px;
    height: 40px;
    float: left;
	border-radius: 50px;
    border: #ccc solid 1px;
    overflow: hidden;
}

.repl_main {margin-bottom:5px; padding-left:55px; margin-top: 10px;}
.cmitss .sub_reply .usrss_aria h4 span {font-weight: 400;  font-size: 13px;}
.cmitss .sub_reply .usrss_aria h4 span a {color: #a1a1a1;}
.cmitss .sub_reply .usrss_aria h4 span a:hover{color:#428bca; text-decoration:underline;}
.cmitss .sub_reply .usrss_aria h4 {
    margin:0 0 3px 0;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.cmitss .sub_reply .usrss_aria {float:left; padding-left:15px;  width:85%;}
.cmitss .sub_reply .usrss_aria p {margin:0 0 3px 0; font-size:13px; color:#5e5e5e; line-height:18px;}

.cmitss .und_listss .sub_reply .mg_ariaa img{width:100%; height:100%; object-fit:cover;}
.usr_repilss {display:inline-block; width:100%; padding-top:10px;}
.rply_conts_btn{padding-left:55px;}
.rply_conts_btn span{background:#e5e5e5; padding:4px 15px; display:inline-block; border-radius:35px; font-size:13px; font-weight:500; margin-bottom:0px; cursor:pointer; color:#3272b5;}
.rply_conts_btn span i {font-size: 15px;}

.rply_show_in#cancel {
    display: inline-block;
    width: 100%;
    margin: 8px 0 0 0;
}
.rply_show_in#cancel form input.rpl_adss {
background: transparent;
    border-bottom: #ccc solid 1px;
    border-left: none;
    border-top: none;
    border-right: 0;
    width: 100%;
    padding: 4px 0px;
    font-size: 12px;
}
.rply_show_in#cancel form input.rpl_adss:focus {
    border-bottom: #d9a047 solid 1px;
}
.rply_show_in#cancel form p {
    margin: 0;
    padding-top: 8px;
    text-align: right;
}
.rply_show_in#cancel form p a {
    background: #e9e9e9;
    color: #727272;
    padding: 6px 10px;
    border-radius: 3px;
	font-weight: 500;
	    font-size: 12px;
}
.rply_show_in#cancel form p button {
    background: #428bca;
    border: none;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
}


.listscrolls {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0;
    flex-wrap: inherit;
	    white-space: nowrap;
}

.listscrolls::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.listscrolls::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

.listscrolls::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color:#428bca;
}

.listscrolls .media-object {
    display: inline-block;
    margin: 0 10px 0 0px;
	    width:50%;
}
.listscrolls .media-object .list-object {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
.listscrolls .media-object .media-object__figure {
    max-width: 100%;
    margin-bottom: 15px;
}
.listscrolls .media-object__content {
    padding-left: 0;
    width: 100%;
}
.listscrolls .media-object .media-object__figure picture.image {
    height: 140px;
}
.listscrolls .media-object__content .list-object__heading .list-object__heading-link {
    white-space: initial;
    display: inline-block;
}

.feature-card.news_box_ariaaa {
    height: 450px;
    margin: 0;
}
.feature-card.news_box_ariaaa .feature-card__figure {
    height: 420px;
    overflow: hidden;
}
.feature-card.news_box_ariaaa .feature-card__figure img, picture {
    width: 100%;
}

.newsliststss {
    max-height: 450px;
    height: 100%;
    overflow: auto;
}
.newsliststss::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.newsliststss::-webkit-scrollbar{
	width:10px;
	background-color: #F5F5F5;
}

.newsliststss::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#428bca;
}
.newsliststss .media-object {
    margin: 0;
}
.newsliststss .media-object__content .list-object__heading .list-object__heading-link {
    font-size: 14px;
    line-height: 18px;
}
.newsliststss .media-object .media-object__figure picture.image {
    height: 82px;
}
.adio_vd.mus_listss .adi_list_mn{margin-bottom:10px;}
.adio_vd.mus_listss .adi_list_mn .ad_imgs {
    float: left;
    max-width: 80px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    width: 100%;
}
.adio_vd.mus_listss .adi_list_mn .ad_imgs .over_vw:after {
    left: 35%;
}
.adio_vd.mus_listss .adi_list_mn .ad_cnt_list {
    float: left;
    max-width: 1060px;
    width: 100%;
    padding-left: 10px;
}

.adio_vd.mus_listss .adi_list_mn .ad_cnt_list h6 {
    margin: -2px 0 5px 0;
    font-size: 15px;
}
.adio_vd.mus_listss .adi_list_mn .ad_cnt_list p {
    font-size: 13px;
}
.adio_vd.mus_listss .lst_rops {
    float: left;
    max-width: 17px;
    text-align: center;
    width: 10%;
	position:relative;
}
.adio_vd.mus_listss .shr_dotts {
    cursor: pointer;
	padding-top: 25px;
}
.adio_vd.mus_listss .shr_dotts i{color:#8b8b8b;}

.adio_vd.mus_listss .lst_rops .musicliast ul li:last-child {
    margin: 0;
}
.adio_vd.mus_listss .lst_rops .musicliast ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.adio_vd.mus_listss .lst_rops .musicliast ul li {
    margin-bottom: 3px;
    text-align: left;
}
.adio_vd.mus_listss .lst_rops .musicliast ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.adio_vd.mus_listss .lst_rops .musicliast {
    position: absolute;
    width: 110px;
    background: #428bca;
    right: 3px;
    border-radius: 4px;
    padding: 8px 10px;
}
.adio_vd.mus_listss .lst_rops .musicliast ul li a:hover {
    padding-left: 1px;
    color: #f3b657;
}
.socal_mdaa .tooltip {
    position: relative;
    padding: 0;
    opacity: 1;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.socal_mdaa .tooltip:hover::before {
    /* top: 100%; */
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.socal_mdaa .tooltip::before {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: max-content;
    background: rgb(27, 25, 25);
    color: #fff;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 12px;
    content: attr(tooltip-text);
    margin-right: 5px;
    transition: all 0.3s ease;
}

.socal_mdaa .tooltip.top::before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.socal_mdaa .tooltip.right::before {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.socal_mdaa .tooltip.bottom::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.socal_mdaa .tooltip.left::before {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* Details Page */



.all_fldss_area {
    background: #fff;
    border: #ececec solid 1px;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px #e3e3e3;
}
.all_fldss_area h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}
.all_fldss_area p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 16px;
}
.all_fldss_area p span {
    padding-left: 10px;
}
.form_area_dlf .top_area_stss {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 70px;
}
.form_area_dlf .top_area_stss h2 {
    font-size:22px;
    margin: 20px 0 5px;
}
.form_area_dlf .top_area_stss p {
    font-size: 18px;
    margin: 0 0 8px;
}
.form_area_dlf .top_area_stss span {
    font-size: 14px;
}
.form_area_dlf .top_area_stss span a {
    font-weight: 600;
    text-decoration: underline;
}
.form_area_dlf input.form-control {
    border: #ccc solid 1px;
    border-radius: 0;
    height: 44px;
    font-size: 14px;
}

.form_area_dlf select.form-control {
    border: #ccc solid 1px;
    border-radius: 0;
    height: 44px;
    font-size: 14px;
	    background: #fff;
    position: relative;
}
.all_fldss_area .form-group.marg_codsss i {
    position: absolute;
    right: 10px;
    top: 40px;
	color:#999;
    z-index: 1;
    font-size: 20px;
}
.all_fldss_area .form-group.marg_codsss {
    position: relative;
}

.form_area_dlf textarea.form-control {
    border: #ccc solid 1px;
    border-radius: 0;
    font-size: 14px;
}
.form_area_dlf .form-group label {
    margin: 0 0 8px;
}
.form_area_dlf .form-group {
    margin-bottom: 20px;
}

.sub_mtts button {
    background: #0079bf;
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 3px;
    font-size: 16px;
}

.sub_mtts {
    margin-bottom: 30px;
    margin-top: 10px;
}
.red {
    color: #f00;
    font-size: 14px;
}
.form_area_dlf h2 {
    margin: 0px 0 0px;
    font-size: 20px;
    font-weight: 500;
}

.imgUp1 {
	margin-bottom: 0px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 auto;
    margin-top: 25px;
	position:relative;
}

.imgUp1 .form-group label {
    display: block;
	font-weight:500;
}	
.imgUp1 .form-group .imagePreview {width:142px; height:142px; background-position:center center; background:url(../../assets/images/no-images.jpg); background-color:#fff;
        background-size:cover; background-repeat:no-repeat; display:inline-block; box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.2); }	
.imgUp1 .form-group label.btnoverp {
    position: absolute;
    left: 0;
	    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    font-size: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0079bf;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


	
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width:300px;
  line-height:20px;  
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: rgb(65 65 65 / 86%);
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  font-size: 12px;
    font-weight: 400;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: rgb(65 65 65 / 86%);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: rgb(65 65 65 / 86%);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.2em);
          transform: translate(-50%, -0.2em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #40404063;
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: rgb(65 65 65 / 86%);
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}	

span.i_toptp.wd_p {
    background: #404040;
    color: #fff;
}

span.i_toptp {
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    top: -3px;
}
span.vep_p {
    float: right;
	font-size: 14px;
}

#securtypin .modal-header {
    display: block;
}
#securtypin .modal-header h4.modal-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
#securtypin .modal-header button.close {
    float: right;
}
#securtypin .modal-body .col-lg-12 p#flashmsg {
    margin-bottom: 19px;
    font-weight: 400;
	width:50%;
    float: left;
    font-size: 16px;
    padding-right: 10px;
    border-right: 1px solid #cccc;
}
#securtypin .modal-body .col-lg-12 p#flashmsg1 {
       margin-bottom: 19px;
    font-weight: 400;
    width: 50%;
    float: left;
    font-size: 16px;
    padding-right: 0;
    text-align: right;
}

.blkcol_cn {
    color: #428bca;
    border:#428bca solid 1px;
    background: #fff;
    height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blkcol_cn:hover {color: #fff; background:#428bca; border:#428bca solid 1px;}

.abvhv_table{width:100%;margin:10px 0;border-collapse:collapse;font-size:12px}
.abvhv_table th {
    padding: 10px 10px;
    border: #428bca 1px solid;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    background-color: #428bca;
}

.abvhv_table td a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.abvhv_table td a:hover {text-decoration: none;}
.abvhv_table td{padding:7px;border:#ddd 1px solid;font-size:15px;text-align:left}
.abvhv_table tr{background:#fff}
.abvhv_table tr:nth-child(odd){background:#fff}.abvhv_table tr:nth-child(even){background:#f6f6f6}
.abvhv_table input{ border: #ccc solid 1px; border-radius: 0;  background:#fff; font-size: 14px; width: 100%;}
.abvhv_table input[type=text],.abvhv_table select,.abvhv_table textarea{ border: #ccc solid 1px; border-radius: 0; height: 40px; padding:0 10px; background:#fff; font-size: 14px; width: 100%;}
.abvhv_table input:focus[type=text],.abvhv_table select:focus,.abvhv_table textarea:focus{ border-radius: 0 !important; height: 40px; background:#fff; font-size: 14px; width: 100%;}
.abvhv_table input:hover[type=text],.abvhv_table select:hover,.abvhv_table textarea:hover{ border-radius: 0 !important; height: 40px; background:#fff; font-size: 14px; width: 100%;}
.abvhv_table select{line-height:50px;height:40px}.abvhv_table input[type=checkbox]{margin:8px 5px}
.abvhv_table input:focus{outline:0;box-shadow:0 0 5px #ddd;border:#ddd 1px solid}
.abvhv_table input:hover{border-radius:5px}
.abvhv_table select,.abvhv_table textarea{width:100%}.abvhv_table textarea{height:36px}
.abvhv_table select:focus{outline:0;box-shadow:0 0 5px #ddd;border:#ddd 1px solid}.abvhv_table select:hover{border:#ddd 1px solid;border-radius:5px}
.abvhv_table textarea:focus{outline:0;box-shadow:0 0 5px #ddd}
.abvhv_table textarea:hover{border:1px solid #ddd;border-radius:5px}.btn_dv{text-align:center;padding:10px 0}
.style1 {
    color: #FF0000;
}
td.check_fldds {
    padding: 15px 15px;
}

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

.check_fldds .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.check_fldds .form-group label {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
}
.check_fldds .form-group label span {
    padding-left: 10px;
}

.check_fldds .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  height:22px;
}

.check_fldds .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#btnSubmit {
      background-color: #428bca;
    border: none;
    padding: 10px 15px;
    color: #fff;
    max-width: 270px;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.form_area_dlf .container {
    padding: 0 10px;
}

@media only screen and (max-width: 768px) and (min-width: 320px){
.abvhv_table td {
    width: 100% !important;
    display: block;
}
}



.ns_dtls_pg {text-align: center; margin-bottom: 60px;}
.ns_dtls_pg p {margin: 0 0 15px 0; padding: 0;}
.ns_dtls_pg p a {font-size: 14px; font-weight: 500;}
.ns_dtls_pg p a:hover{text-decoration:underline;}
.ns_dtls_pg h2 {font-size:40px; color:#000; line-height:55px; padding:0 100px; font-weight:500; margin-bottom: 40px;}
.ns_dtls_pg span {font-size:20px; color:#000; width:70%; margin:0 auto; display:block; font-weight:400;}

.top_lst_ariass {display: inline-block; width: 100%; margin-bottom: 50px;}
.top_lst_ariass .mg_arisaa {width: 100%; max-height: 468px; overflow: hidden; margin-bottom: 20px; border-radius: 4px;}
.top_lst_ariass .mg_arisaa img {width: 100%; height: 100%; object-fit: cover;}
.top_lst_ariass .tp_cntents {font-size: 16px; font-weight:500; line-height: 28px;}

.adds_cntt {width: 100%; text-align: left; max-width: 640px; margin: 0 auto; margin-bottom: 60px;}
.adds_cntt p {font-size:15px; margin-bottom:25px; line-height: 24px; font-weight:400;}
.adds_cntt .ads_imgs {
    margin-bottom: 40px;
    text-align: center;
    border-top: #dbdbdb solid 1px;
    padding-top: 30px;
    border-bottom: #dbdbdb solid 1px;
    padding-bottom: 30px;
}
.adds_cntt .ads_imgs img {width:auto;}

.adds_cntt .top_lst_ariass.under_bx {margin-bottom: 30px;}
.adds_cntt .top_lst_ariass.under_bx .tp_cntents {font-size: 17px;}

.adds_cntt .media-object {
    background: transparent;
    padding: 0;
    margin: 0;
    margin-bottom:15px;
    padding-bottom: 15px;
    border-bottom: #dbdbdb solid 1px;
}
.adds_cntt .media-object h6.h6.list-object__heading {
    margin-top: 0;
}
.adds_cntt .media-object h6.h6.list-object__heading a.h6__link.list-object__heading-link {
    font-size: 16px;
    line-height: 22px;
	color: #000;
	font-weight:500;
}
.related_lists {
    display: inline-block;
    width: 100%;
	    margin-bottom: 25px;
}
.related_lists h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: #dbdbdb solid 1px;
}


.mynar_lstss {
    display: inline-block;
    width: 100%;
}
.mynar_lstss h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom:20px;
	    padding: 0;
}
.slc_flwss {
    display: inline-block;
    position: fixed;
    right: 5px;
    bottom: 60px;
    width: 35px;
	z-index: 9;
}
.slc_flwss .usrrss {
    display: inline-block;
    width: 100%;
	    margin-bottom: 10px;
}
.slc_flwss .usrrss .ussr_mg {
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100px;
	border: #ccc solid 1px;
}
.slc_flwss .usrrss .ussr_mg img{width:100%; height:100%; object-fit:cover;}
.slc_flwss .usrrss .cntss_ariaas {
    float: left;
    width: 220px;
	padding-left: 15px;
}
.slc_flwss .usrrss .cntss_ariaas p {
    margin: 0;
}
.slc_flwss .usrrss .cntss_ariaas p a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.slc_flwss .usrrss .cntss_ariaas span {
    display: block;
}
.slc_flwss .usrrss .cntss_ariaas span a {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
}
.slc_flwss p {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.slc_flwss .socal_mdaa {
    display: inline-block;
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}
.slc_flwss .socal_mdaa ul {
    list-style: none;
    margin: 0;
    padding: 0;
	    float: right;
}
.slc_flwss .socal_mdaa ul li {
    float: left;
        margin-bottom: 5px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
}
.slc_flwss .socal_mdaa ul li a {
    border-radius: 100px;
}
.slc_flwss .socal_mdaa ul li a:hover {
    box-shadow: 0px 4px 7px #a3a3a3;
}
.slc_flwss .socal_mdaa ul li:last-child {
    margin-bottom: 0;
}
.shareliats.showliast:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid #bbbbbb;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    position: absolute;
    right: -9px;
    top: 16px;
    transform: rotate(-90deg);
}
.shareliats.showliast {
    background: #fff;
    width: 145px;
    position: absolute;
    bottom: 0px;
    box-shadow: none;
    display: flex;
    right: 45px;
    border: #e1e0e0 solid 1px;
}
.shareliats.showliast ul {
    margin: 0;
    padding: 0;
}
.shareliats.showliast ul li {
    margin: 0;
    padding: 0;
}
.shareliats.showliast ul li a {
    color: #979797;
}
.shareliats.showliast ul li a:hover {
    box-shadow: none;
    color: #428bca;
}

.slc_flwss .socal_mdaa ul li a.s {background:#428bca; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.mu {background:#7c7c7c; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.mu i {font-size: 13px; position: relative; left: -1px;}
.slc_flwss .socal_mdaa ul li a.w {background: #25d366; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.w i {font-size: 16px; position: relative; top: 1px;}
.slc_flwss .socal_mdaa ul li a.tl {background: #0088cc; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.f {background: #355f9f; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.tw {background: #2ca9e0; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.e {background: #2d94b0; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.lk {background: #096b9a; display: block; color: #fff;}
.slc_flwss .socal_mdaa ul li a.wt {background: #428bca; color: #fff; border: #428bca solid 1px; width: 35px; display: inline-block; height: 35px; font-size: 14px; text-align: center;
	line-height: 33px;  font-weight: 500;}

.rtel_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.rtel_list h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: #dbdbdb solid 1px;
}
.rtel_list a {
    border: #ccc solid 1px;
    color: #333;
    font-size: 14px;
    padding: 4px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 2px;
}
.rtel_list a:hover {
    background: #428bca;
    color: #fff;
    border: #428bca solid 1px;
}

.ads_imgs.rt_lists {
    border-top: #dbdbdb solid 1px;
    padding-top: 25px;
    border-bottom: #dbdbdb solid 1px;
    padding-bottom: 25px;
	margin-bottom:30px;
	text-align: center;
}
.both_liastss.mugicss {
    background: #fff;
    padding:15px 10px 10px;
	margin-top: 25px;
	border: #428bca4a dashed 1px;
}
.both_liastss.mugicss .pageform_t#showaria {
    margin-bottom: 0;
}
.both_liastss.mugicss .pageform_t#showaria .container {
    padding: 0 13px;
}

.both_liastss {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.both_liastss h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: #dbdbdb solid 1px;
}
.bth_listss {
    display: inline-block;
    width: 100%;
}
.bth_listss .arss_lst {
    width: 48%;
    float: left;
    margin-right: 3%;
	margin-top: 3%;
}
.bth_listss .arss_lst:last-child{margin-right:0;}
.bth_listss .arss_lst .lsta_mg {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 7px;
}
.bth_listss .arss_lst .lsta_mg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bth_listss .arss_lst .cntssa_ars a {
    font-size: 14px;
    color: #000;
    font-weight:500;
    line-height: 18px;
}
.bth_listss .arss_lst .cntssa_ars {
    line-height: 15px;
}
.both_liastss h5 a {
    color: #878383;
}
.both_liastss h5 {
    font-weight: 300;
    margin-bottom: 10px;
    border-bottom: #dbdbdb solid 1px;
}
#cmtt_aria .cmitss .inputts form {
    display: inline-block;
    width: 100%;
}
#cmtt_aria .cmitss .inputts form textarea {
    width: 100%;
    border: #ffffffa6 solid 1px;
    background: #ffffffa6;
    border-bottom: none;
    padding: 8px 10px;
    font-size: 13px;
    min-height: 130px;
    vertical-align: middle;
	margin-bottom:10px;
}
#cmtt_aria .cmitss .inputts form textarea:focus{border:#c3c0bb73 solid 1px;}
#cmtt_aria .cmitss .inputts form button {
    float: right;
    background: #428bca;
    border: none;
    color: #fff;
    padding:9px 0px;
    width:25%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
#cmtt_aria .cmitss {
    margin-bottom: 15px;
}

.adio_vd {
/*     background: #efebe3;
    padding:10px; */
}
.adi_list_mn {
display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    border: #e5e5e5 solid 1px;
    padding: 8px;
    border-radius: 3px;
}
.adi_list_mn a {
    color: #333;
}
.adi_list_mn:hover {
    background: #efebe3;
}
.adi_list_mn:last-child{margin-bottom:0;}
.adi_list_mn .ad_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adi_list_mn .ad_imgs {
    float: left;
    width: 50px;
    height: 40px;
    overflow: hidden;
    border-radius: 4px;
	    position: relative;
}
.adi_list_mn .ad_cnt_list {
    float: left;
    max-width: 280px;
    width: 100%;
    padding-left: 10px;
}

.adi_list_mn .ad_cnt_list h6 {
    padding: 0;
    margin: -2px 0 2px 0;
    font-size: 14px;
    font-weight: 500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adi_list_mn .ad_cnt_list p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adi_list_mn .ad_imgs .over_vw {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #484848a6;
}
.adi_list_mn:hover .over_vw {
    display: block;
}
.adi_list_mn .ad_imgs .over_vw:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    font-size: 22px;
    content: "";
    border-top: 0.3em solid #fbe4c1;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 45%;
    left: 25%;
    transform: rotate(270deg);
}
.adi_list_mn .ad_imgs:hover .over_vw {
    display: block;
}

#buttonarow {
display: inline-block;
    background: linear-gradient(158deg, #428bca 44%, #ed955696 85%);
    border: #428bca85 solid 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom:20px;
    right: 5px;
    border-radius: 60px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
#buttonarow::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.7em;
    line-height: 31px;
    color: #fff;
    -webkit-text-stroke: 0px #d38104;
}
#buttonarow:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonarow:active {
  background-color: #555;
}
#buttonarow.show {
  opacity: 1;
  visibility: visible;
}
.adi_list_mn.act {
    background: #efebe3;
}
.adi_list_mn.act .ad_imgs .over_vw {
    display: block;
}

.pageform_t#showaria {
    position: relative;
    bottom: 0;
    background: #428bca;
    width: 100%;
    padding: 20px 0 15px;
    margin-bottom: 40px;
}
.pageform_t#showaria:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #979797;
    position: absolute;
    top: -5px;
}
.pageform_t#showaria:after {
    content: '';
    position: absolute;
    width: 10%;
    background: #428bca;
    top: -5px;
    z-index: 1;
    height: 5px;
}
.pageform_t#showaria .playon .adi_list_mn {
    padding: 0;
    border: none;
}
.pageform_t#showaria .playon .adi_list_mn:hover {
    background: transparent;
}
.pageform_t#showaria .playon .adi_list_mn .ad_cnt_list {
    float: left;
    max-width: 275px;
    width: 100%;
    padding-left: 10px;
	    color: #fff;
}

.play_btn ul li:last-child {
    margin-right: 0;
}


.play_btn {
    display: table;
    width: auto;
    margin: 0 auto;
	position: relative;
    top: 5px;
}
.play_btn ul {
    display: flex;
}
.play_btn ul li {
    margin-right: 10px;
    font-size: 20px;
}
.play_btn ul li a i {
    font-size: 30px;
    -webkit-text-stroke: 3px #428bca;
}
.play_btn ul li a {
    color: #fff;
    position: relative;
}
.play_btn ul li a span {
    font-size: 11px;
    position: absolute;
    left: 11px;
    top: 9px;
}
.play_btn ul li a span.rto {
    left: 7px;
}
.play_btn ul li span.bnt_bx {
    width: 40px;
    height: 40px;
    background: #d5870f;
    display: block;
    border-radius: 70px;
	text-align:center;
	    line-height: 48px;
}
.play_btn ul li span.bnt_bx span a i {
    -webkit-text-stroke: 2px #d5870f;
}
.pageform_t#showaria .container {
   /*  position: relative; */
}
.pageform_t#showaria a.crosss i {
    color: #fff;
    font-size: 28px;
    -webkit-text-stroke: 4px #428bca;
    position: relative;
    top: 14px;
    right: 3px;
}
.pageform_t#showaria a.crosss {
    position: absolute;
    right: 0;
    top: -15px;
}
.contings {
    float: right;
    display: flex;
    color: #fff;
    position: relative;
    top: 15px;
}
.contings .musics {
    margin-right: 0;
    font-size: 14px;
	cursor:pointer;
}
.contings .voice i {
    position: relative;
    top: -3px;
}
.contings .voice {
    margin-right: 30px;
    font-size: 18px;
	cursor:pointer;
}
.contings .timess {
    font-size: 13px;
    margin-right: 30px;
}
.adio_vd .ado_area {
    max-height: 320px;
    height: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.adio_vd .ado_area::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.adio_vd .ado_area::-webkit-scrollbar{
	width:10px;
	background-color: #F5F5F5;
}

.adio_vd .ado_area::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#428bca;
}
.adio_vd span.lnkss {float: right;}
.adio_vd span.lnkss a {
    position: relative;
	    padding-right: 6px;
}
.adio_vd span.lnkss a:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 8px 8px;
    box-shadow: -2px 2px 0 0 #428bca;
    transform: rotate(225deg);
    margin-left: 2px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 8px;
    height: 8px;
}
.img-pagination {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 60px;
}
.pagi-nav-box {
    float: left;
}
.pagi-nav-box.next {
    text-align: right;
    float: right;
}
.img-pagination a {
    display: table;
    width: 100%;
}
.img-pagi {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    background: transparent;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e1e1;
}
.img-pagi .lnr {
    color: #999;
    font-size: 25px;
    height: 124px;
    left: 50%;
    line-height: 120px;
    margin-left: -60px;
    margin-top: -62px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0.6);
    transition: all 0.3s ease 0s;
    width: 120px;
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.img-pagination a:hover .img-pagi .lnr {
    font-size: 30px;
    color:#428bca;
}
.img-pagi:hover {
    border: 1px solid #428bca;
}
.pagi-nav-box a {
    color: #333;
}
.img-pagination a .img-pagi img {
    z-index: 2;
    display: none;
}
.imgpagi-box {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.imgpagi-box p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    color:#428bca;
    letter-spacing: 2px;
    text-align: left;
}
.pagi-title {
    margin: 0;
    font-size: 15px;
    font-weight:500;
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
}



.audio-player {
  height:60px;
  width: 100%;
  background:#428bca;
  box-shadow: 0 0 20px 0 #0000004f;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
  background: #428bca;
  border-radius: 0;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 8px solid #0000;
  border-left: 10px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 19px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #428bca;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -115px;
  width: 120px;
}

.card-object.newspage_aria h3 {
    font-weight: 500;
    margin: 0;
    padding-left: 25px;
    line-height: 35px;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}
.newspage_aria .adi_list_mn .ad_cnt_list {
    max-width: 175px;
}
.newspage_aria .adio_vd .ado_area {
    max-height: 175px;
}
/* End Details Page */



.log_all {
    background: url(../../assets/images/bg3.jpg);
    padding: 10px 0 0px;
    background-origin: initial;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
    background-attachment: fixed;
    background-position: 100% 0%;
}


.tab-lite {background:#fff;}
.btn_ddon {
    display: flex;
    float: right;
    border-bottom:#dee2e6 solid 1px;
}
.btn_ddon .vdo_btnss {
    margin-right: 10px;
}
.btn_ddon .vdo_btnss a {
    background: #d48306;
    color: #ffffff;
    padding: 12px 20px;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px;
    position: relative;
    top: 2px;
}
.main-div {
    left: auto;
    right: 0;
    text-align: center;
	bottom:50px;
    padding:10px 6px 10px 10px;
}
/* CSS for the text */

.al_hedings.vdo {margin:0;}
.al_hedings.vdo h2.pricg {margin: 0;}
.vdo_parts {width: 100%; height: 322px; overflow: hidden; margin-top:30px;}
.vdo_parts img {width: 100%; height: 100%; object-fit: cover;}

.slt_aris i {
    position: absolute;
    right: 10px;
    margin-top: 13px;
}
.slt_aris select {
    background: #f1f1f1 !important;
	cursor:pointer;
}

.slt_aris {
    position: relative;
}
.login-box .panel-intro {
    padding: 25px 5px 0px;
}
 
.blkcol {
    background: transparent;
    color: #2da3d4;
    padding: 9px 25px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
    border: #2da3d4 solid 2px;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blkcol:hover{    background:#2da3d4; color: #fff;}
.ctn_nh {
    font-size: 14px;
    color: #031329;
    padding-left: 10px;
}
.ctn_nh a {
    color: #2da3d4;
    text-decoration: underline;
}


textarea.form-control {
    min-height: calc(6em + 0.75rem + 2px);
    border-radius: 7px;
}

.tp_hings {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #428bca;
    margin-bottom: 30px;
    padding-top: 20px;
}

#verify .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
#thank_you .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.lg_ragister .card-body {
    padding: 1rem 2rem;
}
.lg_ragister .card-body h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tbl_tb_sps .tab-pane {padding: 15px;}
.tbl_tb_sps .tab-pane table {margin: 0;}
.tx_green{color:#5ccf5a;}

#wd_th_lg {padding:12px 35px; border-radius:50px; text-transform: uppercase; font-size: 15px; font-weight: 500; width: 100%;  text-align: center;}
.form-horizontal .form-group label {display: block; margin-bottom: 5px;}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.vrfy {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.vrfy .w_10 {
    width: 19%;
    float: left;
    margin-right: 20px;
}
.vrfy .w_10:last-child {
    margin-right: 0;
}
.verify_pg input {
    background: #fff;
    border: #E6E6E6 solid 1px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
}
#thank_you p.tik span {
    width: 50px;
    height: 50px;
    background: #86d948;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
#thank_you p.tik span i{-webkit-text-stroke: 2px #86d948;}
#thank_you p.thnk {font-size: 15px; margin-top: 20px;}


#enquiry_validation_exipre p.tik span {
  width: 50px;
  height: 50px;
  background: #d94d48;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
}
#enquiry_validation_exipre p.tik span i{-webkit-text-stroke: 2px #d94d48;}
#enquiry_validation_exipre p.thnk {font-size: 15px; margin-top: 20px;}



span.pg_viws {
    cursor: auto;
    background: #428bca;
    color: #fff;
    font-size: 15px;
    padding: 1px 10px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    position: relative;
    left: 8px;
}
a.get_tch_a:hover {
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    color: #fff;
}
a.get_tch_a {
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border: #428bca solid 1px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9;
}
#video-background-wrapper {
    position: relative;
    right: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#video-background-wrapper .ctn_arias {
    position: absolute;
    z-index: 1;
    width: 86%;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-background-wrapper .ctn_arias h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-shadow: 0px 2px 4px #fff;
}
#video-background-wrapper .ctn_arias p {
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0px 1px 3px #fff;
}
video#bgvideo {
    object-fit: cover;
    position: absolute;
    background-size: cover;
    transition-timing-function: ease-in;
    transition-duration: 430ms;
    transition-property: opacity;
}


#wrapper_nav {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper_nav.toggled {
    padding-left:0px;
}

.fixed-top#sidebar-wrapper {
    position: fixed;
    top: inherit;
    right: 0;
    left: inherit;
    z-index: 1030;
}

#sidebar-wrapper {
    z-index: 1000;
    right: 0px;
    width: 0;
    bottom: 0px;
    height:88.2%;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background:#6a6a6a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper_nav.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top:0px;
}

#wrapper_nav.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.iti__selected-flag {
    border-radius: 15px 0px 0 15px;
}
.breadcrumb-item + .breadcrumb-item::before{display:none;}
.bradcum li.breadcrumb-item {
    padding-right: 5px;
    text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.bradcum li.breadcrumb-item:first-child {
    padding-right: 2px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
#wrapper_nav .navbar {
  padding: 0;
}

#wrapper_nav .sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#wrapper_nav .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
	border-bottom: #787878 solid 1px;
}

#wrapper_nav .sidebar-nav li:hover {
        background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
		color:#fff;
}

#wrapper_nav .sidebar-nav li:hover:before,
#wrapper_nav .sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

#wrapper_nav .sidebar-nav li a {
    display: inline-block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 20px;
	font-size: 14px;
}

#wrapper_nav .sidebar-nav li a:hover,
#wrapper_nav .sidebar-nav li a:active,
#wrapper_nav .sidebar-nav li a:focus,
#wrapper_nav .sidebar-nav li.open a:hover,
#wrapper_nav .sidebar-nav li.open a:active,
#wrapper_nav .sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
#wrapper_nav .sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
#wrapper_nav .sidebar-brand {
    height: 65px;
    position: relative;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
   padding-top: 1em;
}
#wrapper_nav .sidebar-brand a {
    color: #ddd;
}
#wrapper_nav .sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
#wrapper_nav .dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
#wrapper_nav .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
#wrapper_nav .dropdown-menu.show {
    top: 0;
}

.d-md-none#ful_btn_ar {
    background: #428bca;
    margin: 0 3px;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.d-md-none#ful_btn_ar a:last-child {
    padding-left: 0 !important;
}

.d-md-none#ful_btn_ar a {
    padding-right: 0px !important;
}
.d-md-none#ful_btn_ar span.slss_aria {
    color: #ddd;
    padding: 0 2px;
    position: relative;
    top: -1px;
}
#wrapper_nav .sidebar-nav #menushow {
    display: inline-block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 20px;
	width: 100%;
	border-bottom: #787878 solid 1px;
	position: relative;
	font-size: 14px;
	    cursor: pointer;
}
.mrnudroparia {
    position: relative;
    width: 100%;
}
.mrnudroparia .menulists {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #838383;
    max-height: 250px;
    overflow: auto;
}
.mrnudroparia .menulists ul{width:100%;}
.mrnudroparia .menulists ul li a {
    padding: 8px 15px 8px 20px !important;
}
#wrapper_nav .sidebar-nav #menushow span.arowws i {
    font-size: 19px;
    -webkit-text-stroke: 1px #6a6a6a;
}
#wrapper_nav .sidebar-nav #menushow span.arowws {
    position: absolute;
    right: 15px;
    top: 10px;
}
/*Fontawesome icons*/
#navbarsDefault ul.nav.navbar-nav.ml-auto.navbar-right {
    padding-right:0px;
}
#wrapper_nav .hamburger {
  position: fixed;
  top: 19px;
  z-index: 999;
  display: block;
  width: 24px;
  height:40px;
  margin-left:-32px;
  background: transparent;
  border: none;
}
#wrapper_nav .hamburger:hover,
#wrapper_nav .hamburger:focus,
#wrapper_nav .hamburger:active {
  outline: none;
}
#wrapper_nav .hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#wrapper_nav .hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

#wrapper_nav .hamburger.is-closed .hamb-top,
#wrapper_nav .hamburger.is-closed .hamb-middle,
#wrapper_nav .hamburger.is-closed .hamb-bottom,
#wrapper_nav .hamburger.is-open .hamb-top,
#wrapper_nav .hamburger.is-open .hamb-middle,
#wrapper_nav .hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}
#wrapper_nav .hamburger.is-closed .hamb-top,
#wrapper_nav .hamburger.is-closed .hamb-middle,
#wrapper_nav .hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
#wrapper_nav .hamburger.is-closed .hamb-top {
  top: 9px;
  -webkit-transition: all .35s ease-in-out;
}
#wrapper_nav .hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
#wrapper_nav .hamburger.is-closed .hamb-bottom {
  bottom:11px;
  -webkit-transition: all .35s ease-in-out;
}

/* #wrapper .hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
#wrapper .hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
} */
#wrapper_nav .hamburger.is-open .hamb-top,
#wrapper_nav .hamburger.is-open .hamb-middle,
#wrapper_nav .hamburger.is-open .hamb-bottom {
  background-color:#585858;
}
#wrapper_nav .hamburger.is-open .hamb-top,
#wrapper_nav .hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
#wrapper_nav .hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
#wrapper_nav .hamburger.is-open .hamb-middle { display: none; }
#wrapper_nav .hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
#wrapper_nav .hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#wrapper_nav .hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}


.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.title-1 {
  display: block;
  width: 100%;
  clear: both; }

.form-control {
display: block;
    width: 100%;
    height: 42px;
    padding: 0.5rem 0.95rem;
    font-size: 14px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius:5px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		  }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #428bca;
    outline: none;
    box-shadow: 0 0 0 2px #d6ffe6; }
  .form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:-moz-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

.section-ev::after {
  display: block;
  content: "";
  clear: both; }

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 100%; }

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  height: 100%; }

ul, menu, dir, li, ol {
  list-style-type: none; }

a {
  color: #428bca;
  outline: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
     -moz-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
       -o-transition: all 0.2s linear 0s, letter-spacing 0s linear 0s;
          transition: all 0.2s linear 0s, letter-spacing 0s linear 0s; }
  a:focus, a:hover, a:active {
    outline: none;
    text-decoration: none;
    color:#626262; }

* {
  outline: 0; }
  *:hover, *:focus {
    outline: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

p {
  padding: 0; }

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

button {
  cursor: pointer; }

.section-ev::after {
  display: block;
  content: "";
  clear: both; }

/* Helper class */
.uppercase {
  text-transform: uppercase; }

.relative {
  position: relative; }

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

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

.no-border {
  border: 0; }

.width100, .w100 {
  width: 100%; }

.hw100 {
  height: 100%;
  width: 100%; }

.dtable {
  display: table; }

.dtable-cell {
  display: table-cell;
  vertical-align: middle; }

  .useradmin span.page-sub-header-sub.small {
    display: block;
    font-size: 14px;
}
.progress{
	width: 100%;
	height: 15px;
}
.skill-wrapper{
  margin-bottom:15px;
}
.skill-wrapper span {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
	    font-weight: 500;
}
.progress-bar {
    background: #428bca;
}
.progressbar-active{
	animation-name: progress;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}
@keyframes progress{
	0%{
		width:0;
	}
	100%{
		width:100%;
	}
}
.usdss span {
    float: right;
	font-weight: 400;
}
.usdss {
    margin-top: 11px;
    font-size: 14px;
}

hr.small {
  background-color: #000;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 44px; }

.text-hr {
  margin-bottom: 60px !important;
  margin-top: 0 !important; }

.mt15 {
  margin-top: 15px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt5 {
  margin-top: 5px; }

.mb15 {
  margin-bottom: 15px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb5 {
  margin-bottom: 5px; }

.color-white {
  color: #fff; }

.color-danger {
  color: #E74C3C; }

.color-success {
  color: #6075dd; }

.color-info {
  color: #e4cb65; }

.color-danger {
  color: #E74C3C; }

.link-color {
  color: #369; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 10px; }

.mb25 {
  margin-bottom: 10px; }

.mb30 {
  margin-bottom: 10px; }

.mb40 {
  margin-bottom: 10px; }

.mb50 {
  margin-bottom: 10px; }

.mb60 {
  margin-bottom: 10px; }

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

li.postadd.nav-item.last {
    border: none !important;
    padding: 0 10px 0 10px !important;
}
a#org_btnn:hover {
	background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    color: #fff;
}
a#org_btnn {
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    border: #428bca solid 1px;
    color: #fff;
    border-radius: 50px;
}
.spss a#org_btnn {
    padding: 12px 15px;
}
.lco_ariass a:hover {
    color: #e5a035;
}
.lco_ariass a {
    color: #fff;
    padding-right: 3px;
}

.lco_ariass {
    text-align: left;
    padding-top: 8px;
    font-size: 14px;
}

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */
.pace .pace-progress {
  background: #428bca;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

/* CSS ANIMATION   */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  -o-animation: fadeIn ease-in 1;
     animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s; }

.coming-soon-page .landing-intro {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
     animation-delay: 0.35s;
  -webkit-animation-duration: .35s;
  -moz-animation-duration: .35s;
  -o-animation-duration: .35s;
     animation-duration: .35s; }

.delay-1 {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
     animation-delay: 0.35s; }

.delay-2 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  -o-animation-delay: .7s;
     animation-delay: .7s; }

.delay-3 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
     animation-delay: 1.1s; }

.delay-4 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
     animation-delay: 1.5s; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 0.85rem;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }
  .btn.btn-wide {
    padding-left: 40px;
    padding-right: 40px; }
  .btn.btn-more {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    line-height: 32px;
    font-size: 0.75rem; }
  .btn.btn-line {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    font-size: 0.65rem;
    background: none;
    border-radius: 0; }

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca; }
.btn-primary:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #428bca;
    border-color: #428bca; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .btn-primary.active:focus,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #107360;
    background-image: none;
    border-color: #0f6a58; }
  .btn-primary:not([href]):not([tabindex]):not(.btn-line) {
    color: #fff; }
    .btn-primary:not([href]):not([tabindex]):not(.btn-line):hover {
      color: #fff; }
  .btn-primary.btn-gradient {
    color: #fff;
    background: -webkit-linear-gradient(292deg, #428bca 44%, #6075dd 85%);
    background: -moz-linear-gradient(292deg, #428bca 44%, #6075dd 85%);
    background: -o-linear-gradient(292deg, #428bca 44%, #6075dd 85%);
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    border-color: #428bca;
    -webkit-transition: all 0.25s linear;
       -moz-transition: all 0.25s linear;
         -o-transition: all 0.25s linear;
            transition: all 0.25s linear; }
    .btn-primary.btn-gradient:hover {
      color: #fff;
      border-color: #0f6a58;
      opacity: 0.9;
      text-indent: -1px; }
    .btn-primary.btn-gradient:focus, .btn-primary.btn-gradient.focus {
      box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
    .btn-primary.btn-gradient.disabled, .btn-primary.btn-gradient:disabled {
      background-color: #428bca;
      border-color: #428bca; }
    .btn-primary.btn-gradient:active, .btn-primary.btn-gradient:active:focus, .btn-primary.btn-gradient.active, .btn-primary.btn-gradient.active:focus,
    .show > .btn-primary.btn-gradient.dropdown-toggle {
      color: #fff;
      background-color: #107360;
      background-image: none;
      border-color: #0f6a58; }

.btn-secondary, .btn-default {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
}
.btn-secondary:hover, .btn-default:hover {
    border-color: #428bca;
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    color: #fff;
}
  .btn-secondary:focus, .btn-secondary.focus, .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled, .btn-default.disabled, .btn-default:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary.active, .btn-secondary.active:focus,
  .show > .btn-secondary.dropdown-toggle, .btn-default:active, .btn-default:active:focus, .btn-default.active, .btn-default.active:focus,
  .show > .btn-default.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad; }

.btn.lod_more{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
    margin-top: 25px;
    padding: 6px 22px;
    margin-bottom: 10px;
}
.btn.lod_more:hover{color:#fff;}
.btn-info {
  color: #fff;
  background-color: #e4cb65;
  border-color: #e4cb65; }
  .btn-info:hover {
    color: #fff;
    background-color: #dcbc3a;
    border-color: #dbb931; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(228, 203, 101, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #e4cb65;
    border-color: #e4cb65; }
  .btn-info:active, .btn-info:active:focus, .btn-info.active, .btn-info.active:focus,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #dcbc3a;
    background-image: none;
    border-color: #dbb931; }

.btn-success {
  color: #fff;
    background-color: #37c472;
    border-color: #37c472; }
  .btn-success:hover {
    color: #fff;
    background-color: #25a25a;
    border-color: #239a55; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #6075dd;
    border-color: #6075dd; }
  .btn-success:active, .btn-success:active:focus, .btn-success.active, .btn-success.active:focus,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a25a;
    background-image: none;
    border-color: #239a55; }
  .btn-success:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-success:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #F1C40F;
  border-color: #F1C40F; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c29d0b;
    border-color: #b8960b; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #F1C40F;
    border-color: #F1C40F; }
  .btn-warning:active, .btn-warning:active:focus, .btn-warning.active, .btn-warning.active:focus,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c29d0b;
    background-image: none;
    border-color: #b8960b; }
  .btn-warning:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-warning:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger:active, .btn-danger:active:focus, .btn-danger.active, .btn-danger.active:focus,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }
  .btn-danger:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-danger:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-outline-primary {
  color: #428bca;
  background-image: none;
  background-color: transparent;
  border-color: #428bca; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #428bca;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #e4cb65;
  background-image: none;
  background-color: transparent;
  border-color: #e4cb65; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #e4cb65;
    border-color: #e4cb65; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(228, 203, 101, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #e4cb65;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #e4cb65;
    border-color: #e4cb65; }

.btn-outline-success {
  color: #6075dd;
  background-image: none;
  background-color: transparent;
  border-color: #6075dd; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #6075dd;
    border-color: #6075dd; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(46, 204, 113, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #6075dd;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #6075dd;
    border-color: #6075dd; }

.btn-outline-warning {
  color: #F1C40F;
  background-image: none;
  background-color: transparent;
  border-color: #F1C40F; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #F1C40F;
    border-color: #F1C40F; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F1C40F;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #F1C40F;
    border-color: #F1C40F; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }


.tell_u_w_n {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background: #00151c;
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-radius: 5px;
}
.tell_u_w_n a {
    color: #ffffffd9;
    padding: 7px 18px;
    margin-left: 5px;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
}
.prd_arias {
    background: #fff;
    margin-bottom: 25px;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px #f3e0c2;
    border: #428bca dashed 1px;
}
.prd_arias p {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.prd_arias:hover {
    background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
}
.prd_arias:hover p{color:#fff;}
.prd_arias:hover img{filter: brightness(0) invert(1);}

html[theme="dark"] .btn-success {
  color: #fff;
  background-color: #208e4e;
  border-color: #208e4e; }
  html[theme="dark"] .btn-success:hover {
    color: #fff;
    background-color: #176437;
    border-color: #155c33; }
  html[theme="dark"] .btn-success:focus, html[theme="dark"] .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(32, 142, 78, 0.5); }
  html[theme="dark"] .btn-success.disabled, html[theme="dark"] .btn-success:disabled {
    background-color: #208e4e;
    border-color: #208e4e; }
  html[theme="dark"] .btn-success:active, html[theme="dark"] .btn-success:active:focus, html[theme="dark"] .btn-success.active, html[theme="dark"] .btn-success.active:focus,
  .show > html[theme="dark"] .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #176437;
    background-image: none;
    border-color: #155c33; }
  html[theme="dark"] .btn-success:not([href]):not([tabindex]) {
    color: #fff; }
    html[theme="dark"] .btn-success:not([href]):not([tabindex]):hover {
      color: #fff; }

html[theme="dark"] .btn-primary {
  color: #fff;
  background-color: #0d5d4d;
  border-color: #0d5d4d; }
  html[theme="dark"] .btn-primary:hover {
    color: #fff;
    background-color: #073028;
    border-color: #052720; }
  html[theme="dark"] .btn-primary:focus, html[theme="dark"] .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(13, 93, 77, 0.5); }
  html[theme="dark"] .btn-primary.disabled, html[theme="dark"] .btn-primary:disabled {
    background-color: #0d5d4d;
    border-color: #0d5d4d; }
  html[theme="dark"] .btn-primary:active, html[theme="dark"] .btn-primary:active:focus, html[theme="dark"] .btn-primary.active, html[theme="dark"] .btn-primary.active:focus,
  .show > html[theme="dark"] .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #073028;
    background-image: none;
    border-color: #052720; }
  html[theme="dark"] .btn-primary.btn-gradient {
    background: -webkit-linear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: -moz-linear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: -o-linear-gradient(292deg, #0d5d4d 35%, #208e4e 85%);
    background: linear-gradient(158deg, #0d5d4d 35%, #208e4e 85%); }

html[theme="dark"] .btn-info {
  color: #fff;
  background-color: #d7b426;
  border-color: #d7b426; }
  html[theme="dark"] .btn-info:hover {
    color: #fff;
    background-color: #ab901e;
    border-color: #a3881d; }
  html[theme="dark"] .btn-info:focus, html[theme="dark"] .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(215, 180, 38, 0.5); }
  html[theme="dark"] .btn-info.disabled, html[theme="dark"] .btn-info:disabled {
    background-color: #d7b426;
    border-color: #d7b426; }
  html[theme="dark"] .btn-info:active, html[theme="dark"] .btn-info:active:focus, html[theme="dark"] .btn-info.active, html[theme="dark"] .btn-info.active:focus,
  .show > html[theme="dark"] .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #ab901e;
    background-image: none;
    border-color: #a3881d; }

html[theme="dark"] .btn-warning {
  color: #fff;
  background-color: #aa8a0a;
  border-color: #aa8a0a; }
  html[theme="dark"] .btn-warning:hover {
    color: #fff;
    background-color: #796307;
    border-color: #705b07; }
  html[theme="dark"] .btn-warning:focus, html[theme="dark"] .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(170, 138, 10, 0.5); }
  html[theme="dark"] .btn-warning.disabled, html[theme="dark"] .btn-warning:disabled {
    background-color: #aa8a0a;
    border-color: #aa8a0a; }
  html[theme="dark"] .btn-warning:active, html[theme="dark"] .btn-warning:active:focus, html[theme="dark"] .btn-warning.active, html[theme="dark"] .btn-warning.active:focus,
  .show > html[theme="dark"] .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #796307;
    background-image: none;
    border-color: #705b07; }

html[theme="dark"] .btn-danger {
  color: #fff;
  background-color: #b52b27;
  border-color: #b52b27; }
  html[theme="dark"] .btn-danger:hover {
    color: #fff;
    background-color: #8b211e;
    border-color: #821f1c; }
  html[theme="dark"] .btn-danger:focus, html[theme="dark"] .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(181, 43, 39, 0.5); }
  html[theme="dark"] .btn-danger.disabled, html[theme="dark"] .btn-danger:disabled {
    background-color: #b52b27;
    border-color: #b52b27; }
  html[theme="dark"] .btn-danger:active, html[theme="dark"] .btn-danger:active:focus, html[theme="dark"] .btn-danger.active, html[theme="dark"] .btn-danger.active:focus,
  .show > html[theme="dark"] .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #8b211e;
    background-image: none;
    border-color: #821f1c; }

.btn-link {
  font-weight: normal;
  color: #428bca;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #0d5d4d;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 10px 18px;
  font-size: 1rem;
  border-radius: 8px; }

.btn-sm {
  padding: 4px 8px;
  font-size: 0.65rem;
  border-radius: 4px; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-post {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  .btn-post.btn-lg {
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px; }

.btn-primary-dark {
  color: #fff;
  background-color: #428bca; }
  .btn-primary-dark:focus, .btn-primary-dark.focus {
    color: #fff;
    background-color: #6075dd;
    border-color: #12856f; }
  .btn-primary-dark:hover {
    color: #fff;
        background-color: #0d4354;
    border-color: #0d4354; }
  .btn-primary-dark:active, .btn-primary-dark.active,
  .open > .btn-primary-dark.dropdown-toggle {
    color: #fff;
    background-color: #6075dd;
    border-color: #12856f; }
    .btn-primary-dark:active:hover, .btn-primary-dark:active:focus, .btn-primary-dark:active.focus, .btn-primary-dark.active:hover, .btn-primary-dark.active:focus, .btn-primary-dark.active.focus,
    .open > .btn-primary-dark.dropdown-toggle:hover,
    .open > .btn-primary-dark.dropdown-toggle:focus,
    .open > .btn-primary-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #6075dd;
      border-color: #12856f; }
  .btn-primary-dark:active, .btn-primary-dark.active,
  .open > .btn-primary-dark.dropdown-toggle {
    background-image: none; }
  .btn-primary-dark.disabled:hover, .btn-primary-dark.disabled:focus, .btn-primary-dark.disabled.focus, .btn-primary-dark[disabled]:hover, .btn-primary-dark[disabled]:focus, .btn-primary-dark[disabled].focus,
  fieldset[disabled] .btn-primary-dark:hover,
  fieldset[disabled] .btn-primary-dark:focus,
  fieldset[disabled] .btn-primary-dark.focus {
    background-color: #6075dd;
    border-color: #6075dd; }

.btn-thin {
  border: 1px solid #BDC3C7;
  color: #BDC3C7;
  background: none; }

.fb_button, .btn-fb {
  color: #fff;
  background-color: #2d4373; }
  .fb_button:focus, .fb_button.focus, .btn-fb:focus, .btn-fb.focus {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
  .fb_button:hover, .btn-fb:hover {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
  .fb_button:active, .fb_button.active,
  .open > .fb_button.dropdown-toggle, .btn-fb:active, .btn-fb.active,
  .open > .btn-fb.dropdown-toggle {
    color: #fff;
    background-color: #344e86;
    border-color: #324c82; }
    .fb_button:active:hover, .fb_button:active:focus, .fb_button:active.focus, .fb_button.active:hover, .fb_button.active:focus, .fb_button.active.focus,
    .open > .fb_button.dropdown-toggle:hover,
    .open > .fb_button.dropdown-toggle:focus,
    .open > .fb_button.dropdown-toggle.focus, .btn-fb:active:hover, .btn-fb:active:focus, .btn-fb:active.focus, .btn-fb.active:hover, .btn-fb.active:focus, .btn-fb.active.focus,
    .open > .btn-fb.dropdown-toggle:hover,
    .open > .btn-fb.dropdown-toggle:focus,
    .open > .btn-fb.dropdown-toggle.focus {
      color: #fff;
      background-color: #344e86;
      border-color: #324c82; }
  .fb_button:active, .fb_button.active,
  .open > .fb_button.dropdown-toggle, .btn-fb:active, .btn-fb.active,
  .open > .btn-fb.dropdown-toggle {
    background-image: none; }
  .fb_button.disabled:hover, .fb_button.disabled:focus, .fb_button.disabled.focus, .fb_button[disabled]:hover, .fb_button[disabled]:focus, .fb_button[disabled].focus,
  fieldset[disabled] .fb_button:hover,
  fieldset[disabled] .fb_button:focus,
  fieldset[disabled] .fb_button.focus, .btn-fb.disabled:hover, .btn-fb.disabled:focus, .btn-fb.disabled.focus, .btn-fb[disabled]:hover, .btn-fb[disabled]:focus, .btn-fb[disabled].focus,
  fieldset[disabled] .btn-fb:hover,
  fieldset[disabled] .btn-fb:focus,
  fieldset[disabled] .btn-fb.focus {
    background-color: #344e86;
    border-color: #344e86; }

.btn-tw {
  color: #fff;
  background-color: #0087ba; }
  .btn-tw:focus, .btn-tw.focus {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
  .btn-tw:hover {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
  .btn-tw:active, .btn-tw.active,
  .open > .btn-tw.dropdown-toggle {
    color: #fff;
    background-color: #0099d4;
    border-color: #0096ce; }
    .btn-tw:active:hover, .btn-tw:active:focus, .btn-tw:active.focus, .btn-tw.active:hover, .btn-tw.active:focus, .btn-tw.active.focus,
    .open > .btn-tw.dropdown-toggle:hover,
    .open > .btn-tw.dropdown-toggle:focus,
    .open > .btn-tw.dropdown-toggle.focus {
      color: #fff;
      background-color: #0099d4;
      border-color: #0096ce; }
  .btn-tw:active, .btn-tw.active,
  .open > .btn-tw.dropdown-toggle {
    background-image: none; }
  .btn-tw.disabled:hover, .btn-tw.disabled:focus, .btn-tw.disabled.focus, .btn-tw[disabled]:hover, .btn-tw[disabled]:focus, .btn-tw[disabled].focus,
  fieldset[disabled] .btn-tw:hover,
  fieldset[disabled] .btn-tw:focus,
  fieldset[disabled] .btn-tw.focus {
    background-color: #0099d4;
    border-color: #0099d4; }

.btn-border {
  color: #ffffff; }

.btn-border-thin {
  margin-bottom: 5px;
  padding: 3px 4px;
  border: 1px solid #ddd; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #428bca; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #428bca; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #428bca; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(22, 160, 133, 0.5); }

 .main-container.pd_top_btm {
    padding: 60px 0;
}

.price_bg {
    background: #fff;
    padding: 20px;
    text-align: center;
    min-height: 350px;
    border-radius: 20px;
    position: relative;
    border: #e7e7e7 solid 1px;
}
 .price_bg p:last-child {
    border: none;
}
.price_bg h2 {
font-weight: 500;
    font-size: 22px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.price_bg p {
    border-bottom: #ededed solid 1px;
    margin: 0;
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    line-height: 30px;
}
.price_bg a {
    max-width: 215px;
    width: 100%;
    background: #428bca;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    font-size: 14px;
}

.price_bg.acts {background: linear-gradient(158deg, #428bca 44%, #f1a734 85%); color: #fff; margin-top:-25px;}
.price_bg.acts p {border-bottom: #d3a257 solid 1px;}
.price_bg.acts a {background: #fff; color: #333;}

.price_bg:hover {background: linear-gradient(158deg, #428bca 44%, #f1a734 85%); color: #fff;}
.price_bg:hover p {border-bottom: #d3a257 solid 1px;}
.price_bg:hover a {background: #fff; color: #333;}

.price_bg.upgrads:hover p {border-bottom: #ededed solid 1px;}
.price_bg.upgrads:hover {color: #333;}
.price_bg.upgrads a{background:#bdb19f; color:#dbd6cf;}
.price_bg.upgrads:hover a{background:#bdb19f; color:#dbd6cf;}

.price_bg.upgrads {
    background:#e1dbd1;
    cursor: no-drop;
}

.al_hedings h2.pricg {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 30px 0;
    display: inline-block;
    line-height: 40px;
}

.al_hedings h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.al_hedings {
    text-align: center;
    margin-bottom: 50px;
}

.bells#dropdown-nav-01 {
    position: relative;
}
.bells#dropdown-nav-01 span.counttss {
    color: #fff;
    top: 1px;
    width: 18px;
    height: 18px;
    background: #f00;
    font-weight: 600;
    border-radius: 20px;
    position: absolute;
    text-align: center;
    left: 15px;
    line-height: 19px;
    display: inline-block;
    font-size: 11px;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item h5 {
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
	width:100%;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item {
    margin-bottom: 10px;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item:hover h5 {
   color:#428bca;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item:last-child {
    margin-bottom:0px;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item p {
    font-size: 12px;
    color: #a3a3a3;
    margin: 0 0 5px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
	width:100%;
    text-overflow: ellipsis;
}
#notifi ul.dropdown-menu.user-menu li.dropdown-item span {
    font-size: 12px;
    color: #a3a3a3;
}

#notifi ul.dropdown-menu.user-menu {
    width: 300px;
    max-height: 300px;
    padding: 10px;
    border-radius: 0;
    border: #eaeaea solid 1px;
    overflow: auto;
}
#notifi{position:relative;}
#notifi .rd_moress {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 270px;
    background: #fff;
    padding: 10px 0 5px;
    border-top: #e1e1e1 solid 1px;
    text-align: center;
}


#ac_conlist {
    background: #fff;
    padding: 20px;
    border: #cccccc8c solid 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
#ac_conlist .fl_cntss_araaa {
    float: left;
    max-width: 710px;
    width: 100%;
}
#ac_conlist i.fa.fa-trash {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #c8cbd2;
    padding: 8px 9px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px;
    color: #0e477e;
}
#ac_conlist i.fa.fa-trash:hover {
    background: #ff3131;
    color: #fff;
}

#ac_conlist sub {
    background: #f2eff8;
    float: left;
    margin-right: 20px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 75px;	
}
#ac_conlist sub i {
    font-size: 20px;
    color: #999;
}

#ac_conlist h1 {
	font-size: 17px;
    color: #404040;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;	
}
#ac_conlist span {font-size:12px; color:#031329;}
#ac_conlist p {font-size:14px; display:block; line-height:22px; margin-top:3px; margin-bottom:0;}
/* =============================================================== */
/* TYPOGRAPHY
/* =============================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 30px;
  line-height: 35px; }

h2 {
  font-size: 24px;
  line-height: 28px; }

h3 {
  font-size: 20px;
  line-height: 24px; }

h4 {
  font-size: 16px;
  line-height: 20px; }

h5 {
  font-size: 14px;
  line-height: 20px; }

h6 {
  font-size: 14px;
  line-height: 20px; }

@media (max-width: 979px) {
  h1 {
    font-size: 24px;
    line-height: 26px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  h4 {
    font-size: 15px;
    line-height: 18px; }
  h5 {
    font-size: 14px;
    line-height: 20px; }
  h6 {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 767px) {
	.useradmin img.userImg {max-width: 54px !important;}
	div.login-box {width: 100% !important;}
	.lg_ragister .card-body h4 {font-size: 20px; margin-bottom: 15px;}
	
	#wrapper {padding-top: 50px !important;}
	.newspage_aria .adio_vd .ado_area {max-height:inherit;}
.page-info.hasOverly > div {padding: 10px 0 !important;}
.page-bottom-info-inner {padding: 30px 0 !important;}
.footer-col {text-align: center;}
.footer-col .mobile-app-content {margin: 0 auto;}
.useradmin span.page-sub-header-sub.small {white-space: pre-wrap;}
.usdss span {font-size: 13px;}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item {
    width: auto;
    display: flex;
    position: absolute;
    top: 17px;
    right: 145px;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item a#org_btnn {
    padding: 10px 8px;
    display: flex;
    border-radius: 6px;
    border: #428bca solid 1px !important;
    background: transparent;
	color:#333;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item a#org_btnn i.icon-user.fa {
    position: relative;
    top: 2px;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item a#org_btnn i.icon-down-open-big.fa {
    position: relative;
    top: 3px;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item ul.dropdown-menu {
    padding: 0;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item ul.dropdown-menu li.active.dropdown-item a {
    color: #fff; font-size: 14px;
}
.navbar-site.navbar .navbar-identity li.dropdown.no-arrow.nav-item ul.dropdown-menu li.dropdown-item a {
    color: #333;
    font-size: 14px;
}

  h1 {
    font-size: 22px;
    line-height: 24px; }
  h2 {
    font-size: 18px;
    line-height: 24px; }
  h3 {
    font-size: 15px;
    line-height: 18px; }
  h4 {
    font-size: 14px;
    line-height: 18px; }
  h5 {
    font-size: 14px;
    line-height: 16px; }
  h6 {
    font-size: 10px;
    line-height: 14px; } }
.title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    padding-bottom: 10px;
}
  .title-2 span {
    font-weight: lighter; }
	
.btn-grea {
    background: #e3e3e3;
}	
.btn-grea:hover {
    background: #ccc;
}	

.page-sidebar .inner-box {
  padding: 15px; }
  .page-sidebar .inner-box .title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 -20px 20px;
    padding: 0 20px 15px;
    font-weight: 500; }

.title-5 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e6e6e6;
  color: #080808;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-transform: uppercase;
  text-align: left; }

.title-6 {
  font-size: 4rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .title-6 {
      font-size: 3rem; } }
  .title-6-sub {
    padding: 0 0 5px 0;
    color: #fcfcfc;
    font-size: 15px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 0.5rem; }
    @media (max-width: 767px) {
      .title-6-sub {
        font-size: 14px; } }
    .title-6-sub.top {
      padding-bottom: 10px;
      margin-bottom: 0; }

label {
  font-weight: 500; }

.card .card-header .card-title {
  margin-bottom: 0;
  padding-bottom: 0; }
  .card .card-header .card-title a {
    display: block; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  overflow: hidden; }
  .dropdown-menu.dropdown-line {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px); }
    .dropdown-menu.dropdown-line.has-form .dropdown-item {
      font-size: 13px;
      padding: 8px 12px; }
      .dropdown-menu.dropdown-line.has-form .dropdown-item .custom-control {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center; }
      .dropdown-menu.dropdown-line.has-form .dropdown-item a {
        font-size: 13px;
        padding: 8px 12px; }
    .dropdown-menu.dropdown-line > a {
      font-size: 13px; }

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #428bca; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    background-color: transparent; }

/* ================================================================== */
/* CUSTOMIZE NAVBAR
/* ================================================================== */
.logo, .logo-title {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #16a085; }
  @media (max-width: 991px) {
    .logo, .logo-title {
      font-size: 20px; }
      .logo .ln-shadow-logo, .logo-title .ln-shadow-logo {
        height: 42px;
        line-height: 44px;
        width: 42px; } }
  @media (max-width: 479px) {
    .logo, .logo-title {
      font-size: 18px; } }

.intro h1, .intro-title {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  font-weight: bold;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  -webkit-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: font 350ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  html[dir="rtl"] body .intro h1, .intro html[dir="rtl"] body h1, html[dir="rtl"] body .intro-title {
    font-family: 'Cairo', sans-serif;
    line-height: 1.4; }

.search-row .search-col .form-control, .search-row button.btn-search {
  border-radius: 0;
  border: 0;
  height: 48px;
  margin-bottom: 0; }

.ln-shadow-logo {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 48px;
  margin-top: 0;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
  @media (max-width: 479px) {
    .ln-shadow-logo {
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 40px;
      margin-top: -8px; } }

.logo span {
  font-weight: lighter; }

.logo-title .logo-icon {
  margin-right: 4px; }

@media (min-width: 992px) {
  .logo-title {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    line-height: normal; } }

@media (max-width: 767px) {
  .logo-title {
    padding-top: 10px;
    display: inline-block; } }

.logo-title span {
  font-weight: lighter; }

@media (max-width: 479px) {
  .logo-title {
    height: auto; } }

.navbar-header img {
  max-height: 90px; }

.navbar-site.navbar {
  -webkit-transition: all 0.25s ease-out 0s;
     -moz-transition: all 0.25s ease-out 0s;
       -o-transition: all 0.25s ease-out 0s;
          transition: all 0.25s ease-out 0s;
  margin-top: 0;
  z-index: 100; }
/*   .navbar-site.navbar.stuck {
    margin-top: -80px; } */

.inner.wt_bg {
    background: #fff !important;
}
.inner.wt_bg p {
    color: #000;
}
.inner.wt_bg h3.title-4 {
    color: #000;
}
.shar_btm.wt_bg_bx span {
    color: #fff;
}
.shar_btm.wt_bg_bx {
background: linear-gradient(158deg, #428bca 44%, #6075dd 85%);
    padding: 17px 10px;
    border-radius: 50px;
    color: #fff;
}
.bradcum li.breadcrumb-item a i {
    font-size: 20px;
}

.mb_show{display:none;}


@media (min-width: 768px) and (max-width: 1023px){
	#navbarsDefault ul.nav.navbar-nav.ml-auto.navbar-right {padding-right: 0;}
	.navbar-expand-md .navbar-nav {flex-direction: row; margin-right:0px;}
	#wrapper_nav .hamburger {top: 15px; margin-left: -10px;}
	#sidebar-wrapper {height: 93%;}
		 .login-box .panel-intro {padding: 0px 5px 5px; text-align: left !important;}
	 .button-wrap .btn-social:nth-child(3) {margin-right:0 !important;}
	 .button-wrap .btn-social:first-child {margin-right:0 !important;}
	 .lg_ragister .card-body {padding: 1rem 1rem;}
	 .iti-mobile .iti__country-list {max-height: 100%; width: 83% !important; margin-top: 37px; max-height: 250px !important;}
	 #share_cnt .inner p {text-align: justify;}
}


    @media (max-width: 767px) {
		#cmtt_aria .cmitss .inputts form button {width: 20%;}
		.adio_vd.mus_listss .adi_list_mn .ad_imgs {max-width: 55px; height: 50px;}
		.adio_vd.mus_listss .adi_list_mn .ad_cnt_list {max-width: 425px;}
		.adio_vd.mus_listss .shr_dotts {padding-top: 15px;}
		.adio_vd.mus_listss .adi_list_mn .ad_cnt_list h6 {margin: 1px 0 5px 0; font-size: 14px;}
		
		.feature-card.news_box_ariaaa .feature-card__figure {height: auto;}
		.feature-card.news_box_ariaaa .image {margin: 0;}
		.rply_conts_btn {padding-left:15px;}
		.repl_main {padding-left:15px;}
		
		.cmitss .inputts form input {width: 80%;}
		.cmitss .inputts form button {padding: 9px 0px; width: 19%;}
		.cmitss .und_listss .usrss_aria {padding-left: 0;  width: 100%; padding-top: 10px;}
		.sitenavheader .dropdown-content{right:inherit; left:0;}
		ul.nav.nav-tabs.mb_scrollss {width: 100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; padding: 0; flex-wrap: inherit; margin: 0;}
		ul.nav.nav-tabs.mb_scrollss li{width:43.333% !important; text-align:center;}
	}

		.mb_show{display:block !important;}

	ul.nav.nav-tabs.mb_scrollss li{width:33.333%; text-align:center;}
	li.nav-item.mb_show .fix_btn {position:relative; bottom:-4px; padding:4px 4px; z-index: 1;}
	.mb_hide {display: none !important;}
	li.nav-item.mb_show a.nav-link {white-space: nowrap;}
		.form-horizontal .form-group label {font-size: 14px;}
      .navbar-site.navbar.stuck {
        margin-top: 0; } }
  .navbar-site.navbar .navbar-nav > li.postadd a.nav-link {
    color: #fff; }
    .navbar-site.navbar .navbar-nav > li.postadd a.nav-link:focus, .navbar-site.navbar .navbar-nav > li.postadd a.nav-link:hover {
      color: #fff; }
  .navbar-site.navbar .navbar-header {
    min-height: 80px;
    border-bottom: solid 1px var(--border-color); }
  .navbar-site.navbar .navbar-nav.navbar-left {
    margin-top: 0; }
  .navbar-site.navbar .navbar-nav.navbar-right .dropdown .icon-down-open-big.fa {
    display: inline-block; }
  .navbar-site.navbar .dropdown .down-open-big {
    display: inline; }
  .navbar-site.navbar .dropdown.lang-menu {
    margin-top: 10px;
    margin-bottom: 10px; }
    .navbar-site.navbar .dropdown.lang-menu .btn {
      width: 100%; }

	   .other_pages .navbar-site {background: #0000002e;}

#enquiry .modal-dialog {
    max-width: 400px;
	width:100%;
    margin: 1.75rem auto;
}

@media (min-width:411px) and (max-width:420px){
 #sidebar-wrapper {height:91% !important;}
 .shar_btm.wt_bg_bx {padding: 12px 27px !important; font-size: 14px !important;}
}


.desktop_none{display:none;}

  @media (max-width: 767px) {
	  .copy-info{    margin-top: 10px !important; font-size: 12px !important; padding-bottom: 10px;}
.footer-col {text-align: center !important;}
	  .footer-col a {font-size:12px !important; margin-right:7px !important; padding-right:7px !important;}
	  .mobile_none{display:none !important;}
	  .desktop_none{display:block !important;}
	  .col-md-3.page-sidebar{display:none;}
	 #ac_conlist {text-align: center;} 
	  #ac_conlist sub {float: initial; display: block; margin: 0 auto; margin-bottom: 15px;}
	.newspage_aria .adi_list_mn .ad_cnt_list {max-width: 425px;}  
	  
  .Asia_aria_bx .media-object {margin-bottom: 30px; display: block;} 
  .Asia_aria_bx .media-object .media-object__figure {max-width: 100%; margin-bottom: 10px;}
  .Asia_aria_bx .media-object .media-object__content {padding-left: 0;}
  .Asia_aria_bx .media-object .media-object__figure picture.image {height: 125px;}
	  
	  
.listscrolls {margin-bottom:30px;}	  
.listscrolls .media-object {width: 100%;}	  

.adi_list_mn .ad_cnt_list h6 {margin: 2px 0 4px 0;}
.pageform_t#showaria .playon .adi_list_mn .ad_cnt_list {max-width: 265px;}	
.contings .timess {margin-right: 25px;} 
.contings .voice {margin-right: 20px;}
.play_btn {display: block; position: relative; top: 10px;} 
.contings {top: 22px;}
.pageform_t#showaria {padding: 20px 0 20px;}
#buttonarow {bottom: 15px; right:5px;}
.slc_flwss {bottom:60px;}
.pageform_t#showaria .container {padding: 0 10px;}

.feature-card.news_box_ariaaa {
    height: auto;
    margin-bottom: 20px;
}
.feature-card.news_box_ariaaa .feature-card__heading {
    line-height: 16px;
    margin: 0;
}
.feature-card.news_box_ariaaa .feature-card__heading a.feature-card__heading-link {
    font-size: 15px;
    line-height: 16px;
	margin-bottom:0;
}
	  
	  .mb_aria_searc {
    position: relative;
}
.mb_aria_searc form {
    position: relative;
    margin-bottom: 12px;
}
.mb_aria_searc form input {
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 10px 10px 10px 28px;
    border-radius: 3px;
    font-size: 14px;
}
.mb_aria_searc form i {
    position: absolute;
    left: 10px;
    top: 14px;
    -webkit-text-stroke: 1px #f1f1f1;
    font-size: 14px;
}
.mb_aria_searc .tipss h4 {
    font-size: 17px;
    padding: 0 0 7px 0;
    line-height: 22px;
    font-weight: 500;
}
.mb_aria_searc .tipss ul li {
    float: left;
    margin-right:7px;
}
.mb_aria_searc .tipss ul li:last-child{margin-right:0;}
.mb_aria_searc .tipss ul {
    display: inline-block;
    width: 100%;
}

.mb_aria_searc .tipss ul li a {
    background: #fff;
    border: #e5e5e5 solid 1px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 3px;
    color: #7e7e7e;
	font-size: 12px;
}.mb_aria_searc .tipss ul li a:focus{border: #428bca solid 1px; color:#428bca;}
#searhc_br .modal-dialog {
    margin: 0;
    padding: 0;
    height: 100%;
}
#searhc_br .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    border: none;
}
#searhc_br .modal-dialog .modal-content .modal-header {
    border-radius: 0;
}
	  
	  
	  .searc_aria {position: absolute; right: 60px; top: 27px;}
	  .searc_aria i {font-size: 20px; -webkit-text-stroke: 1px #ffffff;}
	  #wrapper_nav.toggled #sidebar-wrapper {width: 100%; top: 70px;}
	  #wrapper_nav .sidebar-nav {width: 100%;}
	  .media-object {margin-left: 0; margin-right: 0;}
	  .feature-card .feature-card__content {padding-top: 20px;}
	  
	  .feature-card__heading {line-height: 16px; margin-bottom: 0;}
	  .feature-card__heading a.feature-card__heading-link {font-size:15px;}
	  .main-container.all_top_arias {margin-top: 0px;}
	  
	  .adds_cntt {margin-bottom: 20px;}
	  .ns_dtls_pg {margin-bottom: 30px;}
	  .addsss {margin: 0;}
	  .ns_dtls_pg p {margin: 0 0 7px 0;}
	  .ns_dtls_pg h2 {font-size: 20px; line-height: 28px; padding: 0; font-weight:500; margin-bottom: 20px;}
	  .ns_dtls_pg span {font-size: 15px; width: 90%;}
	  .top_lst_ariass .tp_cntents {font-size: 15px; line-height: 24px;}
	  .adds_cntt .ads_imgs {margin-bottom:25px;  padding-top:20px; border-bottom:#dbdbdb solid 1px; padding-bottom:20px;}
	  .adds_cntt p {font-size: 14px; margin-bottom: 20px; line-height: 22px;}
	  .adds_cntt .media-object h6.h6.list-object__heading a.h6__link.list-object__heading-link {font-size: 15px;}
	  .media-object .media-object__figure {max-width: 40%;}
	  .mynar_lstss h3 {font-size: 22px; margin-bottom: 20px; padding: 0;}
	  .main-container {padding:20px 0 10px !important;}
	  .mnu_extra {top: 0;}
	  
	 #wrapper .dashboard_header {padding-top:5px;}
	 .sticky .mnu_extra {top: 70px;}
	 .mnu_extra .mnu_listss {padding-bottom:0px;}
	 .mnu_extra .mnu_listss ul {margin: 0 0 5px 0; display: flex; width: 100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; padding: 0;}
	 .mnu_extra .mnu_listss ul li {margin-right: 15px;}
	 .mnu_extra .mnu_listss ul li a {font-size:12px; line-height:28px;}
	 .mnu_extra .mnu_listss ul.right {float: right; width: 100%; display: none;}
	  .navbar-site.navbar .navbar-identity .logo-title img {width:22%;}
	  
	 #wrapper_nav .hamburger {background:transparent; right:20px; top:17px;}
	 .collapse:not(.show) {display: block;}
	 .collapse:not(.show) ul.nav.navbar-nav.ml-auto.navbar-right {display: block; padding-right:0 !important;}
	 .collapse:not(.show) ul.nav.navbar-nav.me-md-auto.navbar-left {display: none;}
	 #wrapper_nav .hamburger span.hamb-top {background: #333 !important;}
	 #wrapper_nav .hamburger span.hamb-middle {background: #333 !important;}
	 #wrapper_nav .hamburger span.hamb-bottom {background: #333 !important;}
	 select#lung_ara:focus {outline: none; box-shadow: none;}
	 select#lung_ara:hover {background: #e5e5e5;}
	 div#langss {
    width: 98%;
}
	 select#lung_ara {
    position: relative;
    right: -3px;
    top: 4px;
    color: #333;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 12px 0;
    background: #e5e5e5;
    font-size: 14px;
}
.navbar-site.navbar .navbar-identity select#lung_ara {
    display: none !important;
}
#myHeader .navbar-identity {
    float: left;
    height: auto;
    width: 42%;
}
#myHeader div#navbarsDefault {
    float: right;
    width: 58%;
}
ul#al_us_liststs li {
    float: left;
	    position: relative;
    margin-right: 15px;
}
ul#al_us_liststs li:last-child {
    margin-right:0px;
}

#al_us_liststs li.dropdown.lang-menu.nav-item.spss ul#mb_sltss li {
    padding: 2px 0;
    margin: 0 !important;
    text-align: center;
}

#al_us_liststs li.dropdown.lang-menu.nav-item.spss ul#mb_sltss {
    position: absolute;
    border-radius: 0;
    right: 0;
    min-width: auto;
}


#myHeader div#navbarsDefault ul#al_us_liststs {
    float: right;
}
#wrapper {
padding-top: 55px !important;}

	 a#ful_btn_ar {background: #428bca; margin: 0 3px; border-radius: 2px; margin-bottom: 10px;}
	 #wrapper_nav .sidebar-nav li:last-child {border: none;}
	 #wrapper.lg_ragister {padding: 0;}
	 .shar_btm {font-size: 18px; letter-spacing: 0.5px; margin-top: 20px;}
	 #share_cnt {padding: 40px 0;}
	 .login-box .panel-intro {padding: 0px 5px 5px; text-align: center;}
	 .button-wrap .btn-social:nth-child(3) {margin-right:0 !important;}
	 .button-wrap .btn-social:first-child {margin-right:0 !important;}
	 .lg_ragister .card-body {padding: 1rem 1rem;}
	 .iti-mobile .iti__country-list {max-height: 100%; width: 83% !important; margin-top: 37px; max-height: 250px !important;}
	 #share_cnt .inner p {text-align: justify;}
	 .vrfy {width: 80%;}
	 .tp_hings {font-size: 30px; margin-bottom: 70px; padding-top: 0px; margin-top: -30px;}
	 .shar_btm.wt_bg_bx {padding: 12px 20px; border-radius: 80px; font-size: 14px;}
	 .shar_btm.wt_bg_bx span {font-size: 18px;}


#notifi a#dropdown-nav-01 {
    padding: 15px 5px;
    position: relative;
    font-size: 14px;
}
.bells#dropdown-nav-01 span.counttss {
    top: 11px;
    left: 12px;
    font-size: 10px;
}
.spss a#org_btnn {
    border: none;
    font-size: 12px;
    color: #fff;
    padding:5px 10px;
    width: auto;
    border-radius: 20px;
}

li#user_main a#dropdown-nav-01 {
    padding: 15px 0;
	display: flex;
	    position: relative;
    top: 3px;
}
li#user_main a#dropdown-nav-01 span {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	    position: relative;
    top: -3px;
}
#notifi ul.dropdown-menu.user-menu {
    width: 280px;
    position: absolute;
    top: 50px;
    float: initial;
    right: inherit !important;
    left: -85px;
}

#notifi ul.dropdown-menu.user-menu li.dropdown-item {
    margin-bottom: 15px;
    padding: 0;
}
#notifi ul.dropdown-menu.user-menu li {
    float: inherit;
}
li#user_main {
    position: relative;
}
li#user_main ul.dropdown-menu.user-menu {
    position: absolute;
    right: 0;
	border-radius:0;
}
li#user_main ul.dropdown-menu.user-menu li.dropdown-item {
    margin: 0 !important;
    padding: 5px 8px;
}

	 .main-container.pd_top_btm.vdo_pg {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .navbar-site.navbar {
      background: #fff;
      border-radius: 0;
      height: auto;
      margin-bottom: 0 !important;
      padding: 0; }
      .navbar-site.navbar > .container {
        display: block;
        -webkit-justify-content: safe !important;
           -moz-box-pack: safe !important;
                justify-content: safe !important; }
      .navbar-site.navbar .navbar-collapse {padding:0px; }
      .navbar-site.navbar .navbar-identity {
        display: block;
        height: 70px;
        padding: 0 0px;
        border-bottom: none; }
        .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
          margin-top: 18px;
          padding: 0 10px;
          height: 40px; }
      .navbar-site.navbar .nav > li, .navbar-site.navbar .nav > .nav-item {
        padding:0; }
        .navbar-site.navbar .nav > li a:not(.btn), .navbar-site.navbar .nav > .nav-item a:not(.btn) {
          color: #333; }
        .navbar-site.navbar .nav > li .dropdown-menu > li, .navbar-site.navbar .nav > .nav-item .dropdown-menu > li {
          font-size: 13px; }
          .navbar-site.navbar .nav > li .dropdown-menu > li.active, .navbar-site.navbar .nav > .nav-item .dropdown-menu > li.active {
            background: #eeeeee;
            font-weight: bold;
            color: #428bca; }
      .navbar-site.navbar button.flag-menu {
    top: 5px;
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 60px;
}
        .navbar-site.navbar button.flag-menu .flag-menu .flag-icon {
          width: 22px;
          height: 16px; } }
  @media (max-width: 479px) {
	  .newspage_aria .adi_list_mn .ad_cnt_list {max-width: 245px;}
	  		.adio_vd.mus_listss .adi_list_mn .ad_imgs {max-width: 55px; height: 50px;}
		.adio_vd.mus_listss .adi_list_mn .ad_cnt_list {max-width: 245px;}
		.adio_vd.mus_listss .shr_dotts {padding-top: 15px;}
		.adio_vd.mus_listss .adi_list_mn .ad_cnt_list h6 {margin: 1px 0 5px 0; font-size: 14px;}
	  .navbar-site.navbar .navbar-identity .logo-title img {width:35%;}
    .navbar-site.navbar .navbar-identity {
      height: 70px; }
      .navbar-site.navbar .navbar-identity .btn, .navbar-site.navbar .navbar-identity .navbar-toggler {
        margin-top: 17px; }
      .navbar-site.navbar .navbar-identity .logo-title {
        padding-top: 7px; } }

@media (min-width: 768px) {
	.navbar-site.navbar .dropdown.lang-menu {
    margin-top: 15px;
    margin-bottom: 15px;
}

  .logo {
    height: 80px;
    line-height: normal; }
  .header {
    height: auto;
    background: #fff; }
    .dashboard_header .navbar-site {
  background: #fff;
  padding:2px 0 5px;
}
  .navbar-site {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background:#0000000a;
    border-radius: 0;
    border-bottom: none;
	}

	.sticky .navbar-site {
    background: #fff !important;
	box-shadow:0px 0px 10px #ccc;
}
/*
.sticky .navbar-site a#org_btnn {
    background: transparent;
    border: #cdcdcd solid 1px;
    color: #959595;
    border-radius: 50px;
}
 */

.sticky .navbar-site a#org_btnn:hover{background: linear-gradient(158deg, #428bca 44%, #6075dd 85%); color: #fff;}
.sticky .navbar-site #wrapper_nav .hamburger.is-closed .hamb-top {
    background-color: #585858;
}
.sticky .navbar-site #wrapper_nav .hamburger.is-closed .hamb-middle {
    background-color: #585858;
}
.sticky .navbar-site #wrapper_nav .hamburger.is-closed .hamb-bottom {
    background-color: #585858;
}
.sticky .navbar-site #wrapper_nav .hamburger.is-open .hamb-top, #wrapper_nav .hamburger.is-open .hamb-middle, #wrapper_nav .hamburger.is-open .hamb-bottom {
    background-color: #585858;
}


  .navbar.navbar-site .navbar-nav > li, .navbar.navbar-light .navbar-nav > li {
    margin-top: 15px;
    margin-bottom: 15px; }
    .navbar.navbar-site .navbar-nav > li > a:not(.btn), .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn), .navbar.navbar-light .navbar-nav > li > a:not(.btn), .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn) {
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      color: #333;
      font-size: 14px;
      height: 40px;
      line-height: 1;
      padding: 12px 10px; }
      .navbar.navbar-site .navbar-nav > li > a:not(.btn):hover, .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn):hover, .navbar.navbar-light .navbar-nav > li > a:not(.btn):hover, .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
        color: #000; }
    .navbar.navbar-site .navbar-nav > li.postadd, .navbar.navbar-light .navbar-nav > li.postadd {
      padding-left: 15px;
      margin-left: 5px;
     /*  border-left: solid 1px var(--border-color);  */}
      .navbar.navbar-site .navbar-nav > li.postadd:hover, .navbar.navbar-light .navbar-nav > li.postadd:hover {
        background: none; }
      .navbar.navbar-site .navbar-nav > li.postadd a, .navbar.navbar-light .navbar-nav > li.postadd a {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        height: 40px;
        line-height: normal;
        padding: 12px 0;
        text-transform: uppercase;
        width: 130px; }
    .navbar.navbar-site .navbar-nav > li.lang-menu, .navbar.navbar-light .navbar-nav > li.lang-menu {
      margin-left: 5px;
      font-size: 14px;
      height: 40px;
      line-height: normal; }
      .navbar.navbar-site .navbar-nav > li.lang-menu .btn, .navbar.navbar-light .navbar-nav > li.lang-menu .btn {
        height: 40px;
        line-height: normal;
        padding: 12px;
        font-size: 14px;
        font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
      .navbar.navbar-site .navbar-nav > li.lang-menu .caret, .navbar.navbar-light .navbar-nav > li.lang-menu .caret {
        margin-left: 3px; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success:focus, .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success.focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success:focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success.focus {
      background-color: #25a25a;
      border-color: #176437; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-success:hover, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-success:hover {
      background-color: #25a25a;
      border-color: #176437; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger:focus, .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger.focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger:focus, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger.focus {
      background-color: #c9302c;
      border-color: #8b211e; }
    .navbar.navbar-site .navbar-nav > li .btn-postx.btn-danger:hover, .navbar.navbar-light .navbar-nav > li .btn-postx.btn-danger:hover {
      background-color: #c9302c;
      border-color: #8b211e; }
  .navbar.navbar-site .navbar-nav .show > a, .navbar.navbar-light .navbar-nav .show > a {
    background: none; }
    .navbar.navbar-site .navbar-nav .show > a:hover, .navbar.navbar-light .navbar-nav .show > a:hover {
      background: none; }
    .navbar.navbar-site .navbar-nav .show > a:focus, .navbar.navbar-light .navbar-nav .show > a:focus {
      background: none; }
  .navbar.navbar-bodered .logo {
    height: auto; }
  .navbar.navbar-bodered .logo-title {
    padding-top: 4px; }
  .navbar.navbar-bodered .navbar-brand {
    padding-bottom: 0;
    padding-right: 4px;
    display: block; }
    .navbar.navbar-bodered .navbar-brand:after {
      height: 100%;
      width: 1px;
      background: #ddd;
      content: '';
      position: absolute;
      top: 0;
      margin-left: 20px; }
  .navbar.navbar-bodered .navbar-nav > li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 11px 0;
    height: auto;
    border-right: solid 1px #ddd; }
    .navbar.navbar-bodered .navbar-nav > li:last-child {
      border-right: 0; }
    .navbar.navbar-bodered .navbar-nav > li.postadd {
      border-left: 0; }
      .navbar.navbar-bodered .navbar-nav > li.postadd a {
        height: auto; }
    .navbar.navbar-bodered .navbar-nav > li:hover {
      background: #efefef; }
    .navbar.navbar-bodered .navbar-nav > li > a {
      height: auto;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.5px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      font-size: 13px;
      padding: 15px 15px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar.navbar-bodered .navbar-nav > li > a {
        font-size: 11px;
        padding: 12px 10px !important; } }

@media (min-width: 768px) {
      .navbar.navbar-bodered .navbar-nav > li > a.nav-link:not(.btn) {
        height: auto; } }

@media (min-width: 768px) and (max-width: 767px) {
  .navbar.navbar-bodered .user-menu .dropdown-menu-right {
    margin-top: 0; } }

@media (min-width: 768px) {
  .lang-menu .dropdown-menu .flag-icon {
    margin-right: 5px; }
  li .user-menu {
    padding: 0;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s; }
    li .user-menu li a {
      font-size: 12px;
      letter-spacing: 0.55px;
      clear: both;
      display: block;
      font-weight: 400;
      line-height: 1.42857;
      padding: 5px 10px;
      text-transform: inherit;
      white-space: nowrap; }
    li .user-menu li i {
      margin-right:0px;
      color: #999999;
      font-size: 120%;
      -webkit-transition: all 0.2s linear 0s;
         -moz-transition: all 0.2s linear 0s;
           -o-transition: all 0.2s linear 0s;
              transition: all 0.2s linear 0s; }
    li .user-menu li:hover i {
      color: #428bca; }
  li.show .user-menu {
    padding: 0; }
  li .dropdown-menu.user-menu > .active > a {
    background: #eeeeee;
    font-weight: bold;
    color: #428bca; }
  li.dropdown-item.active, li.dropdown-item:active {
    background: #eeeeee;
    font-weight: bold;
    color: #428bca; }
  .nav > li.active {
    background: none; }
  .nav > li > a:not(.btn):hover {
    background: none; }
  .nav > li > a:not(.btn):focus {
    background: none; }
  .nav > li:hover > a:not(.btn) {
    background: none; }
  .navbar-default .navbar-nav > .open > a:not(.btn) {
    background: none; }
    .navbar-default .navbar-nav > .open > a:not(.btn):hover {
      background: none; }
    .navbar-default .navbar-nav > .open > a:not(.btn):focus {
      background: none; }
  .dropdown-menu > li {padding:2px 0px; }
    .dropdown-menu > li a {
      color: #333; }
  .dropdown-menu.user-menu > .active {
    background: #eeeeee;
    font-weight: bold;
    color: #428bca; }
  .dropdown-menu.user-menu > .active > a:focus {
    background: #eeeeee;
    font-weight: bold;
    color: #428bca; } }

@media (min-width: 768px) and (max-width: 992px) {
  .logo {
    height: auto; } }

.dropdown.no-arrow > a:after {
  display: none !important; }

/* LANGUAGE */
.flag-menu .flag-icon {
  width: 24px;
  height: 18px; }

.navbar-nav .flag-menu a {
  padding: 8px 10px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.modalHasList .flag-icon {
  margin-bottom: 4px;
  margin-right: 5px; }

@media (max-width: 767px) {
  .modalHasList .cat-list {
    padding-left: 2px;
    padding-right: 2px; }
  .navbar-nav .flag-menu a {
    font-size: 14px;
    padding-left: 15px; }
  .flag-menu .flag-icon {
    width: 20px;
    height: 14px; } }

/* =============================================================== */
/* FOOTER
/* =============================================================== */
.footer {
  background: #fff;
  border-top: solid 1px var(--border-color);
  padding: 30px 0;
  font-size: 14px;
  color: #4e575d;
  letter-spacing: 0.5px; }

@media (max-width: 767px) {
  .footer ul {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%; }
    .footer ul:last-child {
      margin-top: 20px; } }

.footer-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 40px 0 15px;
  color: #333;
  background:#428bca; }

@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 5px 0 5px; }
  .footer-title {
    margin-bottom: 0;
    margin-top: 15px; }
  .app-icon {
    margin: 0 0 10px;
    display: block; }
  .search-trigger {
    color: #333; }
  .paymanet-method-logo img {
    display: inline-block;
    height: 20px;
    margin: 0 2px; } }

.footer-title {
  color: #000;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer-title {
      margin-bottom: 0;
      margin-top: 15px; } }

.footer-logo {
  padding-top: 10%; }
  .footer-logo a {
    display: block; }

.copy-info {
display: block;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 0;
    border-top: #dddddd52 solid 1px;
    padding-top: 15px;
    color: #fff;
	}

.paymanet-method-logo {
  border-top: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
  color: #888;
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 0;
  text-transform: uppercase; }
  .paymanet-method-logo img {
    display: inline-block;
    margin: 0 5px;
    height: 30px; }
  @media (max-width: 767px) {
    .paymanet-method-logo {
      padding: 15px 0; }
      .paymanet-method-logo img {
        height: 24px;
        margin-bottom: 5px; } }

.footer-nav-inline li a {
  color: #333;
  font-size: 15px; }

.footer-nav-inline.social-list-color li a {
  color: #fff;
  font-size: 14px;
  width: 28px;
  display: inline-block;
  text-align: center;
  padding: 3px 0; }

.icon-color.fb {
  background: #3b5998; }

.icon-color.tw {
  background: #55acee; }

.icon-color.gp {
  background: #dd4b39; }

.icon-color.lin {
  background: #007bb5; }

.icon-color.pin {
  background: #cb2027; }

.app-icon {
  display: block;
  max-width: 100%; }

.hero-subscribe {
  margin-top: 30px; }
  .hero-subscribe #newsletter-signup .form-control {
    height: 36px;
    border-radius: 0; }
  .hero-subscribe #newsletter-signup .btn {
    border-radius: 0;
    background: #3a3a3a; }

.footer-nav li a {
  border-left: solid 1px var(--border-color);
  padding: 0;
  color: #333;
  font-size: 14px; }
  .footer-nav li a:first-child {
    border-left: 0; }
  .footer-nav li a:hover {
    opacity: .6; }

.footer-address li {
  line-height: 14px;
  list-style: outside none none;
  margin-bottom: 5px; }

.isios.product-story {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: top center !important; }

.mobile-app-content {max-width: 300px; }

ul.list-unstyled.footer-nav li {
    margin-bottom: 8px;
}
ul.list-unstyled.footer-nav li:last-child {
    margin-bottom:0px;
}

/* ================================================================== */
/* HOME CONTENT START
/* ================================================================== */
.inner-box.has-ad, .page-content .inner-box.has-aff {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  margin-bottom: 30px;
  padding: 5px; }

.intro {
	     margin-top: -81px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
    min-height: 450px;
    height: 50vh;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  .intro.has-map {
    min-height: 250px;
    height: 250px; }
  .intro .container {
    max-width: 800px; }
  .intro p {
    color: #e8eced;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.content-search {
  display: block;
  clear: both;
  padding: 30px 0 0; }
  .content-search button {
    height: 44px; }
  .content-search input.form-control {
    height: 44px; }

.search-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  border-radius: 24px; }
  .search-row .search-col {
    padding: 0;
    position: relative; }
    .search-row .search-col .form-control {
      box-shadow: none !important; }
      @media (min-width: 576px) {
        .search-row .search-col .form-control {
          border-radius: 0 !important; } }
    @media (min-width: 576px) {
      .search-row .search-col:first-child .form-control {
        border-radius: 24px 0 0 24px !important; } }
  .search-row .btn-search {
    border-radius: 0 24px 24px 0 !important; }
  @media (min-width: 576px) {
    .search-row .search-col:first-child .search-col-inner {
      border-radius: 24px 0 0 24px !important; } }
  .search-row .search-col .search-col-inner {
    position: relative;
    background: #fff; }
    @media (max-width: 767px) {
      .search-row .search-col .search-col-inner {
        border-radius: 24px !important; } }
    .search-row .search-col .search-col-inner .icon-append {
      position: absolute;
      left: 12px; }
    .search-row .search-col .search-col-inner .search-col-input {
      display: block;
      width: -webkit-calc(100% - 0px);
      width: -moz-calc(100% - 0px);
      width: calc(100% - 0px);
      margin-left: 0px; }

.locinput {
  border-right: solid 1px var(--border-color) !important; }

.icon-append {
  color: #949494;
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 11px; }

@media (max-width: 767px) {
  .locinput {
    border-right: none !important;
    border-bottom: solid 1px var(--border-color) !important; }
  .intro h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 34px; }
  .intro p {
    color: #e8eced;
    font-size: 15px;
    line-height: normal; } }

.autocomplete-suggestions {
  background: #fff;
  max-height: 30px;
  overflow-y: auto;
  border: solid 1px var(--border-color);
  border-radius: 7px; }
  .autocomplete-suggestions .autocomplete-suggestion {
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    padding: 10px 15px 10px 30px;
    position: relative; }
    .autocomplete-suggestions .autocomplete-suggestion:after {
      color: #949494;
      content: "\e8d4";
      font-family: fontello;
      font-style: normal;
      font-weight: normal;
      left: 6px;
      margin: 0 0 0 10px;
      position: absolute;
      text-decoration: none;
      top: 10px; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: #eeeeee;
      color: #222222;
      cursor: pointer;
      display: block;
      font-size: 13px; }

/* side bar */
.main-container {
  min-height: -webkit-calc(100% - 162px);
  min-height: -moz-calc(100% - 162px);
  min-height: calc(100% - 162px);
  padding: 30px 0; }

.inner-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  margin-bottom: 30px;
  padding: 20px 15px; }
  .inner-box.ads-details-wrapper {
    width: 100%;
    clear: both; }
  .inner-box.add {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
    margin-bottom: 30px;
    padding: 5px; }
    .inner-box.add img {
      width: 100%; }

.nav-pills .name {
  display: inline-block; }

/* cat listing */
.cat-list h3, .title-3 {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.cat-list {
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: left; }
  .cat-list li {list-style: none; margin-bottom: 5px;}
  .cat-list li:last-child{margin-bottom:0;}
  .cat-list ul li {
    text-align: left;
    list-style: none; }
  .cat-list h3 {
    color: #428bca;
    position: relative; }
    .cat-list h3 a {
      position: relative; }
    .cat-list h3 .count {
      clear: both;
      color: #636c72;
      display: block;
      font-size: 14px;
      font-weight: normal;
      line-height: 1;
      padding: 3px 0;
      text-align: left;
      vertical-align: baseline;
      white-space: nowrap; }
  .cat-list.arrow {
    margin-bottom: 0; }
    .cat-list.arrow li {
      background: url(../../assets/images/arrow-right.png) no-repeat scroll left center rgba(0, 0, 0, 0);
      border-bottom: 1px dotted #ddd;
      padding: 5px 14px; }
      .cat-list.arrow li:last-child {
        border-bottom: 0; }
  .cat-list ul li a {
    border-radius: 2px;
    font-style: normal;
    -webkit-transition: all 0.1s ease 0s;
       -moz-transition: all 0.1s ease 0s;
         -o-transition: all 0.1s ease 0s;
            transition: all 0.1s ease 0s;
    font-size: 14px; }
    .cat-list ul li a:hover {
      text-decoration: underline; }
  .cat-list li a {
    border-radius: 2px;
    font-style: normal;
    -webkit-transition: all 0.1s ease 0s;
       -moz-transition: all 0.1s ease 0s;
         -o-transition: all 0.1s ease 0s;
            transition: all 0.1s ease 0s;
    font-size: 14px;
    color: #4e575d; }
    .cat-list li a:hover {
      text-decoration: underline;
      color: #345676; }
  .cat-list.border li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 15px; }
    .cat-list.border li.active {
      background-color: #ececec; }
      .cat-list.border li.active a {
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        color: #626262; }
    .cat-list.border li:hover {
      background-color: #ececec; }
    .cat-list.border li:last-child {
      border-bottom: 0; }

.cat-title a {
  display: inline-block;
  padding-left: 56px;
  padding-top: 0;
  position: relative; }

.cat-title i {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-4px);
     -moz-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px); }

@media (max-width: 767px) {
  .cat-title {
    font-size: 14px; } }

.item-carousel a {
  display: block; }

.item-carousel .item {
  width: 128px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center; }

.item-carousel .item-carousel-thumb {
  width: 100%;
  height: 96px;
  display: block;
  overflow: hidden;
  border: solid 1px var(--border-color);
  margin-bottom: 7px; }
  .item-carousel .item-carousel-thumb img {
    max-width: 100%;
    padding: 1px;
    min-height: 100%; }

.item-carousel .item-name {
  clear: both;
  display: block;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  min-height: 30px; }

.item-carousel .price {
  clear: both;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  padding-top: 7px; }

.item-carousel-thumb {
  max-width: 100%; }

.carousel-nav {
  font-size: 18px; }

.page-content .inner-box {
  overflow: auto;
  padding: 20px; }
  .page-content .inner-box .title-2 {
line-height: 1;
    margin: 5px -20px 25px;
    padding: 0 20px 20px;
    color: #428bca;
    font-weight:500; }

.inner-box.category-content {
  padding-bottom: 0; }

.cat-list-border h3 {
  border-bottom: solid 1px var(--border-color);
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative; }

.page-info {
  width: 100%;
  min-height: 94px;
  color: #fff;
  padding: 60px 0; }
  .page-info.hasOverly {
    padding: 0; }
    .page-info.hasOverly > div {
      background: rgba(0, 0, 0, 0.4);
      padding: 60px 0; }
  .page-info i {
    color: #fff;
    font-size: 40px;
    display: block; }
  .page-info h3 {
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase; }

.iconbox-wrap {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  height: auto;
  min-height: 40px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%; }

.iconbox {
  display: table-row; }
  .iconbox h5 {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 0; 
	}

.iconbox-wrap-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .iconbox-wrap-icon .icon {
    height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle !important;
    width: 60px !important;
    color: #428bca; }

.iconbox-wrap-content {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle; }

.iconbox-wrap-text {
  color: #aaa;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase; }


.btn-org-dark {
    color: #fff;
    background-color: #428bca;
}
.btn-org-dark:hover {
    color: #fff;
}

@media (max-width: 767px) {
  .iconbox-wrap-icon {
    display: block;
    float: left;
    max-width: 80px; }
  .iconbox-wrap-content {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; } }

.page-bottom-info {
  color: #fff;
  background: -webkit-linear-gradient(292deg, #428bca 44%, #144c5e 85%) no-repeat 0 0 #428bca;
  background: -moz-linear-gradient(292deg, #428bca 44%, #144c5e 85%) no-repeat 0 0 #428bca;
  background: -o-linear-gradient(292deg, #428bca 44%, #144c5e 85%) no-repeat 0 0 #428bca;
  background: linear-gradient(158deg, #428bca 44%, #144c5e 85%) no-repeat 0 0 #428bca;
  }


.page-bottom-info-inner {
  background-size: cover;
  padding: 75px 0; }

.page-bottom-info-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .page-bottom-info-content h1 {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-size: 30px;
    line-height: 45px; 
	}

.color50 {
  opacity: 0.5; }

@media (max-width: 991px) {
  .page-bottom-info-content {
    max-width: 96%; } }

/* HOME v2 */
.row-featured {
  overflow: hidden;
  margin-right: -16px; }
  .row-featured .box-title h2 {
    padding-left: 16px; }

.no-bg {
  box-shadow: none;
  background: none;
  border-radius: 0; }

.content-box {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  overflow: hidden;
  margin-bottom: 30px; }
  .content-box.no-bg {
    box-shadow: none;
    background: none;
    border-radius: 0; }

.content-box-map {
  margin: 30px 0; }
  @media (max-width: 767px) {
    .content-box-map {
      margin: 0 0 30px; } }

.row-featured-category {
  margin-bottom: -1px; }

.f-category {
  border: solid 1px var(--border-color);
  margin-top: -1px;
  border-left: 0;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  display: block; }
  .f-category a {
    display: block; }
  .f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }
  .f-category:hover img {
    -webkit-transform: scale(1) translateY(-3px);
       -moz-transform: scale(1) translateY(-3px);
         -o-transform: scale(1) translateY(-3px);
            transform: scale(1) translateY(-3px);
    opacity: .9; }
  .f-category:hover h6 {
    -webkit-transform: scale(1.1) translateY(2px);
       -moz-transform: scale(1.1) translateY(2px);
         -o-transform: scale(1.1) translateY(2px);
            transform: scale(1.1) translateY(2px); }
  .f-category h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    color: #292b2c; }
    .f-category h6 a {
      color: #292b2c; }
    .f-category h6 .count {
      color: #9a9a9a;
      font-size: 14px; }

.box-title {
  border-bottom: solid 1px var(--border-color);
  text-align: left; }
  .box-title h2 {
    margin: 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    font-weight:600;
    text-transform: uppercase;
    display: inline-block;
	    color: #428bca;
	}
    .box-title h2 span {
      font-weight: lighter; }

.sell-your-item {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.54px;
  padding: 15px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  top: 5px; }
  @media (max-width: 767px) {
    .sell-your-item {
      font-size: 11px;
      padding: 2px 7px;
      right: 1px;
      top: 17px; } }

.featured-list-slider .item {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .featured-list-slider .item .price {
    color: #888; }
  .featured-list-slider .item > a {
    display: block;
    padding: 30px;
    border: solid 1px transparent; }
    .featured-list-slider .item > a:hover {
      background: #f5f5f5;
      border: solid 1px var(--border-color);
      border-radius: 7px; }
  .featured-list-slider .item .item-name {
    display: block;
    line-height: normal;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    min-height: 34px;
    margin: 10px 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s; }
  .featured-list-slider .item:hover img {
    -webkit-transform: translateY(-3px);
       -moz-transform: translateY(-3px);
         -o-transform: translateY(-3px);
            transform: translateY(-3px); }
  .featured-list-slider .item:hover .item-name {
    -webkit-transform: scale(1) translateY(2px);
       -moz-transform: scale(1) translateY(2px);
         -o-transform: scale(1) translateY(2px);
            transform: scale(1) translateY(2px); }
  .featured-list-slider .item a img {
    width: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
       -moz-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
         -o-transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s;
            transition: all 0.25s cubic-bezier(0.3, 0, 1, 1) 0s; }

.featured-list-slider .owl-item {
  overflow: hidden; }

.featured-list-slider span {
  display: block; }

.featured-list-slider .item-carousel-thumb {
  display: block;
  margin-bottom: 10px;
  max-width: 100%; }

.featured-list-row {
  clear: both;
  max-width: 90%;
  float: none;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /*rtl:ignore*/
  direction: ltr; }

@media (max-width: 575px) {
  div.f-category {
    width: 50%; }
  .f-category img {
    height: 60px; } }

.nav-narrow-svg a {
  width: 100px;
  height: 100px; }
  .nav-narrow-svg a.next::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
       -moz-transform: translateX(-50%) rotate(135deg);
         -o-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .nav-narrow-svg a.next .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
       -moz-transform: translateX(-50%) rotate(135deg);
         -o-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0; }
  .nav-narrow-svg a.next .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
         -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .nav-narrow-svg a.next:hover::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
       -moz-transform: translateX(-50%) rotate(125deg);
         -o-transform: translateX(-50%) rotate(125deg);
            transform: translateX(-50%) rotate(125deg); }
  .nav-narrow-svg a.next:hover .nav-icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
       -moz-transform: translateX(-50%) rotate(125deg);
         -o-transform: translateX(-50%) rotate(125deg);
            transform: translateX(-50%) rotate(125deg); }
  .nav-narrow-svg a.next:hover .nav-icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
       -moz-transform: translateX(-50%) rotate(55deg);
         -o-transform: translateX(-50%) rotate(55deg);
            transform: translateX(-50%) rotate(55deg); }
  .nav-narrow-svg a.next:hover::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
       -moz-transform: translateX(-50%) rotate(55deg);
         -o-transform: translateX(-50%) rotate(55deg);
            transform: translateX(-50%) rotate(55deg); }
  .nav-narrow-svg a.next::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
       -moz-transform: translateX(-50%) rotate(45deg);
         -o-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
         -o-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .nav-narrow-svg a:hover .nav-icon-wrap::before {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-125deg);
       -moz-transform: translateX(-50%) rotate(-125deg);
         -o-transform: translateX(-50%) rotate(-125deg);
            transform: translateX(-50%) rotate(-125deg); }
  .nav-narrow-svg a:hover .nav-icon-wrap::after {
    height: 50%;
    -webkit-transform: translateX(-50%) rotate(-55deg);
       -moz-transform: translateX(-50%) rotate(-55deg);
         -o-transform: translateX(-50%) rotate(-55deg);
            transform: translateX(-50%) rotate(-55deg); }
  .nav-narrow-svg a:hover::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
       -moz-transform: translateX(-50%) rotate(-125deg);
         -o-transform: translateX(-50%) rotate(-125deg);
            transform: translateX(-50%) rotate(-125deg); }
  .nav-narrow-svg a:hover::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
       -moz-transform: translateX(-50%) rotate(-55deg);
         -o-transform: translateX(-50%) rotate(-55deg);
            transform: translateX(-50%) rotate(-55deg); }

.nav-narrow-svg .nav-icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }

.nav-narrow-svg a::before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #777;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
     -moz-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.nav-narrow-svg a::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  background: #777;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
     -moz-transform: translateX(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0; }

.nav-narrow-svg .nav-icon-wrap::before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 0;
  background: #ffffff;
  content: '';
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
     -moz-transform: translateX(-50%) rotate(-135deg);
       -o-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
       -o-transform-origin: 50% 0;
          transform-origin: 50% 0; }

.nav-narrow-svg .nav-icon-wrap::after {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 50%;
  height: 0;
  background: #777;
  background: #ffffff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
       -o-transition: -o-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
     -moz-transform: translateX(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0; }

.nav-narrow-svg.has-white-bg .nav-icon-wrap::before {
  z-index: 100;
  height: 0;
  background: #cccccc;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s; }

.nav-narrow-svg.has-white-bg .nav-icon-wrap::after {
  z-index: 100;
  height: 0;
  background: #cccccc;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
     -moz-transition: height 0.3s, -moz-transform 0.3s;
       -o-transition: height 0.3s, -o-transform 0.3s;
          transition: height 0.3s, transform 0.3s; }

.nav-narrow-svg.has-white-bg a {
  width: 40px;
  height: 40px; }

@media (max-width: 767px) {
  .nav-narrow-svg a {
    width: 30px;
    height: 30px; }
  .nav-narrow-svg.has-white-bg a {
    width: 30px;
    height: 30px; }
  .title-2 {
    font-size: 15px;
    text-align: left; }
  .col-thin-right {
    padding-left: 15px;
    padding-right: 15px; }
  .col-thin-left {
    padding-left: 15px;
    padding-right: 15px; }
  nav.slider-nav a.prev {
    left: -15px; }
  nav.slider-nav a.next {
    right: -15px; }
  .tab-lite .nav-tabs > li > a {
    padding: 15px 10px;
    font-size: 14px; }
  .row-featured-category .sell-your-item {
    top: 15px; }
  .box-title h2 {
    font-size: 15px; } }

.tab-inner {
  padding:20px;
  display: block;
  width: 100%; }

nav.slider-nav a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 90;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  nav.slider-nav a svg {
    display: block;
    margin: 0 auto;
    padding: 0; }
  nav.slider-nav a.prev {
    left: -45px; }
    @media (max-width: 575px) {
      nav.slider-nav a.prev {
        left: -15px; } }
  nav.slider-nav a.next {
    right: -45px; }
    @media (max-width: 575px) {
      nav.slider-nav a.next {
        right: -15px; } }

.tab-lite .nav-tabs > li {
  float: left; }
  .tab-lite .nav-tabs > li > a {
    border-radius: 0 !important;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    color: #292b2c;
    text-transform: uppercase;
    border: 0 none !important;
    border-bottom: solid 1px var(--border-color) !important; }
    @media (max-width: 767px) {
    .tab-lite .nav-tabs > li > a {font-size:14px; padding:15px 10px;} }
    .tab-lite .nav-tabs > li.active > a {background: #428bca; color: #fff;}
    .tab-lite .nav-tabs > li.active > a:focus {background: #428bca; color: #fff;}
    .tab-lite .nav-tabs > li.active > a:hover {background: #428bca; color: #fff;}

.dummy-aff-img {
  display: block; }
  .dummy-aff-img img {
    width: 100%; }

.dropdown-menu .flag-icon {
  margin-right: 5px; }

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

.nice-select {
  text-align: left !important; }
  .nice-select .option {
    text-align: left; }
  .nice-select:after {
    right: 12px;
    left: auto; }

/* =============================================================== */
/* CATEGORY INTRO
/* =============================================================== */
.search-row-wrapper {
  background-position: center;
  background-size: cover;
  height: auto;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  width: 100%; }
  .search-row-wrapper .inner {
    padding: 50px 0; }
  .search-row-wrapper.events .inner {
    background: rgba(0, 0, 0, 0.45); }
  .search-row-wrapper .btn-primary {
    line-height: 22px; }

@media screen and (min-width: 1024px) {
  /* FIXED IE OVERFLOW ISSUE */
  .search-row-wrapper {
    height: 140px;
    display: block; } }

/* =============================================================== */
/* CATEGORY LIST
/* =============================================================== */
.mobile-filter-bar .dropdown-menu > li {
  padding: 0 18px;
  line-height: 28px; }
  .mobile-filter-bar .dropdown-menu > li a {
    font-size: 11px;
    color: #333; }

.col-thin-left {
  padding-left: 10px; }

.col-thin-right {
  padding-right: 10px; }

.category-list-wrapper {
  background: #fff;
  clear: both;
  height: auto;
  width: 100%; }

.item-list {
  border-bottom: solid 1px var(--border-color);
  clear: both;
  padding: 15px;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -moz-transition: background 0.25s ease-in;
    -o-transition: background 0.25s ease-in;
       transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in; }
  .item-list .row {
    margin: 0; }

.category-list.make-grid .item-list .row {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%; }
  .category-list.make-grid .item-list .row > div {
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important; }
  .category-list.make-grid .item-list .row .price-box {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-align-self: flex-end;
            align-self: flex-end;
    justify-self: flex-end; }

.item-list:hover {
  background: #F6F6F5; }

.category-list:not(.make-compact):not(.make-grid) .item-list:last-child {
  border-bottom: none; }

.category-list {
  background: #fff;
  border-radius: 7px;
  display: block;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  overflow: hidden; }
  .category-list.event-category-list {
    background: none;
    border-radius: 0;
    box-shadow: none; }
    .category-list.event-category-list .category-list-wrapper {
      margin-top: 30px;
      background: none;
      overflow: inherit;
      width: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
      @media (max-width: 767px) {
        .category-list.event-category-list .category-list-wrapper {
          margin-top: 20px; } }

.add-image {
  position: relative; }

.photo-count {
  background: #ccc;
  border: 0 none;
  font-size: 14px;
  opacity: 0.75;
  padding: 0 3px;
  position: absolute;
  right: 4px;
  top: 5px;
  border-radius: 3px; }

.add-image a {
  display: block; }

.add-image a img {
  width: 100%; }

.add-title {
  padding-bottom: 7px;
  font-weight: bold; }

.ads-details h4, .ads-details .job-title {
  font-weight: bold; }

.info-row {
  display: block;
  clear: both;
  font-size: 14px;
  color: #9a9a9a; }

.business-ads {
  background: none repeat scroll 0 0 #dfdfdf;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  line-height: 18px;
  padding: 3px;
  text-align: center;
  width: 25px; }

.item-list .btn-danger.make-favorite {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.category-list:not(.make-compact):not(.make-grid) .item-list .item-price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.3rem; }

.item-list .make-favorite span {
  width: 0;
  font-size: 0;
  -webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
          transition: all 0.25s ease; }

.item-list:hover .make-favorite span {
  width: auto;
  font-size: 14px; }

.price-box {
  padding: 0; }

@media (max-width: 991px) {
  .item-list .make-favorite {
    padding: 3px 5px; } }

@media (max-width: 767px) {
  .price-box {
    clear: both;
    display: block;
    height: auto;
    padding: 10px 15px 0;
    text-align: left !important;
    width: 100%; }
  .make-list .item-list {
    text-align: left; }
  .item-list .ads-details {
    padding: 10px 0 0; }
  .make-compact .item-list .make-favorite {
    float: left;
    margin-left: 10px; } }

/* List View Grid View Comact View */
.make-compact .item-list .photobox, .make-compact .item-list .info-row .category {
  display: none; }

.make-compact .item-list .add-title {
  float: left;
  clear: left;
  height: 19px;
  overflow: hidden;
  padding-bottom: 7px;
  width: 60%; }

.make-compact .item-list .info-row {
  display: block;
  float: left;
  clear: none;
  font-size: 14px;
  width: 40%; }

.make-compact .item-list h2.item-price {
  line-height: 20px; }

@media (max-width: 1199px) {
  .make-compact .item-list .add-title, .make-compact .item-list .info-row {
    width: 100%; }
  .ads-details {
    padding: 0; } }

.category-list.make-compact .item-list .item-price {
  float: left;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0; }

.category-list.make-compact .item-list .make-favorite span {
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  width: 0; }

.category-list.make-list .item-list, .category-list.make-compact .item-list {
  height: auto !important; }

.category-list.make-grid .item-list {
  width: 25%;
  float: left;
  clear: none;
  border-right: solid 1px var(--border-color); }
  @media (max-width: 767px) {
    .category-list.make-grid .item-list {
      width: 50%; } }
  .category-list.make-grid .item-list .make-favorite {
    margin-bottom: 5px; }

/* LIST */
/* GRID */
.make-grid .category-list-wrapper .item-list:nth-child(4n+4) {
  border-right: none; }

@media (max-width: 991px) {
  .make-grid .item-list {
    width: 33.33%; }
  .make-grid .category-list-wrapper .item-list:nth-child(4n+4) {
    border-right: solid 1px var(--border-color); }
  .make-grid .category-list-wrapper .item-list:nth-child(3n+3) {
    border-right: none; } }

@media (max-width: 778px) {
  .make-grid .item-list {
    width: 33.33%; } }

@media (max-width: 540px) {
  .make-grid .item-list {
    width: 50%;
    border-right: solid 1px var(--border-color) !important; }
  .make-grid .category-list-wrapper .item-list:nth-child(2n+2) {
    border-right: none !important; } }

@media (max-width: 360px) {
  .make-grid .item-list {
    width: 100%;
    border-right: none; } }

.make-grid .item-list .photobox, .make-grid .item-list .add-desc-box, .make-grid .item-list .price-box {
  width: 100%;
  clear: both;
  display: block !important;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
  max-width: 100%; }

.make-grid .item-list .add-desc-box {
  padding: 10px 0; }

.make-grid .item-list .price-box {
  text-align: left;
  padding-left: 0;
  padding-right: 0; }

/* pagination */
.pagination-bar {
  margin-top: 35px;
  display: block; }

.pagination-bar .pagination {
  margin-top: 0; }

.pagination-bar .pagination li a {
  color: #9a9a9a;
  border-color: #cfcfcf; }

.pagination-bar .pagination li a:hover {
  color: #000000; }

.pagination-bar .pagination li:last-child a {
  color: #414141; }

.pagination-bar .pagination li.active a {
  background-color: #f8f8f8;
  color: #000000;
  border-color: #cfcfcf;
  cursor: default;
  font-weight: bold; }

/* post-promo  */
.post-promo {
  margin-top: 15px; }

.post-promo h2 {
  padding-bottom: 10px; }

/* Ribbons  */
.cornerRibbons {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  left: -6%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 200px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
  .cornerRibbons a {
    color: #fff;
    display: block;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
  .cornerRibbons.topAds {
    background: #428bca; }
  .cornerRibbons.urgentAds {
    background: #d9534f; }
  .cornerRibbons.featuredAds a {
    background: #e4cb65;
    color: #fff; }

.make-grid .item-list .cornerRibbons {
  left: -30%;
  top: 7%; }

.make-compact .item-list .cornerRibbons {
  left: -15%;
  text-indent: -99999px;
  top: 18%; }

@media (max-width: 991px) {
  .cornerRibbons {
    left: -10%;
    top: 19%;
    width: 170px;
    z-index: 2; }
  .cornerRibbons {
    font-size: 11px; }
  .make-compact .item-list .cornerRibbons {
    left: -20%; } }

@media (max-width: 767px) {
  .cornerRibbons {
    left: -36px;
    top: 24px;
    width: 160px; }
  .make-grid .item-list .cornerRibbons {
    left: -36px;
    top: 24px; }
  .cornerRibbons {
    font-size: 11px; }
  .make-compact .item-list .cornerRibbons {
    left: -100px; } }

/*************** TAB BOX ***************/
.tab-box {
  background: #f8f8f8;
  position: relative; }

.nav-tabs.add-tabs > li > a, .nav-tabs.add-tabs > li.active > a, .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:focus {
  border-radius: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 0;
  font-size: 13px; }

.nav-tabs.add-tabs > li:hover > a {
  background: #EDEDED; }

.nav-tabs.add-tabs > li.active > a {
  border-left: solid 1px var(--border-color);
  border-right: solid 1px var(--border-color);
  border-top: 1px solid #e6e6e6;
  background: #fff; }
  .nav-tabs.add-tabs > li.active > a:hover, .nav-tabs.add-tabs > li.active > a:active, .nav-tabs.add-tabs > li.active > a:focus {
    border-bottom: solid 1px #fff; }

@media (max-width: 991px) {
  .nav-tabs .badge {
    font-size: 11px; } }

@media (max-width: 767px) {
  .nav-tabs.add-tabs > li > a {
    font-size: 14px; }
  .nav-tabs .badge {
    display: none; }
  .select-sort-by .selecter-options {
    font-size: 11px !important; } }

.nav-tabs.add-tabs > li:first-child > a {
  border-left: 1px solid transparent; }

/* tab filter */
.tab-filter {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .tab-filter {
      display: none; } }

.listing-filter {
  border-bottom: solid 1px var(--border-color);
  padding: 15px; }
  .listing-filter.listing-filter-event {
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    .listing-filter.listing-filter-event .pull-left.col-6 {
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
    .listing-filter.listing-filter-event .btn-group.col {
      max-width: 125px; }
    .listing-filter.listing-filter-event .breadcrumb-list {
      -webkit-align-self: center;
              align-self: center; }
    .listing-filter.listing-filter-event .btn.btn-line {
      line-height: normal; }
    .listing-filter.listing-filter-event .dropdown-menu .dropdown-item {
      font-size: .65rem; }

.breadcrumb-list {
  color: #888;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0; }

.breadcrumb-list a.current {
  color: #000;
  font-weight: bold;
  margin-right: 5px; }

.dropdown-menu-modal {
  width: 100%;
  max-width: 400px; }

.listing-view-action span {
  color: #888;
  cursor: pointer; }

.listing-view-action span.active {
  color: #000; }

/* Customize bootstrap-select plugin */
.tab-filter .select-sort-by {
  margin-right: 15px;
  margin-top: 10px;
  min-width: 150px !important; }
  @media (max-width: 575px) {
    .tab-filter .select-sort-by {
      display: none !important; } }

.tab-filter .selecter.bottom .selecter-options {
  bottom: auto !important;
  top: auto; }

.select-sort-by .selecter-selected {
  font-size: 14px;
  padding: 4.5px 15px; }

.tab-filter .selecter-item {
  padding: 8px 15px;
  font-size: 14px; }

/*************** Save Search ****************/
.save-search-bar {
  border-top: solid 1px var(--border-color); }

.save-search-bar:hover {
  background: #EDEDED; }

.save-search-bar a:focus {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.05) inset; }

.save-search-bar a {
  display: block;
  font-weight: 500;
  padding: 10px 0; }

/* =============================================================== */
/* CATEGORY SIDEBAR
/* =============================================================== */
.list-filter {
  width: 100%;
  display: block;
  clear: both; }
  .list-filter .form-inline {
    width: 100%; }
  .list-filter .count {
    color: #9a9a9a;
    font-size: 90%; }
  .list-filter ul li {
    list-style: none; }
    .list-filter ul li a {
      border-radius: 5px;
      display: block;
      padding: 3px 15px 3px 5px;
      position: relative;
      color: #4e575d;
      font-size: 13px; }
  .list-filter ul ul {
    padding-left: 15px; }

@media (max-width: 991px) {
  .hidden-md {
    display: none !important; }
  .list-filter ul ul {
    padding-left: 10px; }
  .list-filter ul li a {
    padding-right: 0; }
  .list-filter .form-inline > div {
    margin-top: 10px; } }

.categories-list .list-title:first-child {
  margin-top: 0 !important; }

.categories-list .form-inline.row {
  margin-left: 0;
  margin-right: 0; }

.page-sidebar .list-filter:first-child .list-title {
  margin-top: 0 !important; }

.nav-filter a.active {
  background-color: #eaeaea;
  color: #333; }

.list-title {
  color: #222;
  font-size: 18px;
  border-bottom: solid 1px var(--border-color);
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase; }
  .list-title a {
    color: #222;
    font-size: 18px; }
  .list-title:before {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 7px;
    bottom: -14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: " ";
    display: block;
    left: 34px;
    position: absolute;
    z-index: 2; }
  .list-title:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: " ";
    display: block;
    left: 35px;
    position: absolute;
    z-index: 2; }
  .list-title.gray:before {
    border-color: transparent transparent transparent; }

.list-filter form.form-inline {
  -webkit-flex-flow: row;
          flex-flow: row;
  margin-top: 5px; }
  .list-filter form.form-inline .form-group {
    margin-bottom: 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      .list-filter form.form-inline .form-group .form-control {
        width: 100%; } }

.list-filter ul li p.maxlist-more a {
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 2px 25px 2px 20px;
  position: relative;
  color: #369; }

.list-filter .maxlist-more a {
  padding-left: 5px;
  font-weight: 500; }

/* Price Range */
.form-inline .form-control {
  max-width: 100%; }

.list li {
  list-style: none; }

ul.list-link li a, ul.list-link li {
  color: #4e575d;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 3px 0;
  -webkit-transition: all 0.1s ease 0s;
     -moz-transition: all 0.1s ease 0s;
       -o-transition: all 0.1s ease 0s;
          transition: all 0.1s ease 0s; }

ul.list-link li a:hover, .ul.list-link li a:hover {
  text-decoration: underline;
  color: #345676; }

ul.list-link li a.active {
  color: #345676;
  font-weight: bold; }

hr.thin {
  margin-bottom: 10px;
  margin-top: 10px; }

/* PROPERTY LIST */
.property-list .add-title {
  padding-bottom: 5px; }

.property-list .item-price {
  padding-bottom: 7px; }

.property-list .info-row {
  line-height: normal; }

.make-compact .property-list .item-list .info-row {
  width: 100%; }

.make-compact .property-list .item-list .btn-border-thin {
  display: none; }

.make-compact .property-list .item-list .item-price {
  float: none;
  font-size: 15px;
  margin-bottom: 5px; }

.property-list .item-list .carousel-control {
  text-shadow: none; }

.property-list .add-image a img {
  border-radius: 0;
  padding: 0;
  width: 100%; }

.make-compact .property-list .add-title {
  float: left;
  clear: left;
  overflow: hidden;
  padding-bottom: 7px;
  width: 100%;
  display: block;
  height: auto; }

@media (max-width: 575px) {
  .property-list .btn-border-thin {
    float: right;
    margin-left: 5px; }
  .property-list .price-box {
    margin-top: 6px; } }

.prop-info {
  display: block;
  width: 100%;
  clear: both;
  padding: 15px 0 0; }
  .prop-info span.title {
    font-size: 15px;
    font-weight: 600;
    color: #222; }
  .prop-info span.text {
    font-size: 14px;
    font-family: Roboto Condensed, Helvetica, Arial, sans-serif; }

.prop-info-block {
  border-right: 1px solid #ccc;
  color: #666;
  display: table-cell;
  margin: 0;
  min-height: 20px;
  padding: 0 10px 5px;
  float: left;
  text-align: center;
  width: 30%; }
  @media (max-width: 575px) {
    .prop-info-block {
      width: 33.33%; } }
  .prop-info-block:last-child {
    border-right: 0; }
  .prop-info-block span {
    display: block;
    line-height: 1.2; }

.make-grid .property-list .item-list .item-price {
  font-size: 15px;
  line-height: normal; }

.make-grid .prop-info-block {
  border-right: 0;
  color: #666;
  display: inline;
  margin: 0;
  min-height: 0;
  padding: 0;
  text-align: left;
  width: 100%; }
  .make-grid .prop-info-block span {
    display: inline; }

.make-grid .prop-info span.title {
  font-size: 14px; }
  .make-grid .prop-info span.title .prop-info span.text {
    display: inline; }

@media (max-width: 767px) {
  #properites-image-slide .carousel-item img {
    display: block;
    width: 100%; } }

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

.carousel-control .icon-prev.icon-left-open-big:before {
  content: '\e83b'; }

.carousel-control .icon-next.icon-right-open-big:before {
  content: '\e83c'; }

@media all and (max-width: 779px) {
  .make-list .property-list .prop-info-block {
    float: left; } }

@media all and (max-width: 480px) {
  .auto-heading {
    display: block;
    padding-right: 0; }
  .auto-price {
    display: block;
    padding: 5px 0 10px;
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    width: 100%; }
  .property-list .price-box .tooltip {
    display: none !important; } }

@media all and (max-width: 990px) {
  .prop-info {
    padding-top: 10px; }
    .prop-info span.title {
      font-size: 14px; }
    .prop-info span.text {
      font-size: 11px; } }

.make-compact .prop-info {
  display: none; }

.product-view-thumb-wrapper .bx-wrapper .bx-controls-direction a {
  height: auto;
  margin-top: -25px; }

.nice-select {
  border-radius: 6px; }
  .nice-select .list {
    max-height: 250px;
    overflow-y: auto;
    width: 100%; }
  .nice-select.form-control {
    font-size: 13px;
    margin: 0;
    padding: 8.5px 15px;
    line-height: 20px;
    height: 40px; }
  .nice-select .option {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    text-decoration: none;
    text-overflow: ellipsis; }
    .nice-select .option.selected {
      background: #eeeeee; }

.select-sort-by.selectpicker {
  font-size: 14px;
  padding: 7px 10px;
  height: 30px;
  line-height: normal;
  border: 1px solid #cccccc;
  display: block; }

.select-sort-by .list .option {
  font-size: 14px;
  line-height: 34px;
  min-height: 34px; }

.save-search-bar {
  display: block;
  width: 100%; }

.bx-wrapper .bx-controls-direction a {
  z-index: 90 !important; }

.tab-content .cat-list-row {
  margin: 0; }
  .tab-content .cat-list-row.active {
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }

@media (min-width: 300px) and (max-width: 768px) {
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .info-row {
    font-size: 11px; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-2.photobox {
    width: 30%; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .add-desc-box {
    width: 50%; }
  .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box {
    width: 20%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 0; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box > * {
      margin-bottom: 5px; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box .make-favorite span {
      width: auto;
      font-size: 10px; }
    .category-list:not(.make-grid):not(.make-compact) .category-list-wrapper:not(.jobs-list):not(.property-list) .col-md-3.price-box .item-price {
      padding: 0;
      margin-left: 0;
      font-size: .95rem; } }

.sidebar-modern-inner {
  background: #fff;
  border: solid 1px var(--border-color);
  border-radius: 7px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }
  .sidebar-modern-inner .block-title {
    padding: 15px 15px;
    border-bottom: solid 1px var(--border-color);
    position: relative; }
    .sidebar-modern-inner .block-title.has-arrow {
      margin-bottom: 5px; }
      .sidebar-modern-inner .block-title.has-arrow:before {
        border-color: #ddd transparent transparent;
        border-style: solid;
        border-width: 7px;
        bottom: -14px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        content: " ";
        display: block;
        left: 34px;
        position: absolute;
        z-index: 2; }
      .sidebar-modern-inner .block-title.has-arrow:after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 6px;
        bottom: -12px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        content: " ";
        display: block;
        left: 35px;
        position: absolute;
        z-index: 2; }
      .sidebar-modern-inner .block-title.has-arrow.gray:before {
        border-color: transparent transparent transparent; }
    .sidebar-modern-inner .block-title.sidebar-header h5 {
      line-height: 30px; }
    .sidebar-modern-inner .block-title h5 {
      margin: 0;
      padding: 0;
      font-weight: bold;
      color: #292b2c;
      font-size: 15px;
      text-transform: uppercase; }
      .sidebar-modern-inner .block-title h5 a {
        color: #292b2c; }
  .sidebar-modern-inner .block-content {
    padding: 15px 15px; }
  .sidebar-modern-inner .list-filter ul li a {
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    .sidebar-modern-inner .list-filter ul li a:hover {
      font-weight: bold; }
      .sidebar-modern-inner .list-filter ul li a:hover .title {
        font-weight: bold; }

/* =============================================================== */
/* ADS DETAILS
/* =============================================================== */
.seller-info {
  padding: 5px; }

.item-slider {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }

.bx-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center; }

.bx-wrapper .bx-prev {
  background: none !important; }

.bx-wrapper .bx-next {
  background: none !important; }

.bx-wrapper:hover .bx-controls-direction a:after {
  opacity: 1; }

#bx-pager {
  text-align: center; }

.thumb-item-link {
  border-bottom: 4px solid #ccc;
  display: inline-block;
  float: none;
  height: 70px;
  margin: 0 2px;
  outline: medium none;
  overflow: hidden;
  position: relative;
  width: 100px; }
  .thumb-item-link img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    opacity: 0.7;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
       -moz-transition: opacity 0.15s ease-in-out 0s;
         -o-transition: opacity 0.15s ease-in-out 0s;
            transition: opacity 0.15s ease-in-out 0s; }
  .thumb-item-link:focus {
    box-shadow: 0 0 2px #369;
    outline: none; }
  .thumb-item-link.active {
    border-bottom: 4px solid #369; }
    .thumb-item-link.active img {
      opacity: 1; }
  .thumb-item-link:hover img {
    opacity: 1; }

@media (max-width: 640px) {
  .thumb-item-link {
    height: 48px;
    width: 64px; }
  .item-slider .bx-wrapper {
    margin-bottom: 10px; } }

.ads-details-wrapper > h2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.ads-details-wrapper .info-row {
  border-top: solid 1px var(--border-color);
  margin-bottom: 15px;
  padding-top: 10px; }

.ads-details-wrapper.inner-box {
  padding-bottom: 0; }

.ads-details-wrapper .content-footer {
  margin-left: -20px;
  margin-right: -20px; }

.ads-details-info ul {
  margin-bottom: 20px; }

.ads-details-info ol {
  margin-bottom: 20px; }

.ads-details-info h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info .h4 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h5 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info .h6 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.ads-details-info h1 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h1 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.ads-details-info .h3 {
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-top: 10px; }

.h5 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 5px; }

.pricetag {
  background: #0094af;
  border-radius: 3px 0 0 3px;
  color: #fff;
  font-size: 20px;
  min-width: 100px;
  padding: 5px 15px;
  position: absolute;
  right: -10px;
  text-align: center;
  font-weight: bold;
  top: 10%;
  z-index: 90; }
  .pricetag:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 100%;
    right: 0;
    border-top: 10px solid #007286;
    border-right: 10px solid transparent; }

@media (max-width: 479px) {
  .pricetag {
    font-size: 18px;
    line-height: 28px;
    min-width: 90px;
    top: 140px; }
  .breadcrumb {
    float: none !important;
    text-align: center !important;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin: 0 auto;
    padding: 0 !important;
    font-size: 11px;
    margin-bottom: 0 !important; }
  nav[aria-label="breadcrumb"] {
    float: none !important;
    text-align: center !important;
    width: 100%; }
  .backtolist {
    float: none !important;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    font-size: 11px;
    margin-bottom: 10px; } }

h1.pricetag span {
  float: right; }

h1.trtri span {
  float: right; }

.list-dot {
  margin-left: 30px; }
  .list-dot > li {
    list-style: disc; }

.list-circle {
  margin-left: 30px; }
  .list-circle > li {
    list-style: circle; }

.card-details {
  border: solid 1px var(--border-color);
  background: #f8f8f8;
  position: relative; }

.content-footer {
  background: #f8f8f8;
  position: relative;
  padding: 10px;
  border-top: solid 1px var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset; }
  .content-footer.expand {
    margin-left: -20px;
    margin-right: -20px; }
  .content-footer .btn {
    margin-right: 8px; }

.card-footer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset; }

@media (max-width: 360px) {
  .content-footer .btn {
    margin-bottom: 4px; } }

.text-count {
  color: #9a9a9a;
  font-size: 14px; }

.modal {
  z-index: 1100; }
  .modal .close {
    border: none; }

.modal-title {
  padding-bottom: 0; }

.modal-header {
  border-bottom: solid 1px var(--border-color);
  font-weight: bold;
  background: #f8f8f8;
  border-top: solid 1px var(--border-color);
  padding: 8px;
  position: relative; }

.breadcrumb {
  background: none;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 8px;
  padding: 8px 0; }

.backtolist {
  padding: 8px 0; }

.page-sidebar-right {
  padding-left: 10px; }

.user-info h3 {
  padding-bottom: 5px; }

.user-info p {
  margin-bottom: 0; }

.user-ads-action {
  margin-top: 15px; }

@media (max-width: 767px) {
  .user-ads-action .btn:first-child {
    margin-bottom: 5px; } }

.card-header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

.sidebar-card {
  margin-bottom: 20px; }
  .sidebar-card .card-header {
    background: #f8f8f8;
    position: relative;
    border-bottom: solid 1px var(--border-color);
    font-size: 1rem;
    line-height: 22px; }

.card-contact-seller .card-body {
  padding: 10px; }

.bx-controls-direction a:after {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  color: #fff;
  content: "nexts";
  font-family: fontello;
  font-size: 200%;
  line-height: 1.3;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
     -moz-transition: all 0.15s ease-in-out 0s;
       -o-transition: all 0.15s ease-in-out 0s;
          transition: all 0.15s ease-in-out 0s; }

.bx-controls-direction a:hover:after {
  background: rgba(0, 0, 0, 0.6); }

.bx-controls-direction a.bx-next:after {
  content: '\e83c';
  right: 0; }

.bx-controls-direction a.bx-prev:after {
  content: '\e83b';
  left: 0; }

.item-slider .bx-wrapper {
  /*rtl:ignore*/
  direction: ltr;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none; }
  .item-slider .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    border-radius: 3px; }

.bltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.tltri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.trtri:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.list-border > li {
  border-top: 1px solid #ebebeb;
  line-height: 36px;
  position: relative; }
  .list-border > li:first-child {
    border: none; }

.list-check > li {
  margin-bottom: 3px;
  padding-left: 18px;
  position: relative; }
  .list-check > li:after {
    position: absolute;
    font-family: fontello;
    content: '\e80d';
    left: 0;
    top: 0; }

.list-number > li {
  list-style: decimal; }
  .list-number > li > ul > li {
    list-style: decimal; }

.ads-action {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  .ads-action li i {
    width: 20px; }

.label.adlistingtype {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.8px;
  vertical-align: middle; }

/* Ads details 2 */
.img-slider-box {
  position: relative;
  width: 100%;
  display: block; }

.slider-left {
  width: 80%;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px); }

@media screen and (max-width: 480px) {
  .slider-left {
    width: 80%;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px); }
  .ads-img-v2 #bx-pager {
    width: 70px; } }

.ads-img-v2 #bx-pager {
  position: absolute;
  right: 0;
  width: 100px;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }
  .ads-img-v2 #bx-pager .thumb-item-link {
    border-bottom: 4px solid #ccc;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 2px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    width: auto; }
  .ads-img-v2 #bx-pager .scroller-setup .scroller-content {
    padding: 5px; }

.scroller-active .scroller-content {
  padding: 5px; }

/* CAR ADS DETAILS */
.key-features {
  margin-left: 0;
  margin-top: -5px; }
  .key-features .media {
    border-right: medium none;
    padding: 6px 0;
    margin-top: 0; }
    .key-features .media:first-child {
      margin-top: 0; }
    .key-features .media i {
      font-size: 28px; }
  .key-features .media-object {
    float: left;
    margin-right: 10px; }
  .key-features .media-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0; }
  .key-features .data-type {
    color: #999;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }

.auto-heading {
  position: relative;
  display: block;
  padding-right: 130px;
  font-family: Roboto, sans-serif;
  font-weight: 700; }
  @media (max-width: 767px) {
    .auto-heading {
      padding-right: 10px; } }

.auto-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  color: #ff9113; }
  @media (max-width: 767px) {
    .auto-price {
      position: relative;
      right: 0;
      top: 0;
      float: left !important;
      display: block;
      width: 100%;
      clear: both;
      margin-top: 5px;
      margin-bottom: 10px; } }

.one-img {
  margin-bottom: 25px; }

.company-logo-thumb img {
  max-width: 100%; }

label.error {
  color: #e74c3c;
  font-size: 90%; }

.locationModal a.form-control {
  display: block;
  line-height: 36px;
  padding-left: 40px;
  text-align: left; }
  .locationModal a.form-control .icon-append {
    top: 6px; }

.card-user-info .block-cell {
  margin-bottom: 0;
  border-width: 0 0 1px 0; }

.card-user-info .grid-col {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  margin-bottom: 15px;
  font-size: 13px; }
  .card-user-info .grid-col .col {
    padding: 0;
    color: #636c72; }
    .card-user-info .grid-col .col.from i {
      color: #292b2c;
      width: 15px;
      text-align: center; }
    .card-user-info .grid-col .col.from span {
      margin-left: 10px; }
    .card-user-info .grid-col .col.to {
      text-align: right; }

.card-user-info .ev-action > .btn:last-child {
  margin-bottom: 0; }

.form-post-ads .form-group.row {
  margin-bottom: 12px; }

.form-post-ads .checkbox {
  margin-top: 4px; }
  .form-post-ads .checkbox label {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0; }
    .form-post-ads .checkbox label small {
      line-height: 14px;
      margin-left: 4px; }

.panel-intro {
  padding: 40px 0 25px; }
  .panel-intro h2 {
    padding: 0; }

.login-box-btm {
  margin-top: 20px;
  margin-bottom: 20px; }

.input-icon {
  position: relative; }
  .input-icon input {
    padding-left: 45px; }
  .input-icon i {
    font-size: 15px;
    left: 6px;
    line-height: 22px;
    position: absolute;
    top: 9px; }
.row.ristrr .input-icon input {
    padding-left: 14px;
}
.form-group.checks {
    font-size: 13px;
	color:##7f7f7f;
}

.container_ck {
  display: block;
    position: relative;
    float: left;
    height: 20px;
    padding-left: 25px;
    /* margin-bottom: 27px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_ck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ctn_nh1 {
    padding-left: 3px;
    color: #9b9bab;
    position: relative;
    top: -1px;
    font-size: 13px;
}
.ctn_nh1 a {
    text-decoration: underline;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 4px;
    height: 20px;
    width: 20px;
       border: #e6e6e6 solid 2px;
    background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.container_ck:hover input ~ .checkmark {
     border: #e6e6e6 solid 2px;
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container_ck input:checked ~ .checkmark {
    background-color: #428bca;
    border: #428bca solid 2px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_ck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_ck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-group.checks label {
    font-size: 14px;
}
.form-group.checks label a {
    color: #626262;
    text-decoration: underline;
}
.form-group.checks label a:hover{text-decoration: none;}

.promo-text-box {
  padding: 15px 20px; }
  .promo-text-box h3 {
    margin-top: 10px;
    padding-bottom: 15px; }

.icon-color-1 {
  color: #ff9113; }

.icon-color-2 {
  color: #e6c840; }

.icon-color-3 {
  color: #74c29b; }

div.login-box {
  float: none;
  margin: 0 auto;
  clear: both; margin-top:0px; }
  div.login-box .panel-body {
    padding-left: 20px;
    padding-right: 20px; }
  div.login-box .panel-footer p {
    margin-top: 10px; }
  div.login-box .panel-footer label {
    font-weight: normal; }

.login-box .input-icon i {
  color: #555;
  opacity: 0.6;
  border-right: 1px solid #ccc;
  padding-right: 5px; }

.login-box .btn-block {
text-transform: uppercase;
    padding: 12px 0;
    font-size: 15px;
    margin-top: 30px;
    font-weight: 500;
    border-radius: 50px;
}
.login-box .btn-block:focus {
    background: #428bca;
    box-shadow: none;
}
/* =============================================================== */
/* POST ADS
/* =============================================================== */
.content-subheading {
  border-bottom: solid 1px var(--border-color);
  border-top: solid 1px var(--border-color);
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin: 30px -20px;
  padding: 13px 20px; }

.visible-lg-block {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847; }

.alert-lg {
  font-size: 22px; }

.pgray p {
  color: #666;
  font-size: 14px; }

.alert.pgray p {
  padding-left: 25px; }

/* =============================================================== */
/* USER DASHBOARD
/* =============================================================== */
.userImg {
  border: solid 1px var(--border-color);
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  width: 64px; }

.header-data {
  margin-top: 10px;
  text-align: right; }
  .header-data p {
    margin-bottom: 0; }

.hdata {
  display: inline-block;
  margin-right: 0px;
  width: 100px; position: relative;}
  .hdata i {
    border-radius: 50px;
    box-shadow: 0 0 1px #777 inset;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
  .hdata a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 3px;
    text-align: left; }
  .hdata em {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: left; }

.header-data p a span.count {
  position: absolute;
  left: 30px;
  background: #428bca;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
}
.header-data p em {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  position: relative;
  left: 3px;
  top: 10px;
}

.mcol-left {
  float: left;
  text-align: left;
  width: 48%; }

.mcol-right {
  float: right;
  width: 48%; }

/* =============================================================== */
/* USER PANEL || ACCOUNT
/* =============================================================== */
.panel-title {
  padding-bottom: 0; }

.userPicinput {
  display: inline-block;
  float: left;
  margin-top: 30px; }

.userPic {
  display: inline-block; }

.datepickerInput {
  border: 1px solid #bdc3c7;
  border-radius: 3px;
  color: #666666;
  padding: 7px 12px; }

.welcome-msg {
  margin-bottom: 30px; }
.welcome-msg .page-sub-header2 .StocksCount {
  float: right;
  font-size: 15px;
  color: #428bca;
  font-weight: bold;
}
.collapse-box {
  margin-bottom: 15px; }
  .collapse-box .badge {
    background-color: #e3e3e3 !important;
    color: #666  !important;
    font-weight: normal; }

.page-content .inner-box {
  overflow: auto;
  padding: 20px;
}

.collapse-title {
  border-top: 1px solid #e6e6e6;
  color: #428bca;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 15px;
  text-transform: uppercase; }
  .collapse-title > a i {
    -webkit-transition: all ease 0.2s;
       -moz-transition: all ease 0.2s;
         -o-transition: all ease 0.2s;
            transition: all ease 0.2s;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  .collapse-title > a[aria-expanded="false"] i {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }

.no-border {
  border: none; }

.statusbar {
  margin-bottom: 35px; }
  .statusbar p {
    margin-bottom: 0; }

.add-manage-table {
  font-weight: normal; }

.table-action {
  display: block;
  margin-bottom: 15px; }

.table-search .searchpan {
  padding-right: 0; }

.table-search .control-label {
  line-height: 16px;
  padding-right: 0; }

.clear-filter {
  font-size: 11px; }

.price-td {
  font-size: 15px; }

.delete-search-result {
  color: #555;
  cursor: pointer;
  font-size: 22px;
  font-weight: lighter;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  right: 3px; }
  .delete-search-result:hover {
    color: #000; }

.user-panel-sidebar ul {
  padding: 0; }
  .user-panel-sidebar ul li {list-style: none; margin-bottom:7px;}
  .user-panel-sidebar ul li:last-child {margin-bottom:0px;}
.user-panel-sidebar ul li a {
    background: #fff;
    border: #428bca solid 1px;
    display: block;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #428bca;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding: 5px 10px;
    margin-bottom: 1px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
}
      .user-panel-sidebar ul li a:hover {
        background-color: #428bca;
        color: #ffffff; }
      .user-panel-sidebar ul li a:active {
        background-color: #428bca;
        color: #ffffff; }
      .user-panel-sidebar ul li a.active {
        background-color: #428bca;
        color: #ffffff; }
    .user-panel-sidebar ul li.active a {
      background-color: #428bca;
      color: #ffffff; }

li.divider {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  margin-top: 10px; }

.accountContent h3 {
  border-bottom: 1px solid #e6e6e6;
  color: #428bca;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-top: 0;
  padding-bottom: 15px; }

.litedver-ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .litedver-ul li:last-child {
    border-bottom: none; }

.searchpan input#filter {
  font-size: 14px;
  height: 30px; }

table.add-manage-table > tbody > tr > td {
  vertical-align: middle; }

table.add-manage-table > tbody > tr > th {
  vertical-align: middle; }

.add-img-td img {
  max-width: 100px; }

.action-td .btn {
  clear: both; }

td.ads-details-td {
  white-space: inherit !important;
  min-width: 160px; }

.list-group-unstyle .list-group-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: solid 1px var(--border-color); }
  .list-group-unstyle .list-group-item.active, .list-group-unstyle .list-group-item:hover {
    background: #f5f5f5;
    color: #000;
    font-weight: bold;
    border-bottom: solid 1px var(--border-color); }
    .list-group-unstyle .list-group-item.active a, .list-group-unstyle .list-group-item:hover a {
      color: #000; }

.button-wrap .btn-social {
  width:49%;
  display: inline-block;
  padding: 8px 10px;
  line-height: 15px;
  border: 1px solid #eeeeee;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase; }
  .button-wrap .btn-social:nth-child(3) {margin-right:4px;}
  .button-wrap .btn-social:nth-child(5) {margin-left:0 !important;}
 .button-wrap .btn-social:first-child {
    margin-right: 1%; }
   .button-wrap .btn-social:last-child {margin-left: 1%;}
  .button-wrap .btn-social i {
    font-size: 28px;
    float: left;
    margin: 3px 15px 0 0; }
  .button-wrap .btn-social.btn-fbk {
    color: #3b5998;
    border-color: #3b5998;
    border-radius: 6px; }
    .button-wrap .btn-social.btn-fbk:hover {
      color: #263961;
      border-color: #263961; }
  .button-wrap .btn-social.btn-ggl {
    border-radius: 6px;
    color: #dd4b39;
    border-color: #dd4b39; }
    .button-wrap .btn-social.btn-ggl:hover {
      color: #ac2d1e;
      border-color: #ac2d1e; }

  .button-wrap .btn-social.btn-insta {
    border-radius: 6px;
    color: #cd097d;
    border-color: #cd097d; }
    .button-wrap .btn-social.btn-insta:hover {
      color: #b5036c;
      border-color: #b5036c; }

  .button-wrap .btn-social.btn-twitr {
    border-radius: 6px;
    color:#37a3ff;
    border-color: #37a3ff; }
    .button-wrap .btn-social.btn-twitr:hover {
      color: #1982db;
      border-color: #1982db; }

 .button-wrap .btn-social.btn-apple {
    border-radius: 6px;
    color:#333;
    border-color: #333; }
    .button-wrap .btn-social.btn-apple:hover {
      color: #000;
      border-color: #000; }

.button-wrap .btn-social.btn-linkd {
    border-radius: 6px;
    color:#0077b5;
    border-color: #0077b5; }
    .button-wrap .btn-social.btn-linkd:hover {
      color: #0884c5;
      border-color: #0884c5; }

.or-divider {
  border-bottom: solid 1px var(--border-color);
  margin: 15px 0 25px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0; }
  .or-divider span {
    padding: 0 7px;
    background: #ffffff;
    font-size: 14px;
    color: #636c72;
    margin-bottom: -11px; }

.card-body .form-group {
  margin-bottom: 16px; }

/* =============================================================== */
/* ABOUT US
/* =============================================================== */
.inner-page {
  padding-top: 60px; }

.about-intro {
  width: 100%;
  height: 100%;
  position: relative; }

.social-list {
  margin-top: 20px; }
  .social-list a {
    margin-right: 10px;
    display: inline-block; }

.title-1 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  width: 100%;
  clear: both; }

.has-lead-para {
  font-size: 15px;
  font-weight: 300; }
  .has-lead-para p {
    font-size: 15px;
    font-weight: 300; }

.about-parallax-bottom {
  background: url(../../assets/images/bg3.jpg) center center fixed;
  background-size: cover;
  padding: 80px 0;
  display: block;
  clear: both; }

.parallaxbox * {
  color: #fff; }

.parallaxbox p {
  color: #e8eced;
  font-size: 13px;
  font-weight: unset;
  line-height: 18px; }

.icon-box-wrap {
  margin-bottom: 20px; }

.ln-shadow-box {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 64px;
  height: 80px;
  line-height: 77px;
  overflow: hidden;
  text-align: center; }

.ln-shadow-radius {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 77px;
  overflow: hidden;
  text-align: center;
  width: 80px; }

.title-4 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase; }

.faq-panel .panel-title {
  font-weight: 600; }
  .faq-panel .panel-title a::after {
    font-weight: normal;
    color: inherit;
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    font-size: 20px; }
  .faq-panel .panel-title a.collapsed::after {
    content: "\f106"; }

.faq-panel .card-header {
  padding: 20px 25px; }

.white-box {
  padding: 10px;
  background: #fff;
  border-radius: 3px; }

.address p {
  margin-bottom: 0; }

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

/* =============================================================== */
/* CONTACT
/* =============================================================== */
.intro-inner {
  width: 100%;
  clear: both;
  height: 350px;
  overflow: hidden; }

.social-list {
  margin-top: 20px; }
  .social-list a {
    margin-right: 10px;
    display: inline-block; }

.address p {
  margin-bottom: 0; }

.contact_info .list-title:before, .contact-form .list-title:before {
  border-color: #ddd transparent transparent; }

.contact_info .list-title:after, .contact-form .list-title:after {
  border-color: #EEEEEE transparent transparent; }

.contact-form .form-horizontal {
  display: block;
  margin-top: 20px; }

.contact-info .address {
  margin-top: 20px; }

.blog-post-img {
  overflow: hidden;
  position: relative; }
  .blog-post-img img {
    width: 100%;
    height: auto; }
  .blog-post-img figure {
    margin-bottom: 0; }

.blog-post-content {
  padding-bottom: 30px; }
  .blog-post-content .blog-post-bottom {
    border-top: medium none;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0; }

.blog-post-content-desc {
  clear: both;
  margin-top: -1px;
  padding: 30px 0 0;
  position: relative;
  text-align: left; }
  .blog-post-content-desc .blog-post-content {
    padding-left: 40px;
    padding-right: 40px; }
  .blog-post-content-desc h2 {
    font-size: 30px;
    text-transform: none;
    line-height: 32px; }
  .blog-post-content-desc p {
    color: #4e575d;
    font-size: 14px; }

.blog-post-meta {
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: solid 1px var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .blog-post-meta a {
    color: #9a9a9a; }

.blog-post-bottom {
  border-top: solid 1px var(--border-color);
  margin-top: 20px; }

.blog-article-text {
  color: #4e575d; }
  .blog-article-text ul {
    margin-bottom: 30px; }
  .blog-article-text ol {
    margin-bottom: 30px; }

.image {
  margin: 0 0 15px 0; }

.share-this-post {
  display: block;
  margin: 10px 30px;
  padding: 10px 0; }
  .share-this-post li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 10px; }
    .share-this-post li a {
      color: #999;
      cursor: pointer; }
      .share-this-post li a i {
        -webkit-transition: all 0.2s ease;
           -moz-transition: all 0.2s ease;
             -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
        font-size: 15px;
        line-height: 1.3em;
        margin-right: 6px;
        color: #999; }
      .share-this-post li a:hover {
        color: #333; }
        .share-this-post li a:hover i {
          color: #333; }


.footer-col {
    text-align: right;
}  
.footer-col a:hover {
 color:#f7f7f7;
}	
.footer-col a {
    padding: 0;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    padding-right: 15px;
    border-right:#dddddd52 solid 1px;
}
.footer-col a:last-child {
    padding: 0;
    margin: 0;
    border: none;
}


.blog-post-footer {
  background: #f7f7f7;
  border-top: solid 1px var(--border-color);
  clear: both; }
  .blog-post-footer .inner {
    padding: 0 40px 40px;
    display: block; }
  .blog-post-footer .list-title::after {
    border-color: #f7f7f7 transparent transparent; }

.blogs-comments-area {
  padding-top: 20px; }

.blogs-comment-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.blogs-comment-list > li {
  border-bottom: solid 1px var(--border-color);
  margin: 0 0 25px; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 120px; }
    .blogs-comment-list > li > ul li {
      border-bottom: solid 1px var(--border-color);
      margin: 0 0 25px; }

.blogs-comment-list li:last-child {
  border-bottom: 0; }

.blogs-comment-wrapper {
  display: table;
  margin: 0;
  width: 100%; }

.blogs-comment-avatar {
  display: table-cell;
  text-align: inherit;
  vertical-align: top;
  width: 90px; }
  .blogs-comment-avatar img {
    border: solid 1px var(--border-color);
    border-radius: 50%;
    padding: 0;
    width: 70px; }

.blogs-comment-details {
  display: table-cell;
  padding: 0 0 0 30px;
  position: relative;
  vertical-align: top; }

.blogs-comment-description {
  margin-bottom: 20px; }

.blogs-comment-name {
  color: #4a4a4a;
  font-weight: 600;
  margin: 0 0 15px; }

.blogs-comment-date {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 8px; }

.blogs-comment-reply {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 767px) {
.lco_ariass {text-align: center; margin-bottom: 15px;}

  .inner-box-content .img-responsive {
    width: 100%; }
  .blog-post-content-desc .blog-post-content {
    padding-left: 20px;
    padding-right: 20px; }
  .blog-post-content-desc p {
    font-size: 13px; }
  .blog-post-content-desc h2 {
    font-size: 26px;
    line-height: 32px; }
  .blog-post-meta {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: solid 1px var(--border-color);
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .blogs-comment-details {
    padding: 0 0 0 5px; }
  .blogs-comment-avatar {
    width: 70px; }
    .blogs-comment-avatar img {
      width: 90%; }
  .share-this-post {
    display: block;
    margin: 10px;
    padding: 10px 0; }
    .share-this-post li {
      font-size: 11px; }
  .intro-title {
    font-size: 28px;
    line-height: 32px; }
  .list-dot > li {
    list-style: inside none disc; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 50px; }
  .search-row .search-col .btn {
    border-radius: 3px 3px !important; }
  .search-row .search-col:first-child .form-control {
    border-radius: 3px 3px; }
  .search-col .form-control {
    border-radius:15px 15px !important; }
  .intro h1 {
    font-size: 26px;
    line-height: 32px; }
  .intro-inner h2 {
    font-size: 14px;
    font-weight: 300;
    max-width: 70%; } }

@media screen and (max-width: 460px) {
  .blogs-comment-avatar {
    width: 50px; }
  .blogs-comment-date {
    display: block;
    margin: 0; }
  .blog-post-content-desc h2 {
    font-size: 20px;
    line-height: 26px; } }

@media screen and (max-width: 360px) {
  .blogs-comment-avatar {
    width: 50px;
    display: block; }
  .blogs-comment-details {
    display: block;
    padding: 0 0 0 5px; }
  .blogs-comment-list > li > ul {
    padding: 0 0 0 25px; }
  .blog-post-content-desc p {
    font-size: 14px; } }

.blog-post-item .inner-box {
  padding: 0; }

.blogRight .categories-list {
  margin-bottom: 15px; }

.blog-popular-content .item-list {
  -webkit-transition: background 0.2s ease 0s;
     -moz-transition: background 0.2s ease 0s;
       -o-transition: background 0.2s ease 0s;
          transition: background 0.2s ease 0s; }
  .blog-popular-content .item-list:last-child {
    border-bottom: 0; }
  .blog-popular-content .item-list:hover {
    background: #f7f7f7;
    border-radius: 3px; }

.intro-inner h2 {
  color: #ddd;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  margin: 20px auto;
  max-width: 400px;
  text-align: center; }

@media (min-width: 768px) {
  #subscribe .btn-search {
    min-width: 180px; } }

.jobs-intro {
  height: 450px; }

.resume-up {
  margin-top: 15px;
  color: #e8eced;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .resume-up a {
    color: #e8eced; }
    .resume-up a:hover {
      opacity: .8; }

.company-title {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #636c72;
  font-size: 14px; }
  .company-title a {
    color: #636c72; }

.job-title {
  margin-bottom: 5px;
  padding-bottom: 0; }
  .job-title a:hover {
    text-decoration: underline; }

.jobs-desc {
  color: #4e575d; }

.job-actions {
  clear: both;
  display: block;
  margin-top: 5px; }

.jobs-s-tag {
  background: #f1f1f1;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 5px;
  margin-left: 5px; }
  .jobs-s-tag:hover {
    background: #eee; }
  .jobs-s-tag:first-child {
    margin-left: 0; }
  .jobs-s-tag:after {
    display: inline-block;
    font-family: fontello;
    content: '\e80e';
    margin-left: 5px; }

.company-logo-thumb {
  display: block; }

.mobile-filter-bar {
  border: solid 1px var(--border-color);
  height: 44px;
  line-height: 44px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  border-top: none; }
  .mobile-filter-bar > ul > li {
    border-right: solid 1px var(--border-color);
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase; }
    .mobile-filter-bar > ul > li:first-child {
      padding-left: 0; }

@media (min-width: 768px) {
  .mobile-filter-sidebar {
    left: 0 !important; }
  .mobile-filter-bar {
    display: none; }
  .closeFilter {
    display: none; } }

@media (max-width: 767px) {
  .jobs-s-tag {
    margin-bottom: 4px; }
  .hide-xs {
    display: none; }
  .btn-block-sm {
    display: block;
    width: 100%; }
  .closeFilter {
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: 2147483647; }
  .menu-overly-mask {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
       -moz-transition: all 0.2s linear 0s;
         -o-transition: all 0.2s linear 0s;
            transition: all 0.2s linear 0s;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    z-index: 1100; }
    .menu-overly-mask.is-visible {
      cursor: pointer;
      opacity: 0.5;
      visibility: visible;
      -webkit-backface-visibility: visible;
         -moz-backface-visibility: visible;
              backface-visibility: visible; }
  .mobile-filter-sidebar .inner-box {
    margin-bottom: 0;
    border-radius: 0 !important; }
  .page-sidebar.mobile-filter-sidebar {
    height: 100%;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1110;
    left: -251px; } }

.sInfo .company-logo-thumb {
  float: left;
  display: inline-block; }
  .sInfo .company-logo-thumb img {
    width: 140px; }

.sInfo .seller-info * {
  margin-bottom: 0;
  padding-bottom: 0; }

.overly-action {
  background-color: rgba(13, 44, 59, 0.7);
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0;
  padding: 5px 20px;
  position: absolute;
  left: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  -webkit-transition: all 0.25s linear 0s;
     -moz-transition: all 0.25s linear 0s;
       -o-transition: all 0.25s linear 0s;
          transition: all 0.25s linear 0s;
  visibility: hidden;
  width: auto;
  z-index: 10; }
  .overly-action a {
    color: #fff; }

.img-box {
  position: relative;
  display: block; }
  .img-box:hover .overly-action {
    color: #fff;
    opacity: 1;
    visibility: visible;
    background-color: rgba(13, 44, 59, 0.9); }

@media only screen and (max-width: 400px) {
  .sInfo .company-logo-thumb {
    float: none;
    display: block;
    width: 100%; }
    .sInfo .company-logo-thumb img {
      width: auto;
      max-width: 80%; } }

.hasOverly > div {
  background: rgba(0, 0, 0, 0.4); }

.row-featured-company .f-category h6 {
  color: #777;
  font-size: 14px;
  text-transform: none; }
  .row-featured-company .f-category h6 .company-name {
    color: #369; }

.filter-content label {
  padding-left: 5px; }

.jobs-details-info ul {
  margin-left: 20px; }
  .jobs-details-info ul li {
    list-style: outside disc;
    margin-left: 14px; }

.job-summery ul li {
  margin-bottom: 10px; }

.cInfo-right > div:first-child {
  margin-bottom: 15px; }

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

.intro-modern {
  height: 600px;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .intro-modern {
      height: auto;
      padding: 80px 0; } }
  .intro-modern .inner {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: relative; }
    @media (max-width: 767px) {
      .intro-modern .inner .search-col {
        margin-bottom: 15px; }
        .intro-modern .inner .search-col:last-child {
          margin-bottom: 0; } }
  .intro-modern .btn {
    text-shadow: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px; }

.blue-overlay {
  background: #9c00ff;
  background: -moz-linear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: -webkit-linear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: -o-linear-gradient(left, #9c00ff 0%, #03ffcd 100%);
  background: linear-gradient(to right, #9c00ff 0%, #03ffcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c00ff', endColorstr='#03ffcd', GradientType=1);
  opacity: .7; }

.layer-bg {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bg-slider-wrapper {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0f0f0f; }
  .bg-slider-wrapper .bg-item {
    height: 100%;
    background-size: cover; }
  .bg-slider-wrapper .bx-wrapper, .bg-slider-wrapper .bx-viewport {
    height: 100% !important;
    width: 100%;
    box-shadow: 0 !important;
    border: none !important;
    background: none !important; }
  .bg-slider-wrapper .bg-slider {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;
    height: 100% !important; }

.section-ev {
  padding: 60px 0 0;
  display: inline-block;
  width: 100%; }
  .section-ev.event-listing {
    padding-bottom: 60px; }
  .section-ev.event-category {
    border-top: solid 1px var(--border-color);
    padding-top: 10px;
    padding-bottom: 30px; }
  @media (max-width: 767px) {
    .section-ev {
      padding-top: 30px; } }

.event-item-col {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .event-item-col {
      margin-bottom: 20px; } }

.card-event {
  overflow: hidden; }
  @media (max-width: 767px) {
    .event-featured .card-event {
      margin-bottom: 15px; } }
  .card-event h4 {
    font-size: 18px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0;
    overflow: hidden;
    white-space: normal;
    padding: 0; }
  .card-event .event-badges {
    position: absolute;
    right: 15px;
    top: 25px;
    -webkit-transition: all 0.3s ease 0.1s;
       -moz-transition: all 0.3s ease 0.1s;
         -o-transition: all 0.3s ease 0.1s;
            transition: all 0.3s ease 0.1s; }
    .card-event .event-badges .badge {
      font-weight: lighter;
      letter-spacing: 0.3px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
      padding: 3px 6px;
      border-radius: 2px; }
      .card-event .event-badges .badge.price-tag {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1px;
        padding: 3px 6px;
        line-height: 1; }
        .card-event .event-badges .badge.price-tag.big {
          font-size: 14px;
          font-weight: 600;
          background: #f3f3f3;
          line-height: 1;
          color: #000;
          font-family: "Roboto", Helvetica, Arial, sans-serif;
          padding: 6px 14px;
          text-transform: uppercase;
          letter-spacing: 1px;
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1); }
  .card-event .event-pop-link {
    visibility: hidden;
    display: block;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.25s ease 0.15s;
       -moz-transition: all 0.25s ease 0.15s;
         -o-transition: all 0.25s ease 0.15s;
            transition: all 0.25s ease 0.15s;
    color: #fff; }
  .card-event .img {
    position: relative; }
    .card-event .img.has-background {
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
  .card-event:not(.featured) {
    height: 100%; }
    .card-event:not(.featured) .card-title {
      min-height: 48px;
      line-height: 24px; }
      @media (max-width: 767px) {
        .card-event:not(.featured) .card-title {
          font-size: 14px;
          line-height: 1.4;
          min-height: 10px; } }
      .card-event:not(.featured) .card-title::first-letter {
        text-transform: uppercase; }
      .card-event:not(.featured) .card-title a {
        color: #292b2c; }
  .card-event.info-overlay .event-pop-info {
    z-index: 3;
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-70%);
       -moz-transform: translateY(-70%);
         -o-transform: translateY(-70%);
            transform: translateY(-70%);
    -webkit-transition: all 0.3s ease 0.15s;
       -moz-transition: all 0.3s ease 0.15s;
         -o-transition: all 0.3s ease 0.15s;
            transition: all 0.3s ease 0.15s;
    width: 100%; }
    .card-event.info-overlay .event-pop-info .price {
      font-size: 1.4rem;
      font-weight: bold; }
    .card-event.info-overlay .event-pop-info p {
      display: block;
      margin-bottom: 5px; }
    .card-event.info-overlay .event-pop-info .time {
      font-size: 14px;
      font-weight: 300;
      opacity: .7; }
  .card-event.info-overlay:hover .event-pop-link, .card-event.info-overlay.overlay-visible .event-pop-link {
    visibility: visible !important;
    opacity: 1;
    display: block; }
    .card-event.info-overlay:hover .event-pop-link .event-pop-info, .card-event.info-overlay.overlay-visible .event-pop-link .event-pop-info {
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .card-event.info-overlay:hover .event-badges, .card-event.info-overlay.overlay-visible .event-badges {
    top: 15px;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important; }
  .card-event.info-overlay:not(.featured):hover .pop-info .event-badges {
    visibility: hidden !important;
    opacity: 0 !important; }
  .card-event.info-overlay.card-category .event-pop-link {
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.35); }
  .card-event.info-overlay.card-category .ec-title {
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
    font-size: 1.3rem;
    line-height: normal;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .card-event.info-overlay.card-category .ec-title {
        font-size: .9rem;
        line-height: normal; } }
  .card-event.info-overlay.card-category:hover .ec-title {
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .card-event.info-overlay.card-category:hover .ec-title {
        font-size: 1.2rem; } }
  .card-event.info-overlay.card-category:hover .event-pop-link {
    background-color: rgba(0, 0, 0, 0.45); }
  .card-event.featured .event-badges {
    opacity: 0; }
  .card-event.featured .card-img-top {
    position: relative;
    z-index: 1; }
  .card-event.featured .card-body {
    padding: 20px 15px; }
    @media (max-width: 767px) {
      .card-event.featured .card-body {
        padding: 10px 15px; } }
    .card-event.featured .card-body h4 {
      font-size: 15px;
      line-height: 20px;
      padding: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .card-event.featured .card-body h4 {
          min-height: 40px; } }
      @media (max-width: 575px) {
        .card-event.featured .card-body h4 {
          font-size: 13px;
          line-height: 1.4; } }
      .card-event.featured .card-body h4 a {
        color: #292b2c; }
  .card-event .card-event-info {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis; }
    .card-event .card-event-info .event-location a {
      color: #999999; }
    .card-event .card-event-info p {
      margin-bottom: 5px;
      padding: 0; }
  .card-event .card-footer {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) inset;
    background-color: rgba(0, 0, 0, 0.01); }
    .card-event .card-footer .left {
      font-size: 14px;
      color: #999999; }
      .card-event .card-footer .left a {
        color: #464a4c;
        font-weight: 600; }
    .card-event .card-footer .social-link a {
      display: inline-block;
      margin-left: 10px;
      font-size: 15px;
      color: #464a4c;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
      .card-event .card-footer .social-link a:hover {
        color: #999999;
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05); }

.event-category-list:not(.has-list-view) .card-event .card-body .card-footer, .event-category-list:not(.has-list-view) .card-event .card-body .badge.price-tag {
  display: none; }

.event-category-list .card-event .event-pop-info {
  font-size: 14px; }
  .event-category-list .card-event .event-pop-info p {
    margin-bottom: 3px; }
  .event-category-list .card-event .event-pop-info .price {
    font-size: 1rem; }

.has-list-view .event-item-col {
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%; }
  .has-list-view .event-item-col .card-event {
    height: auto;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row; }
    @media (max-width: 767px) {
      .has-list-view .event-item-col .card-event > .card-footer, .has-list-view .event-item-col .card-event .badge.price-tag {
        display: none; }
      .has-list-view .event-item-col .card-event .event-pop-info > p {
        font-size: .95rem; }
      .has-list-view .event-item-col .card-event .card-body .card-title {
        padding-right: 45px; }
      .has-list-view .event-item-col .card-event .card-body .badge.price-tag {
        display: block;
        position: absolute;
        top: 20px;
        right: 12px;
        font-size: .85rem; }
      .has-list-view .event-item-col .card-event .card-body .card-footer {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between;
        padding: 0;
        margin-top: 5px; } }
    @media (min-width: 0) and (max-width: 500px) {
      .has-list-view .event-item-col .card-event .card-title {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 0.5rem; }
      .has-list-view .event-item-col .card-event .card-body > p {
        font-size: 0.75rem; } }
    .has-list-view .event-item-col .card-event .img.has-background {
      max-width: 30%; }
      @media (min-width: 0) and (max-width: 500px) {
        .has-list-view .event-item-col .card-event .img.has-background {
          max-width: 35%; } }
    .has-list-view .event-item-col .card-event .card-footer {
      border: 0;
      box-shadow: none;
      background: none; }
      .has-list-view .event-item-col .card-event .card-footer .left {
        float: right;
        margin-bottom: 10px; }

.event-rating {
  margin-top: 5px; }
  .event-rating .star .fa {
    font-size: 85%; }
  .event-rating .review-count {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    opacity: .7; }

.section-header {
  padding: 40px 0 35px; }
  .section-header .title {
    font-size: 1.5rem;
    line-height: 1.1;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: bold; }
    @media (max-width: 991px) {
      .section-header .title {
        font-size: 1.3rem; } }
    @media (max-width: 991px) {
      .section-header .title {
        font-size: 1.1rem; } }
    @media (max-width: 767px) {
      .section-header .title {
        font-size: 1.3rem; } }
  @media (max-width: 767px) {
    .section-header {
      padding: 30px 0 30px; } }

.event-filters-wrapper .row {
  margin: 0; }
  @media (max-width: 767px) {
    .event-filters-wrapper .row {
      margin-left: -5px;
      margin-right: -5px; } }
  .event-filters-wrapper .row > div {
    padding-left: 5px;
    padding-right: 5px; }
    @media (max-width: 767px) {
      .event-filters-wrapper .row > div.btn-group {
        margin-bottom: 10px; } }

.align-center {
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.listing-title-holder {
  border-top: solid 2px #ddd; }

@media (max-width: 767px) {
  .event-title-holder {
    margin-bottom: 20px; } }

.ev-share {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
  padding: 60px 0 0;
  background: -webkit-linear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz-linear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, transparent 36%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 36%, rgba(0, 0, 0, 0.9) 100%); }
  .ev-share .social-links {
    float: right;
    padding: 20px; }
    .ev-share .social-links a {
      color: #fff;
      font-size: 1rem;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: .8; }
      .ev-share .social-links a:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
        opacity: 1; }
    .ev-share .social-links .share-text {
      text-transform: uppercase;
      letter-spacing: 0;
      opacity: 0;
      -webkit-transition: all 0.25s ease-in-out;
         -moz-transition: all 0.25s ease-in-out;
           -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out;
      font-size: 14px;
      color: #a8b2b9; }

.ev-image {
  display: block;
  position: relative; }
  .ev-image img {
    width: 100%;
    border-radius: 3px 3px 0 0; }
  .ev-image:hover .share-text {
    opacity: 1;
    letter-spacing: 2px; }

.event-details-title {
  padding: 30px;
  background: #fff;
  border-bottom: solid 1px var(--border-color); }
  @media (max-width: 767px) {
    .event-details-title {
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      height: auto;
      clear: both;
      padding-bottom: 10px; } }
  .event-details-title .title {
    position: relative;
    display: block;
    padding-right: 130px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .event-details-title .title {
        padding-right: 0; } }

.ads-details-wrapper.event {
  padding: 30px 30px 15px;
  border-radius: 0 0 7px 7px; }

.block-cell {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 15px;
  position: relative;
  width: 100%;
  border: solid 1px var(--border-color);
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .block-cell .title {
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #999999;
    font-size: 13px;
    padding: 0;
    line-height: normal; }
  .block-cell .name {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    padding: 0;
    line-height: normal; }
  .block-cell .rating {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #6075dd;
    color: #6075dd;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 2px; }
  .block-cell .cell-media {
    width: 60px; }
    .block-cell .cell-media img {
      width: 100%;
      border-radius: 6px; }
  .block-cell .cell-content {
    padding-left: 20px; }

.ev-info-details {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .ev-info-details .ev-icon {
    vertical-align: top;
    margin: 5px 15px 0 0;
    font-size: 18px;
    color: #636c72; }
  .ev-info-details .ev-details {
    margin: 2px auto 0;
    overflow: hidden;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    color: #636c72; }

.ev-action {
  border-top: solid 1px var(--border-color);
  padding: 20px; }
  .ev-action .btn {
    margin-bottom: 10px; }
  .ev-action p {
    margin-bottom: 0;
    padding-bottom: 0; }

.seller-profile-img {
  float: left;
  width: 100px;
  margin-right: 15px; }

.seller-social-list .share-this-post {
  margin: 10px 0; }

.dl-horizontal dt {
  clear: left;
  color: #777;
  float: left;
  font-weight: normal;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 170px;
  word-wrap: normal;
  margin-top: 5px; }

.dl-horizontal dd {
  margin-top: 5px; }

@media (min-width: 768px) and (max-width: 990px) {
  .list-user-list li {
    width: 50%;
    margin-bottom: 10px; } }

@media only screen and (max-width: 500px) {
  .list-user-list li {
    width: 50%;
    margin-bottom: 10px; } }

.list-user-list li {
  float: left;
  display: inline-block;
  width: 33.33%;
  margin-bottom: 10px; }
  .list-user-list li img {
    max-height: 60px;
    max-width: 60px;
    display: block;
    margin: 0 auto; }
    .list-user-list li img.img-circle {
      border-radius: 6px; }

img {
  max-width: 100%; }

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

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

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

.float-right, .pull-right {
  float: right; }

.float-left, .pull-left {
  float: left; }

.d-inline-b {
  display: inline-block; }

@media (max-width: 767px) {
  .btn-block-sm {
    display: block !important;
    width: 100%; } }

@media (max-width: 991px) {
  .btn-block-md {
    display: block !important;
    width: 100%; } }

.hidden, .hide {
  display: none; }
  @media (max-width: 991px) {
    .hidden-md, .hide-md {
      display: none !important; } }
  @media (max-width: 991px) {
    .hidden-sm, .hide-sm {
      display: none !important; } }
  @media (max-width: 991px) {
    .hidden-xs, .hide-xs {
      display: none !important; } }

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

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

.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-default {
    background-color: #777; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }
  .panel-body {
    padding: 15px; }
  .panel-details {
    border: solid 1px #ddd;
    background: #f8f8f8;
    position: relative;
    font-size: 13px; }
    .panel-details ul li {
      margin-bottom: 3px;
      font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
      .panel-details ul li strong {
        font-weight: bolder;
        text-transform: uppercase;
        margin-right: 3px; }

@media (min-width: 577px) and (max-width: 980px) {
  .container {
    max-width: 100%; } }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 100%);
    background-repeat: repeat-x; }
    .carousel-control.left:hover {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.009) 100%);
      background-repeat: repeat-x; }
  .carousel-control.right {
    left: auto;
    right: 0;
    color: #fff;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x; }
    .carousel-control.right:hover {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.011) 0%, rgba(0, 0, 0, 0.6) 100%);
      background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    text-decoration: none; }
  .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'; }

.tooltip-inner {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important; }


 #wrapper .dashboard_header{padding-top:0px;}
#wrapper {
  padding-top:80px !important;
  -webkit-transition: padding 0.2s ease;
     -moz-transition: padding 0.2s ease;
       -o-transition: padding 0.2s ease;
          transition: padding 0.2s ease; }
		  
		  

.locations-list.list-filter .float-right {
  float: right; }

.cat-pag {
  display: inline-block; }

/* TERMS & CONDITION */
.container-content {
  display: block;
  clear: both; }

ul.list-number {
  margin-left: 30px; }
  ul.list-number li {
    list-style: unset none decimal; }

.themeControll {
  background: #2d3e50;
  height: auto;
  width: 170px;
  position: fixed;
  left: 0;
  padding: 20px 0 0;
  top: 100px;
  z-index: 999999;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
     -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
       -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
          transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99); }
  .themeControll.active {
    display: block;
    -webkit-transform: translateX(-170px);
       -moz-transform: translateX(-170px);
         -o-transform: translateX(-170px);
            transform: translateX(-170px);
    -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
       -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
         -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
            transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99); }
  .themeControll h3 > a {
    color: white;
    font-size: 14px; }
  .themeControll .linkinner a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 13px;
    height: auto;
    line-height: 16px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-left: 10px;
    text-transform: capitalize;
    width: auto;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }
  .themeControll .nicescroll-cursors {
    background-color: rgba(255, 255, 255, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.9) !important; }

.tbtn {
  background: #2d3e50;
  color: #fff !important;
  font-size: 30px;
  height: auto;
  padding: 10px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  cursor: pointer; }

.linkinner {
  display: block;
  height: auto;
  margin-top: 15px;
  overflow-y: auto;
  padding-bottom: 15px;
  padding-right: 10px; }

.linkScroll .scroller-bar {
  width: 17px;
  background: #1d2e40 !important;
  border-color: #1d2e40 !important; }

.linkScroll .scroller-track {
  background: #1d2e40 !important;
  border-color: #1d2e40 !important; }

@media (max-width: 780px) {
  .themeControll {
    display: none; } }

.card-elements hr {
  margin: 30px 0; }

.card-elements h3 {
  text-transform: uppercase;
  font-weight: bold; }

table.checkboxtable td, table.checkboxtable th {
  border-top: solid 1px #ddd; }

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

@media (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 767px) {
  .mobile-only {
    display: block; } }

@media (min-width: 768px) {
  .mobile-only-inline {
    display: none !important; } }

@media (max-width: 767px) {
  .mobile-only-inline {
    display: inline-block; } }

.message-list .list-group-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }
  .message-list .list-group-item:hover {box-shadow:none; }
  .message-list .list-group-item .form-check {
    padding-left: 0;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    justify-items: center;
    -webkit-align-self: center;
            align-self: center; }
    .message-list .list-group-item .form-check .custom-control {
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
  .message-list .list-group-item .list-box-user {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 12%; }
    .message-list .list-group-item .list-box-user img {
      border: solid 1px var(--border-color);
      padding: 2px;
      border-radius: 2px; }
    .message-list .list-group-item .list-box-user .name {
      font-size: 11px;
      font-weight: 500;
      margin-top: 2px;
      text-overflow: ellipsis;
      width: 110%;
      white-space: nowrap;
      overflow: hidden; }
      .message-list .list-group-item .list-box-user .name i {
        font-size: 10px;
        margin-right: 3px; }
        .message-list .list-group-item .list-box-user .name i.online {
          color: #6075dd; }
        .message-list .list-group-item .list-box-user .name i.offline {
          color: #636c72; }
  .message-list .list-group-item .list-box-content {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-font-smoothing: antialiased; }
    .message-list .list-group-item .list-box-content .title {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight:500;
      color: #292b2c;
      font-size: .875rem;
      letter-spacing: .2px;
      text-overflow: ellipsis;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
        padding: 10px 10px;
    }
.title.trigger.unread_stock {
  background: #fff;
  margin-bottom: 0px;
  border-bottom: #e1e1e1 solid 1px;
}
.title.trigger.unread_stock:last-child{border-bottom:none;}

.title.trigger.read_stock {
    background: #f4f4f4;
  margin-bottom: 0px;
  border-bottom: #e1e1e1 solid 1px;
}
.title.trigger.read_stock:last-child{border-bottom:none;}

.title.trigger.read_stock .ovr_clk {
  font-weight:400;
  color: #808080;
}

.message-list .list-group-item {
  padding: 0;
}
	 .message-list .list-group-item .list-box-content .title span.time.text-muted {
    float: right;
    font-weight: 400;
}

.message-list .list-group-item .list-box-content .title span.ovr_clk i {
    background: #428bca;
    color: #fff;
    font-size: 10px;
    width: 15px;
    border-radius: 50px;
    height: 15px;
    line-height: 16px;
    padding-left: 1px;
    margin-right: 2px;
	    display: inline-block;
}
.message-list .list-group-item .list-box-content .title span.ovr_clk {
    cursor: pointer;
}
h4.hnd_listststs {
    margin: 6px 0 0 0;
    padding: 0;
    font-weight:500;
}

    .message-list .list-group-item .list-box-content .message-text {
      color: #292b2c;
      font-size: 14px;
      max-width: 100%;
          font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
	}
	.message-list .list-group-item .list-box-content .message-text p {
    margin: 0 0 5px 0;
}
.message-list .list-group-item .list-box-content .message-text span {
    margin: 5px 0 5px 0;
	display:block;
}
.message-list .list-group-item .list-box-content .message-text .time.text-muted {
    margin-top: 15px;
}

    .message-list .list-group-item .list-box-content .time {
      font-size: 11px;
      color: #636c72;
      margin-top: 5px; }
  .message-list .list-group-item .list-box-action {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
       -moz-box-pack: space-evenly;
            justify-content: space-evenly; }
    .message-list .list-group-item .list-box-action a {
      color: #292b2c; }
      .message-list .list-group-item .list-box-action a:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1); }
  .message-list .list-group-item.seen .list-box-content .title {
    font-weight: normal; }
  .message-list .list-group-item.seen .list-box-content .message-text {
    font-weight: normal; }

.inbox-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }
  @media (max-width: 767px) {
    .inbox-nav {
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
              flex-direction: row;
      margin-bottom: 15px;
      border: solid 1px var(--border-color); } }
  .inbox-nav li.active, .inbox-nav li:hover {
    background: #f5f5f5; }
    .inbox-nav li.active a, .inbox-nav li:hover a {
      font-weight: bold; }
  .inbox-nav li a {
    color: #292b2c;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; }
    .inbox-nav li a .badge {
      color: #636c72;
      font-weight: normal; }

.message-tool-bar-right .count-message {
  margin-right: 10px; }

@media (min-width: 768px) {
  .chat-row {
    border-left: solid 1px var(--border-color); } }

.user-bar-top {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.user-top-comp {
  width: 100%; }
  .user-top-comp > div {
    width: 100%; }

.user-top {
  max-width: 80%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-align-self: flex-end;
          align-self: flex-end; }
  @media (max-width: 767px) {
    .user-top {
      max-width: 60%; } }
  .user-top p {
    margin: 0;
    padding: 0; }

.message-chat-history {
  display: block;
  max-height: 400px;
  overflow-y: auto; }

.chat-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 15px;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: left; }
  .chat-item .chat-item-content {
    max-width: 55%; }
  .chat-item .msg-img {
    margin-bottom: 3px; }
    .chat-item .msg-img img {
      max-width: 100%;
      width: 100%;
      border-radius: 1.3em;
      border: solid 1px #f1f0f0; }
  .chat-item .time-and-date {
    display: block;
    font-size: 10px;
    margin: 8px 0 0 12px;
    color: #636c72; }
  .chat-item .msg {
    color: black;
    margin: 1px 0;
    clear: left;
    border: 1.3em;
    word-wrap: break-word;
    padding: 6px 12px;
    border-radius: 1.3em 1.3em 1.3em .3em; }
    .chat-item .msg p {
      margin: 0;
      padding-bottom: 0; }
  .chat-item .object-user-img {
    -webkit-align-self: flex-end;
            align-self: flex-end; }
    .chat-item .object-user-img img {
      max-height: 60px;
      max-width: 60px;
      border: solid 1px var(--border-color);
      border-radius: 50%;
      overflow: hidden;
      display: block;
      padding: 0; }
  .chat-item.object-user {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row; }
    .chat-item.object-user .chat-item-content {
      margin-left: 10px; }
    .chat-item.object-user .msg {
      background-color: #f1f0f0; }
  .chat-item.object-me {
    text-align: right;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse; }
    .chat-item.object-me .msg {
      clear: right;
      display: inline-block;
      border-radius: 1.3em 1.3em .3em 1.3em;
      background: #6075dd;
      color: #fff; }

.type-message {
  width: 100%;
  display: block;
  clear: both;
  margin-top: 15px; }
  .type-message .type-form {
    width: 100%;
    position: relative;
    border-top: solid 1px var(--border-color); }
    .type-message .type-form .form-control {
      width: 100%;
      border: 0 !important;
      box-shadow: none !important; }
    .type-message .type-form .button-wrap {
      position: absolute;
      right: 0;
      top: 0; }
      .type-message .type-form .button-wrap .btn {
        border: 0 !important;
        box-shadow: none !important; }

.message-compose .type-form {
  border: none !important; }

.message-compose textarea {
  height: 300px;
  border: solid 1px var(--border-color) !important; }

.type-form-footer {
  padding-top: 10px; }
  .type-form-footer .btn {
    margin-right: 5px; }

@media (max-width: 991px) {
  .list-title a {
    font-size: 15px; } }

@media (max-width: 979px) {
  .intro {
    height: 300px; }
  .inner-box {
    padding: 20px 10px; }
  .user-panel-sidebar ul li a {
    padding: 5px 4px;
    font-size: 11px; } }

@media (min-width: 768px) {
  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    text-indent: -9999px;
    opacity: 0; } }

@media (max-width: 767px) {
.fix_btn {padding: 8px 7px; z-index: 9; bottom:50px; position: fixed;}
.fix_btn button {padding: 0.2rem 0.5rem; font-size: 13px;}
.btn_ddon .vdo_btnss a {    padding: 11px 5px; background: transparent; color: #000;}

.intro.share_bg {padding-bottom: 0;}
.price_bg {margin-bottom: 20px;}
.price_bg.upgrads {margin-bottom: 45px;}
.al_hedings h2.pricg {margin: 0 0 -20px 0;}

  .country-map {
    margin: 15px 0; }
.intro {
    min-height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top:0px;
}
.intro div#video-background-wrapper {
    margin-top: -80px;
}
video#bgvideo {position: relative;}
#video-background-wrapper .ctn_arias {width: 90%; top: 35%;}
#video-background-wrapper .ctn_arias h3 {font-size: 30px; margin-bottom: -5px;}

.page-bottom-info-content h1 {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.btn_ddon {
    display: inline-block;
    right: 0;
    width: 65%;
    float: right;
    position: absolute;
    border-bottom: none;
}
.btn_ddon .vdo_btnss {margin-right: 0px; float: left;}
.tab-lite .nav-tabs > li {width: 33.333%; text-align: center;}
.tab-lite.relative {
    margin-top: -50px;
}

.tbl_tb_sps .tab-pane table {
    margin: 0;
    white-space: nowrap;
}

    .intro.has-map {
      height: auto;
      padding-bottom: 40px;
      padding-top: 40px; }
    .intro.jobs-intro {
      padding-top: 0;
      padding-bottom: 0;
      height: auto; }
    .intro .col-sm-4 {
      margin-bottom: 15px; }
  h1 {
    font-size: 24px;
    line-height: 25px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  h4 {
    font-size: 15px;
    line-height: 18px; }
  .hidden-xs {
    display: none !important;
    visibility: hidden !important; }
  .text-center-xs {
    text-align: center; }
  .table-action {
    display: block;
    margin-bottom: 15px;
    padding: 15px 15px 0; }
  .search-row-wrapper .col-md-3 {
    margin-bottom: 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: 100%; }
  .search-row-wrapper .selecter {
    max-width: 100%; }
  .cat-list {
    margin-bottom: 15px; }
    .cat-list ul {
      display: none; }
  .btn-cat-collapsed {
    position: absolute;
    right: 0;
    top: 10px;
    text-indent: 0;
    opacity: 1;
    cursor: pointer; }
  .xs-gap {
    margin-bottom: 15px; }
  .icon-down-open-big {
    display: inherit;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    .icon-down-open-big.active-panel {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .hasOverly > div {
    padding-bottom: 40px;
    padding-top: 40px; }
  .navbar-default .navbar-nav > li > a.btn-post {
    color: #fff; } }

@media (max-width: 580px) {
  .hdata {
    display: inline-block;
    margin-right: 4px;
    width: 80px; }
  .useradmin {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .page-content .table-bordered {
    border-top: solid 1px var(--border-color); } }

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-6 {
    width: 50%; }
  .text-center-xxs {
    text-align: center; }
  .text-center-480 {
    text-align: center; }
  .userImg {
    width: 54px; }
  .table-action {
    text-align: center; }
  .table-search {
    margin-top: 10px;
    padding: 0;
    width: 100%; }
  .header-data {
    border-top: solid 1px var(--border-color);
    margin-top: 10px;
    padding-top: 10px; }
  .tab-filter .select-sort-by {
    margin-right: 10px;
    margin-top: 9px;
    min-width: 115px !important; }
  .tab-filter .selecter-item {
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px; }
  .tab-filter .selecter-selected:after {
    right: 4px; }
  .select-sort-by .selecter-selected {
    font-size: 11px;
    padding: 4.5px 8px; } 
}

@media (min-width:411px) and (max-width: 420px) {
	.mnu_extra .mnu_listss ul.right form input {width: 350px !important;}
}

@media (min-width:320px) and (max-width: 435px) {
	.mnu_extra .mnu_listss ul.right form input {width: 300px;}
}


@media (max-width: 320px) {
	
  .hdata {
    display: inline-block;
    margin-right: 2px;
    width: 70px; }
    .hdata i {
      border-radius: 50px;
      box-shadow: 0 0 1px #777 inset;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      width: 30px; }
  .container {
    min-width: 300px; }
  body {
    min-width: 300px; }
  html {
    min-width: 300px; }
  .navbar .container {
    padding-left: 5px; } }

@media (max-width: 300px) {
  .container {
    width: 300px; }
  body {
    width: 300px; }
  html {
    width: 300px; } }

@media only screen and (max-width: 400px) {
	.ctn_nh {padding-left: 0; display: block; padding-top: 20px;}
  .tab-filter {
    width: 100px;
    right: 5px; }
    .tab-filter .select-sort-by {
      min-width: 80px !important;
      width: 100% !important; }
  .nav-tabs.add-tabs > li > a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px; }
  .select-sort-by .selecter-selected {
    font-size: 9px; } }

.navbar-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }

@media (min-width: 768px) {
  .navbar-demo .nav-demo {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .navbar-demo .nav-demo li a.btn-secondary.nav-link {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 767px) {
  .navbar-demo .navbar-toggle {
    margin-top: 20px; } }

.demo-intro .intro-title {
  color: #fff;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.4;
  font-weight: lighter;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
     -moz-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
       -o-transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
          transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  html[dir="rtl"] body .demo-intro .intro-title, .demo-intro html[dir="rtl"] body .intro-title {
    font-family: 'Cairo', sans-serif;
    line-height: 1.4; }

.demo-intro {
  min-height: 350px;
  position: relative;
  text-align: center;
  height: 90vh;
  padding: 0 !important; }
  @media (max-width: 575px) {
    .demo-intro .intro-title {
      font-size: 28px; } }
  .demo-intro p.sub {
    max-width: 600px;
    display: inline-block;
    margin: 0 auto; }
  .demo-intro .dtable {
    z-index: 2; }
  @media (min-width: 0) and (max-width: 768px) {
    .demo-intro .container {
      padding: 50px; } }

.gradient-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: .65;
  right: 0;
  z-index: 0;
  background: #30E8BF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF8235, #30E8BF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(left, #FF8235, #30E8BF);
  background: -moz-linear-gradient(left, #FF8235, #30E8BF);
  background: -o-linear-gradient(left, #FF8235, #30E8BF);
  background: linear-gradient(to right, #FF8235, #30E8BF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.btn-round {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 30px;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  border: white 1px solid;
  z-index: 5;
  border-radius: 100px; }

.btn-box {
  margin-top: 40px; }
  .btn-box .btn {
    margin: 5px; }

.section.demo {
  padding: 120px 0;
  background: #fff; }
  @media (min-width: 0) and (max-width: 768px) {
    .section.demo {
      padding: 60px 0; } }

.demo-featured {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 60px; }
  .demo-featured h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase; }
  @media (min-width: 0) and (max-width: 767px) {
    .demo-featured {
      margin-top: 10px;
      margin-bottom: 30px; }
      .demo-featured h4 {
        font-size: 14px;
        letter-spacing: 0.0px; } }
  .demo-featured a {
    display: block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    max-width: 90%;
    padding: 30px;
    margin: 0 auto;
    max-height: 382px; }
    .demo-featured a img {
      max-width: 100%;
      -webkit-transition: all .3s ease;
         -moz-transition: all .3s ease;
           -o-transition: all .3s ease;
              transition: all .3s ease; }
    .demo-featured a:hover img {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.3); }
    @media (min-width: 0) and (max-width: 767px) {
      .demo-featured a {
        height: 210px;
        overflow: hidden;
        padding: 0; } }

.demo-section-footer {
  margin-top: 40px;
  text-align: center;
  width: 100%; }
  .demo-section-footer .btn-round {
    border-color: #ccc; }
    .demo-section-footer .btn-round:hover {
      border-color: transparent; }

#featured-rtl {
  border-top: solid 1px #dddddd; }

@-webkit-keyframes bg {
  0% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); } }

@-moz-keyframes bg {
  0% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); } }

@-o-keyframes bg {
  0% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); } }

@keyframes bg {
  0% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); } }

@-webkit-keyframes bg-2 {
  0% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/white.jpg); } }

@-moz-keyframes bg-2 {
  0% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/white.jpg); } }

@-o-keyframes bg-2 {
  0% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/white.jpg); } }

@keyframes bg-2 {
  0% {
    background-image: url(../../assets/images/demo/bg/white.jpg); }
  50% {
    background-image: url(../../assets/images/demo/bg/dark.jpg); }
  100% {
    background-image: url(../../assets/images/demo/bg/white.jpg); } }

.section-dark-mode {
  height: auto;
  background: #000;
  padding: 80px 0;
  background-color: #000000;
  background-image: -webkit-linear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: -moz-linear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: -o-linear-gradient(135deg, #000000 0%, #414141 74%);
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%); }
  .section-dark-mode h1 {
    color: white; }
  .section-dark-mode .text-hr {
    background: white; }
  .section-dark-mode .section-bg {
    height: auto;
    width: 800px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .section-dark-mode .section-bg {
        max-width: 80%; } }
  .section-dark-mode .left, .section-dark-mode .right {
    height: 100%;
    width: 50%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 38%;
    -webkit-animation-duration: 4s;
       -moz-animation-duration: 4s;
         -o-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .section-dark-mode .left {
    -webkit-animation-name: bg;
       -moz-animation-name: bg;
         -o-animation-name: bg;
            animation-name: bg; }
  .section-dark-mode .right {
    -webkit-animation-name: bg-2;
       -moz-animation-name: bg-2;
         -o-animation-name: bg-2;
            animation-name: bg-2; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 6px; }

.rounded-top {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

.rounded-right {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.rounded-bottom {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

.rounded-left {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

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

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

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.margin-top-bottom--xs {
  margin-top: 8px;
  margin-bottom: 8px; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

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

.bg-faded {
  background-color: #d5d5d5; }

.bg-primary {
  background-color: #428bca !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #107360 !important; }

.bg-success {
  background-color: #6075dd !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #25a25a !important; }

.bg-info {
  background-color: #e4cb65 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #dcbc3a !important; }

.bg-warning {
  background-color: #F1C40F !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c29d0b !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #34495E !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #22303d !important; }

.shape {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 42px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 42px; }

.logo:hover .ln-shadow-logo {
  -webkit-transition: text-shadow 0.25s ease;
     -moz-transition: text-shadow 0.25s ease;
       -o-transition: text-shadow 0.25s ease;
          transition: text-shadow 0.25s ease;
  background-color: #428bca;
  text-shadow: 0px 0px #107360, 1px 1px #107360, 2px 2px #107360, 3px 3px #107360, 4px 4px #107360, 5px 5px #107360, 6px 6px #107360, 7px 7px #107360, 8px 8px #107360, 9px 9px #107360, 10px 10px #107360, 11px 11px #107360, 12px 12px #107360, 13px 13px #107360, 14px 14px #107360, 15px 15px #107360, 16px 16px #107360, 17px 17px #107360, 18px 18px #107360, 19px 19px #107360, 20px 20px #107360, 21px 21px #107360, 22px 22px #107360, 23px 23px #107360, 24px 24px #107360, 25px 25px #107360, 26px 26px #107360, 27px 27px #107360, 28px 28px #107360, 29px 29px #107360, 30px 30px #107360, 31px 31px #107360, 32px 32px #107360, 33px 33px #107360, 34px 34px #107360, 35px 35px #107360, 36px 36px #107360, 37px 37px #107360, 38px 38px #107360, 39px 39px #107360, 40px 40px #107360, 41px 41px #107360, 42px 42px #107360, 43px 43px #107360, 44px 44px #107360, 45px 45px #107360, 46px 46px #107360, 47px 47px #107360, 48px 48px #107360, 49px 49px #107360, 50px 50px #107360, 51px 51px #107360, 52px 52px #107360, 53px 53px #107360, 54px 54px #107360, 55px 55px #107360, 56px 56px #107360, 57px 57px #107360, 58px 58px #107360, 59px 59px #107360, 60px 60px #107360, 61px 61px #107360, 62px 62px #107360, 63px 63px #107360, 64px 64px #107360, 65px 65px #107360, 66px 66px #107360, 67px 67px #107360, 68px 68px #107360, 69px 69px #107360, 70px 70px #107360, 71px 71px #107360, 72px 72px #107360, 73px 73px #107360, 74px 74px #107360, 75px 75px #107360, 76px 76px #107360, 77px 77px #107360, 78px 78px #107360, 79px 79px #107360, 80px 80px #107360, 81px 81px #107360, 82px 82px #107360, 83px 83px #107360, 84px 84px #107360, 85px 85px #107360, 86px 86px #107360, 87px 87px #107360, 88px 88px #107360, 89px 89px #107360, 90px 90px #107360, 91px 91px #107360, 92px 92px #107360, 93px 93px #107360, 94px 94px #107360, 95px 95px #107360, 96px 96px #107360, 97px 97px #107360, 98px 98px #107360, 99px 99px #107360, 100px 100px #107360, 101px 101px #107360, 102px 102px #107360, 103px 103px #107360, 104px 104px #107360, 105px 105px #107360, 106px 106px #107360, 107px 107px #107360, 108px 108px #107360, 109px 109px #107360, 110px 110px #107360, 111px 111px #107360, 112px 112px #107360, 113px 113px #107360, 114px 114px #107360, 115px 115px #107360, 116px 116px #107360, 117px 117px #107360, 118px 118px #107360, 119px 119px #107360, 120px 120px #107360, 121px 121px #107360, 122px 122px #107360, 123px 123px #107360, 124px 124px #107360, 125px 125px #107360, 126px 126px #107360, 127px 127px #107360, 128px 128px #107360, 129px 129px #107360, 130px 130px #107360, 131px 131px #107360, 132px 132px #107360, 133px 133px #107360, 134px 134px #107360, 135px 135px #107360, 136px 136px #107360, 137px 137px #107360, 138px 138px #107360, 139px 139px #107360, 140px 140px #107360, 141px 141px #107360, 142px 142px #107360, 143px 143px #107360, 144px 144px #107360, 145px 145px #107360, 146px 146px #107360, 147px 147px #107360, 148px 148px #107360, 149px 149px #107360, 150px 150px #107360, 151px 151px #107360, 152px 152px #107360, 153px 153px #107360, 154px 154px #107360, 155px 155px #107360, 156px 156px #107360, 157px 157px #107360, 158px 158px #107360, 159px 159px #107360, 160px 160px #107360, 161px 161px #107360, 162px 162px #107360, 163px 163px #107360, 164px 164px #107360, 165px 165px #107360, 166px 166px #107360, 167px 167px #107360, 168px 168px #107360, 169px 169px #107360, 170px 170px #107360, 171px 171px #107360, 172px 172px #107360, 173px 173px #107360, 174px 174px #107360, 175px 175px #107360, 176px 176px #107360, 177px 177px #107360, 178px 178px #107360, 179px 179px #107360, 180px 180px #107360, 181px 181px #107360, 182px 182px #107360, 183px 183px #107360, 184px 184px #107360, 185px 185px #107360, 186px 186px #107360, 187px 187px #107360, 188px 188px #107360, 189px 189px #107360, 190px 190px #107360, 191px 191px #107360, 192px 192px #107360, 193px 193px #107360, 194px 194px #107360, 195px 195px #107360, 196px 196px #107360, 197px 197px #107360, 198px 198px #107360, 199px 199px #107360, 200px 200px #107360; }

.ln-shadow {
  background-color: #428bca;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 26px;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 48px;
  text-shadow: 0px 0px #6075dd, 1px 1px #6075dd, 2px 2px #6075dd, 3px 3px #6075dd, 4px 4px #6075dd, 5px 5px #6075dd, 6px 6px #6075dd, 7px 7px #6075dd, 8px 8px #6075dd, 9px 9px #6075dd, 10px 10px #6075dd, 11px 11px #6075dd, 12px 12px #6075dd, 13px 13px #6075dd, 14px 14px #6075dd, 15px 15px #6075dd, 16px 16px #6075dd, 17px 17px #6075dd, 18px 18px #6075dd, 19px 19px #6075dd, 20px 20px #6075dd, 21px 21px #6075dd, 22px 22px #6075dd, 23px 23px #6075dd, 24px 24px #6075dd, 25px 25px #6075dd, 26px 26px #6075dd, 27px 27px #6075dd, 28px 28px #6075dd, 29px 29px #6075dd, 30px 30px #6075dd, 31px 31px #6075dd, 32px 32px #6075dd, 33px 33px #6075dd, 34px 34px #6075dd, 35px 35px #6075dd, 36px 36px #6075dd, 37px 37px #6075dd, 38px 38px #6075dd, 39px 39px #6075dd, 40px 40px #6075dd, 41px 41px #6075dd, 42px 42px #6075dd, 43px 43px #6075dd, 44px 44px #6075dd, 45px 45px #6075dd, 46px 46px #6075dd, 47px 47px #6075dd, 48px 48px #6075dd, 49px 49px #6075dd, 50px 50px #6075dd, 51px 51px #6075dd, 52px 52px #6075dd, 53px 53px #6075dd, 54px 54px #6075dd, 55px 55px #6075dd, 56px 56px #6075dd, 57px 57px #6075dd, 58px 58px #6075dd, 59px 59px #6075dd, 60px 60px #6075dd, 61px 61px #6075dd, 62px 62px #6075dd, 63px 63px #6075dd, 64px 64px #6075dd, 65px 65px #6075dd, 66px 66px #6075dd, 67px 67px #6075dd, 68px 68px #6075dd, 69px 69px #6075dd, 70px 70px #6075dd, 71px 71px #6075dd, 72px 72px #6075dd, 73px 73px #6075dd, 74px 74px #6075dd, 75px 75px #6075dd, 76px 76px #6075dd, 77px 77px #6075dd, 78px 78px #6075dd, 79px 79px #6075dd, 80px 80px #6075dd, 81px 81px #6075dd, 82px 82px #6075dd, 83px 83px #6075dd, 84px 84px #6075dd, 85px 85px #6075dd, 86px 86px #6075dd, 87px 87px #6075dd, 88px 88px #6075dd, 89px 89px #6075dd, 90px 90px #6075dd, 91px 91px #6075dd, 92px 92px #6075dd, 93px 93px #6075dd, 94px 94px #6075dd, 95px 95px #6075dd, 96px 96px #6075dd, 97px 97px #6075dd, 98px 98px #6075dd, 99px 99px #6075dd, 100px 100px #6075dd, 101px 101px #6075dd, 102px 102px #6075dd, 103px 103px #6075dd, 104px 104px #6075dd, 105px 105px #6075dd, 106px 106px #6075dd, 107px 107px #6075dd, 108px 108px #6075dd, 109px 109px #6075dd, 110px 110px #6075dd, 111px 111px #6075dd, 112px 112px #6075dd, 113px 113px #6075dd, 114px 114px #6075dd, 115px 115px #6075dd, 116px 116px #6075dd, 117px 117px #6075dd, 118px 118px #6075dd, 119px 119px #6075dd, 120px 120px #6075dd, 121px 121px #6075dd, 122px 122px #6075dd, 123px 123px #6075dd, 124px 124px #6075dd, 125px 125px #6075dd, 126px 126px #6075dd, 127px 127px #6075dd, 128px 128px #6075dd, 129px 129px #6075dd, 130px 130px #6075dd, 131px 131px #6075dd, 132px 132px #6075dd, 133px 133px #6075dd, 134px 134px #6075dd, 135px 135px #6075dd, 136px 136px #6075dd, 137px 137px #6075dd, 138px 138px #6075dd, 139px 139px #6075dd, 140px 140px #6075dd, 141px 141px #6075dd, 142px 142px #6075dd, 143px 143px #6075dd, 144px 144px #6075dd, 145px 145px #6075dd, 146px 146px #6075dd, 147px 147px #6075dd, 148px 148px #6075dd, 149px 149px #6075dd, 150px 150px #6075dd, 151px 151px #6075dd, 152px 152px #6075dd, 153px 153px #6075dd, 154px 154px #6075dd, 155px 155px #6075dd, 156px 156px #6075dd, 157px 157px #6075dd, 158px 158px #6075dd, 159px 159px #6075dd, 160px 160px #6075dd, 161px 161px #6075dd, 162px 162px #6075dd, 163px 163px #6075dd, 164px 164px #6075dd, 165px 165px #6075dd, 166px 166px #6075dd, 167px 167px #6075dd, 168px 168px #6075dd, 169px 169px #6075dd, 170px 170px #6075dd, 171px 171px #6075dd, 172px 172px #6075dd, 173px 173px #6075dd, 174px 174px #6075dd, 175px 175px #6075dd, 176px 176px #6075dd, 177px 177px #6075dd, 178px 178px #6075dd, 179px 179px #6075dd, 180px 180px #6075dd, 181px 181px #6075dd, 182px 182px #6075dd, 183px 183px #6075dd, 184px 184px #6075dd, 185px 185px #6075dd, 186px 186px #6075dd, 187px 187px #6075dd, 188px 188px #6075dd, 189px 189px #6075dd, 190px 190px #6075dd, 191px 191px #6075dd, 192px 192px #6075dd, 193px 193px #6075dd, 194px 194px #6075dd, 195px 195px #6075dd, 196px 196px #6075dd, 197px 197px #6075dd, 198px 198px #6075dd, 199px 199px #6075dd, 200px 200px #6075dd; }
  .ln-shadow.small {
    font-size: 70%;
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .ln-shadow.circle {
    border-radius: 50%; }

.shape-0, .ln-shadow-logo {
  background-color: #428bca;
  text-shadow: 0px 0px #6075dd, 1px 1px #6075dd, 2px 2px #6075dd, 3px 3px #6075dd, 4px 4px #6075dd, 5px 5px #6075dd, 6px 6px #6075dd, 7px 7px #6075dd, 8px 8px #6075dd, 9px 9px #6075dd, 10px 10px #6075dd, 11px 11px #6075dd, 12px 12px #6075dd, 13px 13px #6075dd, 14px 14px #6075dd, 15px 15px #6075dd, 16px 16px #6075dd, 17px 17px #6075dd, 18px 18px #6075dd, 19px 19px #6075dd, 20px 20px #6075dd, 21px 21px #6075dd, 22px 22px #6075dd, 23px 23px #6075dd, 24px 24px #6075dd, 25px 25px #6075dd, 26px 26px #6075dd, 27px 27px #6075dd, 28px 28px #6075dd, 29px 29px #6075dd, 30px 30px #6075dd, 31px 31px #6075dd, 32px 32px #6075dd, 33px 33px #6075dd, 34px 34px #6075dd, 35px 35px #6075dd, 36px 36px #6075dd, 37px 37px #6075dd, 38px 38px #6075dd, 39px 39px #6075dd, 40px 40px #6075dd, 41px 41px #6075dd, 42px 42px #6075dd, 43px 43px #6075dd, 44px 44px #6075dd, 45px 45px #6075dd, 46px 46px #6075dd, 47px 47px #6075dd, 48px 48px #6075dd, 49px 49px #6075dd, 50px 50px #6075dd, 51px 51px #6075dd, 52px 52px #6075dd, 53px 53px #6075dd, 54px 54px #6075dd, 55px 55px #6075dd, 56px 56px #6075dd, 57px 57px #6075dd, 58px 58px #6075dd, 59px 59px #6075dd, 60px 60px #6075dd, 61px 61px #6075dd, 62px 62px #6075dd, 63px 63px #6075dd, 64px 64px #6075dd, 65px 65px #6075dd, 66px 66px #6075dd, 67px 67px #6075dd, 68px 68px #6075dd, 69px 69px #6075dd, 70px 70px #6075dd, 71px 71px #6075dd, 72px 72px #6075dd, 73px 73px #6075dd, 74px 74px #6075dd, 75px 75px #6075dd, 76px 76px #6075dd, 77px 77px #6075dd, 78px 78px #6075dd, 79px 79px #6075dd, 80px 80px #6075dd, 81px 81px #6075dd, 82px 82px #6075dd, 83px 83px #6075dd, 84px 84px #6075dd, 85px 85px #6075dd, 86px 86px #6075dd, 87px 87px #6075dd, 88px 88px #6075dd, 89px 89px #6075dd, 90px 90px #6075dd, 91px 91px #6075dd, 92px 92px #6075dd, 93px 93px #6075dd, 94px 94px #6075dd, 95px 95px #6075dd, 96px 96px #6075dd, 97px 97px #6075dd, 98px 98px #6075dd, 99px 99px #6075dd, 100px 100px #6075dd, 101px 101px #6075dd, 102px 102px #6075dd, 103px 103px #6075dd, 104px 104px #6075dd, 105px 105px #6075dd, 106px 106px #6075dd, 107px 107px #6075dd, 108px 108px #6075dd, 109px 109px #6075dd, 110px 110px #6075dd, 111px 111px #6075dd, 112px 112px #6075dd, 113px 113px #6075dd, 114px 114px #6075dd, 115px 115px #6075dd, 116px 116px #6075dd, 117px 117px #6075dd, 118px 118px #6075dd, 119px 119px #6075dd, 120px 120px #6075dd, 121px 121px #6075dd, 122px 122px #6075dd, 123px 123px #6075dd, 124px 124px #6075dd, 125px 125px #6075dd, 126px 126px #6075dd, 127px 127px #6075dd, 128px 128px #6075dd, 129px 129px #6075dd, 130px 130px #6075dd, 131px 131px #6075dd, 132px 132px #6075dd, 133px 133px #6075dd, 134px 134px #6075dd, 135px 135px #6075dd, 136px 136px #6075dd, 137px 137px #6075dd, 138px 138px #6075dd, 139px 139px #6075dd, 140px 140px #6075dd, 141px 141px #6075dd, 142px 142px #6075dd, 143px 143px #6075dd, 144px 144px #6075dd, 145px 145px #6075dd, 146px 146px #6075dd, 147px 147px #6075dd, 148px 148px #6075dd, 149px 149px #6075dd, 150px 150px #6075dd, 151px 151px #6075dd, 152px 152px #6075dd, 153px 153px #6075dd, 154px 154px #6075dd, 155px 155px #6075dd, 156px 156px #6075dd, 157px 157px #6075dd, 158px 158px #6075dd, 159px 159px #6075dd, 160px 160px #6075dd, 161px 161px #6075dd, 162px 162px #6075dd, 163px 163px #6075dd, 164px 164px #6075dd, 165px 165px #6075dd, 166px 166px #6075dd, 167px 167px #6075dd, 168px 168px #6075dd, 169px 169px #6075dd, 170px 170px #6075dd, 171px 171px #6075dd, 172px 172px #6075dd, 173px 173px #6075dd, 174px 174px #6075dd, 175px 175px #6075dd, 176px 176px #6075dd, 177px 177px #6075dd, 178px 178px #6075dd, 179px 179px #6075dd, 180px 180px #6075dd, 181px 181px #6075dd, 182px 182px #6075dd, 183px 183px #6075dd, 184px 184px #6075dd, 185px 185px #6075dd, 186px 186px #6075dd, 187px 187px #6075dd, 188px 188px #6075dd, 189px 189px #6075dd, 190px 190px #6075dd, 191px 191px #6075dd, 192px 192px #6075dd, 193px 193px #6075dd, 194px 194px #6075dd, 195px 195px #6075dd, 196px 196px #6075dd, 197px 197px #6075dd, 198px 198px #6075dd, 199px 199px #6075dd, 200px 200px #6075dd; }

.shape-1 {
  background-color: #e59519;
  text-shadow: 0px 0px #ebb45e, 1px 1px #ebb45e, 2px 2px #ebb45e, 3px 3px #ebb45e, 4px 4px #ebb45e, 5px 5px #ebb45e, 6px 6px #ebb45e, 7px 7px #ebb45e, 8px 8px #ebb45e, 9px 9px #ebb45e, 10px 10px #ebb45e, 11px 11px #ebb45e, 12px 12px #ebb45e, 13px 13px #ebb45e, 14px 14px #ebb45e, 15px 15px #ebb45e, 16px 16px #ebb45e, 17px 17px #ebb45e, 18px 18px #ebb45e, 19px 19px #ebb45e, 20px 20px #ebb45e, 21px 21px #ebb45e, 22px 22px #ebb45e, 23px 23px #ebb45e, 24px 24px #ebb45e, 25px 25px #ebb45e, 26px 26px #ebb45e, 27px 27px #ebb45e, 28px 28px #ebb45e, 29px 29px #ebb45e, 30px 30px #ebb45e, 31px 31px #ebb45e, 32px 32px #ebb45e, 33px 33px #ebb45e, 34px 34px #ebb45e, 35px 35px #ebb45e, 36px 36px #ebb45e, 37px 37px #ebb45e, 38px 38px #ebb45e, 39px 39px #ebb45e, 40px 40px #ebb45e, 41px 41px #ebb45e, 42px 42px #ebb45e, 43px 43px #ebb45e, 44px 44px #ebb45e, 45px 45px #ebb45e, 46px 46px #ebb45e, 47px 47px #ebb45e, 48px 48px #ebb45e, 49px 49px #ebb45e, 50px 50px #ebb45e, 51px 51px #ebb45e, 52px 52px #ebb45e, 53px 53px #ebb45e, 54px 54px #ebb45e, 55px 55px #ebb45e, 56px 56px #ebb45e, 57px 57px #ebb45e, 58px 58px #ebb45e, 59px 59px #ebb45e, 60px 60px #ebb45e, 61px 61px #ebb45e, 62px 62px #ebb45e, 63px 63px #ebb45e, 64px 64px #ebb45e, 65px 65px #ebb45e, 66px 66px #ebb45e, 67px 67px #ebb45e, 68px 68px #ebb45e, 69px 69px #ebb45e, 70px 70px #ebb45e, 71px 71px #ebb45e, 72px 72px #ebb45e, 73px 73px #ebb45e, 74px 74px #ebb45e, 75px 75px #ebb45e, 76px 76px #ebb45e, 77px 77px #ebb45e, 78px 78px #ebb45e, 79px 79px #ebb45e, 80px 80px #ebb45e, 81px 81px #ebb45e, 82px 82px #ebb45e, 83px 83px #ebb45e, 84px 84px #ebb45e, 85px 85px #ebb45e, 86px 86px #ebb45e, 87px 87px #ebb45e, 88px 88px #ebb45e, 89px 89px #ebb45e, 90px 90px #ebb45e, 91px 91px #ebb45e, 92px 92px #ebb45e, 93px 93px #ebb45e, 94px 94px #ebb45e, 95px 95px #ebb45e, 96px 96px #ebb45e, 97px 97px #ebb45e, 98px 98px #ebb45e, 99px 99px #ebb45e, 100px 100px #ebb45e, 101px 101px #ebb45e, 102px 102px #ebb45e, 103px 103px #ebb45e, 104px 104px #ebb45e, 105px 105px #ebb45e, 106px 106px #ebb45e, 107px 107px #ebb45e, 108px 108px #ebb45e, 109px 109px #ebb45e, 110px 110px #ebb45e, 111px 111px #ebb45e, 112px 112px #ebb45e, 113px 113px #ebb45e, 114px 114px #ebb45e, 115px 115px #ebb45e, 116px 116px #ebb45e, 117px 117px #ebb45e, 118px 118px #ebb45e, 119px 119px #ebb45e, 120px 120px #ebb45e, 121px 121px #ebb45e, 122px 122px #ebb45e, 123px 123px #ebb45e, 124px 124px #ebb45e, 125px 125px #ebb45e, 126px 126px #ebb45e, 127px 127px #ebb45e, 128px 128px #ebb45e, 129px 129px #ebb45e, 130px 130px #ebb45e, 131px 131px #ebb45e, 132px 132px #ebb45e, 133px 133px #ebb45e, 134px 134px #ebb45e, 135px 135px #ebb45e, 136px 136px #ebb45e, 137px 137px #ebb45e, 138px 138px #ebb45e, 139px 139px #ebb45e, 140px 140px #ebb45e, 141px 141px #ebb45e, 142px 142px #ebb45e, 143px 143px #ebb45e, 144px 144px #ebb45e, 145px 145px #ebb45e, 146px 146px #ebb45e, 147px 147px #ebb45e, 148px 148px #ebb45e, 149px 149px #ebb45e, 150px 150px #ebb45e, 151px 151px #ebb45e, 152px 152px #ebb45e, 153px 153px #ebb45e, 154px 154px #ebb45e, 155px 155px #ebb45e, 156px 156px #ebb45e, 157px 157px #ebb45e, 158px 158px #ebb45e, 159px 159px #ebb45e, 160px 160px #ebb45e, 161px 161px #ebb45e, 162px 162px #ebb45e, 163px 163px #ebb45e, 164px 164px #ebb45e, 165px 165px #ebb45e, 166px 166px #ebb45e, 167px 167px #ebb45e, 168px 168px #ebb45e, 169px 169px #ebb45e, 170px 170px #ebb45e, 171px 171px #ebb45e, 172px 172px #ebb45e, 173px 173px #ebb45e, 174px 174px #ebb45e, 175px 175px #ebb45e, 176px 176px #ebb45e, 177px 177px #ebb45e, 178px 178px #ebb45e, 179px 179px #ebb45e, 180px 180px #ebb45e, 181px 181px #ebb45e, 182px 182px #ebb45e, 183px 183px #ebb45e, 184px 184px #ebb45e, 185px 185px #ebb45e, 186px 186px #ebb45e, 187px 187px #ebb45e, 188px 188px #ebb45e, 189px 189px #ebb45e, 190px 190px #ebb45e, 191px 191px #ebb45e, 192px 192px #ebb45e, 193px 193px #ebb45e, 194px 194px #ebb45e, 195px 195px #ebb45e, 196px 196px #ebb45e, 197px 197px #ebb45e, 198px 198px #ebb45e, 199px 199px #ebb45e, 200px 200px #ebb45e; }

.shape-2 {
  background-color: #d9534f;
  text-shadow: 0px 0px #d43f3a, 1px 1px #d43f3a, 2px 2px #d43f3a, 3px 3px #d43f3a, 4px 4px #d43f3a, 5px 5px #d43f3a, 6px 6px #d43f3a, 7px 7px #d43f3a, 8px 8px #d43f3a, 9px 9px #d43f3a, 10px 10px #d43f3a, 11px 11px #d43f3a, 12px 12px #d43f3a, 13px 13px #d43f3a, 14px 14px #d43f3a, 15px 15px #d43f3a, 16px 16px #d43f3a, 17px 17px #d43f3a, 18px 18px #d43f3a, 19px 19px #d43f3a, 20px 20px #d43f3a, 21px 21px #d43f3a, 22px 22px #d43f3a, 23px 23px #d43f3a, 24px 24px #d43f3a, 25px 25px #d43f3a, 26px 26px #d43f3a, 27px 27px #d43f3a, 28px 28px #d43f3a, 29px 29px #d43f3a, 30px 30px #d43f3a, 31px 31px #d43f3a, 32px 32px #d43f3a, 33px 33px #d43f3a, 34px 34px #d43f3a, 35px 35px #d43f3a, 36px 36px #d43f3a, 37px 37px #d43f3a, 38px 38px #d43f3a, 39px 39px #d43f3a, 40px 40px #d43f3a, 41px 41px #d43f3a, 42px 42px #d43f3a, 43px 43px #d43f3a, 44px 44px #d43f3a, 45px 45px #d43f3a, 46px 46px #d43f3a, 47px 47px #d43f3a, 48px 48px #d43f3a, 49px 49px #d43f3a, 50px 50px #d43f3a, 51px 51px #d43f3a, 52px 52px #d43f3a, 53px 53px #d43f3a, 54px 54px #d43f3a, 55px 55px #d43f3a, 56px 56px #d43f3a, 57px 57px #d43f3a, 58px 58px #d43f3a, 59px 59px #d43f3a, 60px 60px #d43f3a, 61px 61px #d43f3a, 62px 62px #d43f3a, 63px 63px #d43f3a, 64px 64px #d43f3a, 65px 65px #d43f3a, 66px 66px #d43f3a, 67px 67px #d43f3a, 68px 68px #d43f3a, 69px 69px #d43f3a, 70px 70px #d43f3a, 71px 71px #d43f3a, 72px 72px #d43f3a, 73px 73px #d43f3a, 74px 74px #d43f3a, 75px 75px #d43f3a, 76px 76px #d43f3a, 77px 77px #d43f3a, 78px 78px #d43f3a, 79px 79px #d43f3a, 80px 80px #d43f3a, 81px 81px #d43f3a, 82px 82px #d43f3a, 83px 83px #d43f3a, 84px 84px #d43f3a, 85px 85px #d43f3a, 86px 86px #d43f3a, 87px 87px #d43f3a, 88px 88px #d43f3a, 89px 89px #d43f3a, 90px 90px #d43f3a, 91px 91px #d43f3a, 92px 92px #d43f3a, 93px 93px #d43f3a, 94px 94px #d43f3a, 95px 95px #d43f3a, 96px 96px #d43f3a, 97px 97px #d43f3a, 98px 98px #d43f3a, 99px 99px #d43f3a, 100px 100px #d43f3a, 101px 101px #d43f3a, 102px 102px #d43f3a, 103px 103px #d43f3a, 104px 104px #d43f3a, 105px 105px #d43f3a, 106px 106px #d43f3a, 107px 107px #d43f3a, 108px 108px #d43f3a, 109px 109px #d43f3a, 110px 110px #d43f3a, 111px 111px #d43f3a, 112px 112px #d43f3a, 113px 113px #d43f3a, 114px 114px #d43f3a, 115px 115px #d43f3a, 116px 116px #d43f3a, 117px 117px #d43f3a, 118px 118px #d43f3a, 119px 119px #d43f3a, 120px 120px #d43f3a, 121px 121px #d43f3a, 122px 122px #d43f3a, 123px 123px #d43f3a, 124px 124px #d43f3a, 125px 125px #d43f3a, 126px 126px #d43f3a, 127px 127px #d43f3a, 128px 128px #d43f3a, 129px 129px #d43f3a, 130px 130px #d43f3a, 131px 131px #d43f3a, 132px 132px #d43f3a, 133px 133px #d43f3a, 134px 134px #d43f3a, 135px 135px #d43f3a, 136px 136px #d43f3a, 137px 137px #d43f3a, 138px 138px #d43f3a, 139px 139px #d43f3a, 140px 140px #d43f3a, 141px 141px #d43f3a, 142px 142px #d43f3a, 143px 143px #d43f3a, 144px 144px #d43f3a, 145px 145px #d43f3a, 146px 146px #d43f3a, 147px 147px #d43f3a, 148px 148px #d43f3a, 149px 149px #d43f3a, 150px 150px #d43f3a, 151px 151px #d43f3a, 152px 152px #d43f3a, 153px 153px #d43f3a, 154px 154px #d43f3a, 155px 155px #d43f3a, 156px 156px #d43f3a, 157px 157px #d43f3a, 158px 158px #d43f3a, 159px 159px #d43f3a, 160px 160px #d43f3a, 161px 161px #d43f3a, 162px 162px #d43f3a, 163px 163px #d43f3a, 164px 164px #d43f3a, 165px 165px #d43f3a, 166px 166px #d43f3a, 167px 167px #d43f3a, 168px 168px #d43f3a, 169px 169px #d43f3a, 170px 170px #d43f3a, 171px 171px #d43f3a, 172px 172px #d43f3a, 173px 173px #d43f3a, 174px 174px #d43f3a, 175px 175px #d43f3a, 176px 176px #d43f3a, 177px 177px #d43f3a, 178px 178px #d43f3a, 179px 179px #d43f3a, 180px 180px #d43f3a, 181px 181px #d43f3a, 182px 182px #d43f3a, 183px 183px #d43f3a, 184px 184px #d43f3a, 185px 185px #d43f3a, 186px 186px #d43f3a, 187px 187px #d43f3a, 188px 188px #d43f3a, 189px 189px #d43f3a, 190px 190px #d43f3a, 191px 191px #d43f3a, 192px 192px #d43f3a, 193px 193px #d43f3a, 194px 194px #d43f3a, 195px 195px #d43f3a, 196px 196px #d43f3a, 197px 197px #d43f3a, 198px 198px #d43f3a, 199px 199px #d43f3a, 200px 200px #d43f3a; }

.shape-3 {
  background-color: #e4cb65;
  text-shadow: 0px 0px #e0c44f, 1px 1px #e0c44f, 2px 2px #e0c44f, 3px 3px #e0c44f, 4px 4px #e0c44f, 5px 5px #e0c44f, 6px 6px #e0c44f, 7px 7px #e0c44f, 8px 8px #e0c44f, 9px 9px #e0c44f, 10px 10px #e0c44f, 11px 11px #e0c44f, 12px 12px #e0c44f, 13px 13px #e0c44f, 14px 14px #e0c44f, 15px 15px #e0c44f, 16px 16px #e0c44f, 17px 17px #e0c44f, 18px 18px #e0c44f, 19px 19px #e0c44f, 20px 20px #e0c44f, 21px 21px #e0c44f, 22px 22px #e0c44f, 23px 23px #e0c44f, 24px 24px #e0c44f, 25px 25px #e0c44f, 26px 26px #e0c44f, 27px 27px #e0c44f, 28px 28px #e0c44f, 29px 29px #e0c44f, 30px 30px #e0c44f, 31px 31px #e0c44f, 32px 32px #e0c44f, 33px 33px #e0c44f, 34px 34px #e0c44f, 35px 35px #e0c44f, 36px 36px #e0c44f, 37px 37px #e0c44f, 38px 38px #e0c44f, 39px 39px #e0c44f, 40px 40px #e0c44f, 41px 41px #e0c44f, 42px 42px #e0c44f, 43px 43px #e0c44f, 44px 44px #e0c44f, 45px 45px #e0c44f, 46px 46px #e0c44f, 47px 47px #e0c44f, 48px 48px #e0c44f, 49px 49px #e0c44f, 50px 50px #e0c44f, 51px 51px #e0c44f, 52px 52px #e0c44f, 53px 53px #e0c44f, 54px 54px #e0c44f, 55px 55px #e0c44f, 56px 56px #e0c44f, 57px 57px #e0c44f, 58px 58px #e0c44f, 59px 59px #e0c44f, 60px 60px #e0c44f, 61px 61px #e0c44f, 62px 62px #e0c44f, 63px 63px #e0c44f, 64px 64px #e0c44f, 65px 65px #e0c44f, 66px 66px #e0c44f, 67px 67px #e0c44f, 68px 68px #e0c44f, 69px 69px #e0c44f, 70px 70px #e0c44f, 71px 71px #e0c44f, 72px 72px #e0c44f, 73px 73px #e0c44f, 74px 74px #e0c44f, 75px 75px #e0c44f, 76px 76px #e0c44f, 77px 77px #e0c44f, 78px 78px #e0c44f, 79px 79px #e0c44f, 80px 80px #e0c44f, 81px 81px #e0c44f, 82px 82px #e0c44f, 83px 83px #e0c44f, 84px 84px #e0c44f, 85px 85px #e0c44f, 86px 86px #e0c44f, 87px 87px #e0c44f, 88px 88px #e0c44f, 89px 89px #e0c44f, 90px 90px #e0c44f, 91px 91px #e0c44f, 92px 92px #e0c44f, 93px 93px #e0c44f, 94px 94px #e0c44f, 95px 95px #e0c44f, 96px 96px #e0c44f, 97px 97px #e0c44f, 98px 98px #e0c44f, 99px 99px #e0c44f, 100px 100px #e0c44f, 101px 101px #e0c44f, 102px 102px #e0c44f, 103px 103px #e0c44f, 104px 104px #e0c44f, 105px 105px #e0c44f, 106px 106px #e0c44f, 107px 107px #e0c44f, 108px 108px #e0c44f, 109px 109px #e0c44f, 110px 110px #e0c44f, 111px 111px #e0c44f, 112px 112px #e0c44f, 113px 113px #e0c44f, 114px 114px #e0c44f, 115px 115px #e0c44f, 116px 116px #e0c44f, 117px 117px #e0c44f, 118px 118px #e0c44f, 119px 119px #e0c44f, 120px 120px #e0c44f, 121px 121px #e0c44f, 122px 122px #e0c44f, 123px 123px #e0c44f, 124px 124px #e0c44f, 125px 125px #e0c44f, 126px 126px #e0c44f, 127px 127px #e0c44f, 128px 128px #e0c44f, 129px 129px #e0c44f, 130px 130px #e0c44f, 131px 131px #e0c44f, 132px 132px #e0c44f, 133px 133px #e0c44f, 134px 134px #e0c44f, 135px 135px #e0c44f, 136px 136px #e0c44f, 137px 137px #e0c44f, 138px 138px #e0c44f, 139px 139px #e0c44f, 140px 140px #e0c44f, 141px 141px #e0c44f, 142px 142px #e0c44f, 143px 143px #e0c44f, 144px 144px #e0c44f, 145px 145px #e0c44f, 146px 146px #e0c44f, 147px 147px #e0c44f, 148px 148px #e0c44f, 149px 149px #e0c44f, 150px 150px #e0c44f, 151px 151px #e0c44f, 152px 152px #e0c44f, 153px 153px #e0c44f, 154px 154px #e0c44f, 155px 155px #e0c44f, 156px 156px #e0c44f, 157px 157px #e0c44f, 158px 158px #e0c44f, 159px 159px #e0c44f, 160px 160px #e0c44f, 161px 161px #e0c44f, 162px 162px #e0c44f, 163px 163px #e0c44f, 164px 164px #e0c44f, 165px 165px #e0c44f, 166px 166px #e0c44f, 167px 167px #e0c44f, 168px 168px #e0c44f, 169px 169px #e0c44f, 170px 170px #e0c44f, 171px 171px #e0c44f, 172px 172px #e0c44f, 173px 173px #e0c44f, 174px 174px #e0c44f, 175px 175px #e0c44f, 176px 176px #e0c44f, 177px 177px #e0c44f, 178px 178px #e0c44f, 179px 179px #e0c44f, 180px 180px #e0c44f, 181px 181px #e0c44f, 182px 182px #e0c44f, 183px 183px #e0c44f, 184px 184px #e0c44f, 185px 185px #e0c44f, 186px 186px #e0c44f, 187px 187px #e0c44f, 188px 188px #e0c44f, 189px 189px #e0c44f, 190px 190px #e0c44f, 191px 191px #e0c44f, 192px 192px #e0c44f, 193px 193px #e0c44f, 194px 194px #e0c44f, 195px 195px #e0c44f, 196px 196px #e0c44f, 197px 197px #e0c44f, 198px 198px #e0c44f, 199px 199px #e0c44f, 200px 200px #e0c44f; }

.shape-4 {
  background-color: #F1C40F;
  text-shadow: 0px 0px #dab10d, 1px 1px #dab10d, 2px 2px #dab10d, 3px 3px #dab10d, 4px 4px #dab10d, 5px 5px #dab10d, 6px 6px #dab10d, 7px 7px #dab10d, 8px 8px #dab10d, 9px 9px #dab10d, 10px 10px #dab10d, 11px 11px #dab10d, 12px 12px #dab10d, 13px 13px #dab10d, 14px 14px #dab10d, 15px 15px #dab10d, 16px 16px #dab10d, 17px 17px #dab10d, 18px 18px #dab10d, 19px 19px #dab10d, 20px 20px #dab10d, 21px 21px #dab10d, 22px 22px #dab10d, 23px 23px #dab10d, 24px 24px #dab10d, 25px 25px #dab10d, 26px 26px #dab10d, 27px 27px #dab10d, 28px 28px #dab10d, 29px 29px #dab10d, 30px 30px #dab10d, 31px 31px #dab10d, 32px 32px #dab10d, 33px 33px #dab10d, 34px 34px #dab10d, 35px 35px #dab10d, 36px 36px #dab10d, 37px 37px #dab10d, 38px 38px #dab10d, 39px 39px #dab10d, 40px 40px #dab10d, 41px 41px #dab10d, 42px 42px #dab10d, 43px 43px #dab10d, 44px 44px #dab10d, 45px 45px #dab10d, 46px 46px #dab10d, 47px 47px #dab10d, 48px 48px #dab10d, 49px 49px #dab10d, 50px 50px #dab10d, 51px 51px #dab10d, 52px 52px #dab10d, 53px 53px #dab10d, 54px 54px #dab10d, 55px 55px #dab10d, 56px 56px #dab10d, 57px 57px #dab10d, 58px 58px #dab10d, 59px 59px #dab10d, 60px 60px #dab10d, 61px 61px #dab10d, 62px 62px #dab10d, 63px 63px #dab10d, 64px 64px #dab10d, 65px 65px #dab10d, 66px 66px #dab10d, 67px 67px #dab10d, 68px 68px #dab10d, 69px 69px #dab10d, 70px 70px #dab10d, 71px 71px #dab10d, 72px 72px #dab10d, 73px 73px #dab10d, 74px 74px #dab10d, 75px 75px #dab10d, 76px 76px #dab10d, 77px 77px #dab10d, 78px 78px #dab10d, 79px 79px #dab10d, 80px 80px #dab10d, 81px 81px #dab10d, 82px 82px #dab10d, 83px 83px #dab10d, 84px 84px #dab10d, 85px 85px #dab10d, 86px 86px #dab10d, 87px 87px #dab10d, 88px 88px #dab10d, 89px 89px #dab10d, 90px 90px #dab10d, 91px 91px #dab10d, 92px 92px #dab10d, 93px 93px #dab10d, 94px 94px #dab10d, 95px 95px #dab10d, 96px 96px #dab10d, 97px 97px #dab10d, 98px 98px #dab10d, 99px 99px #dab10d, 100px 100px #dab10d, 101px 101px #dab10d, 102px 102px #dab10d, 103px 103px #dab10d, 104px 104px #dab10d, 105px 105px #dab10d, 106px 106px #dab10d, 107px 107px #dab10d, 108px 108px #dab10d, 109px 109px #dab10d, 110px 110px #dab10d, 111px 111px #dab10d, 112px 112px #dab10d, 113px 113px #dab10d, 114px 114px #dab10d, 115px 115px #dab10d, 116px 116px #dab10d, 117px 117px #dab10d, 118px 118px #dab10d, 119px 119px #dab10d, 120px 120px #dab10d, 121px 121px #dab10d, 122px 122px #dab10d, 123px 123px #dab10d, 124px 124px #dab10d, 125px 125px #dab10d, 126px 126px #dab10d, 127px 127px #dab10d, 128px 128px #dab10d, 129px 129px #dab10d, 130px 130px #dab10d, 131px 131px #dab10d, 132px 132px #dab10d, 133px 133px #dab10d, 134px 134px #dab10d, 135px 135px #dab10d, 136px 136px #dab10d, 137px 137px #dab10d, 138px 138px #dab10d, 139px 139px #dab10d, 140px 140px #dab10d, 141px 141px #dab10d, 142px 142px #dab10d, 143px 143px #dab10d, 144px 144px #dab10d, 145px 145px #dab10d, 146px 146px #dab10d, 147px 147px #dab10d, 148px 148px #dab10d, 149px 149px #dab10d, 150px 150px #dab10d, 151px 151px #dab10d, 152px 152px #dab10d, 153px 153px #dab10d, 154px 154px #dab10d, 155px 155px #dab10d, 156px 156px #dab10d, 157px 157px #dab10d, 158px 158px #dab10d, 159px 159px #dab10d, 160px 160px #dab10d, 161px 161px #dab10d, 162px 162px #dab10d, 163px 163px #dab10d, 164px 164px #dab10d, 165px 165px #dab10d, 166px 166px #dab10d, 167px 167px #dab10d, 168px 168px #dab10d, 169px 169px #dab10d, 170px 170px #dab10d, 171px 171px #dab10d, 172px 172px #dab10d, 173px 173px #dab10d, 174px 174px #dab10d, 175px 175px #dab10d, 176px 176px #dab10d, 177px 177px #dab10d, 178px 178px #dab10d, 179px 179px #dab10d, 180px 180px #dab10d, 181px 181px #dab10d, 182px 182px #dab10d, 183px 183px #dab10d, 184px 184px #dab10d, 185px 185px #dab10d, 186px 186px #dab10d, 187px 187px #dab10d, 188px 188px #dab10d, 189px 189px #dab10d, 190px 190px #dab10d, 191px 191px #dab10d, 192px 192px #dab10d, 193px 193px #dab10d, 194px 194px #dab10d, 195px 195px #dab10d, 196px 196px #dab10d, 197px 197px #dab10d, 198px 198px #dab10d, 199px 199px #dab10d, 200px 200px #dab10d; }

.shape-5 {
  background-color: #d9534f;
  text-shadow: 0px 0px #d43f3a, 1px 1px #d43f3a, 2px 2px #d43f3a, 3px 3px #d43f3a, 4px 4px #d43f3a, 5px 5px #d43f3a, 6px 6px #d43f3a, 7px 7px #d43f3a, 8px 8px #d43f3a, 9px 9px #d43f3a, 10px 10px #d43f3a, 11px 11px #d43f3a, 12px 12px #d43f3a, 13px 13px #d43f3a, 14px 14px #d43f3a, 15px 15px #d43f3a, 16px 16px #d43f3a, 17px 17px #d43f3a, 18px 18px #d43f3a, 19px 19px #d43f3a, 20px 20px #d43f3a, 21px 21px #d43f3a, 22px 22px #d43f3a, 23px 23px #d43f3a, 24px 24px #d43f3a, 25px 25px #d43f3a, 26px 26px #d43f3a, 27px 27px #d43f3a, 28px 28px #d43f3a, 29px 29px #d43f3a, 30px 30px #d43f3a, 31px 31px #d43f3a, 32px 32px #d43f3a, 33px 33px #d43f3a, 34px 34px #d43f3a, 35px 35px #d43f3a, 36px 36px #d43f3a, 37px 37px #d43f3a, 38px 38px #d43f3a, 39px 39px #d43f3a, 40px 40px #d43f3a, 41px 41px #d43f3a, 42px 42px #d43f3a, 43px 43px #d43f3a, 44px 44px #d43f3a, 45px 45px #d43f3a, 46px 46px #d43f3a, 47px 47px #d43f3a, 48px 48px #d43f3a, 49px 49px #d43f3a, 50px 50px #d43f3a, 51px 51px #d43f3a, 52px 52px #d43f3a, 53px 53px #d43f3a, 54px 54px #d43f3a, 55px 55px #d43f3a, 56px 56px #d43f3a, 57px 57px #d43f3a, 58px 58px #d43f3a, 59px 59px #d43f3a, 60px 60px #d43f3a, 61px 61px #d43f3a, 62px 62px #d43f3a, 63px 63px #d43f3a, 64px 64px #d43f3a, 65px 65px #d43f3a, 66px 66px #d43f3a, 67px 67px #d43f3a, 68px 68px #d43f3a, 69px 69px #d43f3a, 70px 70px #d43f3a, 71px 71px #d43f3a, 72px 72px #d43f3a, 73px 73px #d43f3a, 74px 74px #d43f3a, 75px 75px #d43f3a, 76px 76px #d43f3a, 77px 77px #d43f3a, 78px 78px #d43f3a, 79px 79px #d43f3a, 80px 80px #d43f3a, 81px 81px #d43f3a, 82px 82px #d43f3a, 83px 83px #d43f3a, 84px 84px #d43f3a, 85px 85px #d43f3a, 86px 86px #d43f3a, 87px 87px #d43f3a, 88px 88px #d43f3a, 89px 89px #d43f3a, 90px 90px #d43f3a, 91px 91px #d43f3a, 92px 92px #d43f3a, 93px 93px #d43f3a, 94px 94px #d43f3a, 95px 95px #d43f3a, 96px 96px #d43f3a, 97px 97px #d43f3a, 98px 98px #d43f3a, 99px 99px #d43f3a, 100px 100px #d43f3a, 101px 101px #d43f3a, 102px 102px #d43f3a, 103px 103px #d43f3a, 104px 104px #d43f3a, 105px 105px #d43f3a, 106px 106px #d43f3a, 107px 107px #d43f3a, 108px 108px #d43f3a, 109px 109px #d43f3a, 110px 110px #d43f3a, 111px 111px #d43f3a, 112px 112px #d43f3a, 113px 113px #d43f3a, 114px 114px #d43f3a, 115px 115px #d43f3a, 116px 116px #d43f3a, 117px 117px #d43f3a, 118px 118px #d43f3a, 119px 119px #d43f3a, 120px 120px #d43f3a, 121px 121px #d43f3a, 122px 122px #d43f3a, 123px 123px #d43f3a, 124px 124px #d43f3a, 125px 125px #d43f3a, 126px 126px #d43f3a, 127px 127px #d43f3a, 128px 128px #d43f3a, 129px 129px #d43f3a, 130px 130px #d43f3a, 131px 131px #d43f3a, 132px 132px #d43f3a, 133px 133px #d43f3a, 134px 134px #d43f3a, 135px 135px #d43f3a, 136px 136px #d43f3a, 137px 137px #d43f3a, 138px 138px #d43f3a, 139px 139px #d43f3a, 140px 140px #d43f3a, 141px 141px #d43f3a, 142px 142px #d43f3a, 143px 143px #d43f3a, 144px 144px #d43f3a, 145px 145px #d43f3a, 146px 146px #d43f3a, 147px 147px #d43f3a, 148px 148px #d43f3a, 149px 149px #d43f3a, 150px 150px #d43f3a, 151px 151px #d43f3a, 152px 152px #d43f3a, 153px 153px #d43f3a, 154px 154px #d43f3a, 155px 155px #d43f3a, 156px 156px #d43f3a, 157px 157px #d43f3a, 158px 158px #d43f3a, 159px 159px #d43f3a, 160px 160px #d43f3a, 161px 161px #d43f3a, 162px 162px #d43f3a, 163px 163px #d43f3a, 164px 164px #d43f3a, 165px 165px #d43f3a, 166px 166px #d43f3a, 167px 167px #d43f3a, 168px 168px #d43f3a, 169px 169px #d43f3a, 170px 170px #d43f3a, 171px 171px #d43f3a, 172px 172px #d43f3a, 173px 173px #d43f3a, 174px 174px #d43f3a, 175px 175px #d43f3a, 176px 176px #d43f3a, 177px 177px #d43f3a, 178px 178px #d43f3a, 179px 179px #d43f3a, 180px 180px #d43f3a, 181px 181px #d43f3a, 182px 182px #d43f3a, 183px 183px #d43f3a, 184px 184px #d43f3a, 185px 185px #d43f3a, 186px 186px #d43f3a, 187px 187px #d43f3a, 188px 188px #d43f3a, 189px 189px #d43f3a, 190px 190px #d43f3a, 191px 191px #d43f3a, 192px 192px #d43f3a, 193px 193px #d43f3a, 194px 194px #d43f3a, 195px 195px #d43f3a, 196px 196px #d43f3a, 197px 197px #d43f3a, 198px 198px #d43f3a, 199px 199px #d43f3a, 200px 200px #d43f3a; }

.shape-6 {
  background-color: #34495E;
  text-shadow: 0px 0px #2b3c4e, 1px 1px #2b3c4e, 2px 2px #2b3c4e, 3px 3px #2b3c4e, 4px 4px #2b3c4e, 5px 5px #2b3c4e, 6px 6px #2b3c4e, 7px 7px #2b3c4e, 8px 8px #2b3c4e, 9px 9px #2b3c4e, 10px 10px #2b3c4e, 11px 11px #2b3c4e, 12px 12px #2b3c4e, 13px 13px #2b3c4e, 14px 14px #2b3c4e, 15px 15px #2b3c4e, 16px 16px #2b3c4e, 17px 17px #2b3c4e, 18px 18px #2b3c4e, 19px 19px #2b3c4e, 20px 20px #2b3c4e, 21px 21px #2b3c4e, 22px 22px #2b3c4e, 23px 23px #2b3c4e, 24px 24px #2b3c4e, 25px 25px #2b3c4e, 26px 26px #2b3c4e, 27px 27px #2b3c4e, 28px 28px #2b3c4e, 29px 29px #2b3c4e, 30px 30px #2b3c4e, 31px 31px #2b3c4e, 32px 32px #2b3c4e, 33px 33px #2b3c4e, 34px 34px #2b3c4e, 35px 35px #2b3c4e, 36px 36px #2b3c4e, 37px 37px #2b3c4e, 38px 38px #2b3c4e, 39px 39px #2b3c4e, 40px 40px #2b3c4e, 41px 41px #2b3c4e, 42px 42px #2b3c4e, 43px 43px #2b3c4e, 44px 44px #2b3c4e, 45px 45px #2b3c4e, 46px 46px #2b3c4e, 47px 47px #2b3c4e, 48px 48px #2b3c4e, 49px 49px #2b3c4e, 50px 50px #2b3c4e, 51px 51px #2b3c4e, 52px 52px #2b3c4e, 53px 53px #2b3c4e, 54px 54px #2b3c4e, 55px 55px #2b3c4e, 56px 56px #2b3c4e, 57px 57px #2b3c4e, 58px 58px #2b3c4e, 59px 59px #2b3c4e, 60px 60px #2b3c4e, 61px 61px #2b3c4e, 62px 62px #2b3c4e, 63px 63px #2b3c4e, 64px 64px #2b3c4e, 65px 65px #2b3c4e, 66px 66px #2b3c4e, 67px 67px #2b3c4e, 68px 68px #2b3c4e, 69px 69px #2b3c4e, 70px 70px #2b3c4e, 71px 71px #2b3c4e, 72px 72px #2b3c4e, 73px 73px #2b3c4e, 74px 74px #2b3c4e, 75px 75px #2b3c4e, 76px 76px #2b3c4e, 77px 77px #2b3c4e, 78px 78px #2b3c4e, 79px 79px #2b3c4e, 80px 80px #2b3c4e, 81px 81px #2b3c4e, 82px 82px #2b3c4e, 83px 83px #2b3c4e, 84px 84px #2b3c4e, 85px 85px #2b3c4e, 86px 86px #2b3c4e, 87px 87px #2b3c4e, 88px 88px #2b3c4e, 89px 89px #2b3c4e, 90px 90px #2b3c4e, 91px 91px #2b3c4e, 92px 92px #2b3c4e, 93px 93px #2b3c4e, 94px 94px #2b3c4e, 95px 95px #2b3c4e, 96px 96px #2b3c4e, 97px 97px #2b3c4e, 98px 98px #2b3c4e, 99px 99px #2b3c4e, 100px 100px #2b3c4e, 101px 101px #2b3c4e, 102px 102px #2b3c4e, 103px 103px #2b3c4e, 104px 104px #2b3c4e, 105px 105px #2b3c4e, 106px 106px #2b3c4e, 107px 107px #2b3c4e, 108px 108px #2b3c4e, 109px 109px #2b3c4e, 110px 110px #2b3c4e, 111px 111px #2b3c4e, 112px 112px #2b3c4e, 113px 113px #2b3c4e, 114px 114px #2b3c4e, 115px 115px #2b3c4e, 116px 116px #2b3c4e, 117px 117px #2b3c4e, 118px 118px #2b3c4e, 119px 119px #2b3c4e, 120px 120px #2b3c4e, 121px 121px #2b3c4e, 122px 122px #2b3c4e, 123px 123px #2b3c4e, 124px 124px #2b3c4e, 125px 125px #2b3c4e, 126px 126px #2b3c4e, 127px 127px #2b3c4e, 128px 128px #2b3c4e, 129px 129px #2b3c4e, 130px 130px #2b3c4e, 131px 131px #2b3c4e, 132px 132px #2b3c4e, 133px 133px #2b3c4e, 134px 134px #2b3c4e, 135px 135px #2b3c4e, 136px 136px #2b3c4e, 137px 137px #2b3c4e, 138px 138px #2b3c4e, 139px 139px #2b3c4e, 140px 140px #2b3c4e, 141px 141px #2b3c4e, 142px 142px #2b3c4e, 143px 143px #2b3c4e, 144px 144px #2b3c4e, 145px 145px #2b3c4e, 146px 146px #2b3c4e, 147px 147px #2b3c4e, 148px 148px #2b3c4e, 149px 149px #2b3c4e, 150px 150px #2b3c4e, 151px 151px #2b3c4e, 152px 152px #2b3c4e, 153px 153px #2b3c4e, 154px 154px #2b3c4e, 155px 155px #2b3c4e, 156px 156px #2b3c4e, 157px 157px #2b3c4e, 158px 158px #2b3c4e, 159px 159px #2b3c4e, 160px 160px #2b3c4e, 161px 161px #2b3c4e, 162px 162px #2b3c4e, 163px 163px #2b3c4e, 164px 164px #2b3c4e, 165px 165px #2b3c4e, 166px 166px #2b3c4e, 167px 167px #2b3c4e, 168px 168px #2b3c4e, 169px 169px #2b3c4e, 170px 170px #2b3c4e, 171px 171px #2b3c4e, 172px 172px #2b3c4e, 173px 173px #2b3c4e, 174px 174px #2b3c4e, 175px 175px #2b3c4e, 176px 176px #2b3c4e, 177px 177px #2b3c4e, 178px 178px #2b3c4e, 179px 179px #2b3c4e, 180px 180px #2b3c4e, 181px 181px #2b3c4e, 182px 182px #2b3c4e, 183px 183px #2b3c4e, 184px 184px #2b3c4e, 185px 185px #2b3c4e, 186px 186px #2b3c4e, 187px 187px #2b3c4e, 188px 188px #2b3c4e, 189px 189px #2b3c4e, 190px 190px #2b3c4e, 191px 191px #2b3c4e, 192px 192px #2b3c4e, 193px 193px #2b3c4e, 194px 194px #2b3c4e, 195px 195px #2b3c4e, 196px 196px #2b3c4e, 197px 197px #2b3c4e, 198px 198px #2b3c4e, 199px 199px #2b3c4e, 200px 200px #2b3c4e; }

.shape-7 {
  text-shadow: 0px 0px #ff4262, 1px 1px #ff4262, 2px 2px #ff4262, 3px 3px #ff4262, 4px 4px #ff4262, 5px 5px #ff4262, 6px 6px #ff4262, 7px 7px #ff4262, 8px 8px #ff4262, 9px 9px #ff4262, 10px 10px #ff4262, 11px 11px #ff4262, 12px 12px #ff4262, 13px 13px #ff4262, 14px 14px #ff4262, 15px 15px #ff4262, 16px 16px #ff4262, 17px 17px #ff4262, 18px 18px #ff4262, 19px 19px #ff4262, 20px 20px #ff4262, 21px 21px #ff4262, 22px 22px #ff4262, 23px 23px #ff4262, 24px 24px #ff4262, 25px 25px #ff4262, 26px 26px #ff4262, 27px 27px #ff4262, 28px 28px #ff4262, 29px 29px #ff4262, 30px 30px #ff4262, 31px 31px #ff4262, 32px 32px #ff4262, 33px 33px #ff4262, 34px 34px #ff4262, 35px 35px #ff4262, 36px 36px #ff4262, 37px 37px #ff4262, 38px 38px #ff4262, 39px 39px #ff4262, 40px 40px #ff4262, 41px 41px #ff4262, 42px 42px #ff4262, 43px 43px #ff4262, 44px 44px #ff4262, 45px 45px #ff4262, 46px 46px #ff4262, 47px 47px #ff4262, 48px 48px #ff4262, 49px 49px #ff4262, 50px 50px #ff4262, 51px 51px #ff4262, 52px 52px #ff4262, 53px 53px #ff4262, 54px 54px #ff4262, 55px 55px #ff4262, 56px 56px #ff4262, 57px 57px #ff4262, 58px 58px #ff4262, 59px 59px #ff4262, 60px 60px #ff4262, 61px 61px #ff4262, 62px 62px #ff4262, 63px 63px #ff4262, 64px 64px #ff4262, 65px 65px #ff4262, 66px 66px #ff4262, 67px 67px #ff4262, 68px 68px #ff4262, 69px 69px #ff4262, 70px 70px #ff4262, 71px 71px #ff4262, 72px 72px #ff4262, 73px 73px #ff4262, 74px 74px #ff4262, 75px 75px #ff4262, 76px 76px #ff4262, 77px 77px #ff4262, 78px 78px #ff4262, 79px 79px #ff4262, 80px 80px #ff4262, 81px 81px #ff4262, 82px 82px #ff4262, 83px 83px #ff4262, 84px 84px #ff4262, 85px 85px #ff4262, 86px 86px #ff4262, 87px 87px #ff4262, 88px 88px #ff4262, 89px 89px #ff4262, 90px 90px #ff4262, 91px 91px #ff4262, 92px 92px #ff4262, 93px 93px #ff4262, 94px 94px #ff4262, 95px 95px #ff4262, 96px 96px #ff4262, 97px 97px #ff4262, 98px 98px #ff4262, 99px 99px #ff4262, 100px 100px #ff4262, 101px 101px #ff4262, 102px 102px #ff4262, 103px 103px #ff4262, 104px 104px #ff4262, 105px 105px #ff4262, 106px 106px #ff4262, 107px 107px #ff4262, 108px 108px #ff4262, 109px 109px #ff4262, 110px 110px #ff4262, 111px 111px #ff4262, 112px 112px #ff4262, 113px 113px #ff4262, 114px 114px #ff4262, 115px 115px #ff4262, 116px 116px #ff4262, 117px 117px #ff4262, 118px 118px #ff4262, 119px 119px #ff4262, 120px 120px #ff4262, 121px 121px #ff4262, 122px 122px #ff4262, 123px 123px #ff4262, 124px 124px #ff4262, 125px 125px #ff4262, 126px 126px #ff4262, 127px 127px #ff4262, 128px 128px #ff4262, 129px 129px #ff4262, 130px 130px #ff4262, 131px 131px #ff4262, 132px 132px #ff4262, 133px 133px #ff4262, 134px 134px #ff4262, 135px 135px #ff4262, 136px 136px #ff4262, 137px 137px #ff4262, 138px 138px #ff4262, 139px 139px #ff4262, 140px 140px #ff4262, 141px 141px #ff4262, 142px 142px #ff4262, 143px 143px #ff4262, 144px 144px #ff4262, 145px 145px #ff4262, 146px 146px #ff4262, 147px 147px #ff4262, 148px 148px #ff4262, 149px 149px #ff4262, 150px 150px #ff4262, 151px 151px #ff4262, 152px 152px #ff4262, 153px 153px #ff4262, 154px 154px #ff4262, 155px 155px #ff4262, 156px 156px #ff4262, 157px 157px #ff4262, 158px 158px #ff4262, 159px 159px #ff4262, 160px 160px #ff4262, 161px 161px #ff4262, 162px 162px #ff4262, 163px 163px #ff4262, 164px 164px #ff4262, 165px 165px #ff4262, 166px 166px #ff4262, 167px 167px #ff4262, 168px 168px #ff4262, 169px 169px #ff4262, 170px 170px #ff4262, 171px 171px #ff4262, 172px 172px #ff4262, 173px 173px #ff4262, 174px 174px #ff4262, 175px 175px #ff4262, 176px 176px #ff4262, 177px 177px #ff4262, 178px 178px #ff4262, 179px 179px #ff4262, 180px 180px #ff4262, 181px 181px #ff4262, 182px 182px #ff4262, 183px 183px #ff4262, 184px 184px #ff4262, 185px 185px #ff4262, 186px 186px #ff4262, 187px 187px #ff4262, 188px 188px #ff4262, 189px 189px #ff4262, 190px 190px #ff4262, 191px 191px #ff4262, 192px 192px #ff4262, 193px 193px #ff4262, 194px 194px #ff4262, 195px 195px #ff4262, 196px 196px #ff4262, 197px 197px #ff4262, 198px 198px #ff4262, 199px 199px #ff4262, 200px 200px #ff4262;
  background-color: #ff5b77; }

.shape-8 {
  text-shadow: 0px 0px #e6c000, 1px 1px #e6c000, 2px 2px #e6c000, 3px 3px #e6c000, 4px 4px #e6c000, 5px 5px #e6c000, 6px 6px #e6c000, 7px 7px #e6c000, 8px 8px #e6c000, 9px 9px #e6c000, 10px 10px #e6c000, 11px 11px #e6c000, 12px 12px #e6c000, 13px 13px #e6c000, 14px 14px #e6c000, 15px 15px #e6c000, 16px 16px #e6c000, 17px 17px #e6c000, 18px 18px #e6c000, 19px 19px #e6c000, 20px 20px #e6c000, 21px 21px #e6c000, 22px 22px #e6c000, 23px 23px #e6c000, 24px 24px #e6c000, 25px 25px #e6c000, 26px 26px #e6c000, 27px 27px #e6c000, 28px 28px #e6c000, 29px 29px #e6c000, 30px 30px #e6c000, 31px 31px #e6c000, 32px 32px #e6c000, 33px 33px #e6c000, 34px 34px #e6c000, 35px 35px #e6c000, 36px 36px #e6c000, 37px 37px #e6c000, 38px 38px #e6c000, 39px 39px #e6c000, 40px 40px #e6c000, 41px 41px #e6c000, 42px 42px #e6c000, 43px 43px #e6c000, 44px 44px #e6c000, 45px 45px #e6c000, 46px 46px #e6c000, 47px 47px #e6c000, 48px 48px #e6c000, 49px 49px #e6c000, 50px 50px #e6c000, 51px 51px #e6c000, 52px 52px #e6c000, 53px 53px #e6c000, 54px 54px #e6c000, 55px 55px #e6c000, 56px 56px #e6c000, 57px 57px #e6c000, 58px 58px #e6c000, 59px 59px #e6c000, 60px 60px #e6c000, 61px 61px #e6c000, 62px 62px #e6c000, 63px 63px #e6c000, 64px 64px #e6c000, 65px 65px #e6c000, 66px 66px #e6c000, 67px 67px #e6c000, 68px 68px #e6c000, 69px 69px #e6c000, 70px 70px #e6c000, 71px 71px #e6c000, 72px 72px #e6c000, 73px 73px #e6c000, 74px 74px #e6c000, 75px 75px #e6c000, 76px 76px #e6c000, 77px 77px #e6c000, 78px 78px #e6c000, 79px 79px #e6c000, 80px 80px #e6c000, 81px 81px #e6c000, 82px 82px #e6c000, 83px 83px #e6c000, 84px 84px #e6c000, 85px 85px #e6c000, 86px 86px #e6c000, 87px 87px #e6c000, 88px 88px #e6c000, 89px 89px #e6c000, 90px 90px #e6c000, 91px 91px #e6c000, 92px 92px #e6c000, 93px 93px #e6c000, 94px 94px #e6c000, 95px 95px #e6c000, 96px 96px #e6c000, 97px 97px #e6c000, 98px 98px #e6c000, 99px 99px #e6c000, 100px 100px #e6c000, 101px 101px #e6c000, 102px 102px #e6c000, 103px 103px #e6c000, 104px 104px #e6c000, 105px 105px #e6c000, 106px 106px #e6c000, 107px 107px #e6c000, 108px 108px #e6c000, 109px 109px #e6c000, 110px 110px #e6c000, 111px 111px #e6c000, 112px 112px #e6c000, 113px 113px #e6c000, 114px 114px #e6c000, 115px 115px #e6c000, 116px 116px #e6c000, 117px 117px #e6c000, 118px 118px #e6c000, 119px 119px #e6c000, 120px 120px #e6c000, 121px 121px #e6c000, 122px 122px #e6c000, 123px 123px #e6c000, 124px 124px #e6c000, 125px 125px #e6c000, 126px 126px #e6c000, 127px 127px #e6c000, 128px 128px #e6c000, 129px 129px #e6c000, 130px 130px #e6c000, 131px 131px #e6c000, 132px 132px #e6c000, 133px 133px #e6c000, 134px 134px #e6c000, 135px 135px #e6c000, 136px 136px #e6c000, 137px 137px #e6c000, 138px 138px #e6c000, 139px 139px #e6c000, 140px 140px #e6c000, 141px 141px #e6c000, 142px 142px #e6c000, 143px 143px #e6c000, 144px 144px #e6c000, 145px 145px #e6c000, 146px 146px #e6c000, 147px 147px #e6c000, 148px 148px #e6c000, 149px 149px #e6c000, 150px 150px #e6c000, 151px 151px #e6c000, 152px 152px #e6c000, 153px 153px #e6c000, 154px 154px #e6c000, 155px 155px #e6c000, 156px 156px #e6c000, 157px 157px #e6c000, 158px 158px #e6c000, 159px 159px #e6c000, 160px 160px #e6c000, 161px 161px #e6c000, 162px 162px #e6c000, 163px 163px #e6c000, 164px 164px #e6c000, 165px 165px #e6c000, 166px 166px #e6c000, 167px 167px #e6c000, 168px 168px #e6c000, 169px 169px #e6c000, 170px 170px #e6c000, 171px 171px #e6c000, 172px 172px #e6c000, 173px 173px #e6c000, 174px 174px #e6c000, 175px 175px #e6c000, 176px 176px #e6c000, 177px 177px #e6c000, 178px 178px #e6c000, 179px 179px #e6c000, 180px 180px #e6c000, 181px 181px #e6c000, 182px 182px #e6c000, 183px 183px #e6c000, 184px 184px #e6c000, 185px 185px #e6c000, 186px 186px #e6c000, 187px 187px #e6c000, 188px 188px #e6c000, 189px 189px #e6c000, 190px 190px #e6c000, 191px 191px #e6c000, 192px 192px #e6c000, 193px 193px #e6c000, 194px 194px #e6c000, 195px 195px #e6c000, 196px 196px #e6c000, 197px 197px #e6c000, 198px 198px #e6c000, 199px 199px #e6c000, 200px 200px #e6c000;
  background-color: #ffd500; }

.shape-9 {
  text-shadow: 0px 0px #46b8da, 1px 1px #46b8da, 2px 2px #46b8da, 3px 3px #46b8da, 4px 4px #46b8da, 5px 5px #46b8da, 6px 6px #46b8da, 7px 7px #46b8da, 8px 8px #46b8da, 9px 9px #46b8da, 10px 10px #46b8da, 11px 11px #46b8da, 12px 12px #46b8da, 13px 13px #46b8da, 14px 14px #46b8da, 15px 15px #46b8da, 16px 16px #46b8da, 17px 17px #46b8da, 18px 18px #46b8da, 19px 19px #46b8da, 20px 20px #46b8da, 21px 21px #46b8da, 22px 22px #46b8da, 23px 23px #46b8da, 24px 24px #46b8da, 25px 25px #46b8da, 26px 26px #46b8da, 27px 27px #46b8da, 28px 28px #46b8da, 29px 29px #46b8da, 30px 30px #46b8da, 31px 31px #46b8da, 32px 32px #46b8da, 33px 33px #46b8da, 34px 34px #46b8da, 35px 35px #46b8da, 36px 36px #46b8da, 37px 37px #46b8da, 38px 38px #46b8da, 39px 39px #46b8da, 40px 40px #46b8da, 41px 41px #46b8da, 42px 42px #46b8da, 43px 43px #46b8da, 44px 44px #46b8da, 45px 45px #46b8da, 46px 46px #46b8da, 47px 47px #46b8da, 48px 48px #46b8da, 49px 49px #46b8da, 50px 50px #46b8da, 51px 51px #46b8da, 52px 52px #46b8da, 53px 53px #46b8da, 54px 54px #46b8da, 55px 55px #46b8da, 56px 56px #46b8da, 57px 57px #46b8da, 58px 58px #46b8da, 59px 59px #46b8da, 60px 60px #46b8da, 61px 61px #46b8da, 62px 62px #46b8da, 63px 63px #46b8da, 64px 64px #46b8da, 65px 65px #46b8da, 66px 66px #46b8da, 67px 67px #46b8da, 68px 68px #46b8da, 69px 69px #46b8da, 70px 70px #46b8da, 71px 71px #46b8da, 72px 72px #46b8da, 73px 73px #46b8da, 74px 74px #46b8da, 75px 75px #46b8da, 76px 76px #46b8da, 77px 77px #46b8da, 78px 78px #46b8da, 79px 79px #46b8da, 80px 80px #46b8da, 81px 81px #46b8da, 82px 82px #46b8da, 83px 83px #46b8da, 84px 84px #46b8da, 85px 85px #46b8da, 86px 86px #46b8da, 87px 87px #46b8da, 88px 88px #46b8da, 89px 89px #46b8da, 90px 90px #46b8da, 91px 91px #46b8da, 92px 92px #46b8da, 93px 93px #46b8da, 94px 94px #46b8da, 95px 95px #46b8da, 96px 96px #46b8da, 97px 97px #46b8da, 98px 98px #46b8da, 99px 99px #46b8da, 100px 100px #46b8da, 101px 101px #46b8da, 102px 102px #46b8da, 103px 103px #46b8da, 104px 104px #46b8da, 105px 105px #46b8da, 106px 106px #46b8da, 107px 107px #46b8da, 108px 108px #46b8da, 109px 109px #46b8da, 110px 110px #46b8da, 111px 111px #46b8da, 112px 112px #46b8da, 113px 113px #46b8da, 114px 114px #46b8da, 115px 115px #46b8da, 116px 116px #46b8da, 117px 117px #46b8da, 118px 118px #46b8da, 119px 119px #46b8da, 120px 120px #46b8da, 121px 121px #46b8da, 122px 122px #46b8da, 123px 123px #46b8da, 124px 124px #46b8da, 125px 125px #46b8da, 126px 126px #46b8da, 127px 127px #46b8da, 128px 128px #46b8da, 129px 129px #46b8da, 130px 130px #46b8da, 131px 131px #46b8da, 132px 132px #46b8da, 133px 133px #46b8da, 134px 134px #46b8da, 135px 135px #46b8da, 136px 136px #46b8da, 137px 137px #46b8da, 138px 138px #46b8da, 139px 139px #46b8da, 140px 140px #46b8da, 141px 141px #46b8da, 142px 142px #46b8da, 143px 143px #46b8da, 144px 144px #46b8da, 145px 145px #46b8da, 146px 146px #46b8da, 147px 147px #46b8da, 148px 148px #46b8da, 149px 149px #46b8da, 150px 150px #46b8da, 151px 151px #46b8da, 152px 152px #46b8da, 153px 153px #46b8da, 154px 154px #46b8da, 155px 155px #46b8da, 156px 156px #46b8da, 157px 157px #46b8da, 158px 158px #46b8da, 159px 159px #46b8da, 160px 160px #46b8da, 161px 161px #46b8da, 162px 162px #46b8da, 163px 163px #46b8da, 164px 164px #46b8da, 165px 165px #46b8da, 166px 166px #46b8da, 167px 167px #46b8da, 168px 168px #46b8da, 169px 169px #46b8da, 170px 170px #46b8da, 171px 171px #46b8da, 172px 172px #46b8da, 173px 173px #46b8da, 174px 174px #46b8da, 175px 175px #46b8da, 176px 176px #46b8da, 177px 177px #46b8da, 178px 178px #46b8da, 179px 179px #46b8da, 180px 180px #46b8da, 181px 181px #46b8da, 182px 182px #46b8da, 183px 183px #46b8da, 184px 184px #46b8da, 185px 185px #46b8da, 186px 186px #46b8da, 187px 187px #46b8da, 188px 188px #46b8da, 189px 189px #46b8da, 190px 190px #46b8da, 191px 191px #46b8da, 192px 192px #46b8da, 193px 193px #46b8da, 194px 194px #46b8da, 195px 195px #46b8da, 196px 196px #46b8da, 197px 197px #46b8da, 198px 198px #46b8da, 199px 199px #46b8da, 200px 200px #46b8da;
  background-color: #5bc0de; }

.shape-10 {
  text-shadow: 0px 0px #54356b, 1px 1px #54356b, 2px 2px #54356b, 3px 3px #54356b, 4px 4px #54356b, 5px 5px #54356b, 6px 6px #54356b, 7px 7px #54356b, 8px 8px #54356b, 9px 9px #54356b, 10px 10px #54356b, 11px 11px #54356b, 12px 12px #54356b, 13px 13px #54356b, 14px 14px #54356b, 15px 15px #54356b, 16px 16px #54356b, 17px 17px #54356b, 18px 18px #54356b, 19px 19px #54356b, 20px 20px #54356b, 21px 21px #54356b, 22px 22px #54356b, 23px 23px #54356b, 24px 24px #54356b, 25px 25px #54356b, 26px 26px #54356b, 27px 27px #54356b, 28px 28px #54356b, 29px 29px #54356b, 30px 30px #54356b, 31px 31px #54356b, 32px 32px #54356b, 33px 33px #54356b, 34px 34px #54356b, 35px 35px #54356b, 36px 36px #54356b, 37px 37px #54356b, 38px 38px #54356b, 39px 39px #54356b, 40px 40px #54356b, 41px 41px #54356b, 42px 42px #54356b, 43px 43px #54356b, 44px 44px #54356b, 45px 45px #54356b, 46px 46px #54356b, 47px 47px #54356b, 48px 48px #54356b, 49px 49px #54356b, 50px 50px #54356b, 51px 51px #54356b, 52px 52px #54356b, 53px 53px #54356b, 54px 54px #54356b, 55px 55px #54356b, 56px 56px #54356b, 57px 57px #54356b, 58px 58px #54356b, 59px 59px #54356b, 60px 60px #54356b, 61px 61px #54356b, 62px 62px #54356b, 63px 63px #54356b, 64px 64px #54356b, 65px 65px #54356b, 66px 66px #54356b, 67px 67px #54356b, 68px 68px #54356b, 69px 69px #54356b, 70px 70px #54356b, 71px 71px #54356b, 72px 72px #54356b, 73px 73px #54356b, 74px 74px #54356b, 75px 75px #54356b, 76px 76px #54356b, 77px 77px #54356b, 78px 78px #54356b, 79px 79px #54356b, 80px 80px #54356b, 81px 81px #54356b, 82px 82px #54356b, 83px 83px #54356b, 84px 84px #54356b, 85px 85px #54356b, 86px 86px #54356b, 87px 87px #54356b, 88px 88px #54356b, 89px 89px #54356b, 90px 90px #54356b, 91px 91px #54356b, 92px 92px #54356b, 93px 93px #54356b, 94px 94px #54356b, 95px 95px #54356b, 96px 96px #54356b, 97px 97px #54356b, 98px 98px #54356b, 99px 99px #54356b, 100px 100px #54356b, 101px 101px #54356b, 102px 102px #54356b, 103px 103px #54356b, 104px 104px #54356b, 105px 105px #54356b, 106px 106px #54356b, 107px 107px #54356b, 108px 108px #54356b, 109px 109px #54356b, 110px 110px #54356b, 111px 111px #54356b, 112px 112px #54356b, 113px 113px #54356b, 114px 114px #54356b, 115px 115px #54356b, 116px 116px #54356b, 117px 117px #54356b, 118px 118px #54356b, 119px 119px #54356b, 120px 120px #54356b, 121px 121px #54356b, 122px 122px #54356b, 123px 123px #54356b, 124px 124px #54356b, 125px 125px #54356b, 126px 126px #54356b, 127px 127px #54356b, 128px 128px #54356b, 129px 129px #54356b, 130px 130px #54356b, 131px 131px #54356b, 132px 132px #54356b, 133px 133px #54356b, 134px 134px #54356b, 135px 135px #54356b, 136px 136px #54356b, 137px 137px #54356b, 138px 138px #54356b, 139px 139px #54356b, 140px 140px #54356b, 141px 141px #54356b, 142px 142px #54356b, 143px 143px #54356b, 144px 144px #54356b, 145px 145px #54356b, 146px 146px #54356b, 147px 147px #54356b, 148px 148px #54356b, 149px 149px #54356b, 150px 150px #54356b, 151px 151px #54356b, 152px 152px #54356b, 153px 153px #54356b, 154px 154px #54356b, 155px 155px #54356b, 156px 156px #54356b, 157px 157px #54356b, 158px 158px #54356b, 159px 159px #54356b, 160px 160px #54356b, 161px 161px #54356b, 162px 162px #54356b, 163px 163px #54356b, 164px 164px #54356b, 165px 165px #54356b, 166px 166px #54356b, 167px 167px #54356b, 168px 168px #54356b, 169px 169px #54356b, 170px 170px #54356b, 171px 171px #54356b, 172px 172px #54356b, 173px 173px #54356b, 174px 174px #54356b, 175px 175px #54356b, 176px 176px #54356b, 177px 177px #54356b, 178px 178px #54356b, 179px 179px #54356b, 180px 180px #54356b, 181px 181px #54356b, 182px 182px #54356b, 183px 183px #54356b, 184px 184px #54356b, 185px 185px #54356b, 186px 186px #54356b, 187px 187px #54356b, 188px 188px #54356b, 189px 189px #54356b, 190px 190px #54356b, 191px 191px #54356b, 192px 192px #54356b, 193px 193px #54356b, 194px 194px #54356b, 195px 195px #54356b, 196px 196px #54356b, 197px 197px #54356b, 198px 198px #54356b, 199px 199px #54356b, 200px 200px #54356b;
  background-color: #613d7c; }

.shape-11 {
  text-shadow: 0px 0px #ff4262, 1px 1px #ff4262, 2px 2px #ff4262, 3px 3px #ff4262, 4px 4px #ff4262, 5px 5px #ff4262, 6px 6px #ff4262, 7px 7px #ff4262, 8px 8px #ff4262, 9px 9px #ff4262, 10px 10px #ff4262, 11px 11px #ff4262, 12px 12px #ff4262, 13px 13px #ff4262, 14px 14px #ff4262, 15px 15px #ff4262, 16px 16px #ff4262, 17px 17px #ff4262, 18px 18px #ff4262, 19px 19px #ff4262, 20px 20px #ff4262, 21px 21px #ff4262, 22px 22px #ff4262, 23px 23px #ff4262, 24px 24px #ff4262, 25px 25px #ff4262, 26px 26px #ff4262, 27px 27px #ff4262, 28px 28px #ff4262, 29px 29px #ff4262, 30px 30px #ff4262, 31px 31px #ff4262, 32px 32px #ff4262, 33px 33px #ff4262, 34px 34px #ff4262, 35px 35px #ff4262, 36px 36px #ff4262, 37px 37px #ff4262, 38px 38px #ff4262, 39px 39px #ff4262, 40px 40px #ff4262, 41px 41px #ff4262, 42px 42px #ff4262, 43px 43px #ff4262, 44px 44px #ff4262, 45px 45px #ff4262, 46px 46px #ff4262, 47px 47px #ff4262, 48px 48px #ff4262, 49px 49px #ff4262, 50px 50px #ff4262, 51px 51px #ff4262, 52px 52px #ff4262, 53px 53px #ff4262, 54px 54px #ff4262, 55px 55px #ff4262, 56px 56px #ff4262, 57px 57px #ff4262, 58px 58px #ff4262, 59px 59px #ff4262, 60px 60px #ff4262, 61px 61px #ff4262, 62px 62px #ff4262, 63px 63px #ff4262, 64px 64px #ff4262, 65px 65px #ff4262, 66px 66px #ff4262, 67px 67px #ff4262, 68px 68px #ff4262, 69px 69px #ff4262, 70px 70px #ff4262, 71px 71px #ff4262, 72px 72px #ff4262, 73px 73px #ff4262, 74px 74px #ff4262, 75px 75px #ff4262, 76px 76px #ff4262, 77px 77px #ff4262, 78px 78px #ff4262, 79px 79px #ff4262, 80px 80px #ff4262, 81px 81px #ff4262, 82px 82px #ff4262, 83px 83px #ff4262, 84px 84px #ff4262, 85px 85px #ff4262, 86px 86px #ff4262, 87px 87px #ff4262, 88px 88px #ff4262, 89px 89px #ff4262, 90px 90px #ff4262, 91px 91px #ff4262, 92px 92px #ff4262, 93px 93px #ff4262, 94px 94px #ff4262, 95px 95px #ff4262, 96px 96px #ff4262, 97px 97px #ff4262, 98px 98px #ff4262, 99px 99px #ff4262, 100px 100px #ff4262, 101px 101px #ff4262, 102px 102px #ff4262, 103px 103px #ff4262, 104px 104px #ff4262, 105px 105px #ff4262, 106px 106px #ff4262, 107px 107px #ff4262, 108px 108px #ff4262, 109px 109px #ff4262, 110px 110px #ff4262, 111px 111px #ff4262, 112px 112px #ff4262, 113px 113px #ff4262, 114px 114px #ff4262, 115px 115px #ff4262, 116px 116px #ff4262, 117px 117px #ff4262, 118px 118px #ff4262, 119px 119px #ff4262, 120px 120px #ff4262, 121px 121px #ff4262, 122px 122px #ff4262, 123px 123px #ff4262, 124px 124px #ff4262, 125px 125px #ff4262, 126px 126px #ff4262, 127px 127px #ff4262, 128px 128px #ff4262, 129px 129px #ff4262, 130px 130px #ff4262, 131px 131px #ff4262, 132px 132px #ff4262, 133px 133px #ff4262, 134px 134px #ff4262, 135px 135px #ff4262, 136px 136px #ff4262, 137px 137px #ff4262, 138px 138px #ff4262, 139px 139px #ff4262, 140px 140px #ff4262, 141px 141px #ff4262, 142px 142px #ff4262, 143px 143px #ff4262, 144px 144px #ff4262, 145px 145px #ff4262, 146px 146px #ff4262, 147px 147px #ff4262, 148px 148px #ff4262, 149px 149px #ff4262, 150px 150px #ff4262, 151px 151px #ff4262, 152px 152px #ff4262, 153px 153px #ff4262, 154px 154px #ff4262, 155px 155px #ff4262, 156px 156px #ff4262, 157px 157px #ff4262, 158px 158px #ff4262, 159px 159px #ff4262, 160px 160px #ff4262, 161px 161px #ff4262, 162px 162px #ff4262, 163px 163px #ff4262, 164px 164px #ff4262, 165px 165px #ff4262, 166px 166px #ff4262, 167px 167px #ff4262, 168px 168px #ff4262, 169px 169px #ff4262, 170px 170px #ff4262, 171px 171px #ff4262, 172px 172px #ff4262, 173px 173px #ff4262, 174px 174px #ff4262, 175px 175px #ff4262, 176px 176px #ff4262, 177px 177px #ff4262, 178px 178px #ff4262, 179px 179px #ff4262, 180px 180px #ff4262, 181px 181px #ff4262, 182px 182px #ff4262, 183px 183px #ff4262, 184px 184px #ff4262, 185px 185px #ff4262, 186px 186px #ff4262, 187px 187px #ff4262, 188px 188px #ff4262, 189px 189px #ff4262, 190px 190px #ff4262, 191px 191px #ff4262, 192px 192px #ff4262, 193px 193px #ff4262, 194px 194px #ff4262, 195px 195px #ff4262, 196px 196px #ff4262, 197px 197px #ff4262, 198px 198px #ff4262, 199px 199px #ff4262, 200px 200px #ff4262;
  background-color: #ff5b77; }

.modal-content {
  border-radius: 7px; }
  .modal-content .modal-header {
    border-radius: 7px 7px 0 0; }
.modal-content .close {
border: none;
    border-radius: 50%;
    line-height: 33px;
    height: 33px;
    background: transparent;
    color: #428bca;
    font-size: 30px;
    font-weight: 100;
    width: 33px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;

}
.modal-content .close:focus {
    border: 0 !important;
    outline: 0 !important;
}
.modal-content .close i {
    -webkit-text-stroke: 3px #f8f8f8;
}

.card {
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }
  .card .card-header {
    border-radius: 6px 6px 0 0; }

.box-title--padding {
  padding-left: 15px; }

.bs-poster-img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(110, 162, 173, 0.1); }

.block-cell.user {
  border-radius: 6px;
  background: white; }

.file-input .input-group .input-group-btn button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-horizontal .form-group {
  margin-bottom: 16px; }

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

html[theme="dark"] body {
  color: var(--text-color);
  background-color: var(--background--darker); }

html[theme="dark"] .inner-box,
html[theme="dark"] .content-box,
html[theme="dark"] .sidebar-modern-inner,
html[theme="dark"] .category-list,
html[theme="dark"] .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; }

html[theme="dark"] a {
  color: var(--link-hover); }
  html[theme="dark"] a:hover {
    color: var(--link-hover-color); }

html[theme="dark"] .nice-select .option, html[theme="dark"] .nice-select .list {
  background-color: var(--background);
  color: var(--text-color-light); }

html[theme="dark"] .nice-select .option {
  border-color: var(--nav-border); }

html[theme="dark"] .nice-select .option.selected {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .nice-select .option:hover, html[theme="dark"] .nice-select .option.focus, html[theme="dark"] .nice-select .option.selected.focus {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .tab-lite .nav-tabs > li > a {
  color: var(--text-color-meta); }

html[theme="dark"] .tab-lite .nav-tabs > li.active > a {
  background: var(--background--darker); }
  html[theme="dark"] .tab-lite .nav-tabs > li.active > a:hover {
    background: var(--background--lighter); }
  html[theme="dark"] .tab-lite .nav-tabs > li.active > a:focus {
    background: var(--background--lighter); }

html[theme="dark"] .nav-tabs {
  border-color: var(--border-color); }

html[theme="dark"] .nav-tabs .nav-link.active, html[theme="dark"] .nav-tabs .nav-item.show .nav-link {
  color: var(--text-color-meta);
  background-color: var(--tab-box-bg);
  border-color: var(--tab-box-active-bg) var(--tab-box-active-bg) var(--tab-box-bg); }
  html[theme="dark"] .nav-tabs .nav-link.active .badge-secondary, html[theme="dark"] .nav-tabs .nav-item.show .nav-link .badge-secondary {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); }

html[theme="dark"] .nav-tabs .nav-link:hover, html[theme="dark"] .nav-tabs .nav-link:focus {
  border-color: var(--tab-box-active-bg) var(--tab-box-active-bg) var(--tab-box-active-bg); }

html[theme="dark"] .nice-select, html[theme="dark"] .select-sort-by.selectpicker {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }

html[theme="dark"] .btn-secondary, html[theme="dark"] .btn-default {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }
  html[theme="dark"] .btn-secondary:focus, html[theme="dark"] .btn-secondary:hover, html[theme="dark"] .btn-default:focus, html[theme="dark"] .btn-default:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important; }

html[theme="dark"] .save-search-bar:hover {
  background: var(--background-secondery);
  color: var(--text-color) !important; }

html[theme="dark"] .btn-secondary:active, html[theme="dark"] .btn-secondary:active:focus,
html[theme="dark"] .btn-secondary.active, html[theme="dark"] .btn-secondary.active:focus,
html[theme="dark"] .show > .btn-secondary.dropdown-toggle,
html[theme="dark"] .btn-default:active, html[theme="dark"] .btn-default:active:focus,
html[theme="dark"] .btn-default.active, html[theme="dark"] .btn-default.active:focus,
html[theme="dark"] .show > .btn-default.dropdown-toggle,
html[theme="dark"] .input-group-text {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .pagination-bar .pagination li a {
  background-color: var(--background);
  color: var(--text-color-light);
  border-color: var(--nav-border); }
  html[theme="dark"] .pagination-bar .pagination li a:focus, html[theme="dark"] .pagination-bar .pagination li a:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); }

html[theme="dark"] .pagination-bar .pagination li.active a {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .content-footer {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .panel-details {
  background: var(--background--lighter);
  color: var(--text-color-light);
  border-color: var(--nav-border); }

html[theme="dark"] .contact_info .list-title:after, html[theme="dark"] .contact-form .list-title:after {
  border-color: var(--background) transparent transparent; }

html[theme="dark"] .contact_info .list-title:before, html[theme="dark"] .contact-form .list-title:before {
  border-color: var(--nav-border) transparent transparent; }

html[theme="dark"] .list-title {
  color: var(--text-color-light); }
  html[theme="dark"] .list-title:after {
    border-color: var(--background) transparent transparent; }
  html[theme="dark"] .list-title:before {
    border-color: var(--nav-border) transparent transparent; }

html[theme="dark"] .ads-details-info {
  color: var(--text-color-light); }

html[theme="dark"] .list-border > li {
  border-color: var(--nav-border); }

html[theme="dark"] .card {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border);
  color: var(--text-color-meta); }

html[theme="dark"] .block-cell {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .card-user-info .grid-col .col {
  color: var(--text-color-meta); }

html[theme="dark"] .card-user-info .grid-col .col.from i {
  color: var(--text-color-light); }

html[theme="dark"] .sidebar-card .card-header {
  background: var(--background--lighter);
  color: var(--text-color) !important; }

html[theme="dark"] .bg-light {
  background: var(--background--lighter) !important;
  color: var(--text-color) !important; }

html[theme="dark"] table.checkboxtable td, html[theme="dark"] table.checkboxtable th {
  border-top: solid 1px var(--border-color-20); }

html[theme="dark"] .table-hover tbody tr:hover {
  background: var(--background) !important; }

html[theme="dark"] .modal-content {
  background: rgba(0, 0, 0, 0.9); }

html[theme="dark"] .modal-header {
  background: var(--background--lighter) !important;
  color: var(--text-color) !important; }

html[theme="dark"] .modal-footer {
  border-top: solid 1px var(--border-color-20); }

html[theme="dark"] .photo-count {
  background: var(--background) !important; }

html[theme="dark"] .key-features .media-heading {
  color: var(--text-color-meta-dark); }

html[theme="dark"] .prop-info-block {
  color: var(--text-color-meta);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .prop-info span.title {
  color: var(--text-color-meta-dark); }

html[theme="dark"] .badge-secondary {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .page-bottom-info {
  background: -webkit-linear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: -moz-linear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: -o-linear-gradient(292deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554;
  background: linear-gradient(158deg, #117d68 44%, #1c7943 85%) no-repeat 0 0 #0e6554; }
  html[theme="dark"] .page-bottom-info .btn-primary-dark {
    background-color: var(--brand-primary); }

html[theme="dark"] .cat-list h3 .count {
  color: var(--text-color-meta); }

html[theme="dark"] .cat-list li a {
  color: var(--text-color-meta); }
  html[theme="dark"] .cat-list li a:hover {
    color: var(--text-color); }

html[theme="dark"] .cat-list.arrow li {
  border-bottom: 0; }

html[theme="dark"] .collapse-title {
  color: var(--text-color);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .user-panel-sidebar ul li a {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .user-panel-sidebar ul li:hover a, html[theme="dark"] .user-panel-sidebar ul li.active a {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .table thead th, html[theme="dark"] .table-bordered th, html[theme="dark"] .table-bordered td {
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .list-group-unstyle .list-group-item.active, html[theme="dark"] .list-group-unstyle .list-group-item:hover {
  background: var(--background--lighter);
  color: var(--text-color);
  border-color: var(--nav-border); }

html[theme="dark"] .list-group-unstyle .list-group-item.active a, html[theme="dark"] .list-group-unstyle .list-group-item:hover a {
  color: var(--text-color); }

html[theme="dark"] .list-group-item {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }
  html[theme="dark"] .list-group-item a {
    color: var(--text-color-meta); }

html[theme="dark"] .delete-search-result {
  color: var(--text-color-meta); }
  html[theme="dark"] .delete-search-result:hover {
    color: var(--text-color); }

html[theme="dark"] .hdata a {
  color: var(--text-color-meta); }

html[theme="dark"] .ads-details-td {
  color: var(--text-color-meta); }
  html[theme="dark"] .ads-details-td p {
    margin-bottom: 4px; }

html[theme="dark"] .modal-header .close {
  color: var(--text-color-meta); }
  html[theme="dark"] .modal-header .close:hover {
    color: var(--text-color-meta); }

html[theme="dark"] .title-2 {
  border-color: var(--nav-border) !important; }

html[theme="dark"] .content-subheading {
  color: var(--text-color); }

html[theme="dark"] .jobs-desc {
  color: var(--text-color-meta); }

html[theme="dark"] .row-featured-company .f-category h6 .company-name {
  color: var(--text-color); }

html[theme="dark"] .list-title a {
  color: var(--text-color); }

html[theme="dark"] .jobs-s-tag {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }
  html[theme="dark"] .jobs-s-tag:focus, html[theme="dark"] .jobs-s-tag:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border);
    opacity: .75; }

html[theme="dark"] .text-muted {
  color: var(--text-color-meta-dark) !important; }

html[theme="dark"] .login-box .input-icon i {
  color: var(--text-color-meta);
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

html[theme="dark"] .button-wrap .btn-social {
  background: var(--background--darker); }

html[theme="dark"] .link-color {
  color: var(--text-color); }

html[theme="dark"] .share-this-post li a i {
  color: var(--text-color-meta); }
  html[theme="dark"] .share-this-post li a i:focus, html[theme="dark"] .share-this-post li a i:hover {
    color: var(--text-color-light);
    opacity: 1; }

html[theme="dark"] .inbox-nav li a {
  background: none; }

html[theme="dark"] .inbox-nav li.active, html[theme="dark"] .inbox-nav li:hover {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .inbox-nav li a .badge {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .chat-item .time-and-date, html[theme="dark"] .message-list .list-group-item .list-box-content .time {
  color: var(--text-color-meta); }

html[theme="dark"] .message-list .list-group-item:hover {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border);
  box-shadow: none; }

html[theme="dark"] .blog-post-content-desc p,
html[theme="dark"] .blog-post-content-desc .blog-post-content,
html[theme="dark"] .blog-article-text {
  color: var(--text-color-light); }

html[theme="dark"] .blog-post-footer {
  background: var(--background--lighter);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .blog-post-footer .list-title::after {
  border-color: var(--background--lighter) transparent transparent; }

html[theme="dark"] .blog-post-footer .list-title::before {
  border-color: var(--border-color) transparent transparent; }

html[theme="dark"] .share-this-post li a:hover i {
  color: var(--text-color); }

html[theme="dark"] ul.list-link li a, html[theme="dark"] ul.list-link li {
  color: var(--text-color-meta); }

html[theme="dark"] .navbar-light .navbar-brand:hover, html[theme="dark"] .navbar-light .navbar-brand:focus {
  color: var(--text-color-light); }

html[theme="dark"] .form-control, html[theme="dark"] input[type='text'] {
  color: var(--text-color-meta);
  background: var(--input-bg); }

html[theme="dark"] .page-content .inner-box.has-aff {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .sidebar-modern-inner {
  background: var(--category-sidebar-bg); }
  html[theme="dark"] .sidebar-modern-inner .block-title.has-arrow:before {
    border-color: var(--border-color) transparent transparent; }
  html[theme="dark"] .sidebar-modern-inner .block-title.has-arrow:after {
    border-color: var(--category-sidebar-bg) transparent transparent; }
  html[theme="dark"] .sidebar-modern-inner h5 {
    color: var(--sidebar-title-color); }
    html[theme="dark"] .sidebar-modern-inner h5 a {
      color: var(--sidebar-title-color); }

html[theme="dark"] .search-row .search-col .search-col-inner {
  background: var(--background--darker); }

html[theme="dark"] .autocomplete-suggestions {
  background: var(--background--darker); }
  html[theme="dark"] .autocomplete-suggestions .autocomplete-suggestion {
    border-bottom: 1px solid var(--border-color); }
    html[theme="dark"] .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: var(--background--lighter);
      color: var(--text-color) !important;
      border-color: var(--nav-border); }

html[theme="dark"] .page-content .inner-box.has-aff {
  background: var(--background--darker); }

html[theme="dark"] .inner-box {
  background: var(--background); }
  html[theme="dark"] .inner-box.has-ad {
    background: var(--background--darker); }

html[theme="dark"] .category-list-wrapper {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .content-box {
  background: var(--panel-bg); }

html[theme="dark"] .f-category h6 {
  color: var(--text-color); }
  html[theme="dark"] .f-category h6 a {
    color: var(--text-color); }
  html[theme="dark"] .f-category h6 .count {
    color: #9a9a9a; }

html[theme="dark"] .box-title {
  background: var(--panel-header-bg); }

html[theme="dark"] .featured-list-slider .item > a:hover {
  background: var(--background--darker); }

html[theme="dark"] .featured-list-row {
  background: var(--background); }

html[theme="dark"] .item-list:hover {
  background: var(--category-list-item-hover); }

html[theme="dark"] .category-list:not(.event-category-list) {
  background: var(--category-sidebar-bg); }

html[theme="dark"] .tab-box {
  background: var(--tab-box-bg); }

html[theme="dark"] .nav-tabs.add-tabs > li:hover > a {
  background: var(--tab-box-active-bg); }

html[theme="dark"] .nav-tabs.add-tabs > li.active > a {
  border-top: 1px solid var(--tab-box-active-border);
  background: var(--tab-box-active-bg); }
  html[theme="dark"] .nav-tabs.add-tabs > li.active > a:hover, html[theme="dark"] .nav-tabs.add-tabs > li.active > a:active, html[theme="dark"] .nav-tabs.add-tabs > li.active > a:focus {
    border-bottom: solid 1px var(--tab-box-active-bg); }

html[theme="dark"] .breadcrumb-list a.current {
  color: var(--text-color); }

html[theme="dark"] .listing-view-action span.active {
  color: var(--text-color); }

html[theme="dark"] .list-filter ul li a {
  color: var(--category-list-color); }

html[theme="dark"] .title-5 {
  border-bottom: 1px solid var(--border-color); }

html[theme="dark"] .dropdown-menu {
  color: var(--text-color-light);
  background-color: var(--background);
  border: 1px solid var(--nav-border); }

html[theme="dark"] .dropdown-item {
  color: var(--link-color); }
  html[theme="dark"] .dropdown-item:focus, html[theme="dark"] .dropdown-item:hover {
    color: var(--link-hover-color);
    background: var(--menu-hover-bg); }
  html[theme="dark"] .dropdown-item.active, html[theme="dark"] .dropdown-item:active {
    color: var(--text-color) !important; }

html[theme="dark"] .footer-content {
  color: var(--text-color);
  background: var(--footer-bg); }

html[theme="dark"] .block-cell.user {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .copy-info {
  color: var(--text-color-meta); }

html[theme="dark"] .footer-nav-inline li a {
  color: var(--link-color); }

html[theme="dark"] .footer-nav li a {
  color: var(--text-color-meta); }

html[theme="dark"] .footer-title {
  color: var(--text-color); }

@media (max-width: 767px) {
  html[theme="dark"] .navbar-site.navbar .nav > li a:not(.btn), html[theme="dark"] .navbar-site.navbar .nav > .nav-item a:not(.btn) {
    color: var(--link-color); }
  html[theme="dark"] .navbar-site.navbar .nav > li .dropdown-menu > li.active, html[theme="dark"] .navbar-site.navbar .nav > .nav-item .dropdown-menu > li.active {
    background: var(--background--lighter);
    color: var(--text-color-light); } }

@media (min-width: 768px) {
  html[theme="dark"] .header {
    background: var(--nav-bg); }
  html[theme="dark"] .navbar-site {
    background: var(--nav-bg) !important;
    border-bottom: var(--nav-border) !important; }
  html[theme="dark"] .navbar.navbar-site .navbar-nav > li > a:not(.btn), html[theme="dark"] .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn), html[theme="dark"] .navbar.navbar-light .navbar-nav > li > a:not(.btn), html[theme="dark"] .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn) {
    color: var(--text-color); }
    html[theme="dark"] .navbar.navbar-site .navbar-nav > li > a:not(.btn):hover, html[theme="dark"] .navbar.navbar-site .navbar-nav > li .nav-link:not(.btn):hover, html[theme="dark"] .navbar.navbar-light .navbar-nav > li > a:not(.btn):hover, html[theme="dark"] .navbar.navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
      color: var(--text-color-hover); }
  html[theme="dark"] .navbar .navbar-brand {
    color: var(--logo-color); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-brand {
    color: var(--logo-color); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-nav > li {
    border-right: solid 1px var(--border-color); }
  html[theme="dark"] li .user-menu li:hover i {
    color: var(--menu-link-color); }
  html[theme="dark"] li .dropdown-menu.user-menu > .active > a {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] li.dropdown-item.active, html[theme="dark"] li.dropdown-item:active {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] .dropdown-menu > li a {
    color: var(--menu-link-color); }
  html[theme="dark"] .dropdown-menu.user-menu > .active {
    background: var(--background--lighter);
    color: var(--text-color); }
  html[theme="dark"] .dropdown-menu.user-menu > .active > a:focus {
    background: var(--background--lighter);
    color: var(--text-color); } }

@media (max-width: 767px) {
  html[theme="dark"] .navbar-light .navbar-brand {
    color: var(--text-color); }
  html[theme="dark"] .navbar-site.navbar .navbar-identity {
    border-color: rgba(255, 255, 255, 0.2); }
  html[theme="dark"] .navbar-light .navbar-toggler {
    color: var(--text-color);
    border-color: rgba(255, 255, 255, 0.2); } }

@media (min-width: 768px) {
  html[theme="dark"] .navbar.navbar-bodered .navbar-brand:after {
    background-color: var(--border-color-20); }
  html[theme="dark"] .navbar.navbar-bodered .navbar-nav > li:hover {
    background: var(--background--lighter);
    color: var(--text-color) !important;
    border-color: var(--nav-border); } }

html[theme="dark"] .card-event.featured .card-body h4 a,
html[theme="dark"] .card-event:not(.featured) .card-title a {
  color: var(--text-color); }

html[theme="dark"] .card-event .card-footer .left a, html[theme="dark"] .card-event .card-footer .social-link a {
  color: var(--text-color-meta); }

html[theme="dark"] .listing-title-holder {
  border-color: var(--border-color-30); }

html[theme="dark"] .event-details-title {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .ev-info-details .ev-details, html[theme="dark"] .ev-info-details .ev-icon {
  color: var(--text-color-meta); }

html[theme="dark"] .mobile-filter-bar {
  background: var(--background-secondery);
  color: var(--text-color) !important;
  border-color: var(--nav-border); }

html[theme="dark"] .mobile-filter-bar .dropdown-menu > li a {
  color: var(--text-color-meta); }

.theme-switcher {
  position: fixed;
  top: 24px;
  z-index: 99999;
  right: 0;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: -moz-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: -o-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }
  @media (max-width: 767px) {
    .theme-switcher {display: none; }
	.vdo_parts {height: auto; margin-top:20px;}
}

.theme-switcher-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.theme-switcher-label:before, .theme-switcher-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.theme-switcher-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

.theme-switcher-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.theme-switcher.active .theme-switcher-label {
  background: var(--background);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.theme-switcher.active .theme-switcher-label:before {
  opacity: 0; }

.theme-switcher.active .theme-switcher-label:after {
  opacity: 1; }

.theme-switcher-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: -moz-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: -o-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.theme-switcher-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  background: -moz-linear-gradient(top, #eeeeee, #FFFFFF);
  background: -o-linear-gradient(top, #eeeeee, #FFFFFF);
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }

.theme-switcher.active .theme-switcher-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

/* Transition
========================== */
.theme-switcher-label, .theme-switcher-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }