/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9c9a9a !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9c9a9a !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #9c9a9a !important;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9c9a9a !important;
    opacity: 1 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

body {
    overflow-x: hidden;
    background: url(images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

/* #Basic Styles
================================================== */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: auto;
    min-height: 100%;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

a {
  cursor: pointer;
}
.subheader {
    color: #777
}

p img {
    margin: 0
}

p.lead {
    font-size: 21px;
    color: #777
}

em {
    font-style: italic
}

strong {
    font-weight: 700
}

small {
    font-size: 80%
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0
}

/* #Links
================================================== */
a,
a:visited {
    /*color: #f0703a;*/
    text-decoration: none;
    line-height: inherit;
    outline: none;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

/* #Lists
================================================== */
ul,
ol {
    margin-bottom: 0
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
    font-size: 90%
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0
}

ul.large li {
    line-height: 21px
}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

fieldset,
img {
    border: 0;
    outline: none
}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0
}

.half-bottom {
    margin-bottom: 10px
}

.add-bottom {
    margin-bottom: 20px
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.aligncenter {
    text-align: center
}

.gap {
    height: 20px;
    clear: both
}

.hide {
    display: none
}

.hidden {
    display: none
}

.inviso {
    display: none
}

.highlighted {
    color: #211922;
    background-color: #ff0
}

.pull-left {
    float: left;
}

.error {}

.noFloat {
    float: none
}

.noState:hover {
    background-color: transparent
}

.noState:active {
    color: #221919
}

.noBorder {
    border-width: 0 !important
}

.noBorderTop {
    border-top-width: 0
}

.noBorderRight {
    border-right-width: 0
}

.noBorderBottom {
    border-bottom-width: 0
}

.noBorderLeft {
    border-left-width: 0
}

.noMargin {
    margin: 0 !important;
}

.noMarginTop {
    margin-top: 0
}

.noMarginRight {
    margin-right: 0
}

.noMarginBottom {
    margin-bottom: 0
}

.noMarginLeft {
    margin-left: 0
}

.noBackground {
    background: none
}

.noPadding {
    padding: 0 !important
}

.invisible {
    visibility: hidden
}

.red {
    color: red
}

.noscroll {
    overflow: hidden
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0
}

.clearfix:after {
    clear: both
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.shadow {
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -icab-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

.innershadow {
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -icab-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset0px 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5)
}

/*-- form style ========================*/
input:focus {
    outline: none
}

textarea {
    resize: none;
    -webkit-appearance: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
select,
textarea,
input[type="password"],
input[type="file"] {
    outline: none;
    background: #fff;
    padding: 10px;
    color: #858585;
    border: none;
    font-family: 'Open Sans';
    width: 100%;
    border: none;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: none;

}

input {
    outline: none;
}

.borderinput input[type="text"],
.borderinput input[type="email"],
.borderinput input[type="file"],
.borderinput input[type="phone"],
.borderinput input[type="search"],
.borderinput select,
.borderinput textarea,
.borderinput input[type="password"] {
    border: 1px solid #dce4e6;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.borderinput input[type="text"]:focus,
.borderinput input[type="email"]:focus,
.borderinput input[type="phone"]:focus,
.borderinput input[type="search"]:focus,
.borderinput select:focus,
.borderinput textarea:focus,
.borderinput input[type="password"]:focus {
    border: 1px solid #0b8be6;
}

.mandatory {
    color: red;
}

select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.selectfield {
    position: relative;
}

.selectfield:after {
    content: "";
    position: absolute;
    z-index: 0;
    border: 7px solid transparent;
    border-top-color: #959595;
    top: 20px;
    right: 15px;
    pointer-events: none;
}

.selectfield::before {
    background-color: #fff;
    content: "";
    height: 36px;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 27px;
    pointer-events: none;
}

.genderField li label {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
    padding: 8px 0px 0;
    cursor: pointer;
}

.genderField li label input[type="radio"] {
    cursor: pointer;
}

.sign-form .genderField li {
    display: table-cell;
    float: none;
    padding: 0 !important;
}

.genderField ul {
    height: 100%;
}

/*-- grid style ========================*/
.grid_1 {
    float: left
}

.grid_2 {
    float: right
}

.grid_5,
.grid_6 {
    display: table-cell;
    vertical-align: top
}

.grid_12 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.one_half_grid {
    min-width: 100%;
    margin: 0 0 -20px -20px;
}

ul.one_half_grid > li {
    display: inline-block;
    margin-right: -4px;
    padding: 0 0 20px 20px;
    width: 50%;
}

ul.one_third_grid {
    min-width: 100%;
    margin: 0 0 -40px -40px;
}

ul.one_third_grid > li {
    display: inline-block;
    margin-right: -4px;
    padding: 0 0 40px 40px;
    width: 33.33%
}

ul.one_four_grid {
    min-width: 100%;
    margin: 0 0 -25px -25px;
}

ul.one_four_grid > li {
    display: inline-block;
    margin-right: -4px;
    padding: 0 0 25px 25px;
    width: 25%;
    vertical-align: top;
}

/*--  style ========================*/

body {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #555555;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    /*background: #f9f9fa  url(images/bg-footer.png) no-repeat center bottom;*/
    padding-top: 65px;
}

#wrapper {
    min-height: 100%;
    position: relative;
    width: 100%
}

.fix-container {
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    padding: 0 10px
}

.fix-container:before,
.fix-container:after {
    content: "";
    display: table
}

.full_row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.heading {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.heading h2 {
    font-size: 30px;
    color: #212121;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.heading h2:after {
    content: "";
    height: 3px;
    width: 58px;
    background: #f0703a;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
}

.heading p {
    font-size: 16px;
}

a.themeBtn,
.themeBtn {
    border: none;
    font-family: open sans;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #0b8be6;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
}

.themeBtn:hover {
    background: #f0703a;
}

.themeBtn.orgBtn {
    background: #df741e;
    font-size: 20px;
    color: #fff;
    padding: 15px 30px;
    text-transform: none;
}

.themeBtn.orgBtn:hover {
    background: #9f3400;
}

.themeBtn.whiteBtn {
    background: #fff;
    font-size: 20px;
    color: #0b8be6;
    padding: 15px 30px;
    text-transform: none;
}

.themeBtn.whiteBtn:hover {
    background: #3290df;
    color: #fff
}

.themeBtn.gray {
    background: #a6b1b3;
}

.themeBtn.gray:hover {
    background: #009ddc;
}

.themeBtn.small {
    font-size: 12px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 0;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.themeBtn.midium {
    font-size: 13px;
    border-radius: 2px;
    padding: 0px 20px;
    height: 32px;
    line-height: 32px;
}

a.border_btn,
.border_btn {
    /*background: #fff;*/
    font-size: 17px;
    color: #009ddc;
    font-weight: 600;
    padding: 7px 20px;
    text-transform: uppercase;
    border: 2px solid #009ddc;
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

a.border_btn:hover,
.border_btn:hover {
    color: #fff;
    background: #009ddc;
}

a.border_btn.white {
    border-color: #fff;
    color: #fff;
    font-weight: 700;
}

a.border_btn.white:hover {
    background: #fff;
    color: #009ddc;
}

.padding50 {
    padding: 50px 0;
}

.padding30 {
    padding: 30px 0;
}

.padding20 {
    padding: 20px 0;
}

/*-- Header style ========================*/
#header {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 14px 0;
    position: relative;
    z-index: 10001;
}

.logo {
    float: left;
}

body.fixed #header {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    top: 0px;
    z-index: 10001;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*-- nav style ========================*/
.navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.navigation ul li {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin-right: 1px;
}

.navigation ul li a {
    color: #000;
    border: 2px solid transparent;
    padding: 6px 12px;
    border-radius: 3px;
    display: block;
}

.navigation ul li a:hover {
    border-color: #000;
}

.navtoggle {
    display: none;
}

.inner .logo img {
    max-width: 135px;
}

#header .button {
    font-size: 15px;
    color: #f0703a;
    border: 2px solid #f0703a;
    border-radius: 2px;
    padding: 7px 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#header .button:hover {
    color: #fff;
    background: #f0703a;
}

#header .button .icon {
    display: none;
}

/*-- body style ========================*/
.blue_strip {
    background: #009ddc;
}

.orange_strip {
    background: #ec5c3e;
}

.blue_strip {
    background-color: #0b8be6;
}

.gray_strip {
    background: #f9f9f9;
}

.blue,
.blue a {
    color: #009ddc;
}

.orange,
.orange a {
    color: #ec5c3e;
}

.yellow,
.yellow a {
    color: #f1bc28;
}

.green,
.green a {
    color: #57be3b;
}

.dark_green,
.dark_green a {
    color: #10a78c;
}

.parpal,
.parpal a {
    color: #8700dc;
}

.read_more {
    background: #a6b1b3;
    border: none;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
    display: inline-block;
}

.read_more:hover {
    background: #009ddc;
}

.table_div {
    width: 100%;
    display: table;
    width: 100%;
}

/*.line_through{display:inline-block;position:relative}
.line_through:before, .line_through:after{content: "";position: absolute;height:1px;border-top: 1px solid #dce4e6;top: 0px; bottom: 0px; margin: auto;width: 100%;}
.line_through:before{right: 100%;  margin-right: 15px;}
.line_through:after{left:100%;margin-left:15px;}*/

.line_through {
    display: table;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.line_through:before,
.line_through:after {
    border-top: 1px solid #dce4e6;
    content: '';
    display: table-cell;
    position: relative;
    top: 19px;
    margin: auto;
    width: 45%;
}

.line_through:before {
    right: 1.5%;
}

.line_through:after {
    left: 1.5%;
}

.hover_effect {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid transparent;
    border-radius: 2px;
}

.hover_effect:hover {
    border-color: #009ddc;
    box-shadow: 0 0 20px 0 rgba(0, 157, 220, 0.7);
}

/*---footer style -----*/
#footer {
    background: rgba(249, 249, 250, 0.3);
    display: inline-block;
    padding: 30px 0 40px;
    vertical-align: top;
    width: 100%;
}

.f_logo img {
    max-width: 160px;
}

#footer .grid_1 .f_logo {
    margin-bottom: 30px;
}

#footer .grid_1 .copyright {
    font-size: 13px;
    color: #7f7f7f;
}

#footer .grid_2 {
    float: right;
    width: 75%;
}

#footer .grid_3 {
    float: left;
    width: 75%;
}

#footer .grid_4 {
    float: left;
    width: 25%;
}

#footer .grid_3 li {
    float: left;
    width: 50%;
}

#footer .footer_links li {
    padding-bottom: 10px;
}

#footer .footer_links li > a {
    font-size: 15px;
    color: #2a2a2a;
    position: relative;
}

#footer .footer_links li > a:hover {
    color: #009ddc;
}

#footer .footer_links li > a:before {
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0);
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

#footer .socials_Link {
    padding-top: 10px;
}

#footer .socials_Link li {
    float: left;
    margin: 5px 10px 0 0;
}

#footer .socials_Link li i {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    display: block;
}

#footer .socials_Link li i.ion-social-facebook {
    background: #3b5998;
}

#footer .socials_Link li i.ion-social-twitter {
    background: #44ccf6;
}

#footer .socials_Link li i.ion-social-googleplus {
    background: #d13f2d;
}

#footer .socials_Link li i.ion-social-linkedin {
    background: #0275b6;
}

#footer .socials_Link li i.ion-social-youtube-outline {
    background: #ce332d;
}

#footer .socials_Link li i.ion-social-instagram {
    background: #c93184;
}

#footer .socials_Link li i.ion-social-pinterest {
    background: #bd081b;
}

#footer .socials_Link li i:hover {
    background: #ec5c3e;
}

h3.trigger {
    display: none;
}

/* Loaders & Preloaders */
.circularLoader {
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width: 80px;
    height: 80px;
    position: relative;
}

.circular {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #db652d;
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    0% {
        stroke: #db652d;
    }

    20% {
        stroke: #db652d;
    }

    25% {
        stroke: #db652d;
    }

    45% {
        stroke: #db652d;
    }

    50% {
        stroke: #db652d;
    }

    70% {
        stroke: #db652d;
    }

    75% {
        stroke: #db652d;
    }

    95% {
        stroke: #db652d;
    }
}

@keyframes color {
    0% {
        stroke: #3f88f8;
    }

    20% {
        stroke: #3f88f8;
    }

    25% {
        stroke: #dd413b;
    }

    45% {
        stroke: #dd413b;
    }

    50% {
        stroke: #f6ae2e;
    }

    70% {
        stroke: #f6ae2e;
    }

    75% {
        stroke: #259a5d;
    }

    95% {
        stroke: #259a5d;
    }
}

.LoaderWrap {
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    margin: 20px 0 0;
}

.LoaderWrap .circularLoader {
    margin: 20px auto;
}

/* hover css for responsive */
@media only screen and (min-width :1001px) {
    #footer .footer_links li > a:hover:before {
        background: #009ddc;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* media query ===================================*/

@media only screen and (min-width :1001px) and (max-width :1050px) {
    ul.one_third_grid {
        margin: 0 0 -15px -15px;
    }

    ul.one_third_grid > li {
        padding: 0 0 15px 15px;
    }

    ul.one_four_grid {
        margin: 0 0 -15px -15px;
    }

    ul.one_four_grid > li {
        padding: 0 0 15px 15px;
    }

    .themeBtn.orgBtn {
        font-size: 18px;
        padding: 10px 20px;
    }

    #footer {
        padding: 20px 0;
    }

    #footer .socials_Link li {
        margin-right: 5px;
    }
}

@media only screen and (min-width :768px) and (max-width :1000px) {
    #header .button .icon {
        display: block;
        font-size: 20px;
        line-height: 1;
    }

    #header .button {
        padding: 8px 15px;
    }

    #header .button span {
        display: none;
    }

    .navigation {
        display: inline-block;
    }

    .navigation ul li a {
        padding: 6px 10px;
        font-size: 14px;
    }

    ul.one_third_grid {
        margin: 0 0 -10px -10px;
    }

    ul.one_third_grid > li {
        padding: 0 0 10px 10px;
    }

    ul.one_four_grid {
        margin: 0 0 -10px -10px;
    }

    ul.one_four_grid > li {
        padding: 0 0 10px 10px;
        width: 50%;
    }

    .themeBtn.orgBtn {
        font-size: 18px;
        padding: 10px 20px;
    }

    #footer {
        padding: 15px 0;
    }

    #footer .socials_Link li {
        margin-right: 5px;
    }

    #footer .grid_2 {
        width: 100%;
    }

    #footer .grid_1 {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    #footer .grid_1 .copyright br {
        display: none;
    }

    #footer .grid_1 .copyright {
        color: #333;
    }

    #footer .grid_1 .f_logo {
        margin-bottom: 10px;
    }

    .footer-nav {
        display: block !important;
    }

    ul.four-cols li {
        float: left;
        padding: 0 0 20px 2%;
        width: 33.3%;
    }
}

@media only screen and (max-width :990px) {
    .navigation {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        background: #ff9900;
        padding: 15px 0 0;
        z-index: 10;
    }

    .navigation ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .navigation ul li a {
        color: #fff;
    }

    .navigation ul li a:hover {
        border-color: transparent;
    }

    .navtoggle {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 38px;
        background: #ff9900;
        display: block;
        height: 100%;
    }

    .navtoggle .linescaret {
        background: #fff;
        height: 2px;
        margin: 0px auto 0;
        position: relative;
        width: 18px;
        display: block;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }

    .navtoggle .linescaret:before {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -6px;
        width: 18px;
    }

    .navtoggle .linescaret:after {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -6px;
        width: 18px;
    }

    .navigation {
        display: none;
    }

    .logo {
        margin: 3px 0 0 38px;
    }
}

@media only screen and (max-width :767px) {
    .navigation {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        background: #ff9900;
        padding: 15px 0 0;
        z-index: 10;
    }

    .navigation ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .navigation ul li a {
        color: #fff;
    }

    .navigation ul li a:hover {
        border-color: transparent;
    }

    .navtoggle {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 38px;
        background: #ff9900;
        display: block;
        height: 100%;
    }

    .navtoggle .linescaret {
        background: #fff;
        height: 2px;
        margin: 0px auto 0;
        position: relative;
        width: 18px;
        display: block;
        top: 50%;
        transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }

    .navtoggle .linescaret:before {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -6px;
        width: 18px;
    }

    .navtoggle .linescaret:after {
        background: #fff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        bottom: -6px;
        width: 18px;
    }

    .navigation {
        display: none;
    }

    #header,
    body.fixed #header {
        position: relative;
        padding: 8px 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }

    body.fixed #header {
        position: fixed;
    }

    #header .button .icon {
        display: block;
        font-size: 20px;
    }

    #header .button {
        font-size: 0px;
        padding: 0px 8px;
        border-width: 1px;
    }

    .logo {
        margin: 3px 0 0 38px;
    }

    .logo img {
        max-width: 105px;
        height: auto;
    }

    .inner .logo img {
        max-width: 100px;
    }

    #header .button .icon {
        font-size: 18px;
    }

    .heading {
        margin-bottom: 15px;
    }

    #footer .grid_2 {
        width: 100%;
    }

    #footer .grid_1 {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    #footer .grid_1 .copyright br {
        display: none;
    }

    #footer .grid_1 .copyright {
        color: #333;
    }

    #footer .grid_1 .f_logo {
        margin-bottom: 10px;
    }

    h3.trigger {
        background: #f0703a;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        padding: 10px 10px 10px 15px;
        position: relative;
        text-align: left;
        width: 100%;
        display: block;
    }

    h3.trigger:before {
        left: 0;
        top: 0;
        bottom: 0;
        width: 5px;
        content: "";
        position: absolute;
        background: #df741e;
        color: #fff
    }

    h3.trigger:after {
        content: "";
        position: relative;
        font-family: "Ionicons";
        font-size: 16x;
        color: #fff;
        top: 0px;
        float: right;
        right: 5px;
    }

    h3.trigger:after {
        content: "\f218"
    }

    h3.trigger.active:after {
        content: "\f209"
    }

    .footer-nav {
        display: none;
    }

    #footer .grid_3,
    #footer .grid_4,
    #footer .grid_3 li {
        width: 100%;
    }

    #footer {
        padding: 10px 0;
    }

    #footer .grid_3 {
        padding-top: 15px;
    }
}

@media only screen and (min-width :480px) and (max-width :767px) {

    ul.one_half_grid,
    ul.one_third_grid,
    ul.one_four_grid {
        min-width: 100%;
        margin: 0 0 -10px -10px;
        text-align: center;
    }

    ul.one_four_grid > li,
    ul.one_third_grid > li {
        width: 50%;
        padding: 0 0 10px 10px;
        text-align: left;
    }

    .themeBtn.orgBtn {
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
    }
}

@media only screen and (max-width :479px) {

    ul.one_half_grid,
    ul.one_third_grid,
    ul.one_four_grid {
        min-width: 100%;
        margin: 0;
    }

    ul.one_half_grid > li,
    ul.one_third_grid > li,
    ul.one_four_grid > li {
        display: inline-block;
        padding: 0 0 10px 00px;
        width: 100%;
    }

    .themeBtn.orgBtn {
        font-size: 16px;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
}

/**inner page styles*/

.search-top {
    background: #f4f6f7;
    border: solid 1px #e1e1e1;
    border-radius: 2px;
    float: left;
    width: 280px;
    height: 38px;
    margin-left: 32px;
    position: relative;
}

.search-top form input[type="text"] {
    background: none;
    border: none;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 7px 10px;
    width: calc(100% - 42px);
    vertical-align: top;
}

.search-top form input[type="submit"] {
    background: url(images/magni.png) no-repeat center;
    border: none;
    width: 38px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.profile-banner {
    min-height: 630px;
    position: relative;
    background-color: #00242d;
}

.profile-banner .grid-1 {
    float: left;
}

.profile-banner .grid-2 {
    float: right;
}

.profile-banner .name {
    display: table;
    text-align: left;
    color: #fff;
    font-size: 115px;
    font-weight: 300;
    margin-top: 198px;
    line-height: 0.65;
    text-transform: uppercase;
}

.profile-banner .name .side-lable {
    background: #ec5c3e url(images/lable.png) no-repeat 0 center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 14px 0 24px;
    vertical-align: top;
}

.profile-banner .type {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    margin: 25px 0;
}

.user--card-act-name {
    /* min-height: 53px;*/
}

.following-counts {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1px;
    display: inline-block;
    padding: 15px 0;
}

.following-counts li {
    border-left: solid 1px rgba(255, 255, 255, 0.15);
    padding: 0 18px;
    display: inline-block;
    color: #fff;
    font-size: 33px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.following-counts li span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.following-counts li:first-child {
    border-left: none;
}

.button-grp {
    margin-top: 198px;
}

.button-grp a {
    display: block;
    margin-bottom: 15px;
}

a.btn-border {
    border: solid 1px #009ddc;
    color: #009ddc;
    font-size: 17px;
}

.main-body {}

.about {
    display: table;
    width: 100%;
}

.about .grid-1 {
    float: left;
}

.about .grid-2 {
    float: right;
}

.about-artist {
    float: left;
    position: relative;
}

.about-artist .pic-holder {
    border: solid 5px #fff;
    border-radius: 2px;
    width: 195px;
    float: left;
    height: 195px;
    margin-right: 15px;
}

.about-artist .pic-holder img {
    max-width: 100%;
    width: auto;
}

.about-artist .info-wrap {
    float: left;
    margin-top: 55px;
}

.info-wrap .name {
    margin-bottom: 10px;
}

.info-wrap .name span {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.info-wrap .name a {
    color: #758092;
    font-size: 15px;
}

.info-wrap .name p {
    color: #3b3b3b;
    font-size: 13px;
}

.info-wrap ul li {
    color: #2b2b2b;
    font-size: 15px;
    width: 48%;
    display: inline-block;
    margin: 3px 0;
}

.info-wrap ul li {}

.info-wrap ul li a {
    color: #3575bd;
    font-size: 15px;
    text-decoration: underline;
}

.info-wrap ul li span.icn {
    width: 30px;
    display: inline-block;
}

.about .grp-btn {
    margin-top: 25px;
}

.about .grp-btn a {
    display: block;
    margin-bottom: 10px;
}

.about .grp-btn a.link-txt {
    text-align: right;
}

a.link-txt {
    color: #ec5c3e;
    font-size: 16px;
    font-weight: 600;
}

a.link-txt:hover {
    color: #009ddc;
}

.short-nav {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px rgba(6, 33, 63, 0.13);
}

.short-nav {
    text-align: center;
}

.short-nav li {
    display: inline-block;
    margin: 15px 10px;
    position: relative;
}

.short-nav li a {
    display: block;
    color: #758092;
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
}

.short-nav li:after,
.short-nav li.active:after {
    height: 4px;
    width: 100%;
    background: #f0703a;
    display: block;
    position: absolute;
    bottom: -15px;
    content: "";
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}

.short-nav li:hover:after,
.short-nav li.active:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.profile-wrapper {}

.profile-wrapper .grid-1 {
    float: left;
    width: 40%;
}

.profile-wrapper .grid-2 {
    float: right;
    width: 58%;
}

.profile-wrapper .panel {
    display: table;
    width: 100%;
    min-width: 460px;
    box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.20);
    border-radius: 2px;
    background: #fff;
    margin-bottom: 20px;
}

.profile-wrapper .panel .panel-head {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1;
}

.profile-wrapper .panel .pullright {
    float: right;
}

.profile-wrapper .panel a.refresh {
    background: url(images/refresh.png) no-repeat center;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.follow-list {
    width: 100%;
}

.follow-list .item {
    float: left;
    width: 33%;
    border-left: solid 1px #ededed;
    margin: 10px 0;
    padding: 10px 0;
}

.follow-list .item:first-child {
    border-left: none;
}

.follow-list .follow-wrap {
    text-align: center;
    padding: 0 14px;
}

a.close {
    background: url(images/close-icn.png) no-repeat center;
    /*width: 7px;
height: 7px;*/
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.follow-list .follow-wrap .avatar,
.avatar {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.follow-list .follow-wrap .avatar img,
.avatar img {
    width: auto;
    max-width: 100%;
}

.follow-list .follow-wrap .name {
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}

.follow-list .follow-wrap .created {
    font-size: 12px;
}

.follow-list .follow-wrap .created strong {
    font-size: 13px;
}

.follow-list .follow-wrap .desc {
    margin: 10px 0 0 0;
}

.panel-footer {
    background: #f9f9f9;
    text-align: center;
    padding: 20px 10px;
    display: table;
    width: 100%;
}

a.view {
    color: #0b8be6;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

a.view:hover {
    color: #f0703a;
}

.artist-list {}

.artist-list > ul > li {
    display: table;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.artist-list > ul > li:nth-child(2n) {
    background: #f7f7f7;
}

.artist-list > ul > li a.close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.artist-list > ul > li .avatar {
    width: 52px;
    height: 52px;
    margin: 0 15px 0 0;
    float: left;
}

.artist-list > ul > li .name a {
    color: #0b8be6;
    font-size: 16px;
    font-weight: 600;
}

.artist-list > ul > li .name a:hover {
    color: #f0703a;
}

.artist-list > ul > li .name span {
    background: #efefef;
    color: #929292;
    font-weight: 400;
    font-size: 12px;
    padding: 2px 4px;
}

.abt-art {
    margin: 5px 0;
}

.abt-art li {
    color: #363636;
    font-size: 12px;
    display: inline-block;
    margin-right: 15px;
    border-left: solid 1px #e4e0e1;
    padding-left: 15px;
}

.abt-art li.follower-count {
    color: #6f6f6f;
    font-size: 14px;
}

.abt-art li:first-child {
    border: none;
    padding-left: 0;
}

.abt-art li span.icn {
    display: inline-block;
    margin-right: 5px;
}

.btn-wrap a {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.right-content {
    width: 695px;
}

.detail-box {
    overflow: hidden;
}

.detail-box h3 {
    color: #2b2b2b;
    font-size: 23px;
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.detail-box p {
    margin-bottom: 20px;
}

ul.per-detail {
    margin-bottom: 20px;
}

ul.per-detail li {
    color: #555555;
    font-size: 15px;
    margin: 10px 0;
}

ul.per-detail li span.caption {
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

ul.per-detail li span.caption:after {
    content: ":";
    right: 0;
    position: absolute;
    margin-right: 24px;
}

ul.per-detail li span.desc {
    vertical-align: top;
    display: inline-block;
    width: 64%;
}

ul.per-detail li span.desc a {
    color: #0b8be6;
}

ul.per-detail li span.desc a:hover {
    color: #f0703a;
}

.reviews {}

.review-count {
    margin: 0 0 0 0;
    display: inline-block;
    float: right;
}

.reviews .review-count {
    margin: 0 0 20px 25px;
}

.review-count li {
    margin-right: 10px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}

.postLikeComment {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 5px 0;
}

.review-count li span.icn {
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}

.review-count li.fav {
    color: #d86b54;
}

.review-count li.cmtn {
    color: #90aedd;
}

.prev-comments {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: middle;
}

.prev-comments a {
    color: #0b8be6;
}

.prev-comments a:hover {
    color: #f0703a;
}

.reviews-list li {
    display: table;
    width: 100%;
    padding: 10px 25px 10px 25px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.reviews-list li:nth-child(2n+1) {
    background: #fff;
}

.twitter-share-button {
    background-color: #1b95e0;
    border-radius: 2px;
    color: #ffffff;
}

.reviews-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.reviews-list li .avatar {
    margin-right: 15px;
    display: inline-block;
    float: left;
}

.reviews-list li .desc {
    margin: 0;
    width: auto;
    margin-left: 50px;
}

.avatar-wrap {
    display: table;
    width: 100%;
}

.avatar-wrap h3 {
    font-size: 16px;
}

.avatar-wrap .avatar {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    height: 35px;
    margin-right: 15px;
    width: 35px;
}

.avatar-wrap .name a {
    color: #0b8be6;
    font-size: 16px;
}

.avatar-wrap .name a:hover {
    color: #f0703a;
}

.avatar-wrap .time {
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 10px;
}

.avatar-wrap .avatar.size_60 {
    width: 60px;
    height: 60px;
}

.avatar-wrap .avatar.size_35 {
    width: 35px;
    height: 35px;
}

.reviews-list li .desc .txt {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 10px;
    color: #565554;
    line-height: 1.6;
}

.comment-form {
    padding: 0 25px 20px 25px;
}

.comment-form form input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
    vertical-align: top;
}

.timeline-nav {
    margin-bottom: 20px;
}

.timeline-nav li {
    display: inline-block;
}

.timeline-nav li a {
    color: #545e6d;
    font-size: 16px;
    display: block;
    padding: 0 15px;
    transition: all .2s ease-in-out;
}

.timeline-nav li a:hover {
    transform: scale(1.05);
}

.timeline-nav li.active a {
    font-weight: 600;
}

.timeline-nav li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

.post {
    padding: 25px;
}

.post .desc {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.post .desc p {
    font-size: 14px;
}

.post .reviews-list li {
    padding: 0;
    padding-bottom: 20px;
}

.post .comment-form {
    padding: 0;
}

.action-link {
    display: inline-block;
    vertical-align: middle;
}

.action-link li {
    display: inline-block;
    position: relative;
}

.action-link li::before {
    background-color: #0b8be6;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 4px;
    margin-top: -2px;
}

.action-link li:first-child::before {
    display: none;
}

.action-link li a {
    color: #0b8be6;
    margin: 0 10px;
    font-size: 14px;
}

.action-link li a:hover {
    color: #f0703a;
}

.action-link li:last-child a {
    margin-right: 0;
}

.media-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.media-wrapper img {
    max-width: 100%;
}

.photos-list {}

.photos-list ul {
    margin-left: -25px;
}

.photos-list li {
    float: left;
    width: 215px;
    height: 215px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin: 0 0px 20px 25px;
}

.listing-mediaBox li .pic-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 148, 62, 0.80);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing-mediaBox li:hover .pic-overlay {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing-mediaBox li .pic img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.listing-mediaBox li:hover .pic img {}

.listing-mediaBox li a.expand {
    background: #fff;
    border-radius: 50%;
    color: #f0703a;
    display: block;
    font-size: 39px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.audio_play {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #f0703a;
    display: block;
    font-size: 41px;
    font-weight: 300;
    height: 80px;
    left: 50%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: top;
    width: 80px;
    cursor: pointer;
    margin-left: 2px;
}

.audio_play i {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 2px;
}

.song-title {
    bottom: 0;
    color: #2f2f30;
    display: block;
    font-size: 13px;
    left: 0;
    overflow: hidden;
    padding: 0 10px 4px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.photos-list li .txt {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    text-overflow: ellipsis;
    width: 215px;
    overflow: hidden;
}

.photos-list li .txt a {
    text-decoration: underline;
    color: #fff;
}

.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.breadcrumbs li.active {
    background: #f0703a;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
}

.breadcrumbs li a {
    position: relative;
    color: #515151;
    font-size: 14px;
}

.breadcrumbs li a:after {
    background: url(images/look-forward.png) no-repeat 0 0;
    width: 8px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
    content: "";
}

.tbl-panel {
    position: relative;
}

.filterBar {
    -webkit-transition-all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.togalBtn {
    background-color: #ff9900;
    color: #ffffff;
    display: none;
    height: 36px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    vertical-align: middle;
    width: 36px;
}

.togalBtn i {
    cursor: pointer;
    display: block;
    font-size: 25px;
    line-height: 34px;
    padding: 2px;
}

.tbl-panel .grid-1 {
    float: left;
    width: 25%;
}

.tbl-panel .grid-2 {
    float: right;
    width: 73%;
}

.white-panel {
    background: #fff;
    border-radius: 2px;
}

.divider {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    height: 1px;
    margin: 15px 0;
}

.panel-search {}

.panel-search input[type="text"] {
    border: solid 1px #e1e1e1;
    background: #f4f6f7;
    color: #858585;
    font-size: 14px;
    padding: 10px;
}

.box {
    padding: 20px;
}

.box-heading {
    color: #8d8d8d;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
}

.panel-listing {}

.panel-listing ul li {
    color: #151515;
    font-size: 14px;
    margin: 10px 0;
}

.panel-listing ul li:last-child {
    margin-bottom: 0;
}

.panel-listing ul li a {
    color: #151515;
}

.panel-listing ul li a span.icn {
    background-color: #0b8be6;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.panel-listing ul li a span.icn svg path {
    fill: #fff;
}

.panel-listing ul li a .icn svg {
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.panel-listing ul li a:hover,
.panel-listing ul li.active a {
    color: #f0703a;
}

.panel-listing ul li.active a {
    font-weight: 600;
}

.panel-listing ul li a:hover span.icn,
.panel-listing ul li.active a span.icn {
    background-color: #f0703a;
}

.panel-listing ul li.active label,
.panel-listing ul li label:hover {
    color: #0b8be6;
}

.panel-listing ul li.active label {
    font-weight: 600;
}

.panel-listing ul li label input {
    margin-right: 10px;
}

.title-bar {
    display: table;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.pullleft {
    float: left;
}

.pullright {
    float: right;
}

.sort {
    position: relative;
}

a.toggle-link {
    position: relative;
    color: #515151;
    font-size: 13px;
    padding-right: 15px;
    display: inline-block;
}

a.toggle-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #9ea6b2 transparent transparent transparent;
}

.search-result-listing {}

ul.three-cols {}

ul.three-cols {
    margin-left: -2%;
}

ul.three-cols li {
    float: left;
    margin: 0 0 20px 2%;
    width: 31.3333%;
}

ul.four-cols {
    margin-left: -2%;
}

ul.four-cols li {
    float: left;
    padding: 0 0 20px 2%;
    width: 25%;
}

.search-result-listing .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.infoBox .friends {
    background: rgba(255, 255, 255, 0.88);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0px 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    line-height: 25px;
}

.edit_btn {
    background-color: #0b8be6;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 26px;
    left: 5px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 26px;
    opacity: 0;
}

.page-info:hover .edit_btn {
    opacity: 1;
}

.edit_btn:hover {
    background-color: #f0703a;
}

.infoBox .friends a {
    background: #0b8be6;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    height: 26px;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    width: 26px;
    margin-right: -1px;
}

.infoBox .friends a:hover {
    background: #f0703a;
}

.search-result-listing .item .coverBg,
.coverBg {
    background: url("images/cover-color-bg.jpg") no-repeat center center / cover;
    ;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    margin: 1px;
    position: relative;
}

.hover_effect:hover .coverBg {
    background: url("images/cover-color-bg.jpg") no-repeat center center / cover;
}

.coverBg::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 870px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hover_effect:hover .coverBg:after {
    display: none;
}

.hover_effect:hover .middle h4 a {
    color: #f0703a;
}

.search-result-listing .item .coverBg img {
    width: 100%;
    height: 100%;
}

.search-result-listing .item .coverBg,
.infoBox .coverBg {
    height: 187px;
}

.search-result-listing .item .middle,
.infoBox .middle {
    text-align: center;
    position: relative;
    padding-top: 10px;
    background: #fff;
}

.border-box {
    border: 1px solid #dce4e6;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
    position: relative;
}

.search-result-listing .item .middle .imgbox,
.infoBox .imgbox {
    border: 4px solid #fff;
    border-radius: 2px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    height: 60px;
    width: 60px;
    position: absolute;
    background: url(images/defult_img.jpg) no-repeat center bottom;
}

.search-result-listing .item .middle .imgbox img,
.infoBox .imgbox img {
    width: 100%;
    height: 100%;
}

.search-result-listing .item .middle h4,
.infoBox .middle h4 {
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.search-result-listing .item .middle h4.lable:after,
.infoBox .middle h4.lable:after {
    position: absolute;
    top: 8px;
    content: "";
    background: url(images/lble.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-left: 8px;
}

.search-result-listing .item .middle .info,
.infoBox .middle .info {
    color: #929292;
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}

.search-result-listing .item .middle .height_div,
.infoBox .middle .height_div {
    text-align: center;
    min-height: 135px;
}

.search-result-listing .item .middle address,
.infoBox .middle address {
    color: #363636;
    font-size: 14px;
    position: relative;
    padding: 0 5px 15px 5px;
}

.search-result-listing .item .middle address i,
.infoBox .middle address i {
    font-size: 16px;
    margin-right: 5px;
    color: #3e3e3e;
}

.search-result-listing .item .border_top,
.border_top {
    border-top: 1px solid #dce4e6;
    padding: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.search-result-listing .item .middle .border_top .grid_1,
.infoBox .middle .border_top .grid_1 {
    padding: 5px 0 0 5px;
}

.search-result-listing .item .req_quote,
.infoBox .req_quote {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #0b8be6;
    padding: 10px 0;
    position: relative;
    z-index: 3;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dce4e6;
    border-top: none;
}

.search-result-listing .item .req_quote:hover,
.infoBox .req_quote:hover {
    color: #fff;
    border-color: #009ddc;
}

.search-result-listing .item .req_quote:after,
.infoBox .req_quote:after {
    content: "»";
    font-size: 23px;
    padding-left: 5px;
    font-weight: normal;
    line-height: 18px;
}

.search-result-listing .item .req_quote:before,
.infoBox .req_quote:before {
    background: #009ddc;
    height: 0px;
    width: 100%;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.search-result-listing .item .req_quote:hover:before,
.infoBox .req_quote:hover:before {
    height: 100%;
    width: 100%;
}

.infoBox .coverBg .imgbox {
    background: #f3f8fb url("images/defult_img.jpg") no-repeat scroll center center;
}

.infoBox .middle .imgbox img {
    width: 100%;
    height: 100%;
}

.infoBox .middle h4 a {
    color: #212121;
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoBox .middle h4 a:hover {
    color: #f0703a;
}

.infoBox .middle h4.featured a::after {
    background-image: url("images/featured-icon.png");
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 30px;
}

.infoBox .middle .info {
    color: #929292;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 0 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoBox .middle .height_div {
    text-align: center;
    min-height: 135px;
}

.infoBox .middle address {
    color: #363636;
    font-size: 14px;
    overflow: hidden;
    padding: 0 5px 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoBox .middle address i {
    font-size: 16px;
    margin-right: 5px;
    color: #3e3e3e;
}

form.related-search {
    padding: 20px;
    border: none;
    background: none;
    text-align: center;
}

form.related-search h3 {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 15px;

}

form.related-search input[type="text"] {
    border: solid 1px #e1e1e1;
    background: #f4f6f7;
    color: #858585;
    font-size: 14px;
    padding: 10px;
    margin-right: -4px;
    display: inline-block;
    width: 368px;
    vertical-align: top;
    border-radius: 2px 0px 0px 2px;
    height: 42px;
}

form.related-search input[type="submit"] {
    border-radius: 0px 2px 2px 0px;
    padding: 8px 30px;
    height: 42px;
    -webkit-appearance: none;

}

.cta {
    background: #0b8be6;
    border-radius: 2px;
    display: table;
    width: 100%;
    padding: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}

.cta h3 {
    vertical-align: top;
    display: table-cell;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    width: 64%;
}

.cta h3 span {
    display: block;
    color: #fff;
    font-size: 14px;
}

.cta a {
    text-align: right;
    float: right;
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 840px;
    min-width: 320px;
    height: auto;
    z-index: 10005;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-close {
    background-color: rgb(34, 34, 34);
    cursor: pointer;
    height: 25px;
    padding: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 1;
}

.md-close:hover {
    background-color: #f0703a;
}

.md-close svg {
    width: 10px;
    height: 10px;
    display: block;
}

.md-close svg:hover {
    opacity: 1;
}

.md-close svg polygon {
    fill: #ffffff;
}

/* Content styles */
.md-content {
    background: #fff;
    position: relative;
    border-radius: 2px;
    margin: 0 auto;
}

.md-content button {
    /* 	display: block; */
    margin: 0 auto;
    font-size: 0.8em;
}

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.custom-content {
    background: #fff;
    border-radius: 3px;
}

.profile-pic-slider {
    position: relative;
}

.profile-pic-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    height: 58px;
    width: 34px;
    background: url(images/buttons.png) no-repeat 0 0;
    border: none;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.35;
}

.profile-pic-slider .slick-arrow:hover {
    opacity: 1;
}

.profile-pic-slider .slick-arrow.slick-next {
    right: 5px;
    background-position: right top;
}

.profile-pic-slider .slick-arrow.slick-prev {
    left: 5px;
    background-position: 0 0;
}

.more-from {
    display: table;
    width: 100%;
}

.more-from .grid-1 {
    float: left;
    width: 70%;
}

.more-from .grid-2 {
    float: right;
    width: 30%;
    padding-left: 26px;
}

.more-pics h3 {
    color: #626262;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.more-pics ul {
    background: #e7e7e7;
    border-radius: 3px;
    display: table;
    width: 100%;
    padding-left: 10px;
}

.more-pics ul li {
    margin: 10px 10px 0px 0;
    max-width: 90px;
    max-height: 90px;
    float: left;
    border-radius: 2px;
}

.sign-up {
    background: url(images/bg-sign-up.jpg);
    position: relative;
    min-height: 620px;
    background-size: cover;
}

.sign-up-left {
    display: table-cell;
    width: 400px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.slogan {
    position: relative;
    color: #fff;
    font-size: 56px;
    font-weight: 800;
}

.slogan span {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.other-links {
    margin-top: 60px;
}

.other-links h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.other-links a {
    min-width: 310px;
    display: table;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin-top: 15px;
}

.other-links a:hover {
    opacity: 0.8;
}

.other-links a span.icn {
    display: inline-block;
    width: 55px;
    text-align: center;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    margin-right: 25px;
}

.other-links a.fb-login {
    background: #3b5699;
}

.other-links a.gp-login {
    background: #da4a38;
}

.other-links a svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.other-links a svg path {
    fill: #fff;
}

.sign-form {
    float: right;
    width: 482px;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    /*background: rgba(255, 255, 255, 0.9);*/
    padding: 25px;
}

.sign-form h3 {
    color: #212121;
    margin-bottom: 10px;
    font-size: 26px;
    text-align: center;
}

.sign-form p {
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.sign-form ul {
    display: table;
    width: 100%;
}

.sign-form ul li {
    float: left;
    width: 50%;
}

.sign-form ul li:nth-child(2n) {
    padding-left: 10px;
}

.sign-form .field-set {
    margin-bottom: 10px;
}

.sign-form input[type="text"],
.sign-form textarea {
    background: #fff;
    border: 1px solid rgb(225, 225, 225);
    color: rgb(119, 119, 119);
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 10px;
    vertical-align: top;
}

.sign-form input[type="file"] {
    border: 1px solid #e1e1e1;
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
    line-height: 25px;
}

.sign-form input[type="submit"],
.sign-form input[type="reset"] {
    background: #009ddc;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 10px;
    vertical-align: top;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 2px;
    width: 100%;
}

.sign-form input[type="submit"]:hover,
.sign-form input[type="reset"]:hover {
    background: #f0703a;
}

.sign-form label {
    display: block;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sign-form input[type="text"].dd {
    width: 56px;
    margin-right: 5px;
}

.sign-form input[type="text"].mm {
    width: 59px;
    margin-right: 5px;
}

.sign-form input[type="text"].yyyy {
    width: 78px;
}

.sign-form .agree {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}

.sign-form .agree a {
    color: #009ccb;
    text-decoration: underline;
}

.sign-form .captcha {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 0;
    right: 0;
}

.sign-form .re-captcha {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

/***/
#body {}

.whiteBg {
    background-color: #fff;
}

/*---- contact us page---*/



.location {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd;
    position: relative;
}

.location .address {
    background: #009ddc;
    color: #fff;
    padding: 20px;
    width: 400px;
    position: absolute;
    margin-left: -200px;
    left: 50%;
    top: 0px;
    box-shadow: 0 2px 5px #666;
}

.location .address p {
    padding: 0 0 10px 25px;
    position: relative;
    font-size: 20px;
    line-height: normal;
}

.location .address p a {
    color: #fff;
}

.location .address p .icon {
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.location iframe {
    width: 100%;
    height: 400px;
    vertical-align: top;
}

.white_background {
    /*	background: #fff;*/
}

input.captcha_code {
    padding-right: 139px !important;
}

div.captcha {
    position: absolute;
    right: 8px;
    top: 8px;
    white-space: nowrap;
}

div.captcha .captcha-img {
    float: left;
}

div.captcha .refsh-btn {
    color: #333333;
    display: inline-block;
    float: right;
    font-size: 24px;
    padding: 0px 0 0 10px;
}

.captcha i.ion-loop {
    color: #009ddc;
    display: block;
    font-size: 27px;
    line-height: 1;
}

.content {
    padding: 25px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.login_wrapper {
    width: 100%;
    max-width: 500px;
    /*	border: 1px solid #d3d9db;*/
    border-radius: 3px;
    margin: 70px auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

.login_wrapper .loggin_form {
    border-spacing: 0 20px;
    table-layout: fixed;
    border-collapse: separate;
}

.login_wrapper .loggin_form td {
    vertical-align: top;
}

/*
.login_wrapper:after, .login_wrapper:before {
	background: url(images/login_bg.png) no-repeat 0 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	content: "";
	width: 453px;
	height: 358px;
	z-index: -1;
}
.login_wrapper:before {
	right: 105%;
}
.login_wrapper:after {
	left: 105%;
}
*/
.login_wrapper .head_sect {
    padding: 30px 30px 10px 30px;
}

.login_wrapper .head_sect h2 {
    color: #212121;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
}

.login_wrapper .head_sect h3 {
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

.fwd_pwd {
    color: #f89839;
    text-align: right;
    float: right;
}

.fwd_pwd:hover {
    color: #009ddc;
}

.remember {
    padding-bottom: 10px;
}

.login_wrapper .themeBtn {
    width: 100%;
    max-width: 454px;
}

.login_wrapper .or {
    position: relative;
    font-size: 18px;
    color: #5c5c5c;
    text-align: center;
    position: relative;
    z-index: 3;
    width: 50px;
    vertical-align: middle !important;
}

.login_wrapper .or:after {
    width: 1px;
    background: #e4e4e4;
    height: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
    bottom: 0px;
}

.login_wrapper .or span {
    /*	background: #f7f7f7;*/
    padding: 0 5px;
}

.fb_login {
    background: #26599a;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    height: 55px;
    display: block;
    line-height: 53px;
    text-transform: uppercase;
}

.fb_login i {
    font-size: 25px;
    float: left;
    line-height: 55px;
}

.fb_login:hover {
    background: #009ddc;
}

.login_wrapper .bottom {
    background: #fff;
    border-radius: 0 0 10px 10px;
    color: #5c5c5c;
    font-size: 16px;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #d3d9db;
}

.login_wrapper .bottom a {
    color: #009ddc;
}

.login_wrapper .bottom a:hover {
    color: #f89839;
}

.radio_button li {
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 5px;
    margin-top: 5px;
    margin-right: -5px;
    width: 25%;
}

.left_panal {
    float: left;
    width: 24%;
}

.right_panal {
    width: 74%;
    float: right;
}

/* cms page=================*/
.cmsContainer,
.content {
    width: 100%;
    padding: 35px 0;
    display: inline-block;
    vertical-align: top;
}

.cmsContainer {
    padding: 0
}

.cmsContainer h2 {
    font-size: 24px;
    color: #3e3e3e;
    padding: 0 0 15px 0;
    font-weight: 700;
}

.cmsContainer h3 {
    font-size: 20px;
    color: #3e3e3e;
    padding: 0 0 15px 0;
    font-weight: 700;
}

.cmsContainer h4 {
    font-size: 18px;
    color: #3e3e3e;
    padding: 0 0 15px 0;
    font-weight: 600;
}

.cmsContainer h5 {
    font-size: 15px;
    color: #3e3e3e;
    padding: 0 0 15px 0;
    font-weight: 600;
}

.cmsContainer h6 {
    font-size: 14px;
    color: #3e3e3e;
    padding: 0 0 10px 0;
    font-weight: 400;
}

.cmsContainer p {
    padding: 0 0 15px 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
}

.cmsContainer p a,
.cmsContainer ul li a,
.cmsContainer ol li a {
    color: #009ddc;
}

.cmsContainer p a:hover,
.cmsContainer ul li a:hover,
.cmsContainer ol li a:hover {
    color: #f0703a;
}

.cmsContainer p strong {
    font-size: 15px;
    font-weight: 600;
}

.cmsContainer p strong a {
    font-weight: 700;
    text-decoration: underline;
}

.cmsContainer ul {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}

.cmsContainer ul li ul {
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
}

.cmsContainer ul li {
    list-style: none;
    position: relative;
    padding: 0 0 7px 15px;
    font-size: 15px;
}

.cmsContainer ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #009ddc;
    left: 0px;
    top: 8px;
    position: absolute;
}

.cmsContainer ul li strong {
    font-weight: 700;
}

.cmsContainer ol {
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.cmsContainer ol li {
    list-style: decimal inside;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 7px 15px;
    font-size: 18px;
}

.cmsContainer img {
    max-width: 100%;
}

ol.nested-list {
    counter-reset: item;
}

ol.nested-list li {
    font-size: 14px;
    display: block;
    line-height: 1.5;
}

ol.nested-list li::before {
    content: counters(item, ".", decimal) ". ";
    counter-increment: item;
    padding-right: 10px;
}

ol.nested-list li li {
    margin-top: 0.75rem;
}

ol.nested-list h5 {
    font-weight: bold;
    line-height: 2.5;
}

/*---- about us page---*/
.cmsContainer .table_div {
    padding: 30px 0;
    table-layout: fixed;
    border-top: 1px solid #eaeaea;
}

.cmsContainer .table_div:last-child {
    padding-bottom: 0px;
}

.cmsContainer .table_div .grid_5,
.cmsContainer .table_div .grid_6 {
    text-align: left;
    vertical-align: middle;
}

.cmsContainer .table_div .grid_5 {
    padding-right: 30px;
}

.cmsContainer .table_div.right_dir {
    direction: rtl;
}

.cmsContainer .table_div.right_dir .grid_5 {
    padding-left: 30px;
    padding-right: 0;
}

.cmsContainer .table_div .grid_6 img {
    border-radius: 3px;
}

.cmsContainer .table_div .grid_6 p {
    padding-bottom: 0px;
}

.four_colms {
    margin: 0 0 -20px -20px;
    min-width: 100%;
}

.four_colms li {
    width: 25%;
    display: inline-block;
    margin-right: -4px;
    padding: 0 0 20px 20px;
    vertical-align: top;
}

.four_colms li .team_info {
    background: #009ddc;
    padding: 10px;
}

.four_colms li .team_info h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}

.four_colms li .team_info p {
    color: #fff;
    font-size: 15px;
}

.our_team .grid_12 {
    border: 1px solid transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}

.our_team .grid_12:hover {
    border-color: #009ddc;
    box-shadow: 0 0px 10px 0 rgba(15, 211, 236, 0.7)
}

.our_team .imgbox img {
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    transition: 0.5s ease-in;
}

.our_team .imgbox {
    overflow: hidden;
}

.our_team .imgbox:hover img {
    -moz-transform: scale(1.08);
}

/*-- faq  page   style --*/
.categories_menu {
    padding: 0px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}

.categories_menu > h3 {
    background: #f0703a;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.categories_menu .responsivetabs {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.categories_menu .responsivetabs li {
    vertical-align: middle;
    text-align: left;
    padding: 0px 0px 0 0;
    margin: 0px;
    border-bottom: 1px solid #f0f0f0
}

.categories_menu .responsivetabs li:before {
    display: none;
}

.categories_menu .responsivetabs li a {
    color: #666;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
}

.categories_menu .responsivetabs li a:hover,
.categories_menu .responsivetabs li a.selected {
    background: #009ddc;
    color: #fff;
}

.tabs_wrapper {
    border-radius: 5px;
    border: 1px solid #edecec;
}

.tabs_wrapper .accordion h4 {
    border-top: 1px solid #edecec;
    padding: 15px 15px 15px 45px;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}

.tabs_wrapper .accordion h4:before {
    content: "\f218";
    font-family: "Ionicons";
    font-size: 20px;
    color: #009ddc;
    left: 15px;
    top: 15px;
    position: absolute;
    font-weight: normal;
}

.tabs_wrapper .accordion h4.active:before {
    content: "\f209";
}

.tabs_wrapper .accordion h4:first-child {
    border-top: none;
}

.tabs_wrapper .accordion h4.active {
    background: #fafafa;
}

.tabs_wrapper .accordion .ans p {
    padding: 0 15px 15px 45px;
}

.accordion {
    background: #fff;
}

/*----press---*/

.list_grid {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.list_grid:last-child {
    margin-bottom: 0px;
}

.list_grid h3 {
    font-size: 22px;
    font-weight: 600;
    max-width: 80%;
    display: inline-block;
}

.list_grid h3 a {
    color: #009ddc;
}

.list_grid h3 a:hover {
    color: #f89839;
}

.list_grid .top {
    padding: 10px 20px;
    position: relative;
}

.list_grid .top .post_date {
    float: right;
    padding-top: 5px;
}

.list_grid .post_dec {
    background: #fff;
    padding: 20px;
    border-top: 1px solid #eee;
}

.list_grid .post_dec p {
    line-height: 25px;
    padding-bottom: 10px;
}

.list_grid .post_dec p .readmore {
    color: #fff;
    font-weight: 600;
    background: #009ddc;
    padding: 3px 15px;
    margin-left: 5px;
    border-radius: 3px;
}

.list_grid .post_dec p .readmore:hover {
    background: #f89839;
}

.list_grid .post_dec .border_box a {
    color: #666;
    background: #eee;
    border-radius: 3px;
    padding: 7px 20px;
    display: inline-block;
    vertical-align: top;
}

.list_grid .post_dec .border_box a:hover {
    background: #009ddc;
    border-color: #009ddc;
    color: #fff;
}

/*----Testimonals psge style ----*/
.testimonial-form {
    background: #fff;
    display: table;
    width: 100%;
    padding-top: 15px;
}

.review_block {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #f0f0f0;

    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);

}

.review_block:last-child {
    margin-bottom: 0px;
}

.review_block .light_gray_strip {
    position: relative;
    padding: 25px;
}

.review_block .light_gray_strip:before {
    background: url(images/small_quote.png) no-repeat center center #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
}

/*.review_block .light_gray_strip:after {
	border: 11px solid transparent;
	border-top-color: #f7f7f7;
	border-left-color: #f7f7f7;
	position: absolute;
	content: "";
	left: 40px;
	top: 100%;
}*/
.review_block .light_gray_strip p {
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
}

.review_block .tstmnl-usr {
    padding: 0 0 20px 25px;
}

.review_block .tstmnl-usr h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.form table.post_review tr td {
    padding: 0;
}

.review_block .tstmnl-usr p {
    font-size: 16px;
}

.review_block .tstmnl-usr span {
    display: block;
    font-style: italic;
    color: #999;
    font-size: 15px;
}

.whiteBox.post_review {
    padding: 0px;
}

.post_review table {
    border-spacing: 20px;
    border-collapse: separate;
}

.post_review .themeBtn {
    width: 100%;
}

.post_review textarea {
    min-height: 120px;
}

/*.post_review .refsh-btn{font-size:30px; color:#009ddc; margin:2px 0 0 5px; display:inline-block;}*/

.more {
    font-size: 17px;
    font-weight: bold;
    color: #009ddc;
    white-space: nowrap;
}

.more:hover {
    color: #f0703a;
}

.left_section {
    float: left;
    width: 67%;
}

.whiteBox {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 30px;
}

.right_section {
    float: right;
    width: 31%;
}

/*---pagination page style -----*/

.pagination {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.pagination ul,
.cmsContainer .pagination ul {
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
}

.pagination ul li,
.cmsContainer .pagination ul li {
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
    display: inline-block;
}

.pagination ul li a,
.cmsContainer .pagination ul li a {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #21a8d3;
}

.pagination ul li a:hover,
.pagination ul li.selected a,
.cmsContainer .pagination ul li a:hover,
.pagination ul li a.active {
    background: #df842e;
}

.pagination ul li:before {
    display: none;
}

/*---Bolg page  style ===========*/
.content {
    padding: 25px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.col_left {
    float: left;
    width: 70%;
}

.col_left .post {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.content .col_left .post:last-child {
    margin-bottom: 0px;
}

.content .col_left .top {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content .col_left .post_imges {
    margin: 20px 0;
}

.content .col_left .title {
    color: #3f3e3e;
    font-size: 22px;
    padding-bottom: 5px;

    line-height: 1.2;
}

.content .col_left .title a {
    color: #3f3e3e;
}

.content .col_left .title a:hover {
    color: #009ddc;
}

.content .col_left .date {
    border-radius: 2px;
    float: left;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    background: #009ddc;
    width: 55px;
    color: #FFF;
}

.date p {
    padding: 0px;
}

.content .col_left .date span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    text-transform: uppercase;
    background: #f0703a;
    color: #fff;
}

.content .col_left .cmnt_area {
    padding-left: 70px;
}

.content .col_left .entry {
    padding-bottom: 10px;
    font-size: 14px;
}

.content .col_left .entry,
.content .col_left .entry p {
    line-height: 25px;
}

.content .col_left .entry a {
    color: #009bcd;
    font-weight: 600;
}

.content .col_left .entry a:hover {
    color: #000;
}

.content .col_left .cmt-box {
    color: #4d5257;
    font-size: 14px;
}

.content .col_left .cmt-box li:first-child {
    border-left: medium none;
    padding-left: 0;
}

.content .col_left .cmt-box li {
    border-left: 1px solid #dddddd;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 10px;
    color: #9e9898;
    font-size: 13px;
}

.content .col_left .cmt-box li .icon {
    color: #9e9898;
    padding-right: 7px;
    font-size: 15px;
}

.content .col_left .cmt-box a {
    color: #9e9898;
    font-size: 13px;
}

.content .col_left .cmt-box a:hover {
    color: #009ddc;
}

.content .col_left .cmt-box span {
    background: #eaeaea;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    padding: 2px 7px;
    position: relative;
}

.content .col_left .cmt-box span:before {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #eaeaea;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    left: -6px;
    position: absolute;
    top: 5px;
    z-index: 1;
}

.content .col_left .post_midlSectn {
    position: relative;
}

.content .col_left .post_midlSectn p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: justify;
}

.col_left .link {
    font-size: 17px;
    font-weight: 600;
}

.col_left .link:hover {
    color: #21a8d3;
}

.sharewrap {
    clear: left;
    display: block;
    padding: 15px 0 0 0;
    width: 100%;
}

.content .col_right {
    float: right;
    width: 30%;
    padding: 0 0 0 20px;
}

.col_right .v-btn.blue {
    background: #0b8be6;
    color: #fff;
    width: 100%;
}

.openToggle:before {
    color: #000;
    content: "";
    font-family: "Ionicons";
    font-size: 20px
}

.sectnTop.active .openToggle:before {
    content: ""
}

.sectnTop .openToggle {
    background: #ffb503;
    border-radius: 50%;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 30px;
    display: none
}

.content .col_right .round_sectn {
    margin-top: 20px;
}

.round_sectn > .sectnTop::after {
    bottom: 0;
    color: #ffffff;
    content: "";
    cursor: pointer;
    font-family: "Ionicons";
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 13px;
    top: 0;
    width: 16px;
    display: none;
}

.content .col_right .round_sectn:last-child {
    margin-bottom: 0px;
}

.round_sectn > .sectnTop h4 {
    color: #fff;
    font-size: 22px;
    padding: 0 40px 0 0;
}

.round_sectn > .sectnTop {
    background: #f0703a;
    border-radius: 3px 3px 0 0;
    padding: 10px 18px;
    width: 100%;
    position: relative;
}

.sectnMiddle {
    display: block;
    background: #fff;
}

.blog_lnks,
.post-links {
    border: 1px solid #e1e1e1;
    border-top: none
}

.blog_lnks li a:hover .countxt {
    background: #009ddc;
    color: #fff;
    border-color: #009ddc
}

.blog_lnks li a:hover {
    color: #009ddc
}

.post-links > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px
}

.post-links > li > a {
    color: #505050;
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.comnt_date {
    margin: 5px 0 0
}

.comnt_date > li {
    display: inline-block;
    width: 46%
}

.comnt_date li a {
    color: #505050;
    font-size: 12px
}

.comnt_date span {
    padding: 0 4px 0 0
}

.comnt_date span i {
    font-size: 14px;
    line-height: 14px
}

.post-links > li > a:hover,
.comnt_date li a:hover {
    color: #009ddc
}

.col_right .searchform {

    position: relative;


}

.no_result {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

.no_result_text h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 5px;
}

.searchform .siteForm {
    position: relative;
}

.col_right .searchform input[type="text"] {

    padding-right: 40px;
}

.col_right .searchform input[type="submit"] {
    background: url("images/search.png") no-repeat scroll 0 0;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 13px;
    width: 25px;
    padding: 0;
}

.col_right .searchform input[type="submit"]:hover {
    background: url("images/search.png") no-repeat scroll 0 0;
}

.blog_lnks li a:hover .countxt {
    background: #009ddc;
    color: #fff;
    border-color: #009ddc
}

.post_review .headBox > h3 {
    color: #fff;
}

.blog_lnks li a:hover {
    color: #009ddc
}

.blog_lnks > li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
}

.blog_lnks > li > a {
    color: #505050;
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sub_cat {
    padding: 0 0 0 20px;
}

.sub_cat a {
    color: #505050;
}

.sub_cat > li {
    list-style-type: disc;
    padding: 4px 0;
}

.comnt_date {
    margin: 5px 0 0
}

.comnt_date > li {
    display: inline-block;
    width: 46%
}

.comnt_date li a {
    color: #505050;
    font-size: 12px
}

.comnt_date span {
    padding: 0 4px 0 0
}

.comnt_date span i {
    font-size: 14px;
    line-height: 14px
}

.comnt_date li a:hover {
    text-decoration: underline
}

.blog_lnks li a .countxt {
    border: 1px solid #ddd;
    border-radius: 12px;
    color: #23282d;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 19px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 14px;
    background: #fff;
}

.col_right .themeBtn {
    width: 100%;
    padding: 15px 0;
    margin-top: 20px;
    vertical-align: top;
}

.content .col_left .post_imges .slider_nav img {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 5px;
    width: 97%;
}

.content .col_left .post_imges .slick-current img {
    border-color: #009ddc;
}

.post_imges .slick-prev,
.post_imges .slick-next {
    font-family: "Ionicons";
    font-size: 0px;
    position: relative;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 444;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

.post_imges .slick-prev:before,
.post_imges .slick-next:before {
    font-family: "Ionicons";
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: #21a8d3;
    font-size: 15px;
    line-height: 30px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
}

.post_imges .slick-prev:hover:before,
.post_imges .slick-next:hover:before {
    background: #f0703a;
}

.post_imges .slick-prev {
    left: 10px;
}

.post_imges .slick-next {
    right: 10px;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.post_imges .slick-prev:before {
    content: "\f124";
}

.post_imges .slick-next:before {
    content: "\f125";
}

.post_imges .slider_nav {
    margin-top: 20px;
}

.post_imges .slider_nav .slick-prev,
.post_imges .slider_nav .slick-next {
    top: 50%;
    margin-top: -15px;
}

.post_imges .slider_nav .slick-next {
    right: 17px;
}

.slick-slide:focus {
    outline: none;
}

/*---blog details page style -----*/
.comment-section {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.comment-section .comnt {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}

.comment-section .comnt:last-child {
    border-bottom: 0px;
}

.comment-section > h2 {
    color: #414042;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.comment-section .imgbox {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    /*display: table;*/
    float: left;
    height: 48px;
    text-align: center;
    width: 48px;
    overflow: hidden;
}

.comment-section .imgbox:before {
    display: none;
}

.comment-section .imgbox img {
    vertical-align: middle;
    min-width: 100%;
    min-height: 100%;
}

.comnt-txt {
    padding: 0 0 0 60px
}

.comnt-txt > h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.publsh_date {
    padding-bottom: 8px
}

.publsh_date > li {
    color: #a6a6a6;
    display: inline-block;
    font-size: 13px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    line-height: 15px;
}

.publsh_date > li span i {
    font-size: 15px;
    line-height: 15px;
    margin-right: 6px;
    vertical-align: top
}

.publsh_date span {
    line-height: 1.1;
}

.comnt-txt > p {
    color: #505050;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 5px
}

.add-review {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-top: 10px;
    padding: 15px;
}

.add-review h2 {
    color: #505050;
    font-size: 22px;
    padding: 0 0 10px 5px;
    font-weight: 600;
}

.add-review .themeBtn {
    float: right;
}

.reviewTbl {
    padding: 0 10px
}

.reviewTbl td {
    padding: 0 0 10px 10px;
    width: 50%;
    position: relative;
    vertical-align: top;
}

.reviewTbl td:first-child {
    padding-left: 0
}

.reviewTbl td textarea {
    height: auto;
}

.search_div {
    border-radius: 7px;
    border: 1px solid #edecec;
    background: #fff;
}

.search_div li {
    border-bottom: 1px solid #edecec;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/*.search_div .head_sect{color: #009ddc;display: inline-block; vertical-align: top; width: 100%; margin-bottom: 15px;}*/
.search_div h3 {
    font-size: 25px;
    font-weight: 600;
}

.search_div h3 a {
    color: #009ddc;
}

.search_div h3 a:hover {
    color: #f89839;
}

.search_div .themeBtn {
    float: right;
}

.search_div .grid_1 {
    max-width: 80%;
}

.search_div li p {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 15px;
}

.search_div .location_div {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    float: left;
    font-weight: 600;
}

.search_div .location_div:after {
    content: "\f456";
    font-family: "Ionicons";
    color: #f89839;
    position: absolute;
    left: 0px;
    font-weight: normal;
}

.info_form {
    border-spacing: 20px;
    border-collapse: separate;
    table-layout: fixed;
}

.share_job {
    text-align: center;
    border: 1px solid #f4f4f4;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.cmsContainer .share_job h4 {
    padding-bottom: 0px;
}

.cmsContainer .share_job ul {
    text-align: center;
    margin: 0px;
}

.cmsContainer .share_job ul li {
    display: inline-block;
    padding: 0px 5px;
}

.cmsContainer .share_job ul li::before {
    display: none;
}

/*---popup section=============================*/
.whoops {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}

.whoops h3 {
    font-size: 86px;
    color: #009ddc;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -6px;
}

.whoops .left-grid {

    padding-top: 60px;
}

.error-img {
    text-align: center;
}

.whoops h4 {

    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

.whoops img {
    max-width: 100%;
    height: auto;

}

.whoops p {
    color: #151515;
    font-size: 13px;
    font-weight: 500;
    padding: 35px 0;
}

.whoops .theme-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'proxima_novabold';
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.bg-dark {
    background: url(images/bg-sign-up.jpg) no-repeat center top;
    /*min-height: 653px;*/
    position: relative;
    min-height: 620px;
}

/*
.bg-dark:after {
		background: url(images/bckg_dots_2x2.gif) repeat 0 0; background: rgba(0,0,0,0.68);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
*/



/*Chat css*/

.live-chat {
    background-color: #009ddc;
    bottom: 50px;
    padding: 5px;
    position: fixed;
    right: 10px;
    width: 75px;
    border-radius: 50px;
    z-index: 9999;
}

.chat-lbl {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.chat-status {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 0 10px;
    text-align: center;
}

.status-icon {
    background: #ddd;
    border-radius: 50%;
    display: block;
    height: 8px;
    margin: 10px auto 10px;
    padding: ;
    width: 8px;
    position: relative;
}

.status-icon::before {
    border: 1px solid #ffffff;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 18px;
}

.chat-icon {
    background-color: #ffffff;
    border-radius: 50%;
    display: table;
    height: 66px;
    margin: 0 auto 10px;
    width: 66px;
}

.chat-icon .icon.ion-chatbubbles {
    color: #009ddc;
    display: table-cell;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
}

.on .status-icon {
    background-color: #30ff00;
}

/*Background-color*/

.turquoiseBg {
    background-color: #3cdbe5
}

.lightgreenBg {
    background-color: #c0e161
}

.yellowBg {
    background-color: #ffdd00
}

.lightredBg {
    background-color: #ff6564
}

.blueBg {
    background-color: #0b8be6
}

.darkorngBg {
    background-color: #f0703a
}

.coverBg .imgbox {
    border-radius: 50%;
    height: 124px;
    margin: 40px auto 0;
    position: relative;
    width: 124px;
    overflow: hidden;
    border: 6px solid #fff;
}

.imgbox > img {
    height: 100%;
    max-width: 100%;
    width: 100%;
}

/*Inerr page*/
.pageHead {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, #00c8c8 0%, #009ddc 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(135deg, #00c8c8 0%, #009ddc 100%) repeat scroll 0 0;
    padding: 15px;
    margin: 0 0 0 0;
    border: 1px solid #f0f0f0;
}

.pageHead .heading {
    margin: 0;
}

.pageHead .heading h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.pageHead .heading h2:after {
    display: none;
}

/*Error Page*/

/*
.mid-container {
    max-width: 1050px;
}
*/

.radio-option {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    position: relative;
}

.genderField {
    background-color: #ffffff;
    border: 1px solid #d3d9db;
    border-radius: 2px;
    display: table;
    height: 44px;
    width: 100%;
}

.radio-option > input[type="radio"] ~ .radioLbl {
    display: inline-block;
}

/*
.radio-option > input[type="radio"]:checked ~ .radioLbl:before {
    background-color:#009ddc;
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
}*/

.radio-option.active {
    background-color: #009ddc;
    color: #fff;
}

.radio-option.active label {
    color: #fff;
}

.radio-option.active .gender-icon {
    color: #fff;
}

.radio-option > input[type="radio"] {
    margin: 0;
    opacity: 0;
    padding: 0;
}

.gender-icon {
    color: #999999;
    display: inline-block;
    font-size: 22px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 19px;
}

.gender-icon::before {
    content: "\f2a1";
    font-family: ionicons;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 30px;
}

.sign-form .genderField li:last-child .gender-icon::before {
    content: "\f278";
}

/* radio and checkbox */

.checkbox,
.radio {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 0 0 25px;
    color: #a0a0a0;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    top: 1px;
}

.radio.disabled,
.checkbox.disabled {
    cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="text"][disabled],
input[type="password"][disabled] {
    cursor: not-allowed;
}

.inline.radio,
.inline.checkbox {
    padding-right: 20px;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.checkbox input:checked + .input-helper:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox input:checked + .input-helper:after {
    -webkit-transform: scale(1) rotate(-50deg);
    -ms-transform: scale(1) rotate(-50deg);
    -o-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg);
    opacity: 1;
    filter: alpha(opacity=100);
}

.checkbox .input-helper:before {
    top: 1px;
    width: 17px;
    height: 17px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 14px;
    height: 6px;
    border-bottom: 2px solid #009ddc;
    border-left: 2px solid #009ddc;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 5px;
}

.radio input {
    width: 19px;
    height: 19px;
}

.radio input:checked + .input-helper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio .input-helper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 11px;
    height: 11px;
    background: #f95e2e;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/************************************************************/

/*
.midl-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}*/
/*.sign-up .fix-container {
    min-height: 640px;
}*/

.headBox {
    background: #f0703a url("images/share-icon-bg.png") no-repeat scroll 0 0 content-box border-box;
    border-bottom: 4px solid #df842e;
    border-radius: 3px 3px 0 0;
    height: 140px;
    padding: 10px 20px;
    width: 100%;
}

.post_review h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.headBox > p {
    color: #ffffff;
    max-width: 240px;
}

.mid-container {
    max-width: 1050px;
    display: table;
    width: 100%;
    margin: 40px auto;
}

.loginForm ul li {
    width: 100%;
}

.loginForm ul li:nth-child(2n) {
    padding-left: 0;
}

.remember > span {
    display: inline-block;
}


/*FAQ*/

.type_qustn::before {
    content: "\f10a";
    display: inline-block;
    font-family: ionicons;
    padding: 0 10px 0 0;
    vertical-align: middle;
    font-size: 16px
}

.questn-list {
    padding: 0 0 0 20px
}

.answer-in p:last-child {
    padding: 0;
}

.titleQ.active::before {
    content: "\f104"
}

.type_qustn.active::before {
    content: "\f104"
}

.titleQ::before {
    content: "\f10a";
    font-family: ionicons;
    font-size: 18px;
    left: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0
}

.answer {
    background: #f3f3f3;
    border-radius: 3px;
    margin: 15px 0 20px;
    padding: 15px
}

.answer-in {}

.titleQ {
    color: #505050 !important;
    cursor: pointer;
    font-size: 16px !important;
    margin: 15px 0;
    padding: 0 0 0 20px !important;
    position: relative;
    font-weight: 600 !important;
}

.type_qustn {
    background: #f0703a;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px !important;
    line-height: normal !important;
    margin-bottom: 5px;
    padding: 10px 15px 10px !important;
    position: relative
}

/*FAQ*/





.dropBox {
    background-color: #ffffff;
    box-shadow: 0 0 1px #d0d0d0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
    margin-top: 8px;
}

.dropBox ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.dropBox ul li a {
    color: #009ddc;
    display: inline-block;
    padding: 2px 0;
}

.dropBox ul li a:hover {
    color: #f0703a;
}

.icon_mark {
    padding: 0 5px 0 0;
}

.allready-frnd {
    display: block;
    font-size: 17px;
}

#loader {
    background-color: #ffffff;
    height: auto;
    margin: 0 auto;
    width: 86px;
    padding: 10px;
}

.loader-img {
    position: relative;
    text-align: center;
    /* top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
}

/*Detail page*/

.userDetail {
    margin: 40px 0 0 0;
}

.profile-detail {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.detail_banner {
    position: relative;
}

.featured-strip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.changecover-pic {
    background-color: #000000;
    border: 4px solid #c0e161;
    border-radius: 50%;
    height: 48px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 48px;
}

.changecover-pic:hover {
    background-color: #0b8be6;
    border-color: #0b8be6;
}

.changecover-pic > a {
    color: #ffffff;
    display: block;
    font-size: 30px;
    line-height: 1;
    padding: 4px 0 0 0;
}

.changecover-pic a i {
    display: block;
    line-height: 1;
}

.drop-icon {
    color: #000000;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 24px;
}

.delete-icon {
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    display: none;
}

.listing-mediaBox > li .mediaBox:hover .delete-icon {
    display: block;
}

.delete-icon i {
    display: block;
    line-height: 1;
}

.drop-option {
    background-color: #ffffff;
    box-shadow: 0 0 2px #cccccc;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
}

.listing-option a {
    color: #222222;
    display: block;
    font-size: 13px;
    padding: 6px 15px;
    white-space: nowrap;
}

.listing-option a:hover {
    background-color: #0b8be6;
    color: #fff;
}

.more-option {
    float: right;
    position: relative;
}

.bgBlock {
    background-color: rgba(0, 73, 91, 0.3);
    min-height: 447px;
    margin: 0 auto;
    max-width: 570px;
    padding: 50px 0 0;
}

.profile-bgImg {
    background-image: url("images/bg-defalut.png");
}

.userDetail {
    margin: -45px -22px 0;
}

.crcle-pic {
    background-image: url("images/no-profile-img.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 11px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 204px;
    margin: 0 auto;
    position: relative;
    width: 204px;
}

.profile-img {
    margin-bottom: 10px;
}

.crcle-pic img {
    border-radius: 50%;
}

.profile-id {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-id > span {
    color: #c0e161;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    padding-left: 5px;
}

.profile-work {
    color: #c0e161;
    font-size: 14px;
    font-weight: 600;
    max-height: 47px;
    overflow: hidden;
    padding: 0 10px;
}

a.request-quoteBtn {
    background-color: #ffffff;
    border-radius: 40px;
    color: #0b8be6;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.request-quoteBtn > span {
    background-color: #0b8be6;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.request-quoteBtn:hover {
    background-color: #0b8be6;
    color: #fff;
}

.request-quoteBtn:hover span {
    background-color: #fff;
    color: #0b8be6;
}

.info-icon {
    background-color: #0d0d0d;
    border: 5px solid #c0e161;
    border-radius: 50px;
    display: block;
    height: 86px;
    width: 86px;
}

.info-list > li .info-icon:hover {
    background-color: #0b8be6;
    border-color: #0b8be6;
}

.info-icon > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tool-tip-cap {
    background-color: #ffffff;
    border-radius: 2px;
    color: #2b2b2b;
    font-size: 13px;
    left: 50%;
    opacity: 0;
    padding: 4px 10px;
    position: absolute;
    top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    z-index: 99;
}

.tool-tip-cap:hover {
    opacity: 1;
    top: 100%;
}

.tool-tip-cap:before {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    left: 50%;
    bottom: 100%;
    margin-left: -8px;
}

.info-list > li .info-icon:hover ~ .tool-tip-cap {
    opacity: 1;
    top: 100%;
}

.info-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.info-list > li {
    /*
    align-items: center;
	-webkit-align-items:center;
    display: flex;
    display:-webkit-flex;
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
    flex-direction: column;
     -webkit-flex-direction: column;*/
    position: relative;
}

.blockRequest {
    display: inline-block;
    padding-right: 10px;
}

.otherDetails {
    display: table;
    width: 100%;
    padding-top: 50px
}

.otherDetails .grid {
    display: table-cell;
    vertical-align: top
}

.counters {
    display: flex;
    display: -webkit-flex
}

.countBox span {
    color: #fff;
    display: block;
    padding: 2px 15px;
    text-align: center
}

.countBox {
    background-color: #0b8be6;
    display: inline-block;
    margin: 0 10px 0 0
}

.countBox span.countNum {
    font-size: 25px;
    font-weight: 600;
    padding: 6px
}

.box-caption {
    background-color: #2086dc;
    font-size: 14px
}

.btns-list > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px 10px
}

.themeBtn.bnr-whiteBtn {
    background-color: #fff;
    color: #0b8be6;
    font-size: 15px;
    padding: 6px 15px;
    vertical-align: middle
}

.themeBtn.bnr-whiteBtn:hover {
    background-color: #0b8be6;
    color: #fff
}

.btn-icon i {
    line-height: 1;
    display: block;
}

.btn-icon {
    display: inline-block;
    vertical-align: sub;
    padding-right: 5px;
    font-size: 25px;
}

.otherDetails .grid:last-child {
    text-align: right
}

.textBtn {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.textBtn:hover {
    text-decoration: none;
    color: #0b8be6
}

.report-user {
    margin: 10px 0;
    text-align: right;
    display: inline-block
}

.search-form {
    position: relative
}

.search-form > input[type="text"] {
    background: #f4f6f7;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    height: 38px;
    padding-right: 32px
}

.search-form > input[type="submit"] {
    background: url(images/magni.png) no-repeat center center;
    border: none;
    cursor: pointer;
    height: 38px;
    width: 38px;
    position: absolute;
    top: 0;
    right: 0
}

.searchBox {
    box-shadow: 1px 1px 1px rgba(6, 33, 63, 0.13);
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
}

.page-banner {
    position: relative
}

.page-bnr-img > img {
    width: 100%
}

.page-bnr-img a > img {
    width: 100%
}

.page-main-info h2 {
    color: #212121;
    display: block;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-main-info h2 a {
    color: #212121;
}

.page-main-info > span a {
    color: #555555;
}

.page-main-info h2 a:hover,
.page-main-info > span a:hover {
    color: #f0703a;
}

.page-block {
    display: table;
    width: 100%;
    padding: 15px
}

.page-block .grid {
    display: table-cell;
    vertical-align: middle
}

.panel.pages {
    padding: 15px 20px
}

.page-block .grid:last-child {
    text-align: right
}

.page-info {
    background-color: #fff;
    border: 1px solid #dce4e6;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0
}

/* .page-info:hover {
	border-color:#009ccb;
	box-shadow:0 0 6px 0 rgba(0, 157, 220, 0.7);
	-webkit-box-shadow:0 0 6px 0 rgba(0, 157, 220, 0.7)
} */
.pages-listBox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px
}

.pages-listBox .page-box {
    /*display:flex;display:-webkit-flex;flex-direction:column;-webkit-flex-direction:column;*/
    padding: 10px;
    flex: 1 30%;
    width: 33.33%;
    float: left;
    max-width: 406px;
    margin: 0 auto;
}

.pages-listBox.twoBox .page-box {
    flex: 1 46%;
    -webkit-flex: 1 46%;
    width: 50%;
    max-width: 450px;
}

.topPadd {
    padding: 30px 0 0
}

.profile-wrapper .panel.pages .panel-head {
    padding: 0
}

.profile-wrapper .panel.pages .refresh {
    vertical-align: sub;
    margin-left: 20px
}

.panel-head .view {
    text-transform: capitalize
}

.menuTogal {
    background-color: #f90;
    color: #fff;
    display: none;
    font-size: 28px;
    height: 36px;
    margin: 15px auto;
    width: 36px;
    cursor: pointer
}

/*Listing box

.box-listing{display:block;background-image:url(images/border-img.jpg);background-repeat:repeat-y;background-position:center}
.box-listing .listBox{display:inline-block;margin-top:30px;width:50%;margin-left:-2px;margin-right:-2px;vertical-align:top;position:relative}
.listBox .panel{display:block;max-width:94%;margin:0;position:relative}
.profile--info{width:60%}

.box-listing .listBox.right-post{margin:0}
.box-listing .listBox.right-post .panel{float:right}
.listBox .panel:before,.listBox .panel::after{position:absolute;content:"";border:7px solid transparent;border-left:7px solid #fff;left:100%;top:40px;z-index:9}
.listBox .panel::after{border-left:8px solid #dbdee2;top:41px;z-index:1}

.box-listing .listBox::after{background-color:#0b8be6;border:7px solid #fff;border-radius:50%;box-shadow:1px 1px 2px rgba(136,136,136,0.2);content:"";height:9px;left:100%;margin:0 0 0 -13px;position:absolute;top:35px;width:9px}
.box-listing .listBox.right-post:after{left:auto;right:100%;margin:-8px -11px 0 0}
.box-listing .listBox.right-post .panel:before,.box-listing .listBox.right-post .panel:after{border:7px solid transparent;border-right:7px solid #fff;left:auto;right:100%;top:32px}
.box-listing .listBox.right-post .panel:after{border-left:8px solid transparent;border-right:8px solid #dbdee2;top:33px;z-index:1}
**/

/*Artist list page*/



/*Listing box*/

.box-listing {
    display: block;
    background-image: url(images/border-img.jpg);
    background-repeat: repeat-y;
    background-position: center;
    overflow: hidden;
}

.box-listing .listBox {
    display: inline-block;
    margin-top: 30px;
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top;
    position: relative
}

.listBox .panel {
    display: block;
    max-width: 94%;
    margin: 0;
    position: relative
}

.profile--info {
    width: 60%
}

.box-listing .listBox.right-post {
    margin: 0
}

/* .box-listing .listBox.right-post .panel{float:right} */

.listBox .panel:before,
.listBox .panel::after {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    left: 100%;
    top: 40px;
    z-index: 9
}

.listBox .right-post:before,
.listBox .right-post::after,
.listBox .left-post:before,
.listBox .left-post::after {
    position: absolute;
    content: "";
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    left: 100%;
    top: 40px;
    z-index: 9
}

.listBox .panel::after {
    border-left: 8px solid #dbdee2;
    top: 41px;
    z-index: 1
}

.box-listing .right-post::after,
.box-listing .left-post::after {
    background-color: #0b8be6;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
    content: "";
    height: 9px;
    left: 100%;
    margin: 0 0 0 -13px;
    position: absolute;
    top: 35px;
    width: 9px
}

.box-listing .listBox.right-post:after {
    left: -53px;
    right: 100%;
    margin: -8px -11px 0 0
}

.box-listing .listBox.right-post .panel:before,
.box-listing .listBox.right-post .panel:after {
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    left: auto;
    right: 100%;
    top: 32px
}

.box-listing .listBox.right-post .panel:after {
    border-left: 8px solid transparent;
    border-right: 8px solid #dbdee2;
    top: 33px;
    z-index: 1
}

#isotop.box-listing .listBox:first-child {
    margin: 30px 0 0;
}

.designation {
    color: #a1a1a1;
    font-size: 12px;
}

.artist-info .count-num {
    color: #0b8be6;
    font-size: 16px;
    padding: 0 10px 0 0;
}

.artist-box {
    background-color: #ffffff;
    box-shadow: 1px 1px 1px #dfdfdf;
    -webkit-box-shadow: 1px 1px 1px #dfdfdf;
    padding: 15px;
    margin-bottom: 30px;
}

.artist-box .grid {
    display: table-cell;
    vertical-align: middle;
}

.artist-box .grid:last-child {
    text-align: right;
}

.artist-info {
    display: table;
    width: 100%;
}

.table-searchForm td {
    padding: 0 0 15px 15px;
}

.table-searchForm td:first-child {
    padding-left: 0px;
}

.create-page-btn {
    text-align: center;
    padding: 10px 0;
}

.create-page-btn .themeBtn {
    background-color: #f0703a;
    padding-right: 60px;
}

.plus-icon {
    background-color: #ee7303;
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    line-height: 51px;
}

.plus-icon i {
    font-size: 28px;
}

.mid-cta .cta {
    margin: 8px 0;
}

.cta.orange {
    background-color: #f0703a;
}

.orange .themeBtn.whiteBtn {
    color: #f0703a;
}

.orange .themeBtn.whiteBtn:hover {
    color: #fff;
    background-color: #df741e;
}

.create-page-btn .themeBtn:hover {
    background-color: #0b8be6;
}

.create-page-btn .themeBtn:hover .plus-icon {
    background-color: #2b88d6;
}

/*Page profile detail*/


.shareMedia {
    display: block;
    padding: 2px 0;
}

.listing-mediaBox {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -15px 20px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mediaBox .pic {
    height: 100px;
    width: 100%;
}

.mediaBox .pic > img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.listing-mediaBox > li {
    width: 174px;
    margin: 0 15px 15px;
}

.listing-mediaBox > li .mediaBox {
    background-color: #ffffff;
    position: relative;
    height: 100%;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
}

.md-content .media-wrapper {
    margin: 0;
}

.listing-mediaBox > li .mediaBox.grayBox {
    background-color: #d1dbe5;
    text-align: center;
    min-height: 120px;
}

.mediaBox.grayBox .txtBtn {
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.mediaBox.grayBox .txtBtn:hover {
    color: #f0703a;
}

.email {
    /*color: #0b8be6;*/
    font-size: 12px;
}

.avatar-wrap .follower--info .name {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}

.followers-listing .listBox {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
    box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
    padding: 10px;
}

.followers-listing {
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -10px 20px;
    flex-wrap: wrap;
}

.followers-listing > li {
    flex: 1 1 25%;
    padding: 10px;
    float: left;
    width: 25%;
}

.postform textarea {
    background-color: #f4f6f7;
    border: 1px solid #e1e1e1;
    display: block;
    resize: none;
}

#isotop .listBox .panel {
    margin-bottom: 30px;
}

#isotop.box-listing .listBox {
    margin: 0;
}

.listBox.no-after-before::after,
.listBox.no-after-before .panel::before,
.listBox.no-after-before .panel::after {
    display: none;
}

.post td {
    padding-top: 10px;
}

.post td:last-child {
    text-align: right;
}

.post tr:first-child td {
    padding-top: 0;
}

.artist-detail span i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/*Site map*/

.sitemap .grid {
    background-color: #fff;
    border: 1px solid #dce4e6;
    padding: 15px 20px;
    margin-bottom: 25px
}

.sitemap-list > li {
    display: inline-block;
    padding: 4px 0;
    width: 24%;
    vertical-align: top
}

.sitemap .grid > h3 {
    color: #212121;
    font-size: 22px;
    font-weight: 600
}

.sitemap-list a {
    color: #2a2a2a;
    font-size: 15px;
    position: relative
}

.sitemap-list a::before {
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 250ms ease 0;
    -webkit-transition: all 250ms ease 0;
    width: 100%
}

.sitemap-list a:hover::before {
    background: #009ddc;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.sitemap-list a:hover {
    color: #009ddc
}

/*Sign up process*/

.signup-process {
    min-height: 480px;
}

.stepBtn {
    text-align: center;
}

.signup-process > h2 {
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.or {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 180px;
    margin-top: -50px;
}

.or > span {
    color: #282828;
    isplay: block;
    font-size: 17px;
    font-weight: 700;
}

/*.or > span::before {background-color: #d0d6d9;content: "";height: 1px;left:0;position: absolute;top: 50%;width:42%;margin-top:2px;}
.or > span::after {background-color: #d0d6d9;content: "";height: 1px;right:0;position: absolute;top: 50%;margin-top:2px; width:42%;}
*/
.signup-process .crcle {
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(206, 206, 206, 0.35);
    -webkit-box-shadow: 0 2px 3px rgba(206, 206, 206, 0.35);
    display: block;
    height: 194px;
    padding: 8px;
    width: 194px;
    margin: 0 auto 20px;
    position: relative;
}

.small-crcl {
    background-color: #0b8be6;
    border-radius: 50%;
    height: 53px;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 53px;
    display: none;
}

.small-crcl img {
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%
}

.signup-process .crcle-in {
    border: 8px solid transparent;
    border-radius: 50%;
    display: block;
    height: 179px;
    width: 179px;
    cursor: pointer;
}

.signup-process .crcle-in {
    border: 8px solid transparent;
    border-radius: 50%;
    display: block;
    height: 179px;
    width: 179px;
    cursor: pointer;
}

.signup-process .crcle-in:hover {
    border-color: #0b8be6;
}

.signup-process .option.active .crcle-in {
    border-color: #0b8be6;
}

.option.active .small-crcl {
    display: block;
}

.option-list {
    text-align: center;
    padding: 20px 0 40px;
}

.signup-process .option {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.crcle-icon {
    height: 100%;
    position: relative;
}

.crcle-icon > img {
    display: block;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.option > h3 {
    font-size: 20px;
}

.signup-process .box-heading {
    padding-bottom: 30px;
    text-align: center
}

.box-heading > h2 {
    background-color: #fd0;
    border: 1px solid #ddc000;
    border-radius: 2px;
    color: #282828;
    display: inline-block;
    font-size: 20px;
    padding: 8px 20px;
    text-transform: capitalize;
    position: relative
}

.box-heading > h2:after,
.box-heading > h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    border: 14px solid transparent;
    border-top: 14px solid #fd0;
    margin-left: -7px
}

.box-heading > h2:before {
    border-top-color: #ddc000;
    margin-top: 1px
}

.typebox {
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.ylow-crcle-tick {
    background-color: #ffe200;
    border-radius: 50%;
    height: 39px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 39px;
    z-index: 99;
    padding: 10px;
    display: none
}

.ylow-crcle-tick i {
    color: #002f3d;
    display: block
}

.mid_typebox {
    border: 3px solid #c0e161;
    height: 133px;
    background-color: #fff
}

.typebox.active .mid_typebox {
    background-color: #0b8be6;
    border-color: #0b8be6
}

.typebox.active .ylow-crcle-tick {
    display: block
}

.typebox h3 {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.typebox.active h3 {
    color: #fff
}

.listing-grid {
    margin: 0 -5px 20px
}

.listing-grid .box-grid {
    float: left;
    width: 25%;
    padding: 5px
}

.iconBox {
    height: 86px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    z-index: 9
}

.iconBox::after {
    background-color: #c0e161;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 258px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 258px;
    z-index: -1
}

.typebox.active .iconBox::after {
    background-color: #002f3d
}

.box-grid .white-Box {
    background-color: #fff;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    padding: 15px 10px
}

.listing-grid.whiteBox-listing {
    margin: 0 -10px 25px
}

.listing-grid.whiteBox-listing .box-grid {
    padding: 10px
}

.white-Box.check-box > span {
    color: #758092;
    font-size: 18px;
    font-weight: 600
}

.white-Box.check-box > input[type="text"] {
    background: #f4f6f7;
    border: 1px solid #e1e1e1;
    border-radius: 2px
}

.box-grid.feeBox .white-Box {
    padding: 7px 10px
}

.listing-grid.midcell .box-grid {
    display: inline-block;
    float: none;
    text-align: left
}

.listing-grid.midcell {
    text-align: center
}

.themeBtn.primary.varient span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400
}

.final-step {
    margin: 20px auto;
    text-align: center;
    max-width: 530px;
    background-color: #fff;
    box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3)
}

.final-step h2 {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0
}

.top-section > p {
    font-size: 16px
}

.top-section {
    border-bottom: 1px solid #f1f1f1;
    padding: 40px
}

.bottom-section {
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    display: table;
    padding: 30px;
    width: 100%
}

.bottom-section .grid {
    display: table-cell;
    text-align: left;
    width: 50%
}

.bottom-section .grid:last-child {
    text-align: right;
}

.themeBtn.primary.varient {
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #0b8be6;
}

.themeBtn.primary.varient:hover {
    border-color: #f0703a;
}

.themeBtn.primary.varient.orange-btn {
    background-color: #f0703a;
    border-color: #f0703a;
}

.themeBtn.primary.varient.orange-btn:hover {
    background-color: #fff;
    color: #f0703a;
    border-color: #f0703a;
}

.profile-pic {
    height: 260px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url(images/profileBg.png) no-repeat scroll center center;
    border-radius: 4px;
    padding: 80px 0 0;
}

.imgfgr {
    height: 100%
}

.imgfgr .crcle-pic {
    border: 5px solid rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 150px;
    width: 150px
}

.profile-detail-section {
    margin-bottom: 40px;
    width: 100%;
    display: table;
    height: 100%;
}

.imgfgr img {
    height: 100%
}

.change-pic-icon {
    background-color: #f2f3f4;
    border: 4px solid #fff;
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 9;
    cursor: pointer
}

.change-pic-icon i {
    color: #0b8be6;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.change-pic-icon:hover {
    background-color: #f0703a
}

.change-pic-icon:hover i {
    color: #fff
}

.border-title {
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    margin-left: 10px;
    margin-bottom: 5px
}

.border-title::after {
    background-color: #282828;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 138px
}

.profileform > input[tpye="text"],
.profileform > textarea {
    color: #758092;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    background-color: transparent
}

.profileform > textarea {
    height: 100%;
    display: block;
    min-height: 120px
}

.contact-number {
    box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    background-color: #fff;
    margin: 30px 0 0;
    padding: 10px
}

.profile-detail-section .left-grid {
    display: table-cell;
    width: 315px;
    vertical-align: top
}

.profile-detail-section .right-grid {
    display: table-cell;
    padding-left: 40px;
    height: 100%
}

.profile-text {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    height: 100%;
    box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 1px 1px 0 rgba(136, 136, 136, 0.3);
    display: table;
    width: 100%
}

.sign-form .agree label {
    font-weight: 400;
}

.about-img {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: right;
    margin: 0 0 10px 15px;
    max-width: 420px;
    padding: 5px;
}

blockquote.special-text {
    border-left: 5px solid #222;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

/*Dialog box*/

.dialog_box {
    /* left: 50%;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);*/
}

.contact-detail > li.avlbl {
    color: #ff9900;
    font-size: 16px;
}

.dialog_overlay {
    background-color: rgba(75, 168, 246, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.dialog_box_wrap.active {
    opacity: 1;
    z-index: 99999;
}

.dialog_box_wrap {
    bottom: 0;
    left: 0;
    opacity: 0;
    /* position: fixed;*/
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out 0s;
    -wewbkit-transition: all 0.2s ease-in-out 0s;
}

.dialog_box_wrap.active .dialog_box_content {
    /* transform: scale(1);
 -webkit-transform: scale(1);
 margin: 0 auto;*/
}

.dialog_box_content {
    border-radius: 5px;
    /* max-width: 500px;
 min-width: 500px;*/
    background-color: #fff;
    /*position: relative;*/
    /*transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;*/
}

#deactivateform .dialog_box_content {
    /* min-width: 400px*/
}

.action_Btn {
    margin: 0;
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 99;
}

.seachBar {
    background-color: #f4f6f7;
    border: 1px solid #e1e1e1;
    float: left;
    width: 480px;
    margin-top: 1px;
    margin-left: 30px;
    border-radius: 2px;
}

.seachBar form input[type="text"],
.seachBar form select {
    background-color: transparent;
    border: none;
    color: #777777;
    font-size: 15px;
    line-height: 100%;
    padding: 0px 10px;
    vertical-align: top;
    height: 38px;
}

.seachBar form select {
    height: 26px;
}

.seachBar .selectfield::before {
    background-color: #f4f6f7;
    height: 32px;
    top: 0;
}

.seachBar .selectfield::after {
    border: none;
    content: "\f123";
    font-family: ionicons;
    font-size: 12px;
    height: 10px;
    width: 10px;
    top: 7px;
}

.seachBar form input.search--btn {
    background: url("images/magni.png") no-repeat scroll center center;
    border: none;
    cursor: pointer;
    height: 38px;
    width: 38px;
    float: right;
}

.siteForm input[type="text"]:focus,
.siteForm select:focus {
    box-shadow: none
}

.search--form--tbl td {
    padding: 0 10px 0 0;
}

.search--form--tbl td:last-child {
    border-left: 1px solid #e1e1e1;
    padding-right: 0;
    width: 40px;
}

.search--form--tbl .selectfield {
    border-right: 1px solid #e1e1e1;
    margin: 6px 0;
    min-width: 90px;
}

.siteForm input[type="submit"]:focus {
    box-shadow: none;
}

.seachBar form input.search--btn {
    font-size: 16px;
}

.searchTogl {
    border: 2px solid #f0703a;
    border-radius: 2px;
    float: left;
    height: 40px;
    text-align: center;
    width: 40px;
    overflow: hidden;
    display: none;
}

.searchTogl a {
    display: block;
    padding: 10px;
}

.searchTogl:hover {
    border-color: #222;
}

/**User profile page**/


.box_heading {
    color: #212121;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 10px;
}

.profile-banner.user-profile {
    min-height: inherit;
    padding: 30px 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQImWNgQAeaxv+pL8DAAABctgbI+waF3QAAAABJRU5ErkJggg==');
}

.user-profile .crcle-pic {
    height: 196px;
    width: 196px;
}

.user-profile .profile-detail {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.user-profile .bgBlock {
    min-height: inherit;
    max-width: 100%;
    padding: 0;
    background-color: rgba(0, 73, 91, 0.5);
}

.count-Box span {
    color: #ffffff;
    display: inline-block;
    padding: 2px 15px;
    text-align: center;
}

.count-Box span.countNum {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
    line-height: 1;
}

.count-Box .box-caption {
    font-size: 14px;
    background-color: #003744;
}

.count-Box {
    background-color: #00242d;
    padding: 20px;
}

.user-detail .grid {
    display: table-cell;
    vertical-align: middle;
}

.user-detail .themeBtn.bnr-whiteBtn {
    background-color: #00242d;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 6px 15px;
}

.user-detail .themeBtn.bnr-whiteBtn:hover {
    background-color: #0b8be6;
}

.user-detail .img--block {
    border-right: 1px solid #00242d;
    padding: 20px 30px;
    width: 240px;
}

.user-detail .user_info {
    padding: 20px 30px;
    border-right: 1px solid #00242d;
}

.info_boxes .count_box {
    display: table-cell;
    vertical-align: top;
}

.info_boxes .count_box {
    display: table-cell;
    vertical-align: top;
    padding: 0 1px 0 0;
}

.info_boxes .count_box .actionbtn {
    margin-top: 1px;
}

.user-detail {
    display: table;
    width: 100%;
}

.user-detail .profile-id {
    text-align: left;
}

.info_boxes {
    display: table;
    margin: 15px 0 0;
    width: 100%;
}

.user-detail .toolTip {
    width: 46px;
}

.toltip-img > img {
    max-width: 20px;
}

.toltip-cap {
    background-color: #ffffff;
    border-radius: 2px;
    color: #2b2b2b;
    font-size: 13px;
    right: 100%;
    opacity: 0;
    padding: 4px 10px;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    z-index: 99;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.icon--box:hover .toltip-cap {
    opacity: 1;
}

.icon--box {
    align-items: center;
    -webkit-box-align: center;
    border-bottom: 1px solid #00242d;
    cursor: pointer;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    justify-content: center;
    -webkit-box-pack: center;
    padding: 14px 0;
    position: relative;
}

.no-flexbox .icon--box {
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
}

.toltip-img {
    margin: 0 auto;
}

.icon--box:last-child {
    border-bottom: none;
}

.toltip-cap::before {
    border: 8px solid transparent;
    border-left-color: #fff;
    bottom: 100%;
    content: "";
    left: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.infolist {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 240px;
}

.link-text {
    color: #0b8be6;
    font-weight: 600;
}

.link-text:hover {
    color: #f0703a;
    text-decoration: none;
}

@media screen and (max-width:1050px) {
    #header .button span {
        display: none;
    }

    #header .button .icon {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .dialog_box {
        /*top: 0;*/
        position: relative;
        height: 100%;
        /*left: 0;
        right: 0;
        transform: none;*/
        /*-webkit-transform: none;*/
        /*height: 100%;*/
        /*overflow: hidden;
overflow-y: auto;*/
    }

    .popup {
        /* overflow: auto;*/
    }

    .seachBar {
        left: 10px;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        right: 10px;
        top: 100%;
        z-index: 10;
        width: auto;
        display: none;
    }

    .seachBar .siteForm td {
        display: table-cell;
    }

    .searchTogl {
        border: 1px solid #f0703a;
        height: 28px;
        width: 35px;
    }

    .searchTogl a {
        padding: 5px;
    }

    .user-detail .grid {
        display: block;
    }

    .user-detail .img--block {
        border-right: none;
        border-bottom: 1px solid #00242d;
        margin: 0 auto;
        width: auto;
    }

    .user-detail .toolTip {
        width: auto;
    }

    .toltip-cap {
        display: inline-block;
        margin: 20px 0 0;
        opacity: 1;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .toltip-cap::before {
        border: 8px solid transparent;
        border-left-color: transparent;
        border-bottom-color: #fff;
        bottom: 100%;
        left: 50%;
        position: absolute;
        top: auto;
        transform: none;
        -webkit-transform: none;
        margin-left: -8px;
    }

    .icon--box {
        border: 1px solid #00242d;
        cursor: pointer;
        display: inline-block;
        padding: 14px 0;
        position: relative;
        width: 200px;
        margin: 5px;
    }

    .icon--box:last-child {
        border-bottom: 1px solid #00242d;
    }

    .user-detail .profile-id {
        text-align: center;
    }

    .info_boxes .count_box {
        display: inline-block;
        padding: 0 0 3px;
        width: 210px;
    }

    .infolist {
        display: inline-block;
        height: auto;
    }
}

@media only screen and (min-width : 1050px) and (max-width : 1150px) {
    .seachBar {
        width: 380px;
    }
}

/**Artist detail page updates **/


.detail-section .white-box {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(136, 136, 136, 0.2);
    padding: 25px;
}

.grids {
    display: table;
    margin: 0;
    width: 100%;
}

.grids .grid {
    display: table-cell;
    padding: 0 20px;
    width: 50%;
}

.grids .grid:first-child {
    padding-left: 0
}

.grids .grid:last-child {
    padding-right: 0
}

.detail ul.per-detail li span.caption {
    width: 46%;
}

.detail ul.per-detail li span.desc {
    width: 52%;
    font-size: 14px;
}

.detail > h3 {
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

.detail.abouttxt > h3 {
    padding-bottom: 25px;
}

.detail .per-detail {
    margin: 0;
}

.detail-section .detail {
    min-height: 220px;
    position: relative;
}

.corner {
    position: absolute;
    right: 0;
    top: 0;
}

.corner:after {
    border: 35px solid #0b8be6;
    border-left-color: transparent;
    border-bottom-color: transparent;
    content: "";
    position: absolute;
    right: -18px;
    top: -18px;
}

.corner > img {
    left: 8px;
    position: relative;
    top: -9px;
    z-index: 99;
}

.detail-section {
    padding: 10px 0 0;
}

.attachment-btn a {
    border-left: 1px solid #e1e1e1;
    color: #222222;
    display: block;
    font-size: 20px;
    padding: 3px 15px;
}

.attachment-btn a:hover {
    color: #0b8be6;
}

.attachment-btn > li {
    display: inline-block;
    vertical-align: middle;
}

.attachment-btn {
    border: 1px solid #e1e1e1;
    display: inline-block;
    vertical-align: bottom;
}

.post td .themeBtn.midium {
    float: right;
}

.attachment-btn > li:first-child a {
    border: none;
}

.popup .sign-form {
    float: none;
    padding: 0;
    width: auto;
}

.dialog_box_content {
    padding: 20px;
    text-align: center;
}

.dialog_box_content > h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

#ConfirmBoxNo.themeBtn {
    background-color: #f0703a;
}

#ConfirmBoxNo.themeBtn:hover {
    background-color: #cf741e;
}

.post-detail {
    margin: 0 auto;
    max-width: 680px;
}

/** user account ***/

.useraccount {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 10px
}

.userinfo::after {
    content: "\f35f";
    font-family: ionicons;
    font-size: 22px;
    margin: -13px 0 0;
    position: absolute;
    right: 0;
    top: 50%
}

.userinfo {
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin: -1px 0 0;
    padding: 0 20px 0 0;
    position: relative
}

.userinfo .pic {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    margin: 0 10px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 35px;
    box-shadow: 0 0 2px #c0c0c0;
}

.useraccount .wrapOpen {
    min-width: 170px;
    position: absolute;
    right: 10px;
    top: 54px;
    box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    display: none;
    animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    -webkit-animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-radius: 4px
}

.wrapOpen::before {
    border-bottom: 8px solid #f90;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    right: 10px;
    position: absolute;
    top: -10px
}

.useraccount .wrapList::before {
    background: #f90;
    border-radius: 5px 5px 0 0;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    right: 6px;
    top: -3px;
    z-index: 0
}

.downwrd_link li a {
    color: #666;
    display: block;
    font-size: 14px;
    padding: 6px 10px
}

.downwrd_link li a:hover {
    background-color: #0b8be6;
    color: #fff
}

.useraccount.active .userinfo {
    color: #f90
}

.useraccount.active .wrapOpen {
    display: block;
}

.wrapphoto {
    border: 1px solid #000000;
    width: 100px;
    position: relative;
}

.wrapphoto .delete {
    background-color: #000000;
    border-radius: 50%;
    color: #ffffff;
    display: none;
    font-size: 16px;
    height: 22px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 22px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    z-index: 1;
}

.wrapphoto:hover .delete {
    display: block
}

.delete i {
    display: block;
    line-height: 20px;
    padding: 0 0 0 1px;
}

.panel-search select {
    border: 1px solid #e1e1e1;
}

.no_result_text a {
    color: #0b8be6;
    text-decoration: underline;
}

.no_result_text a:hover {
    text-decoration: none;
    color: #222;
}

.audioWrapper {
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    height: 100%;
    padding: 10px 0;
    position: relative;
}

.audioWrapper .pic > img {
    display: block;
    width: 100%;
}

.info-block {
    padding-bottom: 55px
}

.icn > img {
    text-align: center;
    vertical-align: middle;
}

.fb_iframe_widget {
    vertical-align: top;
}

.fb_iframe_widget span {
    vertical-align: top !important;
}

.shareMedia {
    padding: 9px 10px 4px !important;
}

/**8 june 2016**/

.requirement-detail {
    max-height: 500px;
    overflow-y: auto;
}

.comment-form textarea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);

    height: 40px;
    overflow-y: hidden;
}

.popup_fb_btn {
    background-color: #4966b6;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
}

.fb-share-button {
    display: inline-block;
    vertical-align: top;
}

.popup_fb_btn i {
    font-size: 14px;
    line-height: 1;
}

.request-responseBtns {
    background-color: #ffffff;
    box-shadow: 0 0 2px #cccccc;
    left: 0;
    position: absolute;
    text-align: left;
    top: 39px;
    display: none;
    width: 100%;
}

.request-responseBtns a {
    color: #222222;
    display: inline-block;
    padding: 3px 10px;
}

.request-responseBtns a:hover {
    color: #0b8be6;
}

#friendRequest {
    position: relative;
    display: block;
}

.iframe__container {
    overflow: hidden;
    position: relative;
}

.iframe__container:before {
    content: "";
    position: relative;
    display: block;
    padding-bottom: 56%;
}

.iframe__container .youtube-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup_tw_btn {
    background-color: #1b95e0;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    height: 20px;
    padding: 1px 8px 1px 6px;
    position: relative;
}

.fl > a {
    color: #0b8be6;
}

.profile-banner::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.detail_banner {
    z-index: 10000;
}

.shareMedia.themeBtn.bnr-whiteBtn {
    background-color: #ffffff;
}

.report-user a.textBtn:hover {
    color: #ffffff;
}

.aligncenter button {
    background-color: #222222;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    margin: 5px;
    padding: 5px 10px;
}

.reviews-list {
    background-color: #f9f9f9;

    padding: 0px;
}

.logothumb > img {
    border: 1px solid;
    display: block;
    max-width: 130px;
}

.blog_lnks .sub_cat li a .countxt {
    border: medium none;
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: middle;
    right: 0;
}

.md-content .media-wrapper {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.unread {
    background: #fff
}

.read {
    background: #f0f0f0
}

.read a {
    color: #0b8be6;
}

.reviews-list:empty {
    padding: 0;
}

/****Event*****/

.crcle--icon {
    border: 2px solid #0b8be6;
    border-radius: 50%;
    color: #0b8be6;
    font-size: 16px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.month-year,
.address--event {
    display: inline-block;
    vertical-align: middle;
}

.top-block .title {
    color: #212121;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
}

.top-block {
    padding: 12px 20px;
    border-bottom: 1px solid #dce4e6;
}

.middle-block {
    padding: 0 20px;
    background-color: #f0f3f5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.post-time {
    display: inline-block;
    padding: 12px 40px 12px 0;
    vertical-align: middle;
    border-right: 1px solid #dce4e6;
    margin-right: 20px;
}

.event-loction {
    display: inline-block;
    vertical-align: middle;
}

.month {
    font-size: 14px;
    font-weight: 600;
}

.year {
    font-size: 13px;
}

.month-year span {
    display: block;
    color: #212121;
    line-height: 1.1;
}

.address--event > h2 {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.address--event > p {
    color: #363636;
    font-size: 13px;
}

.footer-block {
    padding: 12px 20px;
    border-top: 1px solid #dce4e6;
}

.tag-list li {
    background-color: #57be3b;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    padding: 4px 10px;
    vertical-align: middle;
}

.tag-list li {
    background-color: #57be3b;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    vertical-align: middle;
}

.tag.orangebg {
    background-color: #ee684d;
}

.event-row {
    background-color: #ffffff;
    border: 1px solid #dce4e6;
    margin-bottom: 20px;
}

.event-row .left-colm {
    float: left;
    width: 80%;
}

.event-row .right-colm {
    border-left: 1px solid #dce4e6;
    float: left;
    width: 20%;
}

.price-detail {
    padding: 20px;
    text-align: center;
}

.curncy-icon {
    display: block;
}

.price-lbl {
    color: #565656;
    display: block;
    font-size: 15px;
    padding: 2px 0;
}

.prc-vl {
    color: #494949;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

.prc-vl span {
    font-weight: 400;
    line-height: 1;
}

.price-range {
    margin-bottom: 5px;
}

.price-detail .themeBtn {
    padding: 6px 18px;
    margin: 5px auto;
    display: table;
}

.read-more {
    color: #0b8be6;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
}

.read-more::after {
    content: "»";
    font-size: 23px;
    font-weight: normal;
    line-height: 18px;
    padding-left: 5px;
    position: relative;
}

.read-more:hover {
    color: #222;
}

.top-block > p {
    display: block;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joining-date {
    font-size: 17px;
}

.full-width_li {
    float: none !important;
    margin: 12px 0 15px 2% !important;
    width: auto !important;
    float: none !important;
}

/*#editor*/
.editor-cms a,
.editor-cms a:visited {
    line-height: normal;
    color: #333;
    text-decoration: underline;
    outline: 0;
    color: #f0703a;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.editor-cms a:hover,
.editor-cms a:focus,
.editor-cms:hover {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-decoration: none;
}

.editor-cms img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

.editor-cms {}

.editor-cms h1,
.editor-cms h2,
.editor-cms h3,
.editor-cms h4,
.editor-cms h5,
.editor-cms h6 {
    margin: 0 0 .8em;
    font-weight: 400;
    line-height: 1.3em;
}

.editor-cms h5,
.editor-cms h6 {
    margin-bottom: 8px
}

.editor-cms h1 {
    font-size: 36px;
    margin-bottom: 16px
}

.editor-cms h2 {
    font-size: 30px;
    margin-bottom: 14px
}

.editor-cms h3 {
    font-size: 28px;
    margin-bottom: 10px
}

.editor-cms h4 {
    font-size: 24px;
    margin-bottom: 9px
}

.editor-cms h5 {
    font-size: 18px
}

.editor-cms h6 {
    font-size: 14px
}

.editor-cms p {}

.editor-cms ul,
.editor-cms ol {
    margin: 10px;
}

.editor-cms ul li {
    font-size: 15px;
    margin: 5px 0;
    padding: 3px 15px;
    position: relative;
}

.editor-cms ul li:before {
    background: #6b6a6a;
    border-radius: 100%;
    content: "";
    display: block;
    height: 7px;
    left: 0px;
    position: absolute;
    top: 10px;
    width: 7px;
}

.editor-cms table {
    border: solid 1px #dedddd;
    border-collapse: collapse;
    width: 100%;
}

.editor-cms table th {
    text-transform: uppercase;
    background: #f1f0f0;
    font-size: 14px;
    color: #545353;
    font-weight: 600;
    padding: 15px 20px;
    border: solid 1px #dedddd;
}

.editor-cms table td {
    vertical-align: top;
    font-size: 14px;
    color: #545353;
    font-weight: 400;
    padding: 15px 20px;
    border: solid 1px #dedddd;
}

.editor-cms {
    color: #999999;
}

.editor-cms ul {
    margin: 10px 0;
    color: #999999;
}

.editor-cms h4 {
    text-transform: uppercase;
}

.editor-cms ol {
    list-style: decimal;
}

.editor-cms ol li {
    position: relative;
    padding: 0 0 15px 0;
    color: inherit;
    margin: 0 0 0 15px;
}

.editor-cms ol li a {
    color: inherit;
}

.editor-cms a:active,
.editor-cms a:focus,
.editor-cms a:hover,
.editor-cms a:link,
.editor-cms a:visited {
    outline: 0;
}

.editor-cms .alignleft,
.editor-cms .floatleft {
    float: left;
    text-align: left
}

.editor-cms .alignright,
.editor-cms .floatright {
    float: right;
    text-align: right
}

.editor-cms .aligncenter {
    text-align: center;
    margin: 0 auto;
}

.editor-cms .align-right {
    text-align: right
}

.editor-cms .align-left {
    text-align: left
}

.editor-cms .align-center {
    text-align: center
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.editor-cms p img {
    margin: 0;
}

.editor-cms p.lead {
    font-size: 21px;
    color: #777;
}

.editor-cms em {
    font-style: italic;
}

.editor-cms small {
    font-size: 80%;
}

.editor-cms strong,
.editor-cms th,
.editor-cms thead td {
    font-weight: 700
}

.editor-cms blockquote,
.editor-cms blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.editor-cms blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

.editor-cms blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

.editor-cms blockquote cite:before {
    content: "\2014 \0020";
}

.editor-cms blockquote cite a,
.editor-cms blockquote cite a:visited,
.editor-cms blockquote cite a:visited {
    color: #555;
}

.editor-cms hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/*#editor end*/

.clear-section {
    color: #0b8be6;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    line-height: 1;
}

.clear-section:hover {
    color: #222;
}

/* enscroll start*/

.filter-scrollbars {
    overflow: auto;
    width: 280px;
    height: 300px;
    padding: 0 5px;
}

#scrollbar1 {
    /* overflow: auto;*/
    width: 280px;
    /* height: 300px;*/
    padding: 0 5px;
}

.scrollbars {
    /*   overflow: auto;*/
    width: 280px;
    /*    height: 300px;*/
    padding: 0 5px;
}

.pop-up-scrollbars {
    overflow: auto;
    width: 100%;
    height: 300px;
    padding: 0 5px;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: #4BA8F6;
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

/*Section space*/
.section-space {
    padding: 25px 0;
}

/*Ripple effect*/
[ripple] {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

[ripple] .ripple {
    position: absolute;
    background: #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-animation: ripple 1.6s;
    animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(40);
        transform: scale(40);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(40);
        transform: scale(40);
        opacity: 0;
    }
}

/*enscroll end*/
@font-face {
    font-family: "Ionicons";
    src: url("fonts/ionicons.eot?v=2.0.0");
    src: url("fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("fonts/ionicons.woff?v=2.0.0") format("woff"), url("fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*==============autocomplete ui==================*/
#myAutocomplete {
    width: 100%;
}

.ui-autocomplete-multiselect.ui-state-default {
    display: block;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 3px 10px;
    padding-bottom: 0px;
    overflow: hidden;
    cursor: text;
    width: 100% !important;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer;
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6;
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: none;
    height: auto;
    margin: 2px;
    overflow: visible;
    margin-bottom: 5px;
    text-align: left;
}

.ui-autocomplete-multiselect.ui-state-active {
    outline: none;
    border: 1px solid #7ea4c7;
    -moz-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    -khtml-box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
    box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);
}

.ui-autocomplete {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    width: 200px !important;
    z-index: 999;
}

#myAutocomplete:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-helper-hidden-accessible {
    color: #0b8be6;
    display: block;
    font-style: italic;
    padding-bottom: 5px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 5px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}

/*tabs*/
ul.resp-tabs-list,
p {
    margin: 0;
    padding: 0 0 10px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    min-width: 150px;
    text-align: center;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #eaeaea;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px;
    border-top: 4px solid #0b8be6;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border-top: 1px solid #eaeaea;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid;
    border-color: #0b8be6 #0b8be6 #fff;
    border-top: 1px solid #0b8be6;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;
    /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #0b8be6;
}

/*form style*/
/* forms css */
.form__caption {
    color: #3c3c3c;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.form__title {
    color: #4d9de0;
    font-size: 19px;
    /* font-weight: 700;*/
    line-height: 100%;
    padding-bottom: 10px;
}

.form__horizontal label.checkbox {
    font-size: 15px;
    color: #737373;
    font-weight: 700;
}

.form__horizontal table tr td {
    padding: 25px 0 0 25px;
    vertical-align: bottom;
    /* width:50%;*/
}

.form__horizontal table tr td:first-child {
    padding-left: 0px;
}

.form__vertical table tr td {
    width: 100%;
    padding: 25px 0px 0px 0px;
}

select::-ms-expand {
    display: none;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form select {
    width: 100%;
    backound: #fff;
    border: 1px solid #ededed;
    height: 40px;
    /*	line-height:40px;*/
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
    /*color:#9c9a9a;*/
    color: #474646;
    padding: 0px;
    margin: 0 0 0 0;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form input[type="number"] {
    width: 100%;
    backound: #fff;
    border: 1px solid #ededed;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    color: #9c9a9a;
    padding: 0px;
    margin: 0 0 0 0;
    border-radius: 3px;
    outline: none;
    padding-left: 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form select:focus {
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(7, 158, 204, 0.3);
    border: 1px solid #0b8be6;
    -webkit-appearance: none;
}

.form select {
    background: #fff url(images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 10px;
    /* line-height:100%; */
}

.select_wrap {
    position: relative;
}

.form input[type="file"] {
    width: 100%;
    backound: #fff;
    border: 1px solid #ededed;
    vertical-align: middle;
    font-size: 14px;
    color: #9c9a9a;
    padding: 0px;
    margin: 0 0 0 0;
    border-radius: 3px;
    outline: none;
    padding: 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form input[type="submit"] {
    border: none;
    cursor: pointer;
}

.form--heading {
    color: #0b8be6;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
}

.form tr td .form-subtable tr td {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.form tr td .form-subtable tr td:first-child,
.form tr td .form-subtable tr td:last-child {
    width: 45%;
}

.form tr td .form-subtable tr td:nth-child(2) {
    text-align: center;
    width: 10%;
}

.form--notes {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}

input[type="text"].calendar {
    background: url(images/small-calendar.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

input,
select,
textarea {
    font-family: inherit;
    outline: medium none;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background: #fff;

}

.form textarea:focus {
    border-color: #1897ef;
    /*-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 10px #6fbaee;*/
}

.field_label {
    color: #3a3a3a;
    font-size: 14px;
}

.caption-wraper {
    padding-bottom: 5px;
}

.form .field-set label span.mandatory,
.form .field-set label span.spn_must_field {
    color: red;
    display: inline-block;
    margin-left: 0px;
}

.form-subtable img {
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer;
}

.form textarea {
    resize: vertical;
    width: 100%;
    backound: #fff;
    border: 1px solid #ededed;
    min-height: 150px;
    /*line-height: 24px;*/
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
    /* color:#9c9a9a; */
    color: #474646;
    margin: 0 0 0 0;
    border-radius: 3px;
    outline: none;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
}

.mandatory {
    color: #ef2e25;
    font-size: 16px;
    line-height: 1;
}

input,
select,
textarea {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

.form .field-set {
    display: block;
    margin-bottom: 1em;
}

.field-set {
    display: block;
}

.form.form--vertical .field-set .caption-wraper,
.form.form--vertical .field-set .field-wraper {
    display: block;
}

.field-set .field_cover {
    position: relative;
}

.form .button,
.form .img-uploader .upload-label,
.img-uploader .form .upload-label {
    border-radius: 3.375em;
    height: 2.7em;
    line-height: 2.7em;
}

.form table tr td {
    padding-bottom: 20px;
}

.form a {
    color: #0b8be6;
}

/* .form a:hover {
	color: #f0703a;
} */
.form.formvertical table tr td {
    display: block;
}

.form table tr td {
    padding: 0px 0px 15px 15px;
}

.form input[type="submit"] {
    background: #f0703a;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    padding: 12px 25px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    -webkit-appearance: none;
}

/*move to top*/
.move-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 148, 62, 0.8) url(images/move-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.move-top.move-top-is-visible,
.move-top.move-top-fade-out,
.no-touch .move-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.move-top.move-top-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.move-top.move-top-fade-out {
    opacity: .5;
}

#postMediaFrm.form textarea {
    min-height: 20px !important;
}
