.body {
    background: #f9f9fa;
    min-height: 729px;
}

.ui-autocomplete li.ui-menu-item a {
    cursor: pointer;
}

.title-head span.spn_must_field {
    color: red;
}

#frmQuotes .v-btn.v-border {
    background: #f0703a;
    border: medium none;
    color: #ffffff;
}

#frmQuotes .v-btn:hover {
    background: #2f2f30;
}

.v-header {
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    left: 0;
    padding: 14px 0;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 100%;
    z-index: 7777;
    position: fixed;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

/*.v-header.sticky {
	left: 0;
	position: fixed;
	top: 0;
	vertical-align: top;
	width: 100%;
	z-index: 7777;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}*/
.v-logo {
    float: left;
}

.v-logo img {
    max-width: 135px;
}

.v-search-top {

    border-radius: 2px;
    display: inline-block;
    /* height: 30px; */
    margin-right: 32px;
    position: relative;
    vertical-align: middle;
    width: 240px;
    overflow: hidden;
}

.v-search-top form input[type="text"] {
    background-color: #eceeef;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 3px 10px 3px 32px;
    vertical-align: top;
    -webkit-appearance: none;
    border: 1px solid #E1E1E1;
}

.v-search-top form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url(images/magni.png) no-repeat center center;
    border: medium none;
    cursor: pointer;
    height: 30px;
    left: -4px;
    position: absolute;
    top: 0;
    width: 38px;
}

.v-grid_2 {
    float: right;
}

.v-navigation {
    display: inline-block;
    padding-left: 20px;
    padding-top: 3px;
    position: relative;
    vertical-align: middle;
}

.v-subnavigation {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.v-navigation ul li {
    float: left;
    margin-right: 1px;
}

body.toggled-left .v-navigation {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    z-index: 9999;
}

.v-navigation ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #2f2f30;
    display: block;
    padding: 6px 12px;
}

.v-navigation ul li a.active,
.v-navigation ul li a:hover {
    color: #f0703a;
}

.v-subnavigation span {
    color: #9da6a9;
    font-size: 14px;
}

.v-subnavigation a {
    color: #2f2f30;
    font-size: 14px;
}

.v-subnavigation a:hover,
.v-subnavigation a.active {
    color: #f0703a;
}

body.toggled-left .leftoverlay {
    display: block;
}

.leftoverlay {
    animation: 500ms ease 0s normal none 1 running fade;
    -webkit-animation: 500ms ease 0s normal none 1 running fade;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 4;
}

.hamburger--htx {
    background-color: rgba(0, 0, 0, 0);
}

.hamburger {
    -moz-appearance: none;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    width: 40px;
}

.hamburger--htx span:before {
    -webkit-transition-property: top, transform;
    transition-property: top, transform;
}

.hamburger--htx span:after,
.hamburger--htx span:before {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -webkit-transition-duration: 0.3s, 0.3s;
}

.hamburger span:before {
    top: -10px;
}

.hamburger--htx span:after {
    -webkit-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.hamburger--htx span:after,
.hamburger--htx span:before {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -webkit-transition-duration: 0.3s, 0.3s;
}

.hamburger span:after {
    bottom: -10px;
}

.hamburger--htx span {
    transition: background 0s ease 0.3s;
    -webkit-transition: background 0s ease 0.3s;
}

/*.hamburger--htx.is-active span:after, .hamburger--htx.is-active span:before {
	transition-delay: 0s, 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
}
.hamburger--htx.is-active span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}*/
.hamburger--htx span:before {
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
}

.hamburger--htx span:after,
.hamburger--htx span:before {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -webkit-transition-duration: 0.3s, 0.3s;
}

.hamburger span:after,
.hamburger span:before {
    background-color: #3c3c3c;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

/*.hamburger--htx.is-active span:after, .hamburger--htx.is-active span:before {
	transition-delay: 0s, 0.3s;
	-webkit-transition-delay: 0s, 0.3s;
}
.hamburger--htx.is-active span:after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}*/
.hamburger--htx span:after {
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
}

.hamburger--htx span:after,
.hamburger--htx span:before {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -webkit-transition-duration: 0.3s, 0.3s;
}

/*.hamburger--htx.is-active span {
	background: rgba(0, 0, 0, 0);
}*/
.hamburger--htx span {
    transition: background 0s ease 0.3s;
    -webkit-transition: background 0s ease 0.3s;
}

.hamburger span {
    background: #3c3c3c;
    display: block;
    height: 5px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 20px;
}

.hamburger {
    display: none;
}

.searchtoggle {
    display: none;
}

.v-user {
    display: none;
}

.v-cover {

    height: 298px;
    background-position: center center;
    background-size: cover;

}

.v-icon.mark-fav {
    display: inline-block;
    height: 17px;
    width: 16px;
}

.v-dis-like .mark-fav svg,
.v-like .mark-fav svg {
    fill: #fff;
}

.v-btn.v-btnicn.v-dis-like {
    background: #999;
}

.v-btn.v-btnicn.v-like {
    background: #f0703a;
}

.panel__left .panel__fixed .panel__fixed-inner.stick {
    width: 267px;
}

.panel__fixed .panel__fixed-inner.stick {
    /*height: 100%;*/
}

.panel__fixed .panel__fixed-inner.stick {
    position: fixed;
    width: 267px;
    z-index: 1;
}

.v-section {
    border-bottom: 1px solid #ebebe7;
    padding-bottom: 10px;
}

.v-userPanel {
    background: rgba(255, 255, 255, 0.99);
    /* border-radius: 5px; */
    display: table;
    margin-top: 0px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.v-userpanelleft {
    float: left;
    width: 60%;
}

.v-userpanelright {
    float: right;
    text-align: right;
    width: 40%;
}

.userpic {
    border: 3px solid #fff;
    border-radius: 172px;
    display: inline-block;
    height: 172px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -30px;
    vertical-align: middle;
    width: 172px;
    background: #fff;
}

.v-usershortinfo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 292px;

}

.userpic > img {
    width: 100%;
}

.v-username {
    color: #3c3c3c;
    display: block;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
}

.v-username > a {
    color: #333;
}

.v-rated {
    display: inline-block;
    /* padding-left: 20px; */
    margin-bottom: 10px;
    vertical-align: middle;
}

.v-userskills,
.v-userplace {
    color: #9e9898;
    font-size: 14px;
}

.v-userskills {
    min-height: 40px;
}

.body.v-profile {
    position: relative;
    top: -70px;
}

.v-rated > span {
    color: #9e9898;
    font-size: 13px;
    padding-left: 10px;
}

.v-btn {
    font-size: 14px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.v-btn.v-border {
    border-width: 1px;
    border-style: solid;
    background: #fff;
    border-color: #ebebe7;
    color: #bbbab9;
}

.btn-group .v-btn {
    border-radius: 5px;
    margin-right: 5px;
    min-width: 160px;
    padding: 12px 30px;
    margin-bottom: 5px;
}

.btn-group .v-btn:last-child {
    margin-right: 0px;
}

.v-btn.blue,
.v-btn.blue:hover {
    background: #0b8be6;
    color: #fff;
}

.v-btn.blue.active {
    background: #2f2f30;
}

.v-btn.black {
    background: #000;
    color: #fff;
}

.v-btn.black:hover {
    background: #505050;
}

.v-btn.v-btnicn {
    background: #f0703a;
    min-width: 1%;
    padding: 11px 14px;
}

.v-icon.v-like {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
}

.v-btn:hover,
.v-btn.v-btnicn:hover {
    background: #2f2f30;
    color: #fff;
}

.v-btn.v-border:hover {
    border-color: #2f2f30;
}

.v-btn.small {
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 1%;
    padding: 8px 15px;
}

.v-tacgs li {
    /* background: #0b8be6; */
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #888;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
    padding: 3px 6px;
    margin-top: 4px;
    margin-right: 4px;
}

.panel {
    float: left;
    width: 75%;
}

.panel__left {
    display: inline-block;
    float: left;
    width: 30%;
}

.panel__right {
    display: inline-block;
    float: right;
    width: 70%;
}

.v-blocktitle {
    color: #2f2f30;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 5px;
    font-size: 13px;
}

.v-padd {
    padding: 30px 0;
}

.panel__right {
    padding: 0 20px;
}

.v-bio li {
    border-top: 1px solid #e2e4e5;
    color: #2f2f30;
    display: block;
    font-size: 13px;
    padding: 10px 0;
}

.v-bio {
    margin-top: 20px;
}

.v-bio li .v-icon {
    color: #0b8be6;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    vertical-align: middle;
    width: 24px;
    float: left;
}

.v-bio li .v-icon svg {
    height: 100%;
    width: 100%;
}

.v-bio li .v-icon svg path {
    fill: #2f2f30;
}

.v-bio li a:hover .v-icon.link-fb svg path {
    fill: #4e71a8;
}

.v-bio li a:hover .v-icon.link-tw svg path {
    fill: #1cb7eb;
}

.v-bio li .v-icon {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
    color: #0b8be6;
}

.v-bio li .v-icon.link-fb,
.v-bio li .v-icon.link-tw,
.v-bio li .v-icon.link-pin {
    float: none;
}

.v-bio li a:hover .v-icon.link-pin svg path {
    fill: #cd2129;
}

/*.v-readabout{margin:20px auto;}*/
.v-readabout > a {
    background: #f0703a;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 30px;
}

.v-readabout > a:hover {
    background: #2f2f30;
}

.v-blocktitle > a {
    color: #909192;
    float: right;
}

.v-blocktitle > a:hover {
    color: #2f2f30;
}

.v-padd.gap {
    padding: 90px 0;
}

.v-panels {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.v-medialist > li {
    float: left;
    padding-left: 10px;
    width: 25%;
}

.v-medialist {
    margin-left: -10px;
}

.v-media {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.v-medialist {
    margin-left: -10px;
    margin-top: 15px;
}

.v-mediablock {
    border-bottom: 1px solid #e2e4e5;
    display: table;
    padding-bottom: 20px;
    width: 100%;
    padding-top: 20px;
}

.v-media img {
    height: 100%;
    width: 100%;
}

.v-medialist li a:hover .v-media img {
    opacity: 0.5;
}

.v-media > i {
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.v-medialist li a:hover .v-media i {
    opacity: 1;
}
.v-block.v-mediablock.v-audio {
  table-layout: fixed;
}
/*Photo Gallery[*/
.v-photoList{display: flex;}
.v-photoList li a{    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eaeaea;}
@media only screen and (max-width:767px){.v-photoList li a{height: 30px;}}
.v-photoList li a .v-media{border: 0px;}
/*Photo Gallery]*/
.v-audio .v-medialist li {
    width: 100%;
    padding-left: 0;
}

.v-audio .v-medialist {
    margin-left: 0px;
}

.v-audio .v-medialist li {
    border-bottom: 1px solid #e2e4e5;
    padding: 10px 0;
    width: 100%;
}

.v-audio .v-medialist li:last-child {
    border-bottom: none;
}

.v-audio .v-media {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.v-audio .media-title {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 60px);
}

.media-title h3 {
    color: #2f2f30;
    font-size: 13px;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.media-title p {
    color: #909192;
    font-size: 13px;
}

.v-block.v-mediablock.v-audio {
    border-bottom: none;
    padding-bottom: 0;
}

.v-rightsidebar {
    float: right;
    width: 25%;
}

.v-countlabels a h3 {
    color: #0b8be6;
    font-size: 24px;
}

.v-countlabels a p {
    color: #2f2f30;
    font-size: 15px;
}

.v-countlabels {
    display: inline-block;
    vertical-align: middle;
}

.v-countlabels {
    padding-left: 20px;
}

.v-count .v-countlabels:first-child {
    padding-left: 0px;
}

.v-countlabels.v-pages a h3 {
    color: #f0703a;
}

.v-countlabels.v-followers a h3 {
    color: #000;
}

.v-count {
    border-bottom: 1px solid #e2e4e5;
    padding-bottom: 20px;
}

.v-readabout {
    margin-top: 20px;
}

.v-events .v-medialist li {
    border-bottom: 1px solid #e2e4e5;
    padding: 10px 0;
    width: 100%;
}

.v-events .v-medialist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.v-events .v-media {
    float: left;
    height: 50px;
    width: 50px;
}

.v-events .media-title {
    display: block;
    padding-left: 60px;
    vertical-align: top;
}

.v-events .v-medialist {
    margin-left: 0;
    display: table;
    width: 100%;
}

.v-events .v-medialist li:first-child {
    padding-top: 0px;
}

.media-title p span {
    padding-right: 10px;
}

.media-title p span .v-icon {
    padding-right: 5px;
}

.v-venue span {
    color: #919293;
    display: inline-block;
    font-size: 13px;
    /* vertical-align: middle; */
}

.v-venue i {
    color: #919293;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    padding-right: 5px;
}

.v-reviews .v-medialist li {
    border-bottom: 1px solid #e2e4e5;
    padding: 10px 0;
    width: 100%;
}

.v-reviews .v-medialist li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.v-reviews .v-media {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.v-reviews .media-title {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}

.v-reviews .v-medialist {
    margin-left: 0;
    display: table;
    width: 100%;
}

.v-reviews .v-medialist li:first-child {
    padding-top: 0px;
}

.v-postedreview p {
    color: #565554;
    line-height: 24px;
    font-size: 13px;
}

.reviewsrating {
    padding-top: 5px;
}

.v-calender {
    padding-top: 15px;
}

.v-mediablock.v-schedule {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.v-postmsg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    /* -webkit-box-shadow: 4px 0 48px rgba(0,0,0,.08); */
    /* box-shadow: 4px 0 48px rgba(0,0,0,.08); */
    margin-bottom: 15px;
    overflow: hidden;
}

.v-avatar {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
    width: 50px;
}

.v-postcomment {
    padding: 15px 25px;
    position: relative;
}

.v-posttitle h3 {
    border-bottom: 1px solid #e2e4e5;
    color: #2f2f30;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 25px;
}

.v-leavecomment {
    display: inline-block;
    vertical-align: middle;
    width: 88%;
}

.v-leavecomment input[type="text"] {
    font-size: 13px;
    padding-right: 20%;
}

.v-leavecomment > input[type="submit"] {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    background: #0b8be6;
    color: #fff;
    border-radius: 2px;
    padding: 6px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    border: none;
    z-index: 10;
    cursor: pointer;
    -webkit-appearance: none;
}

.v-leavecomment > input[type="submit"]:hover {
    background: #2f2f30;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    width: 16px;
    cursor: pointer;
}

.image-upload {
    position: absolute;
    right: 95px;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    z-index: 9;
}

.v-commentTop {
    padding: 15px 25px;
}

.v-commentinfo {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.v-commentinfo > h3 {
    color: #3c3c3c;
    font-size: 13px;
}

.v-commentinfo > h3 a {
    color: #3c3c3c;
}

.v-commentinfo > p {
    color: #9e9898;
    font-size: 13px;
}

.v-commentinfo p i {
    color: #9e9898;
    padding-right: 5px;
}

.v-comment-right > a {
    color: #b6b9bc;
    font-size: 34px;
}

.v-comment-right {
    float: right;
    position: relative;
    text-align: right;
    width: 50%;
}

.v-commentLeft {
    float: left;
    width: 50%;
}

.v-commentTop {
    display: table;
    width: 100%;
}

.v-comment > p {
    color: #565554;
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
}

.v-comment {
    padding: 0 25px;
    word-break: break-all;
}

.v-commentactions {
    background: #f9f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    padding: 12px 25px;
    margin-top: 10px;
}

.v-commentcount,
.v-commentlike {
    display: inline-block;
    vertical-align: middle;
}

.v-commentlike > span,
.v-commentcount span {
    color: #909192;
    font-size: 13px;
}

.v-commentactions .v-icon {
    color: #b6b9bc;
    display: inline-block;
    vertical-align: middle;
}

.v-commentcount,
.v-commentlike {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.v-commentlike.active .v-icon {
    color: #f0703a;
}

.v-commentcount.active .v-icon {
    color: #0b8be6;
}

.v-postimg {
    /* border-radius: 10px;*/
    margin: 10px 25px;
    overflow: hidden;
}

.v-usercomment .image-upload {
    right: 25px;
}

/*#footer {
	background:#f9f9fa;
}*/
.v-commentreply {
    background: #f9f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    padding-bottom: 15px;
}

.v-reply .v-commentactions {
    background: #fff;
}

.v-commentreply .v-comment-right > a {
    color: #909192;
    font-size: 13px;
}

.v-comment-right > a:last-child {
    padding-left: 20px;
    position: relative;
}

.v-comment-right > a:last-child::before {
    content: ".";
    font-size: 20px;
    left: 7px;
    line-height: 1;
    position: absolute;
    top: -6px;
}

.v-mob {
    display: none;
}

.v-togglesidebar:before,
.v-toggleinfo:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: "";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.v-togglesidebar.active::before,
.v-toggleinfo.active:before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.toggled-left .leftoverlay {
    display: block;
}

.v-msgactions {
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
    position: absolute;
    right: 0;
    min-width: 180px;
    text-align: left;
    top: 35px;
    display: none;
    z-index: 4;
}

.v-msgactions:before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 5px;
    top: -7px;
    z-index: 2;
}

.v-msgactions:after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.4);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 5px;
    top: -7px;
    z-index: 1;
}

.v-msgactions ul li a {
    color: #9e9898;
    font-size: 13px;
}

.v-borderbox {
    background: #fff;
    border: 1px solid #ebebe7;
    border-radius: 5px;
    /* box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05); */
    display: table;
    width: 100%;
    overflow: hidden;
}

.v-jobdescription {
    width: 70%;
}

.v-sociallinks li {
    display: block;
    float: left;
    padding: 10px 0 10px 5px;
}

.v-sociallinks li:first-child {
    padding-left: 0px;
}

.v-sociallinks li .v-icon svg path {
    fill: #2f2f30;
}

.v-sociallinks li .v-icon svg {
    height: 100%;
    width: 100%;
}

.v-sociallinks li .v-icon {
    color: #0b8be6;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}

.v-sociallinks li a:hover .v-icon.link-tw svg path {
    fill: #1cb7eb;
}

.v-sociallinks li a:hover .v-icon.link-fb svg path {
    fill: #4e71a8;
}

.v-sociallinks li a:hover .v-icon.link-pin svg path {
    fill: #bd081c;
}

.v-sociallinks {
    display: table;
    width: 100%;
}

.v-descriptiontop {
    padding: 20px 30px;
    display: table;
    width: 100%;
}

.v-rightblock > h3 {
    color: #0b8be6;
    font-size: 24px;
    line-height: 30px;
}

.v-leftblock {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
    width: 70%;
}

.v-rightblock {
    display: inline-block;
    margin: 0 -2px;
    text-align: right;
    vertical-align: top;
    width: 30%;
}

.v-descriptiontop .v-leftblock > h3 {
    color: #2f2f30;
    font-size: 24px;
    line-height: 30px;
}

.v-descriptiontop .v-leftblock p {
    color: #9e9898;
    font-size: 13px;
}

.v-descriptionmid {
    padding: 20px 30px;
}

.v-descriptionmid h3 {
    color: #2f2f30;
    font-size: 24px;
    line-height: 30px;
}

.v-descriptionmid > p {
    color: #565554;
    font-size: 13px;
    line-height: 24px;
    padding-top: 10px;
}

.v-btn.black {
    background: #000;
    color: #fff;
}

.v-btn.orange {
    background: #f0703a;
    color: #fff;
}

.v-btn {
    border-radius: 5px;
    /* min-width: 160px; */
    padding: 12px 25px;

}

.v-btn.orange:hover {
    background: #2f2f30;
}

.v-descriptionmid .v-btn {
    margin-top: 20px;
}

.v-jobtype {
    border-bottom: 1px solid #ebebe7;
    border-top: 1px solid #ebebe7;
    padding: 20px 30px;
}

.v-listleft {
    display: block;
    float: left;
}

.v-listright {
    display: block;
    padding-left: 30px;
}

.v-listleft .v-icon i {
    color: #0b8be6;
    font-size: 25px;
    line-height: 100%;
}

.v-listright > h3 {
    color: #3c3c3c;
    font-size: 13px;
}

.v-listright > p {
    color: #989898;
    font-size: 13px;
    padding-top: 5px;
}

.v-listbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    width: 33.3%;
}

.v-jobdescription {
    width: 74%;
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: top;
    padding-bottom: 20px;
}

.v-hostdetails > h3 {
    color: #2f2f30;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.v-hostdetails .v-listbox {
    border-top: 1px solid #e2e4e5;
    padding: 11px 0;
    width: 100%;
}

.v-hostdetails {
    display: inline-block;
    padding-left: 20px;
    width: 25%;
}

.v-map {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.v-hostdetails .v-listleft .v-icon i {
    font-size: 15px;
    line-height: 100%;
}

.v-hostdetails .v-listright {
    display: block;
    padding-left: 20px;
}

.v-title {
    color: #2f2f30;

    font-size: 24px;
    line-height: 30px;
}

#cover-demo-image {
    max-width: 100%;
}

.v-listdetail > h3 {
    color: #2f2f30;
    font-size: 18px;
    line-height: 30px;
}

.v-listdetail > h3 a {
    color: #2f2f30;
}

.c-postedon,
.v-venue {
    color: #9e9898;
    display: inline-block;
    font-size: 13px;
    padding-right: 10px;
}

.c-postedon i,
.v-venue i {
    color: #0b8be6;
    display: inline-block;
    padding-right: 4px;
}

.v-listdetail > p {
    color: #565554;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
}

.v-listdetail .v-tacgs {
    padding-top: 15px;
}

.v-listdetail {
    display: table-cell;
    width: 70%;
    padding: 30px;
    vertical-align: middle;
    position: relative;
}

.v-value {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: center;
    width: 30%;
    position: relative;
}

.v-value:before {
    border-left: 1px solid #eaeaea;
    bottom: 40px;
    content: "";
    left: 0;
    position: absolute;
    top: 40px;
}

.v-listings .v-title {
    padding-bottom: 20px;
}

.v-value > h3 {
    color: #0b8be6;
    font-size: 18px;
    padding-bottom: 20px;
}

.v-value > p {
    color: #9e9898;
    font-size: 18px;
    line-height: 20px;
}

.v-listitem {
    padding-top: 10px;
}

.btn-loadmore {
    padding: 20px 0 0;
    text-align: center;
}

.v-btn.gray {
    background: #f1f4f4;
    color: #3c3c3c;
    font-size: 24px;
}

.v-btn.gray:hover {
    color: #fff;
    background: #2f2f30;
}

/*Manage Jobs*/
.v-usermedia {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 56px;
    float: left;
    height: 56px;
    overflow: hidden;
    width: 56px;
}

.v-usertext {
    display: block;
    padding-top: 10px;
    padding-left: 66px;
}

.v-usertext p {
    font-size: 14px;
}

.v-usertext h3 {
    color: #3c3c3c;
    line-height: inherit;
}

.v-userlogged {
    display: table;
    padding-bottom: 15px;
    width: 100%;
}

.v-managemenu li {
    border-top: 1px solid #eceded;
}

.v-managemenu li a {
    color: #2f2f30;
    display: block;
    font-size: 14px;
    padding: 15px 0;
}

.v-managemenu li a:hover,
.v-managemenu li a.active {
    color: #0b8be6;
}

.v-managemenu li a i {
    color: #0b8be6;
    float: left;
    font-size: 15px;
    line-height: 100%;
    padding-top: 2px;
}

.v-managemenu span {
    display: block;
    padding-left: 20px;
    vertical-align: top;
}

.v-managemenubar {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    transition: 0.1s linear 0.5s;
    -webkit-transition: 0.1s linear 0.5s;
}

.v-jobswrap {
    display: inline-block;
    margin: 0 0 0 -4px;
    padding-left: 20px;
    width: 79%;
}

.v-filter {
    background: #fff url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    border: 1px solid #eceded;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
    float: right;
    overflow: hidden;
    width: 124px;
    position: relative;
    cursor: pointer;
}

.v-jobstop {
    display: table;
    width: 100%;
}

.v-jobstop.v-jobrfq,
.v-jobstop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width:567px){
	.v-jobstop-block{display:block;}
	.v-jobstop-block .v-jobtopright{margin-top:10px; float: none;}
}

.v-jobstop.v-jobrfq .v-title,
.v-jobstop .v-title {
    padding-bottom: 0;
}

.v-jobstop .v-title {
    display: inline-block;
}

.v-filter select {
    padding: 5px;
    -webkit-appearance: none;
    background: none;
    border: none;
}

.v-filter:before {
    border-left: 1px solid #eceded;
    bottom: 0;
    content: "";
    position: absolute;
    right: 25%;
    top: 0;
    z-index: 9;
}

.v-filter-block{width:auto; border:0px; box-shadow:none; background:none;}
.v-filter-block.v-filter:before{border:0px;}
.v-filter.v-filter-block select{background: #fff url(images/selectarrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 10px; border: 1px solid #ededed;}

@media only screen and (max-width:567px){
	.v-jobstop-block{display:block;}
	.v-jobstop-block .v-filter-block{margin-top:10px; float: none;}
}

.v-listings.small {
    margin-top: 20px;
}

.v-listings.small .v-listdetail,
.v-listings.small .v-value {
    padding: 20px;
}

.v-sidemenu h3 {
    background: #f0703a;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 100%;
}

.v-sidemenu h3:before {
    border-left: 1px solid #f6852c;
    bottom: 0;
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 9;
}

.v-sidemenu h3:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 6px;
    margin: -3px 0 0;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: rotate(135deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: rotate(135deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
    width: 6px;
}

.v-sidemenu h3.active {
    margin-bottom: 0px;
}

.v-sidemenu h3.active:after {
    top: 20px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.pagination.v-page ul li a {
    background: none;
    font-size: 14px;
    color: #bfbfc0;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.pagination.v-page ul li a:hover,
.pagination.v-page ul li a.active {
    background: #0b8be6;
    color: #fff;
}

.pagination.v-page ul li:first-child a,
.pagination.v-page ul li:last-child a {
    font-size: 18px;
}

.pagination.v-page ul li:first-child a:hover,
.pagination.v-page ul li:last-child a:hover {
    background: #bbbbbd;
}

.pagination.v-page ul {
    float: right;
}

.pagination.v-page {
    margin-top: 20px;
}

.v-link {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600;
}

.rfq-inline form{display:flex; justify-content:center;}
.rfq-inline .rfq-input{ position:relative;}
.rfq-inline .rfq-input:last-child{margin-left:10px;}
.rfq-inline .form select{flex: 0 0 50%;}
@media only screen and (max-width:567px){
	.rfq-inline .rfq-input:last-child{margin-left:0; margin-top:10px;}
	.rfq-inline form{display:block;}
}
.rfqform {
    position: relative;
}

.rfqform .form input[type="text"] {
    background-color: #eceeef;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 3px 30px 3px 10px;
    vertical-align: top;
    border: 1px solid #e1e1e1;
}

.rfqform .form input[type="submit"] {
    padding: 0px;
    background: url("images/magni.png");
    border: medium none;
    cursor: pointer;
    height: 30px;
    left: auto;
    position: absolute;
    top: 0;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center right;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}

.rfqform .form input[type="submit"]:hover {
    background: rgba(0, 0, 0, 0) url("images/magni.png");
    background-repeat: no-repeat;
    background-position: right center;
}

/*tables*/
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table th {
    background-color: #f8f8f8;
    color: #393939;
    font-weight: 500;
}

.table td,
.table th {
    border-bottom: 1px solid #e5e8ec;
    color: #747373;
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
}

.table tr:last-child td,
.table tr:last-child th {
    border-bottom-width: 0;
}

.table th {
    color: #393939;
    font-weight: 700;
}

.caption--td {
    display: none;
}

.table .v-commentinfo > h3 {
    color: #747373;
    font-size: 14px;
}

.table .v-commentinfo > h3:hover,
.table .v-commentinfo > a:hover {
    color: #0b8be6;
    font-size: 14px;
}

.tbl-action i {
    display: block;
    font-size: 25px;
    margin: 0 auto;
    color: #393939;
}

.tbl-action {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
}

.tbl-action:hover i {
    color: #0b8be6;
}

.tbl-action:focus i {
    color: #0b8be6;
}

.tableBox {
    background: #fff;
    border-top: 1px solid #e5e8ec;
    border-bottom: none;
}

.tableBox {
    margin-top: 30px;
}

.table tr:hover {
    background: #e8e8e8 none repeat scroll 0 0;
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 24px 24px -12px rgba(0, 0, 0, 0.08);
}

.table tr:hover {
    background: #fbfbfc;
}

/* .table tr:first-child:hover {
	background:#fff;
	box-shadow:none;
} */
/*user card*/
.user--card-content {
    background: #fff;
    padding: 25px 0 0 0;
    text-align: center;
}

.user-card-image {
    display: block;
}

.user--card {
    text-align: center;
    position: relative;
}

.user--card-act-name a {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #303030;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user--card--rating .v-rated > span {
    color: #9e9898;
    display: inline-block;
    font-size: 13px;
    padding-left: 0;
    padding-top: 0;
}

.listing--users {
    padding: 0 20px;
}

.ellipsis,
.user--card--aditionalinfo p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user--card--rating .v-rated {
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
}

.user--card--aditionalinfo {
    padding-top: 10px;
}

.user--card-image {
    display: block;
    position: relative;
    width: 100%;

}

.user--card-image > img {
    display: block;
    width: 100%;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.user--card {
    padding-bottom: 15px;
}

.user--card-inner {
    border: 1px solid #eaeaea;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    text-align: center;
    /* padding: 15px;
    padding-top: 30px; */
    padding-bottom: 15px;
}

.user--card--button {
    padding-top: 10px;
}

.user--card-image:after {
    line-height: 260px
}

.user--card:hover .user--card-image:after,
.user--card-image:focus,
.user--card-image:hover {
    opacity: 1;
}

.visible-buttons .vendor-card__image::after {
    line-height: 260px;
}

.user--card-image:after {
    /* background-color: rgba(61, 70, 77, 0.75); */
    bottom: 0;
    color: #fff;
    content: "View Profile";
    font-size: 18px;
    left: 0;
    line-height: 250px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    top: 0;
    transition: .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275);
}

.user--card--button .v-btn {
    padding: 8px 16px;
}

.filter-trigger {
    display: none;
}

.user--card-favourite-button-container,
.user--card-save-button-container {
    cursor: pointer;
    padding: 7px;
    position: absolute;
    top: 0;
    z-index: 9;
}

.user--card-save-button-container {
    left: 0;
}

.user--card-favourite-button-container {

    left: 40px;
}

.user--card--savebutton,
.user--card--favouritebutton {
    padding: 7px;
}

.user--card--favouritebutton,
.user--card--savebutton {
    background-color: #999;
    border-radius: 999px;
    display: flex;
    height: 26px;
    justify-content: center;
    transition: all 250ms ease-out 0s;
    -webkit-transition: all 250ms ease-out 0s;
    width: 26px;
}

.user--card--savebutton svg {
    height: 12px;
    pointer-events: none;
    width: 12px;
}

.user--card--favouritebutton svg {
    height: 12px;
    pointer-events: none;
    width: 12px;
}

.user--card--favouritebutton svg,
.user--card--savebutton svg {
    fill: #fff;
}

.user--card--favouritebutton.active svg,
.user--card--savebutton.active svg {
    fill: #fff;
}

.user--card--favouritebutton.active,
.user--card--savebutton.active {
    background-color: #f0703a;
}

.user--card-featured {
    background: #009ddc;
    border-radius: 50px;
    bottom: -15px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    left: 50%;
    letter-spacing: 2px;
    line-height: 100%;
    padding: 7px 14px;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    z-index: 10;
}

.user--card-followed .user--card-featured {
    white-space: nowrap;
    background: #f0703a;
}

.user--card-followed .user--card-image:after {
    content: attr(data-label);
}

/*For Two Action where can visbile any one or two[*/
.user-card-actions{position: absolute;top:0; left: 0; display: flex;}
.user-card-actions .user--card-favourite-button-container, .user-card-actions .user--card-save-button-container{position: relative; left:0;}
/*For Two Action where can visbile any one or two]*/
.header-notifier {
    display: inline-block;
    vertical-align: middle;
}

.notifier i span {
    font-size: 24px;
    color: #000;
}

.notifier.favorites i span {
    font-size: 23px;
}

.notifier {
    margin-right: 10px;
    position: relative;
}

#notifier_count {
    background: #f0703a;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    height: 20px;
    line-height: 15px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -3px;
    vertical-align: middle;
    width: 20px;
}

.notifier i span.inactive {
    color: #aaa;
}

.descktop--hide {
    display: none;
}

.msg--box {
    margin: 0 auto;
    max-width: 600px;
    padding: 50px 0;
    text-align: center;
}

.msg--box .box-shadow {
    padding: 50px;
}

.msg--box-msg h2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 15px;
}

.msg--box-thumb {
    margin-bottom: 30px;
}

.web_url {
    display: block;
    overflow-wrap: break-word;
    padding-left: 24px;
}

#postMediaFrm.form table tr td {
    padding: 15px 0 0;
    vertical-align: top;
}

#postMediaFrm.form table tr:first-child td {
    padding-top: 0;
}

#postMediaFrm.form .text_align_right {
    text-align: right;
}

.list--audiopreview .uploaded-video {
    padding-top: 0px;
    position: static;
}

.hide_tr {
    display: none;
}

/*5/03/2018*/
.user--card-premium {
    position: absolute;
    top: 0;
    padding: 3px 10px;
    background: #f0703a;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    left: 0;
}

.user--card .user--card-premium {
    padding: 3px 20px;
    font-size: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fixed-demo-btn {
    line-height: 1.8;
    position: fixed;
    right: -100px;
    top: 300px;
    z-index: 10;
    background: #f0703a;
    border-radius: 2px 2px 0px 0px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    height: 50px;
    width: 228px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

.fixed-demo-btn #btn-demo {
    color: #fff;
    display: block;
}

/* Discuss project  */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 990;
    display: none;
    overflow: auto;
    max-height: calc(100% - 50px);
}

.modal .modal-body {
    height: 100%;
    /*margin: 20px;*/

}

.modal-body .popup {
    overflow-y: unset;
}

.modal-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 980;
}

.modal.modal-is-visible {
    display: block;
    z-index: 1010;
}

.modal-overlay.modal-is-visible {
    display: block;
    z-index: 1009;
}

/* Custom Popup */
.popup {
    padding: 50px;
}

.popup.-bg {
    position: relative;
    padding-bottom: 50px;
    background: #fff url(images/bg-dot.png) repeat 0 0;
}

.popup.-bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 131px;
    width: 100%;
    content: "";
    background: url(images/floating-layer.png) no-repeat center bottom;
}

.popup.-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 131px;
    width: 100%;
    content: "";
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.popup-content {
    position: relative;
    z-index: 1;
}

.popup__crossed {
    position: absolute;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
}

.popup__crossed:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 22px;
    margin: 0 0 0 -1px;
    background: #000;
    content: "";
}

.popup__crossed:after {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 22px;
    height: 2px;
    margin: -0px 0 0 0;
    background: #000;
    content: "";
}

.popup__btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: normal;
    padding: 10px 20px;
    font-size: 1.1em;
    line-height: 1.42857;
    border-radius: 2px;
    text-decoration: none;
    background-image: none;
    border: solid 1px transparent;
    color: #fff;
    background: none;
}

.popup__logo {
    margin-bottom: 30px;
    text-align: center;
}

.popup__logo img {
    display: inline-block;
    max-width: 150px;
}

.started-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.started-box {
    position: relative;
    flex: 1;
    max-width: 350px;
    padding: 0 50px;
    text-align: center;
}

.started-box:first-child:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 190px;
    margin-top: -95px;
    background: #d9dade;
    content: "";
}

.started-box .graphic {
    margin-bottom: 30px;
}

.started-box .graphic img {
    display: inline-block;
}

.started-box p {
    font-size: 0.9em;
    line-height: 1.5;
    opacity: 0.7;
}

.started-box .popup__btn {
    min-width: 200px;
}

.started-box .btn--primary {
    background: #f0703a;
    border: none;
    color: #fff;
}

.started-box .btn--secondary {
    background: #0b8be6;
    border: none;
}

.view-packages__btn {
    padding: 10px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: url(images/arrow-black.png) no-repeat right center;
    color: #000;
}

.premium-badge {
    display: inline-block;
    width: 22px;
    margin-left: 10px;
}

.premium-badge img {
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .popup {
        /* overflow-y: scroll;*/
    }

    .started-wrapper {
        flex-direction: column;
    }

    .started-box:first-child {
        margin-bottom: 30px;
    }

    .started-box:first-child:after {
        display: none;
    }
}

div#contentarea {
    height: 900px;
}
