WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.240
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/sura/public/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/sura/public/css/app.css
div#release div.form-group{
    margin: 20px;
}


button.continue{
    background: #FF9800;
    float: right;
    margin: 0 5% 0 0;
    height: 40px;
}

.suspend_preview {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'AvenirLTStdMedium', Helvetica, sans-serif;
    padding-left: 20px;
    background: url(../images/suspend.svg) no-repeat left center;
    color: #262134;
}

#stock .form-group label {

    width: 200px;
    display: inline-block;

}

div.upload_sidebar .form_group{
    /*margin-bottom: 3px;*/
}


.show-cart li {
    display: flex;
}
.card {
    margin-bottom: 20px;
}
.card-img-top {
    width: 200px;
    height: 200px;
    align-self: center;
}
.details_holder{
    display: -webkit-box;
}
.search_popup_details {
    font-size: 14px;
    width: 100%;
    float: left;
    color:#534467;
    padding-bottom: 10px;
    padding-top: 10px;
}

.search_popup_title {
    width: 50%;
    display: inline-block;
}

.search_popup_content {
    width: 50%;
    display: inline-block;
    float: right;
    padding-left: 10px;
    font-size: 14px;
    position: relative;
    line-height: 15px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.dotted_hr{
    border-top: dotted 1px;
}
.dotted_hr_bold{
    border-top: solid 1px #463250;
 }
.pricing{
    width: 70%;
}
.custom_wrapper
{
    padding: 16px;
}
.full_width{
    width: 100%;
}
.pricing_tabs{
    width: 48%;
    text-align: -webkit-center;
}
.padding_none{
    padding: 0;
}
.inside_row{
    display: -webkit-inline-box;
}
.invisible{
    border-top: 1px;
}
.quality_column {
    width: 70%;
    font-size: 14px;
}
.inline_grid{
    display: inline-grid;

}
.size_panel{

}
.pricing_tab_content{
    overflow: unset;
}
.licence_fee_p{
    text-align: center;
    font-size: 25px ;
}

.inside_row > .col-sm-3
{
    width: 60%;
    margin-left: 12%;
}
.pricing_select{
    padding: unset;
}
.custom_multiple > .ms-parent {
    width: 220px!important;
}
.hidden-select{
    display:none;
}

.usage_select{
    width: 68%;
}
.media{
    box-sizing: unset;
}

.required-control-label:after {
    content:"*";
    color:red;
}

.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #FF9800;
}
.progressbar li.active:before {
    border-color: #FF9800;
}
.progressbar li.active + li:after {
    background-color: #FF9800;
}

#same-shoot-btn{
    margin-bottom: 0.5rem;
}

/* Base styles for the element that has a selectionTooltip */
[data-selectionTooltip],
.selectionTooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire selectionTooltip */
[data-selectionTooltip]:before,
[data-selectionTooltip]:after,
.selectionTooltip:before,
.selectionTooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
            opacity 0.2s ease-in-out,
            visibility 0.2s ease-in-out,
            transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform:    translate3d(0, 0, 0);
    transform:         translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire selectionTooltip on hover and focus */
[data-selectionTooltip]:hover:before,
[data-selectionTooltip]:hover:after,
[data-selectionTooltip]:focus:before,
[data-selectionTooltip]:focus:after,
.selectionTooltip:hover:before,
.selectionTooltip:hover:after,
.selectionTooltip:focus:before,
.selectionTooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the selectionTooltip's directional arrow */
.selectionTooltip:before,
[data-selectionTooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the selectionTooltip's content area */
.selectionTooltip:after,
[data-selectionTooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-selectionTooltip);
    font-size: 14px;
    line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-selectionTooltip]:before,
[data-selectionTooltip]:after,
.selectionTooltip:before,
.selectionTooltip:after,
.selectionTooltip-top:before,
.selectionTooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-selectionTooltip]:before,
.selectionTooltip:before,
.selectionTooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom selectionTooltips */
[data-selectionTooltip]:after,
.selectionTooltip:after,
.selectionTooltip-top:after {
    margin-left: -80px;
}

[data-selectionTooltip]:hover:before,
[data-selectionTooltip]:hover:after,
[data-selectionTooltip]:focus:before,
[data-selectionTooltip]:focus:after,
.selectionTooltip:hover:before,
.selectionTooltip:hover:after,
.selectionTooltip:focus:before,
.selectionTooltip:focus:after,
.selectionTooltip-top:hover:before,
.selectionTooltip-top:hover:after,
.selectionTooltip-top:focus:before,
.selectionTooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform:    translateY(-12px);
    transform:         translateY(-12px);
}

/* Left */
.selectionTooltip-left:before,
.selectionTooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.selectionTooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: hsla(0, 0%, 20%, 0.9);
}

.selectionTooltip-left:hover:before,
.selectionTooltip-left:hover:after,
.selectionTooltip-left:focus:before,
.selectionTooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform:    translateX(-12px);
    transform:         translateX(-12px);
}

/* Bottom */
.selectionTooltip-bottom:before,
.selectionTooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.selectionTooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.selectionTooltip-bottom:hover:before,
.selectionTooltip-bottom:hover:after,
.selectionTooltip-bottom:focus:before,
.selectionTooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform:    translateY(12px);
    transform:         translateY(12px);
}

/* Right */
.selectionTooltip-right:before,
.selectionTooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.selectionTooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, 0.9);
}

.selectionTooltip-right:hover:before,
.selectionTooltip-right:hover:after,
.selectionTooltip-right:focus:before,
.selectionTooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform:    translateX(12px);
    transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right selectionTooltips */
.selectionTooltip-left:before,
.selectionTooltip-right:before {
    top: 3px;
}

/* Vertically center selectionTooltip content for left/right selectionTooltips */
.selectionTooltip-left:after,
.selectionTooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

/*Spinner*/
#fountainG{
    position:relative;
    width:234px;
    height:28px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(0,0,0);
    width:28px;
    height:28px;
    animation-name:bounce_fountainG;
    -o-animation-name:bounce_fountainG;
    -ms-animation-name:bounce_fountainG;
    -webkit-animation-name:bounce_fountainG;
    -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    border-radius:19px;
    -o-border-radius:19px;
    -ms-border-radius:19px;
    -webkit-border-radius:19px;
    -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:29px;
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:58px;
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:88px;
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:117px;
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:146px;
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:175px;
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:205px;
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
        transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
        -o-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
        -ms-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
        -webkit-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
        -moz-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
        -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

#featuredimage{
    display: none;
}
#featuredvideo{
    z-index: -1;
}
.featured_img_contributor{
    position: absolute;
    bottom:40px;
    font-family: 'AvenirLTStdHeavy', Helvetica, sans-serif;;
    font-weight: normal;
    text-align: right;
    width: 100%;
    font-size:1.112em;
    left: 0;
    color: #fff;
    z-index:9999;
    padding-right: 30px;
}

 .reject-span{
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.15em;
    font-family: 'AvenirLTStdHeavy', Helvetica, sans-serif;;
    padding: 12px 26px;
    background: #ce1d2e;
    min-width: 120px;
    margin: 0 10px;
    color: white;
    background:#ce1d2e;
}
.reject-span:hover {
    background:#c72231;
}

/* The Modal (background) */
.rejectmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.rejectmodal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.rejectmodal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.rejectmodal-close:hover,
.rejectmodal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.details_sidebar {
    width: 360px;
    flex: 0 0 360px;
    margin: 0;
    position: sticky;
    list-style: none;
    text-align: left;
    background: #fff;
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.04);
    border-radius: 0 6px 6px 0;
    border-left: #e9ecef solid 1px;
    padding: 20px 30px;
}
.details_sidebar::-webkit-scrollbar{
     width: 6px;
     margin:5px;
 }
.details_sidebar::-webkit-scrollbar-thumb{
     width:6px;
     margin:2px;
     border-radius:10px;
     background-color:#c1c1c1
 }
.details_sidebar .form_label{
    display:block;
    font-family:'AvenirLTStdMedium', Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
}


.details_sidebar .form_group {
    margin-bottom: 20px;
}
.details_sidebar input[type="text"], .details_sidebar textarea{
    height: 34px;
    line-height:34px;
    padding: 10px 12px;
    font-size: 13px;
}
.details_sidebar textarea{
    height:70px;
    line-height:unset;
}

.details_keywords{
    padding: 5px;
    border: #ddd solid 1px;
    border-radius:5px;
}

.details_sidebar .details{
    max-width: 220px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.pages_form textarea{
    min-height:200px;
}
.page_content_display{
    width: 100%;
    min-height: 400px;
    border-radius: 4px;
    background: #fff;
}
.show-page-content{
    overflow-y: auto;
    overflow-wrap: break-word;
}
.centered_text{
    text-align: center;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9809;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

#maxItemsPerPage{
    background: white;
    border-radius: 4px;
    font-size: 1rem;
    padding: 5px;
    position: absolute;
    right: 0;
}

.switch_stock{
    margin-left: auto;
    background: #463250;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-family:'AvenirLTStdHeavy', Helvetica, sans-serif;
    padding:8px 15px;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 8px;
    position: absolute;right: 20px;
}

.authError{
    color: red;
}

.mosaicflow__column {
    float:left;
}
.mosaicflow__item img {
    display:block;
    width:auto;
    height:auto;
}


.search_result_text{
    font-size: medium;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

input#statement
{
    height: 35px;
    width: 72%;
}
.standard-link{
    color: #3D4562;
    font-family: "AvenirLTStdHeavy",Helvetica,sans-serif;
    text-decoration: underline;
}
.standard-link:hover{
    color: #f79821;
}
.details_text{
    font-family:'AvenirLTStdHeavy', Helvetica, sans-serif;
    font-weight:normal;
    margin-bottom: 3px;
}
.admin_invalid_stock {
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family:'AvenirLTStdHeavy', Helvetica, sans-serif;
    font-weight: normal;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: 5px;
    font-size: small;
}

#user_avatar{
    /*width: 140px;*/
    /*height: 140px;*/
}

.sending{
    width: 20px;
    height: 20px;
    border-top: solid 6px #f7982f;
    border-right:  solid 6px #9a6e3a;
    border-bottom:  solid 6px #9a6e3a;
    border-left:  solid 6px #9a6e3a;
    z-index: 1000;
    border-radius: 50%;
    -webkit-animation: send 1s  infinite linear;
    -moz-animation: send 1s  infinite linear;
    -o-animation: send 1s  infinite linear;
    animation: send 1s  infinite linear;
}

@keyframes send {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes send {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes send {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes send {
    from{
        -o-transform: rotate(0deg);
    }
    to{
        -o-transform: rotate(360deg);
    }
}
.hidden{
    display: none;
}
.multi_select button{
    background: transparent !important;
    border: 1px solid #D4D9E2;
    font-weight: normal;
}
.ms-choice>span {
    font-size: 14px;
    font-family: "AvenirLTStdBook",Helvetica,sans-serif;
}
.stock_type_title{
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    font-family: "AvenirLTStdBook",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #3D4562;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    padding: 0;
    column-width: auto;
    margin: auto;
    max-width: 1600px;
}
@media only screen and (max-width: 1600px){
    .stock_type_title {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1280px){
    .stock_type_title {
        max-width:793px;
    }
}
@media only screen and (max-width: 960px){
    .stock_type_title {
        max-width: none;
        -webkit-column-width:unset;
        -moz-column-width:unset;
        column-width: unset;
    }
}

.extra{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px;
    font-size: 0;
    line-height: 0;
}


.acc_col {
    width: 16%!important;
}
.accordion_group {
    padding: unset;
}

.editorial_note {
    color: red;
    font-weight: bold;
    font-style: italic;
}

#captchaCode{
    width: 100%;
    border: 1px solid #D4D9E2;
    border-radius: 4px;
    height: 50px;
    padding: 14px 20px;
    margin-top: 10px;
}
.stock_detail_right  .row{
    margin-left: 15%;
}
.exclusive-excerpt{
    padding: 16px;
}




Youez - 2016 - github.com/yon3zu
LinuXploit