@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

body {
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans Hebrew', serif;
    position: unset!important;
}
* {
    outline: none !important;
}

.bold-list {
    margin-top: 20px;
}

.bold-list strong {
    color: #646464;
}

.hometest {
    background: url(../img/homepeople.png);
    background-size: cover;
}

a.investorsButt{
    position: fixed;
    left: 0;
    background: url(../img/investBut.png);
    top: 180px;
    padding: 22px 70px 22px 12px;
    font-size: 16px;
    color: #fff;
    z-index: 555;
    margin-left: -125px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.investorsButt:hover {
    margin-left: 0;
}

a:hover {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer .col-sm-6{
    min-height: 250px;
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 155;
}

.dropdown{
    display: none;
}

.header {background: #fff;}

.userName {
    display: flex;
    justify-content: flex-end;
    min-width: 200px;
    font-size: 18px;
    padding: 25px 0px;
    float: left;
    position: relative;
}

.login-butt{
    color: #737373;
    font-size: 16px;
    border:1px solid #f99050;
    width: 80px;
    text-align: center;
    padding:1%;
    cursor: pointer;
}
.login-padding{
    padding:10%;
}
.register-butt{
    color:#fff;
    background-color:#f99050;
    border:1px solid #f99050;
    font-size: 16px;
    width: 80px;
    text-align: center;
    padding:1%;
    cursor: pointer;
}

.register-padding{
    padding:10%;
}
.new_icon{
    position: relative;
    margin-left: 35px;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #dbdbdb;
    border-radius: 50%;
    padding: 10px;

}
.new_icon:after{
    position: absolute;
    content: ''; 
    width: 1px ;
    height: 60px;
    left: -20px;
    top: -7px;
    background-color: #e4e4e4;
}
.userName .user_bg{
    margin-left: 15px;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #dbdbdb;
    border-radius: 50%;
    padding: 10px;
}

.userName:hover {opacity: .8}

.userName:after {
    content: '';
    display: block;
    clear: both;
}

p[data-toggle="modal"] {cursor: pointer;}

#mail {padding-top: 10%;}

.userName ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 150;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #ffffff;
    display: none;
    direction: ltr;
}

.userName ul li {display: block;}

.userName ul li button {
    color: #f99050;
    font-size: 17px;
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
    outline: none !important;
    background: transparent;
}
.userName ul li a {
    display: block;
    text-align: center;
    color: #f99050;
    font-size: 17px;
    border: 0;
    box-shadow: none;
    padding: 10px 20px;
    width: 100%;
    outline: none !important;
    background: transparent;
}

.userName ul li button:hover {background: #f99050;color: #fff}
.userName ul li a:hover {background: #f99050;color: #fff}
.userName ul li.active button {background: #f99050;color: #fff}
.userName ul li.active a {background: #f99050;color: #fff}

.userName i {
    margin-left: 15px;
    position: relative;
}

.userName i span.badge {
    position: absolute;
    left: -7px;
    top: -7px;
    background: #ff4a4a;
    padding: 2px 4px;
    font-size: 10px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 40px 0px 0;
    float: right;
}

header nav {text-align: center;padding: 18px 0 0;}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left:10%;
    position: relative;
}

header nav ul li {
    display: inline-block;padding: 20px 0 20px 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

header nav ul li a {
    display: block;
    color: #737373;
    font-size: 17px;
}

header nav ul li a:hover, header nav ul li a.active {
    color: #f99050;
}

header nav ul li a.active {font-weight: bold;}

header nav ul ul {
    position: absolute;
    top: 60px;
    background: #fff;
    margin: 0;
    padding: 20px 10px;
    left: 0;
    text-align: right;
    display: none;
    z-index: 55;
    width: 100%;
}

header nav ul li:hover ul {display: block;}

header nav ul ul li.col-sm-3 {
    padding: 0 10px;
}

header nav ul ul h3 {
    font-weight: 800;
    font-size: 14px;
    color: #040003;
}

header nav ul ul a {
    font-size: 14px;
    color: #040003;
    display: block;
    margin-bottom: 5px;
}

header nav ul ul a:hover {
    color: #f99050;
}

a.fb {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #3a5897;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

a.fb i, a.tw i {
    float: right;
    font-size: 24px;
    padding: 10px 4px;
    width: 50px;
    text-align: center;
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,.1);
    margin-top: -10px;
}

a.tw {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #0076b7;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.companys {
    display: inline-block;
    vertical-align: middle;
}

.companys a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.companys a {
    border: 1px solid #f99050;
    padding: 15px;
    display: inline-block;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
}

.companys a:hover {opacity: .8}
.bannerInv{
    background: url(../img/bannerInvest.png) center bottom;
    background-size: cover;
    padding-top: 39px;
    text-align: center;
    color: #fff;
    padding-bottom: 45px;
}
.bannerInv h2 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 30px;
}
.bannerInv p {
    font-size: 16px;
    max-width: 577px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.45;
}
.bannerInv form {
    margin-top: 27px;
    background: #fff;
    padding: 29px;
}
.bannerInv form h3 {
    text-align: right;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #676767;
}
.bannerInv form .form-group {
    margin-bottom: 13px;
}
.bannerInv form .form-control {
    height: 44px;
    color: #7b7b7b;
    font-size: 14px;
}
.bannerInv form .form-control::-webkit-input-placeholder {color:#7b7b7b;}
.bannerInv form .form-control::-moz-placeholder          {color:#7b7b7b;}/* Firefox 19+ */
.bannerInv form .form-control:-moz-placeholder           {color:#7b7b7b;}/* Firefox 18- */
.bannerInv form .form-control:-ms-input-placeholder      {color:#7b7b7b;}
.bannerInv form button {
    margin: 30px auto 0;
    padding: 13px 0 14px;
    display: block;
    max-width: 170px;
    font-weight: bold;
    font-size: 16px;
}
.banner {
    background: url(../img/banner.jpg) center bottom;
    background-size: cover;
    padding-top: 44px;
    text-align: center;
    color: #fff;
    margin-top: -1px;
}

.inner .banner {
    padding: 40px 0;
    background-position: top center;
}

.banner h2 {

    font-size: 39px;
    margin-bottom: 20px;
}

.inner .banner h2 {font-weight: 200;font-size: 46px;}

.banner h2 img {margin-left: 20px;}

.banner p {font-size: 21px;}

.video {
    display: inline-block;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 9px -2px #000;
    margin-top: 32px;
    margin-bottom: -45px;
}

.video img {display: block;max-width: 100%;}

.companySlider {
    background: #f8f8f8;
    padding: 103px 0 15px;
}

.sortNav {
    display: block;
    padding: 0;
    list-style: none;
}

.sortNav li {
    display: inline-block;
    padding-left: 28px;
    color: #a4a4a4;
    font-weight: bold;
    font-size: 18px;
}

.sortNav li a {
    color: #a4a4a4;
    font-weight: normal;
    position: relative;
}

.sortNav li a:hover, .sortNav li a.active {
    color: #4d4d4e;
    font-weight: bold;
}

.sortNav li a:hover span, .sortNav li a.active span {opacity: 1}

.sortNav li a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: #397bb9;
    width:28px;
    margin-left: -14px;
    opacity: 0
}

.companySlider .col-sm-pull-9 {
    text-align: left;
}

.companySlider .col-sm-pull-9  a {
    color: #f99050;
    font-weight: bold;
    font-size: 17px;
}

.companySlider .col-sm-pull-9 a img {margin-left: 10px;}

.companyBlock {
     /* border: 1px solid #e6e6e6; */
     /* padding: 20px; */
     background: #fff;
     color: #777777;
     display: block;
     border-radius: 7px;
     box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
     margin-bottom: 15px;
     position: relative;
     transition: all 0.2s;
     top: 0;
     cursor: pointer;
}

.companyBlock:hover {
    /* border: 1px solid #ffffff; */
    box-shadow: 0 0.4375rem 1rem -0.3125rem rgba(0,0,0,0.2);
}

.companyBlock h3, .camping .companyBlock h3 {
    font-weight: bold;
    color: #272627;
    margin-top: 29px;
    font-size: 19px;
    text-align: right;
}

.companyBlock.super h3 {font-size: 19px;text-align: right}

.companyBlock p {font-size: 15px;/* margin: 0 0 23px; */}

.dvdr {
    background: #c3c3c3;
    width: 60px;
    margin: 10px 0;
    height: 1px;
}

.price {
    display: block;

    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}
.invested-price{
    font-weight:500;
    font-size:12px;
}
.sortNav {
    margin: 0px 6px 32px 0;
}

.browseLink {
    margin-left: 5px;
}

.info {
    text-align: center;
    margin-bottom: 15px;
    /* margin-top: 50px; */
}

.userT img {width: 100%;}

.info h5, .campain .infoBoard .info h5 {
    font-weight: bold;
    color: #272627;
    margin-bottom: 5px;
    margin-top: 0
}
/*footer .copyright {
    margin-top: 30px;
    background: #161616;
    padding: 10px 0;
    color: #979797;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left
}*/
.info p {margin-bottom: 0;}

.companyBlock p strong {
    color: #272627;
}

.companyBlock p i {margin-left: 10px;}

.progress span {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: #272627;
}

.progress {
    height: 6px;
    overflow: inherit;
    box-shadow: none;
    background: #ededed;
    position: relative;
}

.progress .progress-bar {
    background: #7edb85;
    border-radius: 10px;
}

.customNavigation {
    background: transparent;
    box-shadow: none;
    top: 40%;
    bottom: auto;
    opacity: 1;
    width: 100%;
    position: absolute;
}

.carousel {position: relative;}

.customNavigation a {position: absolute;cursor: pointer;}

.customNavigation a.prev {left: -30px;}
.customNavigation a.next {right: -30px;}
.infoBoard a.redBtn {color: #fff;text-decoration: none;margin: 15px 0 20px;}
.owl-controls {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
}
.infoBoard .hidden-md.hidden-lg a.redBtn {
    border: 5px solid #e0e0e0;
}
.dropdown-menu {width: 100%;}

.whiteBG #dLabel {
    display: block;
    width: 100%;
    color: #4d4d4d;
    text-align: right;
    padding: 10px;
}

.whiteBG .dropdown span {
    float: left;
    margin: 5px 0 0;
    color: #f99050
}

.owl-page {
    display: inline-block;
    margin: 0 12px;
}

.owl-page span {
    cursor: pointer;
    height: 8px;
    width: 8px;
    background: #d6d6d6;
    display: block;
    border-radius: 50px;
}

.owl-page.active span, .owl-page:hover span {background: #f99050}

#sliderComp {
    margin-top: 23px;
}

.info > div {
    border-right: 1px solid #e5e5e5;
}

.info > div:last-child {border: 0;}

.testimonials {
    padding: 115px 0 75px;
    background: #f7f7f7;
}

.testimonialBlock h3 {
    margin-top: 0;
    line-height: 1;
    font-weight: 800;
    color: #717171;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonialBlock h3 img {margin-left: 20px;}

.testimonialBlock h3 small {
    font-weight: 300;
    color: #989898;
    margin-right: 17px;
    font-size:16px;
}

.testimonialBlock p {
    background: #fff;
    border: 1px solid #ededed;
    font-size: 17px;
    color: #323c42;
    padding: 22px 20px 37px;
    position: relative;
    font-style: italic;
}
.testimonialBlock p:after, .testimonialBlock p:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonialBlock p:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 0px 15px 15px 10px;
    margin-top: -15px;
}
.testimonialBlock p:before {
    border-color: rgba(237, 237, 237, 0);
    border-left-color: #ededed;
    border-width: 1px 16px 16px 11px;
    margin-top: -16px;
}

.inner_cont {
    padding: 30px 0 125px;
    background: #f0f0f0;
}

.about .bloglist_text {padding: 0}
.whiteBG {
    background: #fff;
}

.contact_form h2 {text-align: right;}

.contact_form button {display: inline-block;width: auto;}

.about img {width: 100%;}

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

ul.rightSide li {
    display: block;
}

ul.rightSide li a {
    display: block;
    color: #4d4d4d;
    padding:13px 40px;
    font-size: 17px;
}

ul.rightSide li a:hover, ul.rightSide li a.active {
    color: #fff;
    background: #f99050;
}

.inner_text {
    padding: 40px;
}

.inner_text h2 {
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 38px;
    margin-top: 16px;
    font-size: 27px;
}

.inner_text h3 {
    color: #646464;
    font-weight: bold;
}

.inner_text p {
    font-size: 17px;
    color: #646464;
    line-height: 27px;
    margin-bottom: 20px;
}

.bloglist_text {
    padding: 10px 5px;
}

.blog_list {margin-bottom: 30px;}
.blog_list:hover img{
    transform: scale(1.02);
}
.blog_list img {
    width: 100%;
}

.bloglist_text h3 {
    font-weight: bold;
    color: #535353;
    margin-bottom: 25px;
}

.bloglist_text h3 small {font-weight: 100;}

.bloglist_text p {
    color: #646464;
    font-size: 17px;
}

.bloglist_text p a {
    color: #f99050;
    font-weight: bold;
    display: inline-block;
}

.btnBlog {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #f99050;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 15px 20px 50px;
}

.btnBlog:hover {opacity: .8}

.btnBlog i {margin-left: 30px;}

.blog_detail {
    margin: 20px 0;
}

.blog_detail img {width: 100%;}

.blog_detail h2 {
    font-size: 36px;
    margin-bottom: 0
}

.location > img {width: 100%;margin-bottom: 30px;}

.location p img {margin-left: 15px;vertical-align: middle;}

.location p {
    color: #646464;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 15px;
}

.location p span {
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    height: 55px;
}

.createCompaing h2 {
    font-weight: 800;
    font-size: 29px;
}

.createCompaing h2 + p {margin-bottom: 35px;font-size: 18px}

.contact_form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact_form div[class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}

.contact_form {
    padding: 30px;
    text-align: left;
}

.contact_form h2 {
    color: #8d8d8d;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact_form .form-control {
    text-align: right;
    border-radius: 0;
    border-color: #dfdfdf;
    font-size: 17px;
    height: 40px;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.075);
    color: #7b7b7b;
}

.contact_form .form-control::-webkit-input-placeholder {color:#7b7b7b;}
.contact_form .form-control::-moz-placeholder          {color:#7b7b7b;}/* Firefox 19+ */
.contact_form .form-control:-moz-placeholder           {color:#7b7b7b;}/* Firefox 18- */
.contact_form .form-control:-ms-input-placeholder      {color:#7b7b7b;}

.contact_form textarea.form-control {height: auto;}

.contact_form button {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #f99050;
    padding: 15px 80px;
    border: 0;
    box-shadow: none;
}

.contact_form button:hover {opacity: .8;}

.companySlider.camping {padding-top: 0px;}

.companySlider.camping h2 {
    color: #767676;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4
}

.companySlider.camping .companyBlock {margin: 15px 0;}

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

.carousel-indicators li {
    border: 0;
    background: #d6d6d6;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    width: 10px;
}

.admin {
    padding: 30px 0 50px;
    background: #f0f0f0;
    text-align: right;
}

.admin h2 {
    color: #767676;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
}

.account_list {
    padding: 0;
    margin: 57px 0 0;
    list-style: none;
    background: #fff;
}

.account_list li {display: block;}

.account_list li a {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 20px;
    position: relative;
}

.account_list li a i {
    padding: 4px 7px;
    font-style: normal;
    background: #ff4a4a;
    margin-right: 10px;
}

.account_list li a span {
    color: #f99050;
    display: inline-block;
    margin-left: 10px;
}

.account_list li a i.fa {
    position: absolute;
    background: transparent;
    left: 20px;
    top: 50%;
    margin-top: -8px;
    color: #f99050;
}

.account_list li.active a i.fa, .account_list li a:hover i.fa {color: #fff;}

.account_list li > a:hover, .account_list li.active > a {
    color: #fff;
    background: #f99050;
}

.account_list li a:hover span, .account_list li.active a span {
    color: #fff;
}

.account_list li ul {
    background: #fef2ea;
    padding: 0;
}

.account_list li ul a {
    color: #4d4d4d;
    padding-right: 50px;
    font-size: 15px;
    background: transparent;
}

.account_list li ul li a:hover, .account_list li ul li.active a {color: #f99050;background: transparent;}

.user-image {text-align: center;}

.user-image img {max-width: 100%;}

.user-image a {
    text-decoration: underline;
    font-size: 16px;
    color: #f99050;
    display: inline-block;
    margin-top: 20px;
}

.infoBoard {
    background: #fff;
    padding: 30px 40px;
}

.infoBoard h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #484848;
    font-size: 28px;
}

.addNot h3 {
    margin-top: 20px;
    color: #000;
}

.addNot h3 span {
    margin-left: 10px;
    color: #484848
}

.addNot h5 {
    color: #777777;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

textarea.form-control {height: auto !important;}

.addNot .form-inline button {
    border: none;
    max-width: 100%;
    width: 35%;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}

.twoBtn a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #f99050;
    text-decoration: underline;
    padding: 15px 25px;
}

a.btn {
    border-radius: 0;
    color: #fff;
    background: #f99050;
    text-decoration: none;
}

.addNot .form-inline input {
    max-width: 100%;width: 65%;
}

.addNot h4 {
    font-weight: bold;
    color: #4d4d4d;
    font-size: 20px;
}

#view .infoBoard {padding: 10px;}

.smallDes {
    color: #808080;
    margin: 15px 0 25px;
}

.smallDes.red {
    color: #ff7777;
    margin: 15px 0 25px;
    font-weight: bold;
    padding-right: 25px;
    background: url(../img/u3.png) no-repeat top 5px right;
}

.blue {
    background: #397bb9;
    color: #fff;
    font-size: 16px;
    padding: 15px;
}

.a1 h3 {color: #397bb9}
.a2 h3 {color: #e73535}

.infoBoard form {margin-bottom: 0px;margin-top: 35px;}
.infoBoard a.btn {
    border-radius: 0;
    color: #fff;
    background: #f99050;
    text-decoration: none;
}

.infoBoard .counter a.btn {padding: 10px 35px;margin-right: 25px;}

.form-control:focus {
    border-color: #c0c0c0;
    box-shadow: none;
}

.input-group-addon span {width: 14px;text-align: center;}

.infoBoard p {
    font-size: 14px;
    color: #484848
}

.infoBoard h4 {
    color: #767676;
    font-size: 17px;
}

.infoBoard h4 span {color: #f99050}

.form-inline button {
    float: left;
    margin: 0;
    padding: 9px 0 10px;
    max-width: 20%;
}

.form-inline button + input.form-control {border-left: 0;width: 55%}

.full.form-inline button {max-width: 35%;}
.full.form-inline button + input.form-control {width: 65%}

.form-inline input {
    float: left;
}

.form-inline label {
    color: #484848;
    font-size: 15px;
    margin-top: 10px;
    font-weight: normal;
}

.form-inline:after {
    content: '';
    clear: both;
    display: block;
}

.infoBoard strong {
    color: #484848;
    font-size: 19px;
}

.infoBoard p a {
    font-size: 14px;
    color: #f99050;
    text-decoration: underline;
}

.bordItem {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    text-align: right;
}

.bordItem li {
    display: inline-block;
    /* border-left: 1px solid #777777; */
    margin-bottom: 6px;
    font-size: 18px;
    color: #777777;
    padding: 0 15px;
    line-height: 1;
}

.infoBoard hr {margin: 10px 0;}

.bordItem li b {
    color: #494949;
}

p.star {
    padding-right: 15px;
    position: relative;
}

p.star:before {
    content: '*';
    position: absolute;
    top: 0;
    right: 0;
}

.bordItem li:first-child {padding-right: 0}

.bordItem li:last-child {
    border: 0;
    padding-left: 0;
}

.infoBoard .info {
    margin: 15px 0;
    padding-top: 15px;
}

.infoBoard .info h5 {
    font-size: 24px;
    color: #f99050
}
.infoBoard .info p {font-size: 15px;}

.infoBoard .info i {
    font-style: normal;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -20px;
}

.infoBoard .progress {
    margin: 30px 0 0;
}

.infoBoard .progress span {bottom: 5px;}


.infoBoardCmp.infoBoardCmp2 .info {
    margin: 15px 0;
    padding-top: 15px;
}

.infoBoardCmp.infoBoardCmp2 .info h5 {
    font-size: 24px;
    color: #f99050
}
.infoBoardCmp.infoBoardCmp2 p {
    font-size: 15px;
    font-weight: initial;
    padding: 0;
    border: 0;
}

.infoBoardCmp.infoBoardCmp2 .info i {
    font-style: normal;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -20px;
}




.edit {margin-top: 30px;}

.edit a {
    text-decoration: underline;
    color: #f99050;
    font-size: 17px;
    display: inline-block;
}

.edit a span {
    display: inline-block;
    margin-left: 10px;
}

.edit h4 {margin: 0}

.edit h4 span {
    display: inline-block;
    margin-left: 10px;
    color: #e5e5e5;
    font-size: 24px;
    vertical-align: middle;
}

.edit.succes h4 span {color: #2cbd00}

form.numb button {margin: 0;padding: 9px 0;}

form.numb input {
    text-align: center;
    color: #666;
    font-weight: bold;
}

form.numb.big p b {margin-top: 7px;color: #747474;font-size: 19px;display: block;}

form.numb.big .form-group .form-control {
    font-weight: normal;
    font-size: 24px;
}

.col-sm-20 {
    float: left;
    padding: 0 15px;
    width: 20%;
}

.infoBoard a {
    color: #f99050;
    text-decoration: underline;
    font-size: 16px;
}

.infoBoard a img {margin-left: 10px;}

form button.check {
    max-width: 50%;
    background: #ff6565;
    margin-bottom: 0;
}
.container {
    padding: 0;
}
.admin .container > p {
    font-size: 16px;
    margin-top: 25px;
    color: #929292
}

.admin .container > p a {text-decoration: none;color: #f99050;}

.infoBoard .blue {
    margin: 15px 0;
}

.blue p {
    color: #fff;;
    font-size: 17px;
}

.firstElem {
    color: #f99050;
    font-weight: bold;
    font-size: 28px;
    margin-top: 15px 0;
}

.firstElem p {
    display: inline-block;
    vertical-align: middle;
    font-size:28px;
    color: #484848;
    font-weight: 400;
}

p.red {
    font-size: 17px;
    color: #ff7777;
    font-weight: bold;
}

.campain {
    padding: 30px 0;
    background: #f0f0f0;
}

.campain h2 {font-size: 36px;}

.campain h2, .campain h2 + p {
    text-align: center;
    color: #4d4d4d
}

.campain h2 + p {margin-bottom: 50px;font-size: 15px;}

.campain .companyBlock p {
    font-size: 16px;
    text-align: center;
    color: #4d4d4d;
}

.campain .companyBlock span.price {
    font-size: 30px;
    display: block;
    text-align: center;
}

.campain .companyBlock.green span.price {
    color: #4ab152;
}

.panel-group .panel.panel-default {
    background: #fff;
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
}

.campain .companyBlock .info h5 {
    font-size: 28px;
    font-weight: bold;
}

.panel-default .panel-heading {
    position: relative;
    padding: 0;
}

.panel-default .panel-heading a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    padding: 20px 100px;
    background: #f99050
}

.panel-default .panel-heading a.collapsed {
    background: #fff;
    color: #4d4d4d;
}

.panel-default .panel-heading a i {
    position: absolute;
    left: 3%;
    top: 20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.panel-default .panel-heading a.collapsed i {
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    color: #f99050;
}

.panel-collapse {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
.stepPanel .form-control:focus {
    border: 1px solid #f7d8c6;
}

.panel-default .panel-body {
    padding: 30px;
    border-top: 1px solid #ededed;
    color: #676767;
    font-size: 16px;
}

.campain .companyBlock .progress {margin: 30px 0}

.campain .companyBlock .info p {font-size: 17px;}

.admin h2 a {
    float: left;
    color: #fff;
    background: #f99050;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: -1px;
}

.m-t-30 {margin-top: 30px !important;}

.redBtn,  .campain .infoBoard .info .redBtn {
    display: flex;
    padding: 20px 10px;
    font-size: 18px;
    color: #fff!important;
    text-decoration: none;
    font-weight: bold;
    background: #f95050;
    position: relative;
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.redBtn span {
    
     #e74c4c */
    
padding: 0 8px;
    
padding: 2px 0 0 0;
}

.companyInfo img {
    float: right;
    margin: -18% 0 0 15px;
    position: relative;
}

.companyInfo p {
    font-size: 17px;
    color: #4d4d4d;
}

.companyInfo p a {
    text-decoration: underline;
    color: #f99050
}

.campain .infoBoard h2 {
    font-weight: 100;
    color: #4d4d4d;
    font-size: 28px;
    text-align: right;
    margin: 25px 0;
}

.comp_tabs {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    text-align: center;
    background-color: white;
    z-index: 5;
}

.comp_tabs.text-right {text-align: right;}

.comp_tabs li {
    display: inline-block;
    margin-bottom: -1px;
    /* background-color: #f99050; */
    flex-grow: 1;
}


.comp_tabs li a {
    display: block;
    /* border-bottom: 1px solid #f0f0f0; */
    padding: 10px 20px;
    float: 16px;
    /* color: white; */
    text-decoration: none;
    transition: 0;
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0;
   
}
.comp_tabs2 li a {
    background-color: #ffffff;
    color: #000000;
    border-bottom: 0;
    transition: 0;
}
.comp_tabs2 li {
    background-color: #ffffff;
}
.comp_tabs li:hover a, .comp_tabs li.active a {
    /* font-weight: bold; */
    /* color: #f99050;
    border-bottom: 2px solid #f99050;
    background-color: white; */
}

.comp_tabs_cont {padding-top: 30px;}

.comp_tabs_cont p {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #e7e7e7;
    color: #525252;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}

.comp_tabs_cont p span {
    font-weight: normal;
    float: left;
}

.comp_tabs_cont p a {float: left;}

.comp_tabs_cont p.last {border: 0}

.comp_tabs_cont a {
    color: #f99050;
    text-decoration: underline;
    font-size: 16px;
}

.comp_tabs_cont a img {
    margin-left: 10px;
}

.commentiten img {margin: 0 auto}

.commentiten {margin: 30px 0;padding-bottom: 20px;}

.commentiten a {
    color: #0b80e0;
    text-decoration: none;
}

.commentiten p {
    border: 0;
    font-weight: normal;
}

.commentiten a i {margin-right: 5px;}

.compant_Contact a {
    font-size: 14px;
    text-decoration: none;
    color: #f99050;
    display: block;
    margin-bottom: 15px;
}

.compant_Contact a i, .compant_Contact a img, .compant_Contact p i {
    color: #777777;
    margin-left: 10px;
    font-size: 20px;
    min-width: 23px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.compant_Contact p {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    border: 0;
}

#settings h3 {
    margin: 30px 0 15px;
    color: #4b4b4b;
    font-weight: bold;
}

#settings p, #settings1 p {
    color: #777777;
    font-weight: normal;
    font-size: 15px;
    padding: 0;
    border: 0;
    margin-bottom: 15px;
}

#settings1 ul {
    color: #777777;
    padding-right: 20px;
}

#settings1 ul li {
    font-size: 16px;
    color: #777;
    margin-bottom:10px;
}
.steps {
    background: #505050;
    text-align: center;
}

.steps ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
}

.steps ul:after {
    clear: both;
    content: '';
    display: block;
}

.steps ul li {
    float: right;
    /* width: 20%; */
    text-align: center;
    border-bottom: 3px solid #505050;
}

.steps ul li span {
    display: block;
    text-align: center;
    padding: 20px 0;
    height: 58px;
}

.steps ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding-bottom: 7px;
}

.steps ul li .current-info, .steps ul li .number {display: none;}

.steps ul li.current a {font-weight: bold;}

.steps ul li.current  {
    background: #373737;
    border-color: #f99050
}

.actions ul {
    padding: 0 15px;list-style: none;max-width: 1170px;margin: 20px auto 50px;text-align: left;
}

.actions ul li {
    display: inline-block;
}

.actions ul li a {
    display: block;
    color: #fff;
    background: #f99050;
    padding: 10px 15px;
    margin-right: 10px;
}

.stepPanel {
    background: #f6f6f6;
    padding: 20px 70px;
    margin-bottom: 30px;
}

.stepPanel h3 {
    margin-top: 0;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 17px;
}

.stepPanel p {
    color: #767676;
}

.actions ul li a i {margin-right: 10px;}

.actions ul .disabled {display: none;}

.wizard {overflow: hidden;}

.stepPanel .form-control {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.stepPanel textarea.form-control {height: auto;}

.stepPanel p b {
    color: #b7b7b7;
    font-size: 13px;
}

.stepPanel p img {margin-left: 10px;}

.form-group {position: relative;}
.stepPanel form {position: relative;}

.stepPanel .form-inline button {max-width: 32%;font-weight: normal;font-size: 15px;}
.stepPanel .form-inline .form-control {width: 68%;}

.ok {position: absolute;left: -35px;top: 5px}

.or {
    display: block;
    text-align: center;
    color: #b3b3b3;
    font-size: 18px;
    margin-top: 46px;
}

.stepPanel .input-group .input-group-addon {
    background: #fff;
    border: 0;
}

.stepPanel .input-group-addon:first-child:before {left: auto;right: 0}

#owl-demo, #owl-demo1 {direction: ltr;}

.companySlider.raised .container > h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #2b2b2b;
    font-size: 28px;
}

.companyBlock.super {
    background-image: url(../img/super.png);
    background-repeat:  no-repeat;
    background-position:  left 15px top 15px;
    background-size: 20% auto;
}
.companyBlock.super > img {
    max-width: 60%;
}

.owl-carousel .owl-item {direction: rtl;padding: 0 5px}

.openNav {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.mobileLinks {
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    display: none;
}

.mobileLinks a {
    display: inline-block;
    font-size: 14px;
    color: #43494d;
}

.mobileLinks a img {margin-left: 10px;}

.mobileLinks > a {
    font-weight: bold;color: #f99050;font-size: 16px;
}

.mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    margin-right: -5000px;
    z-index: 999;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: auto;
    display: none;
}

.seeNav {
    overflow: hidden;
}

.seeNav .mobileMenu {
    margin-right: 0;
}

.topLinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.topLinks ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #f99050;
}

.topLinks ul li a {
    font-weight: bold;
    color: #f99050;
}

.topLinks ul li:first-child {border: 0;}

.mobileMenu > ul {
    list-style: none;
    padding: 0 5%;
    margin: 50px 0 0;
}

.mobileMenu > ul li {
    display: block;
    padding: 5px 0;
}

.mobileMenu > ul li a {
    display: inline-block;
    font-size: 16px;
    color: #737373;
}

.mobileMenu > ul li img {}

.mobileMenu > ul li span {display: inline-block;vertical-align: middle;width: 22px;text-align: center;margin-left: 10px;}

.mobileMenu > ul li:hover, .mobileMenu > ul li.active a {
    color: #f99050
}


.halfWrap {
    width: 100%;
    background: url(../img/bg_anim.jpg);
    position: relative;
    z-index: 9;
    min-height: 530px;
    overflow: hidden;
}
.halfWrap:after {
    background: rgba(0, 0, 0, 0) url("../img/clouds_main.png") repeat-x scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    bottom: -67%;
    width: 100%;
    z-index: -5;
}
.half {
    overflow: hidden;
    width: 50%;
    position: absolute;
    padding-top: 4%;
}
.half ul {
    list-style-type: none;
    padding: 0;
    font-size: 20px;
    line-height: 1.8;
}
.half.left ul li{
    text-align: right;
}
.wrap_text {
    float: left;
}
.half.left {
    padding-right: 18%;
    background: url(../img/bg_anim.jpg);
    min-height: 530px;
    left: 0;
}
.half.right {
    background: url(../img/bg_anim.jpg);
    min-height: 530px;
    padding-left: 22%;
    right: 0;
}
#communityEffect {
    top: 0;
    width: 100%;
    z-index: 99;
    color: white;
}
.img_wrap_center {
    position: absolute;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    top: 22%;
    z-index: 105;
}
.halfWrap img {max-width: 100%;}

.text_wrap_center {
    color: white;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 33%;
    transform: translate(-50%, 0px);
}
.img_wrap_rocket {
    position: absolute;
    width: 340px;
    bottom: -90%;
    left: 10%;
}
.text_wrap_center h2 {
    font-size: 58px;
}
.text_wrap_center span {
    font-size: 22px;
    position: relative;
}
.text_wrap_center span:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    right: -55%;
    top: 55%;
}
.text_wrap_center span:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    left: -55%;
    top: 55%;
}
.img_wrap_p {
    position: absolute;
    right: 18%;
    top: 44%;
    width: 130px;
    z-index: 5;
}
.half.right .img_wrap_p { right: unset; left: 18%;}

#communityEffect .half h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 7%;
    position: relative;
    display: inline-block;
}

.half ul li {
    font-size: 29px;
    font-weight: 200;
}

.half ul li strong {font-size: 18px;display: inline-block;vertical-align: middle;}

*::after, *::before {
    box-sizing: border-box;
}
#communityEffect .half h2::after {
    bottom: -37px;
    color: white;
    content: "~";
    font-weight: 300;
    position: absolute;
    right: 0;
}
*::after, *::before {
    box-sizing: border-box;
}
#communityEffect .half.right h2 { margin-bottom: 15%; }

#communityEffect .half h2:after {
    bottom: -37px;
    color: white;
    content: "~";
    font-weight: 300;
    position: absolute;
    right: 0;
}
.wrap_btn {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.wrap_btn a {
    color: white;
    font-weight: bold;
    padding: 14px 50px 14px 30px;
    background: #f99050 url("../img/left_icon_button.png") no-repeat scroll 94% center;
    font-size: 16px;
}
.half.right .wrap_btn a {
    background: #f99050 url("../img/right_icon_button.png") no-repeat scroll 90% center;
    background-color: #f99050;
}

.mce-panel {border: 0 !important;background: #fff !important;padding: 10px !important}

.inline {text-align: center;}

.testimonials h3 {
    text-align: center;
    font-size: 32px;
    color: #262626;
    margin-bottom: 60px;
    font-weight: bold;
}

.testimonials.blog img {
    /* max-width: 100%; */
}

.testimonials.blog h4 {
    font-weight: bold;
    color: #262626;
    font-size: 18px;
    margin: 20px 0 10px;
}

.testimonials.blog p {
    font-size: 14px;
    color: #262626;
    line-height: 21px;
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.testimonials.blog p a {
    color: #f9904f;
    font-weight: bold;
}

.testimonials.blog a.button {
    display: block;
    margin: 50px auto 0;
    max-width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f9904f;
    padding: 20px 0;
    text-align: center;
}

.testimonials.blog a.button:hover {
    opacity: .8;
}

#detail form {
    text-align: center;
}

#detail form input {
    display: inline-block;
    width: auto;
    min-width: 30px;
    color: #6e6e6e;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    width: 120px;
    border: 0;
}

#detail form label {
    color: #6e6e6e;
    font-size: 22px;
    font-weight: normal;
}

#slider-range-min {
    margin: 30px 0 10px;
    border: 0;
    border: 5px;
    height: 15px;
    background: #d7d7d7;
}

.camping h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 35px 0 15px;
}

.ui-slider-horizontal .ui-slider-range-min {background: #5ee563}

#detail .ui-slider-horizontal .ui-slider-handle.ui-state-default.ui-corner-all  {
    width: 28px;
    height: 28px;
    background: #808080;
    border-radius: 5px;
    border: 0;
    top: -7px;
}

#detail .ui-slider-horizontal .ui-slider-handle.ui-state-default.ui-corner-all:before {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 1px;
    left: 40%;
    background: #cbcbcb;
    border-left: 1px solid #adadad;
}

#detail .ui-slider-horizontal .ui-slider-handle.ui-state-default.ui-corner-all:after {
    content: '';
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 1px;
    right: 40%;
    background: #cbcbcb;
    border-right: 1px solid #adadad;
}

.inline .form-inline {display: inline-block;width: auto;width: 30%;text-align: right;}

.userAdding .table {
    border: 0;
    margin-top: 20px;
}

.userAdding .table .head {
    background: #f9f9f9;
    padding: 15px 0;
}

.userAdding .table .tr {text-align: right;
    padding-top: 50px;
}

.userAdding .table .tr .th {text-align: center;vertical-align: middle;border: 0 !important;display: inline-block;padding: 0 15px;width: 14%}
.userAdding .table .tr .th.big, .userAdding .table .tr .td.big {width: 70%;margin-right: 14%;padding-top: 0 !important;}
.userAdding .table .tr .th.med,.userAdding .table .tr .td.med {width: 23%;}
.userAdding .table .tr img {margin: 0 auto 10px;}

.userAdding .table a {
    text-decoration: underline;
    color: #f99050;
    font-weight: normal;
    padding: 0 5px;
}

.ui-corner-all {
    z-index: 55555 !important;
}

.userAdding .table .tr  a img {margin-left: 10px;display: inline-block;vertical-align: middle;}

.userAdding .table label {
    display: block;
    text-align: right;
    color: #959595;
    font-weight: bold;
}

.userAdding .table .tr .td {
    border: 0;
    vertical-align: middle;
    display:inline-block;padding: 0 15px;
    width: 14%;
}

.userAdding .table .tr:first-child .td {
}

.userAdding .table .body {padding-top: 50px;}

.finalCheck ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f9f9f9;
}

.finalCheck ul li {
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.finalCheck ul li:last-child {border: 0}

.finalCheck ul li a {
    display: block;
    color: #484848;
    font-size: 16px;
    text-decoration: none;
    padding: 20px;
}

.finalCheck ul li a:hover, .finalCheck ul li.active a {
    background: #c2c2c2;
    color: #fff;
}

.error {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: right;
    font-size: 16px;
    color: #F72828;
}

h2 .error, .twoBtn .error {display: inline-block;width: auto}

.form-group.errorMessage .form-control {
    border: 2px solid #f72828 !important;
}

.finalCheck .contEdit ul {padding: 30px;}

.finalCheck .contEdit ul li {
    cursor: pointer;
    position: relative;
}

.finish img {margin: 0 auto}

.finalCheck .contEdit ul li:hover a {display: block;background: transparent;}

.finalCheck .contEdit ul li a {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    color: #f99050;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.finalCheck .contEdit ul li a i {margin-left: 10px;}

.finalCheck .contEdit ul li h3 {
    color: #767676;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.finalCheck .contEdit ul li p {
    color: #767676;
    font-size: 16.5px;
}

.finish {padding: 50px 0;}

.finish h2 {
    color: #767676;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.finish p {
    color: #767676;
    font-size: 30px;
    text-align: center;
}

.counter {
    padding: 20px 0;
    color: #777;
    font-size: 16px;
}

.itCount {
    display: inline-block;
    vertical-align: bottom;
    color: #397bb9;
    font-weight: 800;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
}

.itCount span {
    display: block;
    color: #777777;
    font-weight: 400;
    font-size: 16px;
}

.d .itCount {color: #e73535}

.d .counter > span {font-weight: bold;color: #e73535;}

.d {
    border: 3px solid #3ee735;
}

.compSoc {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.compSoc li {display: inline-block;}

.compSoc a {
    display: block;
    width: 34px;
    padding: 5px 0;
    color: #8b8b8b;
    border-radius: 3px;
    border: 1px solid #8b8b8b;
    text-align: center;
}

.compSoc a:hover {
    color: #f99050;
    border-color: #f99050;
}

#home h2 {
    color: #F72828;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    padding: 80px 0 300px;
    line-height: 1.3;
}

body .ui-tooltip {
    margin-top: 20px;
    border-color: #f99050;
    box-shadow: none;
    color: #fff;
    background: #f99050;
}

body .ui-tooltip:after, body .ui-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

body .ui-tooltip:after {
    border-color: rgba(249, 144, 80, 0);
    border-top-color: #f99050;
    border-width: 8px 10px 0 10px;
    margin-left: -10px;
}
body .ui-tooltip:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #;
    border-width: 8px 10px 0 10px;
    margin-left: -10px;
}

.neChart .input-group-addon:first-child:before {
    left: auto;
    right: 0;
}

.alert {color: #ff6565 !important;margin-top: 0;padding: 0 !important}

.neChart .input-group .form-control:last-child {
    border: 1px solid #e0e0e0;
    border-left: 0;
}

.neChart a.redBtn {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
}

.infoBoard .neChart .info h5 {
    color: #f99050
}

.infoBoard .neChart .info p {
    border-bottom: 0;
    text-align: center;
    color: #484848;
    font-weight: 400;
}







@media only screen and (min-width:787px) {
    .idio .container > .row {
        background: #f6f6f6;
        margin-bottom: 30px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .idio .row .stepPanel {margin-bottom: 0;}

    .idio .container > .row:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -15px;
        display: block;
        background: #fff;
    }

    .idio .stepPanel .row {background: transparent;margin-bottom: 0;}
}


@media only screen and (max-width:1360px) {
    .logo{margin: 25px 20px 0px 0; width: 12%;}
    header nav ul li a{font-size: 15px;}
    .logo img{width: 100%;}
}





/*modals stylings*/

.modal .close {
    font-size: 30px;
    font-weight: 100;
    color: #f99050;
    opacity: 1;
    -webkit-transform: rotate(45deg); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Safari, Chrome, iOS */
    -moz-transform: rotate(45deg); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Firefox */
    -ms-transform: rotate(45deg); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â IE */
    -o-transform: rotate(45deg); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Opera */
    transform: rotate(45deg);
}

.modal-header {
    text-align: center;
    border: 0;
}

.modal-header h3 {
    font-size: 28px;
    color: #6e6e6e;
    font-weight: bold;
}

form .input-group {direction: ltr}

form .input-group input {
    direction: rtl;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border-color: #e8e8e8;
    border-right: 0;
}

.form-group .form-control, .form-inline .form-control {
    direction: rtl;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    /* border: 1px solid #e8e8e8!important; */
}

.form-control {
    direction: rtl;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border-color: #e8e8e8;
}

textarea.form-control {height: auto;border-radius: 0}

form .input-group .input-group-addon {
    background: transparent;
    border-color: #e8e8e8;
    color: #dfdfdf;
    border-radius: 0;
    position: relative;
}

form .input-group .input-group-addon:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    /* background: #e8e8e8; */
}

.modal-content {border-radius: 0;box-shadow: none;border: 0}

.checkbox label, .radio label {
    padding-left: 0;
    /* padding-right: 30px; */
    color: #4d4d4d;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {margin-left: 0;margin-right: -30px;}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/checkbox.png);
    width: 16px;
    outline: none !important;
    height: 17px;
    margin-top: 0;
}

.checkbox input[type=checkbox]:checked, .checkbox-inline input[type=checkbox]:checked {
    background: url(../img/checkbox_ch.png);
}

.checkbox a {color: #f99050}

form button {
    display: block;
    box-shadow: none;
    border: 0;
    text-align: center;
    width: 100%;
    background: #39b54a;
    padding: 15px 0;
    font-size: 17px;
    color: #fff;
    margin: 15px 0;
}

.modal-body p {
    color: #4d4d4d;
    font-size: 15px;
}

.modal-body p a {
    text-decoration: underline;
    color: #f99050
}

.modal-body h3 {
    font-weight: bold;
    font-size: 17px;
}

.modal-footer {
    text-align: center;
}
.modal-footer p {
    color: #4d4d4d;
    font-size: 15px;
}
.modal-footer p strong {color: #767676}
.modal-footer p a {
    text-decoration: underline;
    color: #f99050
}

.invest-warn, footer .copyright span.dev {
    color: #EFEFEF;
    font-size: 11px;
    padding-bottom: 5px;
    text-align: right;
    margin: 15px 0 0;
}

footer .copyright span.dev {display: none !important;}


/*footer*/

footer {
    background: #2b2b2b;
    padding: 40px 0 0;
}

.footer_logo {
    text-align: center;
    margin-bottom: 50px;
}

.footer_logo a {
    display: inline-block;

    padding: 0 30px;
    margin-bottom: -50px;
}

.footer_logo hr {
    background: #6b6b6b;margin-top: -6px;
    border-top: 1px solid #6b6b6b;
}

footer h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 19px;
}

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

footer ul li {margin-bottom: 10px;}

.footlogo{
    width:200px
}
footer ul li a, footer p {
    display: block;
    color: #fff;
    font-size: 18px;
}

footer ul li a:hover {color: #d07a47}

footer span img {margin-left: 10px;}

footer span {font-size: 26px;color: #d07a47;display: block;margin: 15px 0}

.userT{
    float: right;
}

.datepicker {
    background: url(../img/cal.png) no-repeat left 15px center #fff;
}

.stepPanel input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/checkbox1.png);
    width: 24px;
    height: 22px;
    background-size: 100% 100%;
    margin-top: 0;
    vertical-align: middle;
}
.stepPanel input[type=checkbox]:checked {
    background: url(../img/checlbox_ch1.png);
    background-size: 100% 100%;
}

.stepPanel input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 1px 1px #d3d3d3;
    margin-top: 15px;
}

.stepPanel p b {
    color: #4d4d4d
}

span.uplod {
    display: block;
    background: #fff;
    padding: 15px 8px;
    color: #767676;
    margin-bottom: 5px;
    position: relative;
}

span.uplod:before {
    content: 'x';
    font-size: 16px;
    color: #767676;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0px,-50%);
}

.stepPanel .radio small {
    margin-top: 12px;
    display: inline-block;
}

.stepPanel input[type=radio]:checked {
    background: #f99050;
}

.stepPanel .form-group > label {
    margin-top: 7px;
}

/*footer .copyright {
    margin-top: 30px;
    background: #161616;
    padding: 10px 0;
    color: #979797;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
}*/

.space-bottom{
    padding-bottom:60px;
}

footer .copyright a {color: #979797;}

footer .copyright span {
    float: right;
    font-size: 14px;
    color: #979797;
    margin: 0
}


/* Added by M */
.bottom_slider {background: #f8f8f8;padding: 103px 0 15px;}
.bottom_slider .text_center{text-align: center;}
.bottom_slider .container > h3 {font-weight: bold;text-align: center;margin-bottom: 40px;color: #2b2b2b;font-size: 28px;}
.bottom_slider .slider_block {border: 5px solid #fff;padding: 20px;background: #fff;color: #777777;display: block;}
.bottom_slider .slider_block:hover{color: #777777;border-color: #e0e0e0;}

.bottom_slider .slider_block.super {
    background-image: url(../img/soon.png);
    background-repeat:  no-repeat;
    background-position:  left 15px top 15px;
    background-size: 20% auto;
}
.bottom_slider .slider_block.super h3 {font-size: 19px;text-align: right; font-weight: bold;color: #272627;margin-top: 29px;}
.bottom_slider .slider_block p {font-size: 15px;}
.footer_icon_slider.bottom_slider .slider_block{border: 5px solid #fff;padding: 20px;background: #fff;color: #777777;display: block;}
.footer_icon_slider.bottom_slider .slider_block:hover{color: #777777;border-color: #e0e0e0;}


.soon_blk{position: relative; border: none }
.soon_blk .price{ color: #b6b6b6; }
.soon_blk.companyBlock .info h5{color: #b6b6b6 !important; }
.soon_blk.companyBlock .redBtn{position: absolute; top: 40%; left: 0; right: 0; margin: 0 auto; z-index: 9; max-width: 86%;}
.soon_blk.companyBlock:after{ background: rgba(0, 0, 0, 0.65); width: 100%; height: 100%; content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0}

.admin #home h2 {color: #767676;margin-top: 0;margin-bottom: 17px;font-size: 36px; padding: 0px 0; max-width: 100%; text-align: right;}
.admin #home h2 a{background-image: url(../img/left_arrow.png); background-repeat: no-repeat; background-position: 10% center; padding-right: 15px;}
.admin #home h2 a.nobg{background-image: none; padding: 10px 30px;}
.left_panel{ padding: 18px; background: #fff; margin-top: 52px;}
.left_panel p{color: #737373; font-size: 14px; padding-bottom: 15px;}
.left_panel p strong{ font-size: 24px; font-weight: normal;}

.infoBoard.new_account.pt30{padding-top: 30px;}
.new_account h3{ margin-bottom: 5px; }
.new_account p i{display: inline-block; vertical-align: top; padding-left: 5px; color: #d5d5d5}
.share_icon_new{float: left; position: relative; top: -30px}
.clear{clear: both}
.red_corss{ color: #ff0000; display: block; padding: 0; padding-top: 15px; }
.red_corss li{display: inline-block; vertical-align: top; padding-left: 20px; position: relative; padding-right: 20px;}
.red_corss li:before{position: absolute; content: ''; background-image: url(../img/wrong_.png); width: 15px;height: 15px; background-size: 100%; right: 0; top: 3px;}
hr.small{ margin: 2px;}
.new_account .edit_icon{ transform: 0.5s ease all; -webkit-transform: 0.5s ease all; -moz-transform: 0.5s ease all; -o-transform: 0.5s ease all;    margin-top: 0px; display: inline-block;}
.new_account:hover .edit_icon{opacity: 1; visibility: visible;}
.infoBoard.new_account {padding-top: 0;}
.top_select {padding-top: 14px; background-color: #fff; border-bottom: 1px solid #f0f0f0;}
.top_select label{font-weight: 500; background-image: url(../img/radio__.png); background-repeat: no-repeat; background-position: right center; margin-left: 35px; line-height: 45px;}
.top_select p{line-height: 45px; padding-right: 10px;}
.top_select label.active{background-image: url(../img/radio_.png);}
.top_select a{font-weight: 500; color: #333; font-size: 14px; display: inline-block;position: relative; z-index: 99;}
.top_select label a{font-weight: 500; color: #333; font-size: 14px;  padding-right: 25px; display: block;}
.top_select label:hover{cursor: pointer;}
.top_select label input[type="radio"]{opacity: 0; visibility: hidden; display: none;}
.infoBoard.new_account form{ margin-top: 0;}
.infoBoard.new_account a{font-size: 11px;}
.new_account .file_upload_area {margin-bottom: 15px;}
.new_account .file_upload_area .form-inline {padding-right: 0;}
.new_account .file_upload_area .form-inline textarea.form-control{width: 104%;}
.new_account  .reg_number {padding-right: 0;}
.new_account .file_upload_area .form-inline button{max-width: 40%; height: 40px; float: left; font-size: 14px;}
.new_account .file_upload_area .form-inline .form-control{width: 60%; float: right;}
.new_account .file_upload_link p{font-size: 14px;}
.new_account .file_upload_link a{font-size: 14px;}

.infoBoard.tag_list {padding: 30px 20px;}
.infoBoard.tag_list p{font-size: 16px; font-weight: 500; color: #484848; padding-right: 15px;}
.infoBoard.tag_list .edit_icon{font-size: 12px;margin-left: 25px;font-weight: 400;opacity: 0;visibility: hidden;}
.infoBoard.tag_list .edit_icon i{margin-left: 7px;}
.infoBoard.tag_list:hover .edit_icon{opacity: 1; visibility: visible;}
.tag_list .tag_list_contener {margin-top: 25px;}
.tag_list .tag_list_contener .tags_{display: inline-block; padding: 10px 28px; border: 1px solid #e8e8e8; margin-left: 3px; font-size: 14px; color: #484848; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; margin-bottom: 10px;}
.tag_list .tag_list_contener .tags_:hover{background-color: #f99151;color: #fff;cursor: pointer;}
.tag_list .tag_list_contener .tags_.active{background-color: #f99050; color: #fff;}
.btn_submit{width: 100px; height: 50px; background-color: #f99050; float: left; border: none; color: #fff; font-weight: 600; padding-right: 5px; margin-top: 15px; font-size: 12px;}
.new_account input[type="radio"]{display: inline-block; vertical-align: top; height: auto;opacity: 0; visibility: hidden;}
.new_account .selection label{margin-left: 10%; background-image: url(../img/radio__.png); background-repeat: no-repeat; background-position: right center; padding-right: 25px; color: #4d4d4d; font-weight: 500;}
.new_account .selection label.active{background-image: url(../img/radio_.png)}
.new_account .extra_detail {padding-bottom: 25px;}
.new_account .extra_detail h4{font-size: 24px; color: #767676;}
.new_account .extra_detail p{font-size: 14px; color: #767676;}
.new_account .extra_detail a{font-size: 14px; font-weight: normal; text-decoration: none; border-bottom: none;}

.invesment .selection label{width: inherit; font-weight: 500;}
.invesment .selection .edit_icon{position: absolute;top:-10px;left: 0;font-size: 12px;opacity: 0;visibility: hidden;}
.invesment:hover .selection .edit_icon{opacity: 1; visibility: visible;}
.invesment .selection input[type="text"]{width: 120px; display: inline-block; margin-right: 25px;}
.invesment select{display: inline-block; width: 25%; margin-right: 25px;}
.invesment input[type="checkbox"]{display: inline-block; vertical-align: top; width: auto; height: inherit; opacity: 0; visibility: hidden;}
.invesment .check_ label{ font-weight: 500; background-image: url(../img/check_box.png); background-repeat: no-repeat; background-position: right center; background-size: 20px; padding-right: 25px; margin-left: 4%;}
.invesment .check_ {margin: 20px 0; text-align: center;}
.invesment .check_ label:hover{cursor: pointer;}
.invesment .check_ label.active{background-image: url(../img/check_box_active.png)}
.invesment.infoBoard .progress_bar{margin-bottom: 45px; margin-top: 7px;}
.invesment.infoBoard .progress{margin: 0 0 32px 0;}
.invesment.infoBoard .progress span.max_{right: 0px; left: auto;}
.invesment.infoBoard .progress .progress-bar{ background: #ff850f;}
.bottom_detail p{margin: 0; line-height: 21px;}

.setting_check {margin: 30px 0 45px;}
.setting_check label { background-image: url(../img/check_box.png); background-repeat: no-repeat; background-position: right center; background-size: 20px; margin-right: 10px; padding-right: 20px;}
.setting_check label:hover{cursor: pointer;}
.setting_check label.active{background-image: url(../img/check_box_active.png)}

.setting_check label input[type="checkbox"]{opacity: 0; visibility: hidden;}

.bottom_check{}
.bottom_check p{color: #484848; margin: 25px 0; font-size: 12px;}
.bottom_check label{font-weight: 500; background-image: url(../img/radio__.png); background-repeat: no-repeat; background-position: right center; padding-right: 15px; margin-left: 4%;}
.bottom_check label:hover{cursor: pointer;}
.bottom_check label.active{background-image: url(../img/radio_.png);}
.bottom_check label input[type="radio"]{ opacity: 0; visibility: hidden; }
.admin #home .my_update h2{text-align: center; color: #4d4d4d; font-size: 27.98px; font-weight: 600;}
.my_update{text-align: center; padding: 50px 0; background-repeat: no-repeat; background-image: url(../img/update_.png); background-position: 5% 80%;}
.my_update.my_inve{background-image: url(../img/update_1.png); background-position: 80% 100%}
.my_update.my_campains{background-image: url(../img/update_2.png); background-position: 10% 100%}
.my_update a{display: inline-block; background-color: #f9904f; color: #fff; font-weight: 600; min-width: 170px; height: 55px; line-height: 52px; text-decoration: none; margin-top: 35px;}

.slide_togg{display: inline-block;}
.mb10{margin-bottom: 10px;}
.slide_togg:hover,.new_icon:hover{opacity: 0.8;}
.userName:hover{opacity: 1}
.notifation{position: absolute; width: 570px; background-color: #ffffff; top: 100%; left: 65%; display: none;}
.notifation .not_list {border-bottom: 1px solid #dbdbdb; padding: 5px 35px; display: block; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all;  transition: 0.4s ease all;}
.notifation .not_list:hover{ background-color: #fee9dc; border-bottom-color: #f99050;}
.notifation .not_list h4{font-size: 16px;  color: #676767; font-weight: 600; position: relative;padding-right: 5px;}
.notifation .not_list h4 i{color: #f99050; position: absolute; left: 100%; top: 0;}
.notifation .not_list p{font-size: 14px; color: #676767; font-weight: 500;}
.notifation .not_list span{font-size: 12px; color: #b3b3b3;}

.admin #home h2{font-size: 28px;}
.infoBoard.new_account.pt10{padding-top: 15px;}
.new_account .edit_icon i{margin-left: 7px;}
.form-group.mb0{margin-bottom: 0;}
.form-group.mb0 .selection label{margin-bottom: 0;}
.invesment .selection.progress_bar label{margin-bottom: 10px;}
.drag_progress{position: relative; width: 100%;}
.drag_progress span{bottom: -25px; position: absolute;}
.drag_progress span.min_{left: 0;}
.drag_progress span.max_{right: 0;}
.drag_progress .slider.slider-horizontal{width: 100%; height: 6px;}
.drag_progress .slider.slider-horizontal .slider-track{height: 6px;}
.drag_progress .slider.slider-horizontal .slider-handle{margin-top: -7px;}
#ex1Slider .slider-selection {background: #f99050;}
#ex1Slider .slider-handle.round{border-radius: 25%;}
#ex1Slider .slider-handle{background-color: #808080; background-image: url(../img/handler.png); background-repeat: no-repeat; background-position: center;}
.infoBoard .input-group select.form-control{ border-right: 0; }
.input-group-addon span{    width: 18px;}
.invesment .check_{margin-top: 5px;}
.setting_check{}
.bottom_check p{margin-bottom: 50px;}
.infoBoard.new_account{padding-top: 20px;}
.not_added p{ opacity: 0.5}

.infoBoard.slide_up{display: none;}

.my_acc_pri label{ padding-right: 10px; padding-left: 15px;color: #4d4d4d;font-weight: 500; display: inline-block; vertical-align: top;}
.my_acc_pri input[type=checkbox] {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url(../img/checkbox1.png);width: 24px;height: 22px;background-size: 100% 100%;margin-top: 0;vertical-align: middle; float: right; margin-left: 10px;}
.my_acc_pri input[type=checkbox]:checked {
    background: url(../img/checlbox_ch1.png);
    /* background-size: 100% 100%; */
}
@media only screen and (max-width:767px) {
    .left_panel{margin-bottom: 20px; display: none;}
    .pull-right.right_menus{float: none !important}
    .right_menus .account_list li{/* width: 33.3%; */}
    .right_menus .account_list li+li+li{/* width: 50%; */border-top: 0;border-left: 0;}
    .right_menus .account_list li a i{ display: none;}
    .mob_center{text-align: center;}
    .red_corss{text-align: right;}
    .red_corss li {display: inline-block;vertical-align: top;padding-left: 15px;position: relative;padding-right: 20px;font-size: 14px;}
    .social_row{position: relative;     padding-bottom: 40px;}
    .share_icon_new {float: left;position: absolute;bottom: 0;width: 100%;text-align: center; top: auto}
    .new_account .edit_icon, .new_account .edit_icon, .infoBoard.tag_list .edit_icon{ margin: 0}
    .admin #home h2{margin-top: 15px;}
    .account_list{ margin-top: 0;}
    .edit_account .pull-right.right_menus .user-image{ max-width: 100px;display: inline-block; padding-left: 15px;}
    .edit_account .pull-right.right_menus .user-image img{max-width: 100%;}

    .top_select label{margin-left: 15px; }
    .tag_list .tag_list_contener{text-align: center;}
    .tag_list .tag_list_contener .tags_{    padding: 10px 24px;}
    .new_account .file_upload_area .form-inline{ text-align: right;}
    header{left: 0; right: 0}
    .top_select .col-xs-9{z-index: 9}
    .company_area, .private_area {overflow: hidden;}
    .company_area .btn_submit, .private_area .btn_submit{width: 100%;}
    .invesment select {width: 100%;box-sizing: border-box;margin: 0;}
    .invesment .selection label, .invesment label {width: 100%;text-align: right;}
    body .my_update a{margin-top: 125px;}
    body .my_update.my_campains {background-image: url(../img/update_2.png);background-position: center 230px;background-size: 160px;}
    body .my_update.my_inve {background-position: center 75%;background-size: 130px ;}
    body .infoBoard {padding: 15px 10px;background-size: 120px;background-position: center 72%;}
    .infoBoard.new_account{padding-top: 15px;}
    .top_select label {margin-left: 6px;font-size: 12px;}
    .mob_p0{padding: 0}
    body .my_update.my_inve {background-position: center 230px;background-size: 130px;}
}
@media only screen and (max-width:340px) {
    .red_corss li {display: inline-block;vertical-align: top;padding-left: 10px;position: relative;padding-right: 20px;font-size: 11px;}
}



.precent-price{
    display:flex;
    justify-content: space-between;
}