@charset "UTF-8";
/*==== Recent Changes ====*/
.special-service h2{
    color: #f2c101;
}
.special-service p {
    font-size: 16px!important;
    margin-top: 10px;
}
/*==== Drupal Admin ====*/
table{
    width: 100%;
}
table thead tr th {
    background-color: #cfcfcf;
}
table tr.odd {
    background: #f7f7f7;
}
table tr.even {
    background: #ececec;
}
table tr {
    font-weight: bold;
}
table th {
    line-height: 18px;
    padding: 16px 30px;
    font-size: 14px;
    border-bottom: none;
    text-align: left;
}
table td {
    line-height: 18px;
    padding: 16px 30px;
    text-align: left;
    font-size: 12px;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
    background: rgba(0, 0, 0, 0.47)!important;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail:hover {
    color: #fff;
}

.ui-widget-overlay {
    background: #000 url(images/ui-bg_flat_0_aaaaaa_40x100-2.png) 50% 50% repeat-x;
}
#admin-menu li.admin-menu-account > a {
    background: #ffffff;
    color: #f99200;
    text-shadow:0 0 0 #f99200;
}
.ui-dialog .ui-dialog-titlebar {
    background: #7b7b7b;
    color: #fff;
}
#admin-menu {
    box-shadow: none!important;
}
.fixed-header.logged-in.hidden-top .page-box {
    padding-top: 87px;
}
.fixed-header.logged-in.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
    display: none;
}
#admin-menu-wrapper {
    background: #f99200;
    font-weight: bold;
    text-shadow:0 0 0 #fff;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
    background-color: #fff;
    color: #000;
}
#admin-menu .dropdown .admin-menu-icon > a:hover {
    background: #f99200;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
    background: none;
}
.form-type-managed-file div.image-widget-data {
    display: flex;
    margin-bottom: 8px;
}
.form-type-managed-file div.image-widget-data .btn.form-submit {
    margin-left: 4px;
}
.form-type-managed-file p.help-block {
    display: initial;
}
.field-name-field-specifications table th, .field-name-field-social-icons table th {
    background: #fff!important;
    padding:0 0 6px 0;
}
.nd_visualshortcodes_links_wrap {
    text-align: center;
    margin-bottom: 11px;
}
a.nd_visualshortcodes_links.btn {
    margin:0 0 -42px 0;
}
.btn.btn-info.nd-visual-shortcodes-processed, .btn.btn-info.nd-visual-shortcodes-processed:visited {
    border: solid 1px #f2c102;
    background: #fff;
    font-weight: 100;
    font-family: "raleway", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #f2c102;
    padding: 2px 9px;
    line-height: 19px;
    float: right;
       margin-top: -5px!important;}
.filter-wrapper{
    border: solid 1px #dfdfdf;
    border-radius: 9px;
}
.filter-guidelines p{
    font-size: 11px;
}
.filter-help p{
    font-size: 12px;
}
.filter-guidelines ul{
    list-style-type: none;
    padding-left: 0;
}

input#edit-field-specifications-und-add-more {
    margin-top: 4px;
    float: right;
}
.form-radios {
    width: 98%;
    display: inline-block;
    /*
    margin: 6px 0 0 0;
    */
}
.form-checkboxes {
    width: 98%;
    border-radius: 3px;
    display: inline-block;
    height: 64px;
    max-height: 100%;
    vertical-align: top;
    overflow: auto;
 
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}
.required {
    font-size: 12px;
}
.form-checkboxes::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.form-checkboxes::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.form-control.form-select::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.form-control.form-select::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.header .cart-header .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 0;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.header .cart-header .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
table::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#site-disclaimer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
#site-disclaimer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.selectBox-dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.form-item-tags a.selectBox::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.form-item-tags a.selectBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.webform-progressbar::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.webform-progressbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.chosen-results::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 8px;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.chosen-results::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.top-navbar .nav > li a {
    font-weight: bold;}
.node-form .field-type-taxonomy-term-reference.field-widget-options-buttons .form-item {
    display: inline-block;
}
.radio label,
.checkbox label {
    padding-left:0;
}
.radio,
.checkbox {
    padding-left: 31px
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top:0;
}
.node-product-form .form-wrapper {
    padding: 10px 0;
}
fieldset .fieldset-wrapper {
    border-top: none;
    margin-top: -11px;
}
.selectBox,
.form-control {
    padding: 4px 12px;
    margin:0;
}
.vertical-tabs ul.vertical-tabs-list li a:focus strong,
.vertical-tabs ul.vertical-tabs-list li a:active strong,
.vertical-tabs ul.vertical-tabs-list li a:hover strong {
    text-decoration: inherit;
}
.vertical-tabs ul.vertical-tabs-list li {
    background: #f9f9f9;
}
.btn.btn-info:active,
.btn.btn-info.active,
.btn-group.open .btn.dropdown-toggle.btn-info {
    background-color: #39b3d7;
    border: solid 2px #269abc;
}
.btn.btn-info:active span,
.btn.btn-info.active span,
.btn-group.open .btn.dropdown-toggle.btn-info span {
    color: #000;
}
fieldset legend {
    background-color: #e6e6e6;
    border: solid 1px #c7c7c7;
    box-shadow:0 0 7px rgba(148, 148, 148, 0.18);
    color: #f2c102;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}
fieldset.collapsed legend {
    background-color: #e6e6e6;
    border: solid 1px #c7c7c7;
    box-shadow:0 0 7px rgba(148, 148, 148, 0.18);
    color: #f2c102;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius:0;
}
.ui-dialog .ui-dialog-title {
    font-size: 13px;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(/sites/all/themes/progressive/img/close.png);
    background-size: cover;
    background-color: #7b7b7b;
    margin-right: 7px;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 15px;
    border-radius: 3px
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #000;
    background-color: #39b3d7;
    border-color: #269abc;
}
fieldset legend:hover {
    background-color: rgba(230, 230, 230, 0.75);
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}
fieldset legend a,
fieldset legend span.fieldset-legend a {
    font-weight: bold;
    font-size: 14px;
    color: #f2c102;
    line-height: 41px;
}
fieldset legend span.fieldset-legend {
    font-size: 14px;
    line-height: 41px;
    font-weight: bold;
}
fieldset.form-wrapper {
    margin-bottom: 6px;
    padding-bottom:0!important;
}
fieldset.form-wrapper legend {
    height: 40px;
}
.vertical-tabs-list .vertical-tab-button a strong {
    font-size: 14px;
}
#edit-uc-product-image legend {
    background: #fff;
    box-shadow: none;
    padding:0;
    border: none;
}
.form-type-managed-file.form-item label {
    font-size: 12px;
    color: #5a5959;
}
.form-type-uc-price input {
    margin-left: 7px;
}
#edit-uc-product-image .fieldset-wrapper {
    padding: 8px 0 0 0;
    border: none;
}
.field-name-uc-product-image .form-type-managed-file {
    margin-left: 50px;
}
.selectBox-label {
    width: 100%!important;
}
.logged-in ul.tabs.secondary {
    display: flex;
    list-style: none;
        padding: 0;
}
.logged-in ul.tabs.secondary li a {
    margin-right: 5px;
    font-size: 13px;
    background: #929292;
    color: #fff;
    padding: 7px 12px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.logged-in ul.tabs.secondary li a:hover {
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.logged-in ul.tabs.secondary li a.active {
    background: #f2c102;
}
.image-preview img {
    border: solid 3px #fff;
    box-shadow:0 0 2px rgba(0, 0, 0, 0.43);
}
.row.shortcode-processed.nd-visualshortcodes-sortable .border-style small {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.container-inline-date .form-type-date-popup.form-item-expiry .date-padding {
    padding: 10px;
    float: left;
    margin-top: 16px;
    margin-left: -141px;
}
.form-type-date-popup.form-item-expiry label {
    float: left;
}
.logged-in.node-product-form  .description {
    margin-top: 11px;
    margin-bottom: 16px;
}
#edit-expiry .help-block {
    float: none;
    margin:0;
}
.form-type-date-popup.form-item-expiry .help-block {
    float: left;
}
.container-inline-date .form-item .form-item {
    margin-right: 8px;}
#node-delete-confirm #edit-cancel, .button.ctools-close-modal-processed {
    background: #989898;
    padding: 7px 8px;
    color: #fff;
    font-family: "Arial", sans-serif;
    margin: 0 9px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;}
#node-delete-confirm #edit-submit{
    margin-top: -1px;
}
#node-delete-confirm .form-actions{
    margin-top:11px;
}
#uc-object-attributes-form .form-actions.form-wrapper a{
    background: #989898;
    padding: 7px 8px;
    color: #fff;
    font-family: "Arial", sans-serif;
    margin: 0 9px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: inherit;
}
#uc-object-attributes-form .form-actions.form-wrapper a:hover{
    opacity: .8;
}
.form-actions .btn:first-child {
    margin-top: -1px;}
/* === Login === */
.header.header-three {
    background: #f2c102;
}
.login-register #edit-uc-auction-settings{
    display: none;
}
.login-register .form-box p{
 font-size: 14px;
}
a.sign-up{
    color: #586202;
    font-weight: bold;
}
.login-register .help-block{
    margin-bottom: 3px!important;
}
form .selectBox, form .form-control{
    margin-bottom: 0;
}
.login-register .buttons-box {
    margin-top: 18px;
}
.form-box .buttons-box .btn{
   margin: 0 8px 0 0;
}
.page--legal-accept-new #edit-site-disclaimer .fieldset-wrapper{
    padding: 0;
}
.page--legal-accept-new #edit-site-disclaimer .service-tabs.content-block{
    padding-top: 24px!important;
}
.page-user-register .form-box .checkbox {
    margin-bottom: 0}
.page-user-register #edit-site-disclaimer .fieldset-wrapper{
    padding: 0;
}
.page-user-register #site-disclaimer{
    padding-top: 24px;
}
.form-box .checkbox .new-checkbox {
    margin-top: 3px;}
.page-user-register .form-box .form-item-I-agree.checkbox, .page--legal-accept-new .form-item-I-agree.checkbox{
    margin-bottom: 0;
    padding: 7px 40px;
    border: solid 1px #f2f2f2;
    border-top: solid 1px #e1e1e1;
    background: rgba(247, 247, 247, 0.65);}
.page-user-register #edit-site-disclaimer .service-tabs.content-block{
    padding: 0;
}
.page-login-promo #main {
    padding: 55px 0 30px;}

.fixed-header.page-login-promo.hidden-top .header {
    margin-top:0;
    position: absolute;
}
body.page-user.page-login-promo, .page-user-login.page-login-promo, .page-user.page-login-promo {
    background-attachment: fixed;}

.page-admin-content .exposed-filters .form-actions{
    text-align: right;
    margin-top: 22px;}

.page-admin-content .exposed-filters .form-item {
    margin: 0 0 0.1em 12px;}
.page-admin-content .exposed-filters .form-actions .btn{
    margin-bottom: 4px;
}
#node-admin-content .table{
    text-align: left;
    border: solid 1px #eee;
}
.table tr td{
    vertical-align: middle;
}
.table.table-striped thead tr th{
    background: #cfcfcf;
    text-align: left;
}
.table.table-striped tr.odd {
    background: #f7f7f7;}
.table.table-striped tr.even {
    background: #ececec;
}
#node-admin-content .table ul{
    padding: 0;
    margin: 0;
}
#node-admin-content .table ul li{
    list-style: none;
}
#node-admin-content .table ul li a {
    text-decoration: inherit;
    text-align: center;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: 39px 0;
    line-height: 20px;
    padding: 6px 30px 0 0;
    position: relative;
    background-size: 14px;
    background-position-y: 3px;
}
#node-admin-content .table ul li.delete a{
    background-image: url("../../img/edit.png"), none;
}
#node-admin-content .table ul li.edit a{
    background-image: url("../../img/delete.png"), none;
}
.page-login-promo .form-box .title {
    font-size: 26px;
    color: #f2c102;
}
.page-login-promo .form-box .title small {
    color: #464545;
}
.page-login-promo .form-box .title a {
    color: #f9941b;
}
.login-register .btn.btn-border {
    border: 1px solid #f2c102!important;
    color: #f2c102!important;
    font-weight: 800;
    background: #fff;
    padding: 9px;
    font-size: 12px;
    margin-left: 0!important;
}
.login-register .btn.btn-border:hover {
    border: 1px solid #f2c102!important;
    color: #fff!important;
    background: #f2c102;
}
.login-register fieldset.form-wrapper{
    margin-top: 18px;
}
/* === Workbench === */
div.workbench-info-block {
    background: none repeat scroll 0 0 #d6f1f7;
    border-color: #d6f1f7;
    padding: 4px 22px;
    color: #212121;
    margin-bottom: 10px;
}
.view-workbench-current-user .views-field.views-field-edit-node{
    text-align: right;
    margin-top: -23px;
    display: initial;
}
.views-field.views-field-name{
    margin-bottom: 8px;
}

.view-workbench-current-user .username.author-name{
    font-weight: bold;
}
.page-admin-workbench .more-link{
    text-align: right;
    margin-top: 17px;
    text-transform: capitalize;
}
.page-admin-workbench .views-exposed-widget.views-submit-button{
    margin-top: 24px;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit{
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-admin-workbench .view-filters .views-exposed-form .views-exposed-widget{
    margin-bottom: 0;
}
.views-widget-filter-access_id .selectBox.form-control.form-select.selectBox-inline.selectBox-menuShowing{
    height: 28px!important;
    width: 184px!important;
}
.views-widget-filter-access_id .selectBox.form-control.form-select.selectBox-inline.selectBox-menuShowing, .views-widget-filter-access_id .selectBox.form-control:focus {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15); }
.views-widget-filter-access_id .selectBox-options li a{
    padding: 0;
}
.views-widget-filter-access_id .selectBox.form-control.form-select.selectBox-inline.selectBox-menuShowing::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    background: #f7f7f7;
    border: solid 1px #d8d8d8;
}
.views-widget-filter-access_id .selectBox.form-control.form-select.selectBox-inline.selectBox-menuShowing::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(108, 195, 224, 0.52);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.admin.my-workbench h3{
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.page-admin-workbench .view-header p{
    margin-bottom: 5px;
}
.page-admin-workbench .view-footer p{
    margin-top: 5px;
}
.views-field-moderation-actions ul{
    list-style: none;
}
.views-field-moderation-actions a{
    background: #f2c102;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.views-field-moderation-actions a:hover{
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.page-admin-workbench-create dl.node-type-list a{
    background: #f2c102;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.page-admin-workbench-create dl.node-type-list dt{
    margin-bottom:10px ;
}
.page-admin-workbench-create dl.node-type-list dd{
    margin-bottom:20px ;
}
.page-admin-workbench-create dl.node-type-list a:hover{
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.more-link a, .my-workbench span.field-content a{
    padding: 7px 12px;
    font-size: 13px;
    background: #f2c102;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.more-link a:hover, span.field-content a:hover{
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.more-link{
    margin-top: 10px;
}
.field-structure .field-type-image .remove.btn {
    font-weight: 500;
    font-size: 13px;
    min-height: 10px;
    height: 24px;
    line-height: 12px;}
.media-item {
    min-width: 112px;}

.search-active {
    height: 98px;
    background: #fff;
    border: solid 1px #eee;
    padding: 18px;}
.search-active .search-form .form-type-checkboxes label{
   width:7%;
}
.search-active .search-form .form-checkboxes{
    margin-top: 0;
    margin-right: 10px;
    width:93%;
    border: 0;
    vertical-align: middle;
}
.search-active .search-form .form-type-checkboxes{
    display: inherit;
    margin-top: 18px;
}
.search-active .search-form .new-checkbox{
    margin-top: 5px;
}
.search-result {
    padding-bottom: 0;
}
.page-search .title-box h1{
    font-size: 26px!important;
}
.page-search .title-box {
margin-bottom: 23px}

.search-results h3{
    font-weight: 100;
    margin: 0 0 5px 0;
    font-size: 20px;
}
img.advanced-search-icon {
    margin-right: 11px;
    margin-bottom: 4px;}
.search-advanced .action{
    text-align: right;
}
.search-results p.search-info {
    color: #737373;
    font-size: 13px;}
.search-results p.search-snippet {
    margin-bottom: 3px;}

.search-results li {
    background: #fbfbfb;
    padding: 15px 23px;
    margin-bottom: 11px;
}
.phone-active {
    color: #949494;
    font-size: 38px;
    height: 60px;
    text-align: center;
    border: solid 1px #cccccc;}
.phone-active strong {
    color: #555;
    font-size: 34px;}
/* === upload Art  === */
#edit-field-colors{
    padding: 0;
}
.profile-slider-group .field-name-field-slider-body{
    vertical-align: top;
}
.profile-slider-group .field-name-field-slider-body textarea{
    height: 20px;
}
.link-field-column .form-text {
    width: 100%;}
#edit-field-country{
    margin-bottom: 32px;
}
.node-product-form .fieldset-wrapper #edit-uc-product-image{
    margin-top: -20px;
}
.node-product-form .vertical-tabs-list .vertical-tab-button span.summary{
    display: none;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li {
    background: #f9f9f9;
    border: solid 1px #dedede;
    border-bottom: 0;
    border-left: 0;}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li a:hover{
    background: #fbfbfb;
}
.vertical-tabs ul.vertical-tabs-list li:hover{
    background: #fbfbfb;
}
.vertical-tabs ul.vertical-tabs-list li.selected:hover{
    background: none;
    border-right: solid 1px #fff;
}
.vertical-tabs ul.vertical-tabs-list li a:hover {
outline: none;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a:hover{
    background: none;
}

.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #fff;
    box-shadow: 0 3px 0 #fff;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #ffffff;
    box-shadow: 2px 0 0 #fff;}
.field-group-htabs-wrapper div.horizontal-tabs {
    border-top: 0;
}
.image-widget.form-managed-file .image-widget-data span.file{
    display: inline;
    border: none;
    box-shadow: none;
}
.tabledrag-processed .form-item{margin-bottom: 0!important}

.field-structure label{
    width: initial;
    display: inherit;
}
.field-structure .form-type-media label{
    width: initial;
}
.field-structure .field-type-image .fieldset-wrapper{
    padding-bottom: 0;
}

.field-structure .horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 0 30px!important;}

.field-structure .horizontal-tabs-panes .form-wrapper.horizontal-tabs-pane .fieldset-wrapper{
border: none;
}
.field-structure .field-type-datetime fieldset legend, .field-structure .field-type-datetime fieldset legend:hover {
    background-color: initial;
    border: none;
    box-shadow: 0 0 0;
    padding: 0;
}
.field-structure .field-type-datetime .form-type-textfield label{
    display: none;
}
.field-structure .field-type-datetime fieldset.form-wrapper legend, .field-structure .field-type-image fieldset.form-wrapper legend {
    height: 0;
    margin-bottom: 8px;}
.field-structure .field-type-datetime .container-inline-date .form-item .form-item {
    margin-left: -27px;}

.field-structure .field-type-datetime fieldset legend span.fieldset-legend, .field-structure .field-type-image fieldset legend span.fieldset-legend  {
    font-size: 13px;
    color: #464545;
    line-height: 36px;
}
#edit-field-date .form-wrapper{
    margin-top: -15px;
}
.field-structure .field-type-datetime fieldset legend span.fieldset-legend{
    line-height: 53px;
}
.field-structure .field-type-image{
    margin-left: -15px;
}
.field-structure .field-type-image .table.table-striped thead tr th{
    background: #fff;
    text-align: left;
    border: solid 1px #d4d4d4;
    padding: 5px 12px;
    font-size: 11px;
}
.field-structure .field-type-image .table-striped tbody > tr > td {
    text-align: left;
    vertical-align: middle;}
.field-structure .field-type-image .tabledrag-toggle-weight{
    float: right;
    margin-bottom: 4px;
    margin-top: -18px;
}
.field-structure .field-type-image .form-type-media{
    display: flex;
}
.field-structure .field-type-image .form-type-media label{
    line-height: 32px;
    font-weight: 100;
}
.field-structure .fieldset-wrapper .field-type-image fieldset legend {
    border: 0;
    box-shadow: 0 0 0;
}
.field-structure .field-name-field-slider-title{
    margin-bottom: 16px;
}
.field-structure .link-field-title  .form-type-textfield label{
    display: none;
}
.field-name-field-slider-link .link-field-url.link-field-column{
    margin-top: -23px;
}
.field-structure .field-name-field-specifications .selectBox, .field-structure .form-control{
    margin-bottom: 0;
}
.field-structure .field-name-field-specifications .help-block, .field-structure .field-name-field-social-icons .help-block, .field-structure .field-type-image .help-block {
    margin-bottom: 0!important;
}
.field-structure .field-name-field-specifications .form-group, .field-structure .field-name-field-social-icons .form-group, .field-structure .field-type-image .form-group {
    margin-bottom: 0;
}
.field-structure .form-type-managed-file{
    margin-top: 8px;
    margin-left: 0;
}
.field-type-image.field-name-uc-product-image{
    padding-left: 17px;
}
.field-structure .form-type-managed-file label{
    display: none;
}
.field-structure .field-type-image .selectBox, .form-control{
    margin-bottom: 0;
}
.field-structure .field-name-field-social-icons{
    margin-bottom: 15px;
}
.field-structure .field-name-field-specifications th.tabledrag-hide, .field-structure .field-name-field-social-icons th.tabledrag-hide{
    font-size: 11px;
    padding: 2px 20px;
}
.field-structure .nd_visualshortcodes_links_wrap{
margin-top: -24px;}

.node-project-form #field-social-icons-add-more-wrapper .tabledrag-toggle-weight-wrapper{
 margin-bottom: -34px;
}
.node-project-form #field-social-icons-add-more-wrapper th.tabledrag-hide, .node-product-form #field-specifications-add-more-wrapper th.tabledrag-hide{
    display: none;
}
.node-project-form #field-social-icons-add-more-wrapper td.delta-order.tabledrag-hide{
    padding-top: 37px;
}
.node-project-form #field-social-icons-values th.field-label, .node-product-form #field-specifications-add-more-wrapper th.field-label{
    padding-bottom: 4px;
    padding-left: 0;
}
.field-structure #field-specifications-values tr td label{
    display: none;
}
.field-structure .field-name-field-specifications tbody, .field-structure .field-type-image tbody, .field-structure .field-name-field-social-icons tbody {
    border: solid 1px #e1e1e1;
}
.field-structure .field-name-field-specifications .tabledrag-toggle-weight-wrapper {
    text-align: right;
    margin-top: 7px;
    margin-bottom: -32px;
}
.field-structure .field-name-field-specifications .tabledrag-changed-warning{
    margin-top: 46px;
}
.tabledrag-toggle-weight {
    border: solid 1px #f2c102;
    color: #f2c102;
    font-weight: bold;
    padding: 5px 8px;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    border-radius: 3px;
    line-height: 12px;
}
.field-multiple-drag .warning.tabledrag-changed{
display: none;
}
.field-structure .form-required {
    font-size: 22px;
    font-family: "raleway", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;;
    line-height: 0;}
.form-required {
    font-size: 22px;
    font-family:"raleway", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;}
.form-required {
    height: 0;
    margin-top: -9px;}
.comments-form .evaluation-box .evaluation {
    margin-top: 2px;}

.webform-component, .form-item {
    margin-bottom:10px;
   }
/* ------- Disable Artist Field ----
.node-product-form #edit-field-colors .chosen-drop{
    display: none;
}
.node-product-form #edit-field-colors .chosen-container-single .chosen-single div b{
    display: none;
}
.node-product-form #edit-field-colors .chosen-container-single.chosen-container-active .chosen-single, .node-product-form #edit-field-colors .chosen-container-single .chosen-single, .node-product-form #edit-field-colors .chosen-container-active.chosen-with-drop .chosen-single {
    border: solid 1px #eee;
    box-shadow: none;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    opacity: .7;
} */

.node-product-form #edit-field-colors .chosen-results{
    display: none;
}
.node-product-form #edit-field-colors .chosen-container-single .chosen-search input[type="text"]{
background: none;
}
.node-product-form #edit-field-colors .chosen-container-single .chosen-search {
    display: block;
    margin-top: -27px;
    height: 8px;
    padding: 0;
    border: 0;}
.node-product-form #edit-field-colors .chosen-container-single .chosen-search input[type="text"]:focus{
    border-left: 0!important;
    border-right: 0!important;
    background: #fff!important;
   margin-top: 1px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    -moz-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    box-shadow: 0 0 10px rgba(46, 84, 129, .3);
}
.node-product-form #edit-field-colors .chosen-container-single .chosen-single{
    background: #fff;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
}
.node-product-form #edit-field-colors .chosen-container-single .chosen-single div b{
    background: none;
}
#edit-account input#edit-current-pass, #edit-account input#edit-mail {
    width: 192px;
    display: flex;
}
#user-register-form  input#edit-mail{
width: 100%;
}
/* === Profile === */
.suffix-help{
    margin-top: -8px;
    margin-bottom: 13px;
}
.views-field-section, .views-widget-filter-access_id{
    display: none;
}
h3 {
    font-size: 23px;}
h4.title {
    font-weight: 100;
    margin-bottom: 5px;}
.profile h3 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.tabs.primary li > a {
    font-weight: bold;
    color: #f2c102;
}
.page-user .tabs.primary li {
    margin-top: 6px;
}
.page-user .tabs.primary li .active {
    background: #fff;
}
.tabs.primary {
    margin-bottom: 20px;
}
.help-block {
    margin:0!important;
    font-size: 12px;
}
.vertical-tabs .form-wrapper .fieldset-wrapper {
    border: none;
}
.form-wrapper .fieldset-wrapper {
    border: 1px solid #e1e1e1;
    margin-top:0;
}
fieldset.collapsible {
    padding-top:0!important;
}
html.js fieldset.collapsible div.fieldset-wrapper {
    overflow: visible;
    border: 1px solid #e1e1e1;
    border-top:0;
    margin-top:0;
}
.nd_visualshortcodes_enabled_list a span {
    color: #fff;
}
.nd_visualshortcodes_enabled_links {
    text-align: center;
}
.nd_visualshortcodes h3 {
    font-family: "raleway", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.new-checkbox input{
    height: 29px;
}
input.form-checkbox{
    height: 13px;
}
input {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    min-height: 29px;
    margin-bottom: 4px;
    padding: 4px 12px;
}
input:focus {
    -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    -moz-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    border: solid 1px #839bb7!important;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
/*==== Custom Fonts ====*/


@font-face {
    font-family: sfrancisco-light;
    src: url("../fonts/sfrancisco-light.eot");
    /* EOT file for IE */
}
@font-face {
    font-family: sfrancisco-light;
    src: url("../fonts/sfrancisco-light.ttf");
    /* TTF file for Chrome */
}
@font-face {
    font-family: sfrancisco-light;
    src: url("../fonts/sfrancisco-light.OTF");
    /* TTF file for Firefox */
}
@font-face {
    font-family: raleway;
    src: url("../fonts/raleway.eot");
    /* EOT file for IE */
}
@font-face {
    font-family: raleway;
    src: url("../fonts/raleway.ttf");
    /* TTF file for Chrome */
}
@font-face {
    font-family: raleway;
    src: url("../fonts/raleway.OTF");
    /* TTF file for Firefox */
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
}
p {
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
    color: #333;
}

@font-face {
    font-family: octafont;
  src: url("../fonts/sfrancisco-light.OTF");
    unicode-range: U+30-39;
}
@font-face {
    font-family: octafont;
  src: url("../fonts/raleway.OTF");
    unicode-range: U+0-2f, U+40-10FFFF;
}

@font-face {
    font-family: octafont;
  src: url("../fonts/sfrancisco-light.ttf");
    unicode-range: U+30-39;
}
@font-face {
    font-family: octafont;
  src: url("../fonts/raleway.ttf");
    unicode-range: U+0-2f, U+40-10FFFF;
}

@font-face {
    font-family: octafont;
  src: url("../fonts/sfrancisco-light.eot");
    unicode-range: U+30-39;
}
@font-face {
    font-family: octafont;
  src: url("../fonts/raleway.eot");
    unicode-range: U+0-2f, U+40-10FFFF;
}

body, #admin-menu, input, .selectBox-options, .ui-dialog, textarea{
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif!important;
}
.phone-active .close span, .search-active .close span {
        margin: 0 12px;
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* Style */
/* === CMS Interface Config ===*/
/* === Main Config ===*/
.tooltip.bottom .tooltip-inner {
    background-color:#f2c102;
    font-weight: bold;
}
.tooltip.top .tooltip-inner {
    background-color:#f2c102;
    font-weight: bold;
}
.tooltip.right .tooltip-inner {
    background-color:#f2c102;
    font-weight: bold;
}
.tooltip.left .tooltip-inner {
    background-color:#f2c102;
    font-weight: bold;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #f2c102;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #f2c102;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f2c102;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #f2c102;
}
ul,
ol {
    padding: 0 0 0 35px;
    margin: 0 0 22px 0;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
    background-color: inherit;
}
.table>thead>tr>th.active{
    background-color: #cfcfcf;
}
a:visited, a:hover, a:focus {
    color: #bb9400;
    text-decoration: inherit;
}
footer aside li a:hover{
    color: #000!important;
}
.md-objects .md-object a:visited{
    color: #fff;
}
a:hover, a:focus {
    text-decoration: inherit;
}
a {
    color: #daad00;}
.alert {
    z-index: 800;
    font-weight: bold;
}
.alert a {
font-weight: bold;
    font-size: 15px;
    text-shadow: 0 0 2px #000000;
    border-bottom: solid 1px #fff;
    padding-bottom: 3px;
    color: #ffffff;
}
.alert a:hover{
    text-decoration: none;}
.comments-form .row textarea {
    height: 71px;}
.title-box:before {
    background: #f2c102;
}
.comments-form .row .btn {
    margin: 5px 0 0 0;}
.comments-form .form-actions{
    text-align: right;
}
.comment-form .form-actions {
    padding-top: 4px;
    text-align: right;}
.comment-form, .comments-form{
    padding: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-top: 20px;
}

.view-uc-orders-user.view-id-uc_orders_user table{
    width: 100%;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page td{
    padding: 14px 25px;
    font-size: 12px;
    font-weight: bold;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page td a {
    padding-right: 14px;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page tr.odd {
    background: #f7f7f7;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page tr.even {
    background: #ececec;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page tr th {
    background: #cfcfcf;
    text-align: left;
    padding: 14px 25px;
    font-size: 14px;
}
.page-user-orders .order-pane-title {
    font-size: 16px;
}
.page-user-orders .line-item-table .li-title {
    text-align: left;
}
.page-user-orders .line-item-table .li-amount {
    text-align: left;
}
.tabs.primary li > a.active {
    background: #fff;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page .uc-order-action img {
    padding: 0 4px;
    position: relative;
    top:0;
}
.view-uc-orders-user.view-id-uc_orders_user.view-display-id-page .even td a {
    padding-right: 14px;
}
/* === Options ===*/
.selectBox-options li a {
 
    letter-spacing: .6px;
}
    .selectBox-label {
padding: 0 5px;}

.selectBox-options li.selectBox-selected a, .selectBox-options li a:hover{
    background: #f2c102;
    color: #fff;
   }
a.lang-dropdown-select-element {
    padding: 0;}

a.selectBox.form-control.chosen-enable.form-select, a.selectBox.form-control.form-select.chosen-processed.selectBox-dropdown{
    display: none!important;
}
.chosen-container.chosen-with-drop .chosen-drop {
    margin-top: -3px;}
.chosen-container.form-control.chosen-enable.form-select.selectBox.chosen-processed, .chosen-container.form-control.form-select.chosen-processed{
    box-shadow: none!important;
    border: 0!important;
    padding: 0!important;
    width: 100%!important;
    min-width: 170px!important;
 
}
.view-products-list .view-filters .chosen-container.form-control.form-select.chosen-processed, .view-products-grid .view-filters .chosen-container.form-control.form-select.chosen-processed{
   max-width: 170px;
}


.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
    -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
    -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
    box-shadow: 0 0 10px rgba(46,84,129,.3);
    border: solid 1px #839bb7;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.chosen-container .chosen-results li.active-result:hover{
    background: #f2c102;
    color: #fff;
    font-weight: bold;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #b7b7b7;
    font-weight: bold;
    cursor: default;}
.active-result.result-selected.highlighted, .active-result.highlighted{
    background: #f2c102!important;
    font-weight: bold;
}
.chosen-container-single .chosen-single{
    border-radius: 3px;
    height: 29px;
    border: 1px solid #e1e1e1;
    line-height: 29px;
}
.view-filters.toolbar .chosen-container-single .chosen-single {
    border: 1px solid #f2c102;
    box-shadow: none;
    background: #fff;
    color: #f2c102;
    font-weight: bold;
    padding-left: 13px;
}
.toolbar .selectBox {
    height: 29px;
    line-height: 16px;
    min-height: 24px;
}
.view-filters.toolbar .chosen-container-single .chosen-single div b {
    background: url('/sites/default/files/select-arrow.png') no-repeat 0px 2px;
}
.view-filters.toolbar .chosen-container-active.chosen-with-drop .chosen-single div b{
background-position: -18px 2px;
}
.chosen-container-single.chosen-container-active .chosen-single{
    -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
    -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
    box-shadow: 0 0 10px rgba(46,84,129,.3);
    border: solid 1px #839bb7;
    border-radius: 3px;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;}
.chosen-container-single .chosen-search input[type="text"]{
    color: #333;
}
ul.chosen-choices, .profile-slider-group .form-type-media label{
    border: 1px solid #e1e1e1!important;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 29px!important;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 29px;
    padding: 0 10px!important;
    width: 100%;
}

.profile-slider-group .form-type-media label{
    max-width: 253px;
    width: 100%;
    line-height: 28px!important;
    margin-top: 3px;}

.chosen-choices input{
    min-height: 26px;
}
.chosen-container-active .chosen-choices{
    -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
    -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
    box-shadow: 0 0 10px rgba(46,84,129,.3);
    border: solid 1px #839bb7!important;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.selectBox.selectBox-menuShowing, .form-control:focus{
    border: solid 1px #839bb7!important;
}
.chosen-container-single .chosen-search input[type="text"] {
    box-shadow: none;}

/* === Homepage ===*/
.light-bg .white .title-box {
    border-color: #e1e1e1;
}
.light-bg .white .title-box:before {
    background: #f2c102;}
.light-bg .white .title-box .title {
    color: #333;}

.light-bg .white strong {
    color: #fbfbfb;}
.dark-bg p{
    color: #fff;
}
/* === Slider ===*/

.md-arrow > div {
    border-radius:0;
}
.md-arrow > div,
.md-arrow > div:hover {
     background-color: rgba(242, 193, 2, 0.37);
    border: solid 1px rgba(242, 193, 2, 0.14);
}
.md-arrow > div {
      background-color: rgba(169, 156, 4, 0.38);
    border: solid 1px rgba(169, 156, 4, 0.38);
}
.md-arrow > div:before {
    color: #ffffff;
    font-weight: bold;
}
.md-arrow > div::before{
         display: block;  
}
.md-arrow > div:before{
    display: block!important;
}
/* === Services ===*/
.service-boxs.steps .step .step-wrapper:after, .service-boxs.steps .step .step-wrapper:before{
    display: none;
}
.service-boxs .bg-image{
        background-position:23%!important;
}

.service-boxs .collector .bg-image{
    background-position: 77%;}
.service-boxs {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.service-boxs .btn.btn-inverse:hover {
    background-color: rgba(255, 255, 255, 0.49);
    color: rgba(0, 0, 0, 0.71);
}
.service-boxs .white,
.icon.white {
    font-size: 14px;
}
.service-boxs .bg-info {
    background:#121212 !important;
}
.service-boxs p{
    color:#fff!important;
    padding: 5px;
    font-size: 13px;
    margin-bottom: 0;
}
.service-boxs h3{
    color: #f2c102;
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 17px;
}
.service-boxs .border-info {
    border-color: #fff !important;
}
.service-boxs.steps .step.border-info .step-wrapper:after {
    border-left-color: #ffffff;
}
.service-boxs.steps .step.bg-info .step-wrapper:before {
    border-left-color: #ffffff;
}
.service-boxs .border-warning {
    border-color: rgba(0, 0, 0, 0)!important;
}
.service-boxs .bg-warning {
    background: #2f2f2f !important;
    border: solid 0 #fff;
}
.service-boxs .bg-grey {
    background: #1b1b1b!important;
}
.service-boxs.steps .step .bg-image {
opacity: .3;
}

.service-boxs .border-info {
    border: none;
}
.service-boxs .btn.btn-inverse,
.service-boxs .btn.btn-inverse:visited {
    background: #f2c102;
    font-size: 12px;
    padding:2px 8px;
}
.content-block .service-boxs .btn + .btn {
    margin: 4px;}
.service-boxs .btn.btn-inverse:hover {
    background-color: rgba(0, 152, 202, 0.79);
    color: #fff;
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}
/* === Footer ===*/
#backtotop {
    background-size: 52px;}
footer .mail-footer{
margin-top: 13px
}
footer .mail-footer a{
    color:#ababab;
}
footer .mail-footer i{
      padding-right: 2px;
    font-size: 15px;
    color: #c6c6c6;
}
footer aside header, footer aside .title-box {
    margin: 30px 0 15px;}
.footer-top label {
    color: #c5c5c5;
}
#mc_embed_signup .mc-field-group label {
    font-weight: 400;}
footer.footer-top {
    background:#2f2f2f;}

footer aside p {
    font-size: 13px;
    color: #fff;
}
footer aside li {
    line-height: 21px;
    font-size: 13px;
}
footer aside li a {
    color: #f2c102!important;
    text-decoration: inherit!important;
}
#Footer-Top nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#Footer-Top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social .sbtnf {
    opacity: 1;
    background:#fff;
    color: #f2c102;
    margin-bottom: 6px;
    border-radius: 100%;
}
.social .sbtnf:hover{
    color:#fff;
}
.add-cart-icon{
    margin-top: -6px!important;
    font-size: 15px;
}
.product .actions a i {
    color: #f2c102;
    margin-top: -20px;}
.header .primary .navbar .nav a .item-new {
    background: #fff;
    font-weight: bold;
    color: #d20056;
}
.header .primary .navbar .nav a .item-new.bg-success {
    background: #fff!important;
    font-weight: bold!important;
    color: rgb(119, 146, 0) !important;
}
.header .primary .navbar .nav a .item-new.bg-warning {
    background: #fff!important;
    font-weight: bold!important;
    color: #f89406 !important;
}
.header .primary .sub a:hover {
    color: #f2c102!important;
    font-weight: bold;
}
li.tb-megamenu-item.level-2.mega.menu-title a {
    color: #3a3a3a!important;
    font-weight: 600;
    text-transform: capitalize;
}
.header .primary .sub a,
.header .primary .sub a:visited {
    color: #403e3e;
}
/* ===  Site-Map === */
.sitemap a {
    background: #fff;
    color: #f2c102;
    font-size: 13px;
}
.sitemap span.nolink {
    background: #fff;}
/* ===  Artist Profile === */
#comment-body-add-more-wrapper fieldset.form-wrapper{
padding-top: 0;
}
.work .work-title h3.title {
    color: #fff;
}
.work:hover .work-title h3.title {
    color: #333;
}
.work:hover .work-title
.fieldset-description{
    margin-bottom: 36px;
    font-size: 14px;
}
.link-field-column {
    width: 47%;
}
.social.user-social .sbtnf{
    border-radius: 200px;
}
.field-structure .link-field-column a.selectBox.field_social_icons-delta-order{
    margin-bottom: 0;
    margin-top: 19px;
}
.field-structure  .link-field-column .form-type-textfield, .field-structure  .link-field-column .form-type-select {
    margin-right: 7px;
    margin-bottom: 30px!important;}
.node-project-form #block-views-related-projects-block{
    display: none;
}
.node-type-project .comment-form .form-item-name, .node-type-project .comment-form .form-item-subject{
    width: 49%;
    display: inline-table;
    margin-right: .8%;
}
.node-type-project .comment-form .form-type-item.form-item.form-group{
    width: 49%;
    margin-right: 1%;
    float: left;
}
.node-type-project .content > ul, .no-padding-list ul.list{
    padding-left:0 ;
}
.node-type-project b{
    display: inherit;
}
.recent-work{
    text-align: center  ;
}
.recent-wrok-label, .node-type-project .title.slim{
    font-weight: 500;
    font-size: 20px;
}
.node-type-project .nd_visualshortcodes_links_wrap{
    display: none;
}
.logged-in.node-type-project .nd_visualshortcodes_links_wrap{
    display: block;
}
.comment-reply {
    margin-top: 15px;}
.commentlist .tips li {
    padding: 6px 0!important;}

.recent-work .view-product-carousel{
    margin-top: 2px;
}
.recent-work .banner-set.banner-set-mini .banner .title {
    margin-bottom: 3px;}
.content .slider .slid-content {
    text-align: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0)!important;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.13));
    z-index: 9}
.slider .slid-content .descriptions {
    margin: 0 0 17px 0;}
.slider .slid-content .btn {
    background: #109ecd;
    color: #ffffff;
    opacity: .8;}
.slider .slid-content .btn:hover {
    opacity: .9;
    background: #109ecd;
    color: #ffffff;}
.slider.progressive-slider.page-slider{
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    border: solid 4px #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.slider.page-slider .slider-nav {
    background: initial;
    z-index: 12;
    height: 100px;
    margin-top:42%;
}
.slider.page-slider .caroufredsel_wrapper .slid-content .descriptions {
    line-height: 23px;
    font-size: 14px;
    text-shadow: 0 0 1px #fff;
    color: #fff;
}
.slider .slider-nav .prev, .slider .slider-nav .next{
    display: initial!important;
}
.slider .slid-content .title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
.slider .slid-content .btn {
    padding: 6px 0;
    width: 51%;
    font-weight: bold;
    font-size: 13px;
    margin-left: 20%;
}
.switches a.selected {
    background: rgba(193, 8, 65, 0.59);}

.slider .slider-nav .prev, .slider .slider-nav .next {
    background-color:rgba(193, 8, 65, 0.61);
}

.full-width-box .fwb-bg .overlay {
    background: rgba(0, 0, 0, 0.47);
    opacity: 1;
}
.full-width-box .overlay {
background: rgba(0, 0, 0, 0.47);
    opacity: 1;
}
.quote-box .fwb-bg .overlay {
    background: rgba(0, 0, 0, 0.38);
    opacity: 1;
}
/* ===  About us === */
.service-tabs #tab-1{
    height: 100%!important;
    opacity: 1;
}
.print-link{
    text-align: right;
    padding-right: 45px
}
img.print-icon-margin {
    width: 20px;}
.about-tab .caption .description{
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    font-style: normal;
    color: #2b2a2a;}
.tab-pane .about-tab h3 {
    font-size: 23px;
}
.service-tabs .tab-content > .tab-pane,
.service-tabs .pill-content > .pill-pane {
    padding: 36px;
    background: #fff;
    border: solid 1px #DDD;
    border-top: none;
}
.cm-gradient {
    background: #fff;
}
.order-review-table .form-actions .btn:first-child {
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 12px;
}
.login-register .form-box .form-submit {
    background: #f2c102;
}
.login-register .form-box .form-submit:hover {
    background: #e4b600;
}
.service-tabs .nav-tabs > li > a {
    color: #FFFFFF;
    font-weight: 600;
}
.service-tabs .nav > li > a:hover,
.nav > li > a:focus {
    background-color: #fafafa;
}
.service-tabs .nav-tabs>li.active>a,
.service-tabs .nav-tabs>li.active>a:hover,
.service-tabs .nav-tabs>li.active>a:focus {
    color: #f2c102;
}
/* ===  Product Auction === */
.uc-auction-user-bid-submit .btn.form-submit{
    float: right;
}
.uc-auction-user-bid-submit .description{
    margin-bottom: 2px;
}
.uc-auction-bid-table.table tbody tr th {
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 0 #585858;
    vertical-align: middle;
}
.uc-auction-bid-table.table tbody tr td {
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0 0 0 #e4e4e4;
    vertical-align: middle;
}
.uc-auction-bid-table.table .form-group{
    margin-bottom: 0;
}
.uc-auction-bid-table.table .selectBox, .uc-auction-bid-table.table .form-control{
    margin-bottom: 0;
}
.uc-auction-bid-table.table{
    border: solid 1px #e1e1e1;
}
.uc-auction-bid-table.table tr:last-child{
background: #fff!important;
}

.uc-auction-bid-table .uc-auction-user-bid-submit .help-block{
 margin-bottom: 0!important;
}
.product-action .form-actions#edit-actions{
    float: right;
}
.product-action .number{
    float: right;
    margin-right: 24px;
}
.add-cart-form input.node-add-to-cart{
    margin: -11px 0 0 0;
}
.product-page .add-cart-form .number{
    margin-bottom: 0;
}
/* ===  Product & Add-to-cart === */
ul.nav.nav-tabs.accordion-tab {
    padding: 0;
}
.btn-group.cart-header .product-image > img{
background: rgba(247, 247, 247, 0.65);
    border: solid 1px rgba(33, 31, 31, 0.09);
    padding: 2px;
}
.views-exposed-form fieldset .fieldset-wrapper{
    padding: 22px 8px 19px;
}
.product-page .col-md-7 .actions a path {
    fill: #f2c102;}
.page-product-compare #compare-table .first {
    text-align: center;
}
.page-product-compare #compare-table td {
    font-weight: 400;
    text-align: center!important;
}
.page-product-compare #compare-table td img, .page-cart td.td-images img{
    border: solid 2px #fff;
    box-shadow: 0 1px 4px #797979;
}
.node-type-blog .comment-form .form-type-item.form-item.form-group span.username.author-name, .node-type-project .comment-form .form-type-item.form-item.form-group span.username.author-name, .node-type-product .comments-form .form-type-item.form-item.form-group span.username.author-name {
    display: inherit;
    border: solid 1px #e7e7e7;
    padding: 3px 8px;
    font-size: 13px;
    border-radius: 3px;
    background: #eee;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
}
.node-type-product .comments-form .row textarea {
    height: 99px;}
a.add-review {
    background: #f2c102;
    color: #fff!important;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;}
.reviews-box .add-review {
    display: inline-flex;}
.view-products-list div#edit-secondary-wrapper, .view-products-grid div#edit-secondary-wrapper{
    width: 100%;
}
.view-products-list .views-exposed-widget.views-reset-button, .view-products-grid .views-exposed-widget.views-reset-button{
    float: right;
    margin-bottom: 0!important;
}
.view-products-list .views-exposed-widget.views-submit-button, .view-products-grid .views-exposed-widget.views-submit-button{
    float: right;
    margin-bottom: 0!important;
}
.view-products-list .views-exposed-form .form-item, .view-products-grid .views-exposed-form .form-item {
    display: inline-flex;
    margin-bottom: 12px;
        width: 250px;}
.view-products-list .views-exposed-form .form-checkboxes, .view-products-grid .views-exposed-form .form-checkboxes {
    max-height: 35px;
    vertical-align: middle;
    margin: -5px 0 0 9px;
    overflow: hidden;
    padding-top: 6px;
}
.view-products-list .form-type-checkbox.form-item.checkbox, .view-products-grid .form-type-checkbox.form-item.checkbox{
    margin-bottom: 1px;
    margin-top: 1px;
}
.view-products-list form, .view-products-grid form {
    margin-bottom: 0;
    width: 100%;
}
.page-shop-wishlist .view-products-list form, .page-shop-wishlist .view-products-grid form {
    width: inherit;
}
.page-shop-wishlist .view-filters.toolbar {
    padding-bottom: 0;
}
.view-products-list .views-exposed-widgets, .view-products-grid .views-exposed-widgets{
    margin-bottom: 0;
}
.view-filters.toolbar{
    border: solid 1px #c7c7c7;
    padding: 26px;
    border-radius: 3px;
    margin-bottom: 28px;}
.header .cart-header .dropdown-menu {
    max-height: 397px;
    overflow-x: scroll;}
.product .product-hover {
    padding: 28px 16px;
    color: #505050!important;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #f3f3f3!important;
    border: solid 4px rgb(255, 255, 255);
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.products.list .actions{
    display: inline-flex;
}
.products.list .actions .read-more-flip{
    margin: 4px 24px 0 0;
}
.product .product-hover h3.product-name a {
    color: #f2c102;
}
.product .product-hover ul li {
    background-image: url("../../img/svg/check-icon-black.svg"), none;
}
.product .actions a {
    background: #fff;
}
.product .actions .read-more-flip a, .products.list .actions .read-more-flip a{
    background: none;
    color: #f2c102;
}
.product .actions .read-more-flip a:hover, .products.list .actions .read-more-flip a:hover{
    background: none;
    color: #f2c102;
    border: solid 1px #f2c102;
}
.list .product .actions a:hover i:before{
    color: #fff;
}
.product .actions a.unflag-action i:before{
    color: #fff;
}
.product .actions a:hover{
    background:#f2c102;
    color: #fff;
  border-radius: 0;
}
.product .actions .read-more-flip a:hover{
border-radius: 3px!important;
}
.product .actions a:hover svg path{
    fill: #fff;
}
.product .actions a:hover i:before{
   color: #fff;
}
.product-hover {
    font-weight: bold;
}
.product-page .add-cart-form .number input {
    text-align: center!important;
    width: 53px;
}
.product-page .image-box #thumblist a img {
    -webkit-box-shadow: 0 0 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 0 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.product-page .info-fix ul li, .dimensions-default {
    background-image: url("../../img/svg/check-icon.svg"), none;
    background-repeat: no-repeat;
    background-position: 0 5px;
    line-height: 20px;
    list-style: none;
    padding: 0 0 0 15px;
    position: relative;
}
.dimensions-default {
    background-image: url("../../img/svg/dimension.svg"), none;
    background-repeat: no-repeat;
    line-height: 20px;
    list-style: none;
    position: relative;
    background-size: 20px;
    background-position: 0%;
    padding: 0 23px;
    margin-left: 20px;

}
.dimensions-teaser {
    background-image: url("../../img/svg/dimensions.svg"), none;
    background-repeat: no-repeat;
    line-height: 20px;
    list-style: none;
    position: relative;
    background-size: 20px;
    background-position: 0%;
    padding: 0 23px;
    margin-left: -6px;
}
.auction-expiry-teaser {
    background-image: url("../../img/svg/auction-expiry.svg"), none;
    background-repeat: no-repeat;
    line-height: 20px;
    list-style: none;
    position: relative;
    background-size: 17px;
    background-position: 0%;
    padding: 0 22px;
    margin-left: -4px;}

.product-page .info-fix ul {
    padding-left: 25px;
}
.product-page .flag-wrapper {
    margin-right: 3px;
}
.product-page .add-cart-form .add-cart {
    margin: 6px 17px 40px 0;
}
.product-slider-front.full-width-box .fwb-fixed {
    background-size: contain;
    background-attachment: inherit;
}
.product-slider-front.full-width-box .fwb-bg {
    background-repeat: repeat;
}
.caroufredsel_wrapper .rotation .default {
    border-top: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.sale.new {
    border-top: 56px solid #f99200;
}
.sale.new:before {
    margin: -48px 7px;}
.sale.sold {
    border-top: 56px solid #f2c102;
}
.sale.sold:before {
    content: "Sold";
    margin: -46px 5px;}
.sale.auction {
    border-top: 56px solid #00adb5;
}
.sale.auction:before {
    content: "Auction";
    margin: -43px -3px;}
.product-slider-front .view-products-slider .caroufredsel_wrapper {
    width: 100%!important;
    height: 931px!important;
}
.carousel .employee, .carousel .product.rotation {
    margin-top: 41px;}

.view-products-slider .carousel.gallery {
    width: 100%!important;
    top: 3px!important;
}
.carousel .employee,
.carousel .product {
    min-width: 320px;
    max-width: 300px;
}
.view-products-grid .product {
    min-width: 350px;
    max-width: 350px;
}
.read-more-flip {
    margin-bottom: 6px;
    text-align: center;
}
.product .product-hover .product-name {
    font-size: 18px;
    font-weight: 600;
}
.product .product-hover .product-image {
    height: 22%;
    width: 26%;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    border: solid 2px #fff;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-top: -30px;
    margin-right: -3px;
}
.read-more-flip a {
    color: #f2c102;
    padding: 17px 0!important;
    border-radius: 3px;
    text-decoration: inherit;
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    line-height:0;
    height: 35px!important;
    width: 100px!important;
}
#compare-table.views-table ul {
    list-style: none;
    padding:0;
    margin:0;
}
#compare-table .add-cart-form .btn {
    padding: 4px 20px;
}
#compare-table .views-field-title a {
    color: #f2c102;
}
#compare-table th {
    font-size: 13px;
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-top: solid 1px #ddd;
    text-align: center;
    vertical-align: middle;
}
#compare-table td {
    font-size: 13px;
}
#compare-table .price-old {
    font-size: 15px;
}
#car-bottom .total {
    text-align: center;
}
#car-bottom .total .checkout {
    margin: 20px 0 10px 0!important;
}
.btn.btn-lg {
    padding: 11px 33px;
}
.product-page .btn.btn-lg {
    padding: 18px 33px;
    line-height: 1px;}

.car-bottom-box .uc-price {
    font-size: 20px;
    font-family:"octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.car-bottom-box #subtotal-title {
    font-size: 20px;
    line-height: 30px;
    color: #3e3e3e;
}
#car-bottom .car-bottom-box {
    padding: 30px 15px!important;
    max-width: 380px;
}
.order-review-table .form-actions input#edit-back {
    background: #989898;
}
.order-review-table .form-actions input#edit-back:hover {
    background: #f2c102;
}
.order-pane-table.table>thead>tr>th.product {
    margin-bottom:0;
}
.order-pane-table.table>thead>tr>th {
    width: 20%;
    font-size: 13px;
}
.order-pane.abs-left {
    float: left;
    width: 100%;
}
.order-pane-table.table tbody tr td {
    text-align: left;
}
.uc-order-comments tr td {
    text-align: left;
}
.uc-order-comments .status {
    text-align: left;
}
table.order-pane-table.table.table-striped.sticky-enabled.tableheader-processed.sticky-table td {
    margin-bottom:0;
}
.cart-review.table tr.even {
    text-align: left;
}
table.cart-review.table.table-striped.sticky-enabled.tableheader-processed.sticky-table th {
    padding-right: 30px;
    padding-left: 35px;
}
table.cart-review.table.table-striped.sticky-enabled.tableheader-processed.sticky-table td {
    padding-right: 30px;
    padding-left: 35px;
    font-weight: bold;
}
.cart-review.table abbr[title],
abbr[data-original-title] {
    border-bottom: none;
}
.uc-cart-checkout-form .cart-review.table tr.odd {
    background: #f7f7f7;
}
.uc-cart-checkout-form .cart-review.table tr.even {
    background: #ececec;
}
.uc-cart-checkout-form .cart-review.table tr.subtotal {
    background: #fff;
    font-weight: bold;
    font-size: 13px;
}
.order-pane-table.table thead tr th {
    background-color: #cfcfcf;
}
.order-pane-table.table tr.odd {
    background: #f7f7f7;
}
.order-pane-table.table tr.even {
    background: #ececec;
}
.order-pane-table.table tr {
    font-weight: bold;
}
.order-pane-table.table th {
    padding-right: 30px!important;
    padding-left: 35px!important;
    font-size: 14px!important;
    border-bottom: none!important;
}
.order-pane-table.table td {
    padding-right: 30px!important;
    padding-left: 35px!important;
}
.uc-order-comments.table thead tr th {
    background-color: #cfcfcf;
}
.uc-order-comments.table tr.odd {
    background: #f7f7f7;
}
.uc-order-comments.table tr.even {
    background: #ececec;
}
.uc-order-comments.table tr {
    font-weight: bold;
}
.uc-order-comments.table th {
    padding-right: 30px!important;
    padding-left: 35px!important;
    font-size: 14px!important;
    border-bottom: none!important;
}
.uc-order-comments.table td {
    padding-right: 30px!important;
    padding-left: 35px!important;
}
.order-review-table tr td {
    font-weight: bold;
    padding: 15px 44px;
    color: #3a3a3a;
}
.order-review-table .data-col {
    text-transform: lowercase;
}
.review-button-row td {
    display: inline-flex;
}
table.cart-review.table.table-striped.sticky-enabled.tableheader-processed.sticky-table th {
    color: #383838;
    font-size: 15px;
    background: rgba(202, 202, 202, 0.89);
}
table.cart-review.table.table-striped.sticky-enabled.tableheader-processed.sticky-table td.products a {
    color: #f2c102;
}
.order-review-table thead tr {
    background-color: #cdcdcd;
}
.order-review-table tr {
    background: #f1f1f1;
}
.order-review-table tr .even {
    background-color: #ececec;
}
.order-review-table tr .odd {
    background-color: #f7f7f7;
}
.uc-price {
    text-transform: uppercase;
}
tr.pane-title-row {
    background: #fff;
}
tr.pane-title-row td {
    padding: 24px 0 3px 0;
}
table.cart-review.table.table-striped.sticky-enabled.tableheader-processed.sticky-table {
    margin-bottom:0;
}
.order-review-table td.data-col {
    font-size: 13px;
}
.order-review-table tr.pane-title-row {
    font-size: 17px;
}
.btn,
.btn:visited {
    padding: 4px 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
    text-transform: capitalize;
}
.uc-cart-checkout-form .form-actions .btn:first-child {
    padding: 4px 10px;
    font-size: 13px;
    font-weight: bold;
    background: rgb(152, 152, 152);
}
.pagination-box {
    margin: 12px 0 36px 0;
    text-align: center;
}
.list .product .excerpt {
    color: #2f2f2f;
    font-size: 13px;
}
.list .product .product-image {
    border-top: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    margin-top: 4px;
    margin-bottom: 17px;
}
.list .product .price-box {
    margin-bottom: 13px;
}
.form-type-uc-quantity,
.add-cart-form .form-actions,
.form-type-fivestar .form-type-select,
.product-info.sell-price {
    font-size: 35px;
}
.product-page .col-md-7 .price-box {
    padding: 23px 0 35px;
}
.product-page .product-tab .tab-pane#reviews .title {
    font-size: 20px;
    font-weight: 500;
}
ul.products.list.row li.views-row {
    border-bottom: double 4px rgba(202, 202, 202, 0.53);
    margin-bottom: 40px;
}
.product-page .product-tab .tab-pane#description {
    font-size: 14px;
}
ul.products.list.row li.views-row.views-row-last {
    border: none;
}
.toolbar .selectBox:hover .selectBox-arrow, .toolbar .selectBox:hover .selectBox-label{
    color: #f2c102;
}
.toolbar .selectBox-label {
    color: #f2c102;
    font-weight: bold;
}
.toolbar .selectBox {
    background: #fff!important;
    border: solid 1px #f2c102;
    box-shadow: none;
}
.toolbar .selectBox-arrow {
    color: #f2c102;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: solid 1px #4cb7da;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-left-width: 1px;
}
.caroufredsel_wrapper .rotation .default {
    border-top: solid 1px #e7e7e7;
}
#edit-tid-wrapper, #edit-tid-1-wrapper, #edit-tid-2-wrapper, #edit-tid-3-wrapper, #edit-tid-4-wrapper, #edit-tid-5-wrapper, #edit-tid-6-wrapper, #edit-tid-7-wrapper,
#edit-tid-8-wrapper, #edit-tid-9-wrapper, #edit-tid-10-wrapper  {
    display: inline-flex;
}
.selectBox-dropdown-menu {
    min-width: 170px;
    max-width: 100%;
    border: solid 1px #839bb7;
    z-index: 100;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    box-shadow: none;
}
.selectBox-options li+li a {
    border-top: 0;}
.selectBox-options li a {
    padding: 3px 0 0 6px;
}
.view-filters .views-exposed-form .views-exposed-widget {
    width: 250px;
    margin-right: 14px;
}
.views-exposed-widget.views-submit-button, .views-exposed-widget.views-reset-button{
        width: initial!important;
        margin: initial!important;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top:0;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 9px;
    background: #f2c102;
}
.views-exposed-form .views-exposed-widget .form-submit:hover {
    background: #f2c102;
}
.views-exposed-form .views-exposed-widget .form-submit#edit-reset {
    background: rgb(152, 152, 152);
}
.views-exposed-form .views-exposed-widget .form-submit#edit-reset:hover {
    background: #f2c102;
}
.toolbar .views-exposed-form label {
    font-weight: 600;
    width: 70%;
    color: #444444;
    margin: 3px 3px 0 5px;
    min-width: 75px;
}
a.selectBox.form-control.form-select.selectBox-dropdown{
    margin-left: 0;
    min-width: 170px;
    max-width: 100%;
}
a.selectBox.form-control.form-select.selectBox-dropdown:focus{
    -webkit-box-shadow: 0 0 10px rgba(46,84,129,.3);
    -moz-box-shadow: 0 0 10px rgba(46,84,129,.3);
    box-shadow: 0 0 10px rgba(46,84,129,.3);
    border: solid 1px #839bb7!important;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;}

.toolbar .selectBox-label {
    padding: 3px 9px 0 0;
}
.toolbar .selectBox {
    margin: 0 0 0 3px;
}
.uc-auction-user-history.table thead tr th {
    background-color: #cfcfcf;
}
.uc-auction-user-history.table tr.odd {
    background: #f7f7f7;
}
.uc-auction-user-history.table tr.even {
    background: #ececec;
}
.uc-auction-user-history.table tr {
    font-weight: bold;
}
.uc-auction-user-history.table th {
    padding-right: 30px!important;
    padding-left: 35px!important;
    font-size: 14px!important;
    border-bottom: none!important;
}
.uc-auction-user-history.table td {
    padding-right: 30px!important;
    padding-left: 35px!important;
    text-align: left;
}
.uc-product-node .table thead tr th {
    background-color: #cfcfcf;
}
.uc-product-node .table tr.odd {
    background: #f7f7f7;
}
.uc-product-node .table tr.even {
    background: #ececec;
}
.uc-product-node .table tr {
    font-weight: bold;
}
.uc-product-node .table th {
    padding-right: 30px!important;
    padding-left: 35px;
    font-size: 14px!important;
    border-bottom: none!important;
}
.uc-product-node .table td {
    padding-right: 30px!important;
    padding-left: 35px!important;
    text-align: left;
}
/* ---- Stock Status --- */
.page-product-compare .uc_out_of_stock_html span{
    font-size: 17px;
}
.node-type-product .add-cart-form .uc-out-of-stock-instock{
    display: initial;
    float: left;
    margin-right: 11px;
    font-size: 24px;
    line-height: 49px;
    color: #7f7f7f;}
/* === Private Message  ====*/
.page-user a.privatemsg-send-link.privatemsg-send-link-profile {
    display: inline-block;
    margin-bottom: 10px;
    background: #0093c4;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.page-user a.privatemsg-send-link.privatemsg-send-link-profile:hover {
    opacity: .9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.page-messages-view div#privatemsg-filter-tags a {
    margin-right: 5px;
    margin-left: 4px;
    font-size: 13px;
    background: #929292;
    color: #fff;
    padding: 7px 12px;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;}

.page-messages-view div#privatemsg-filter-tags a:hover{
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}


.page-messages-view form#privatemsg-new, .page-messages form#privatemsg-new{
    padding: 30px;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-top: 20px;
}
.privatemsg-message .privatemsg-author-avatar {
    float: left;
    width: 16%;
    padding: 0 10px;
    text-align: center;}
.privatemsg-message .privatemsg-message-column {
    float: inherit;
    overflow: visible;
    width: 100%;
    padding-left: 18%!important;
    margin-bottom: 10px;}

.privatemsg-message .user-picture img {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    margin-top: 2px;
    max-width: 110px;
    min-width: 110px;
    border-radius: 300px;}


.privatemsg-message span.privatemsg-message-new {
    padding: 3px 7px;}


.form-item-tags a.selectBox{
    max-height: 28px;
}

div.privatemsg-message-participants {
    clear: none;
    margin-top: -11px;
    font-size: 18px;
    border-bottom: 1px solid #C5C5C5;}

.page-messages-view #privatemsg-filter-tags .privatemsg-filter-tags-add{
    border: solid 1px #f2c102;
    font-size: 12px;
    float: right;
    background: #fff;
    font-weight: bold;
    color: #f2c102;
    padding: 3px 9px;
    border-radius: 3px;
}

.page-messages-view #content h2.privatemsg-reply {
    font-size: 20px;
    font-weight: 500;}
.page-messages-view .privatemsg-author-name {
    font-weight: 500;
    padding-right: 9px;
    font-size: 19px;}
.page-messages-view .privatemsg-message-date {
    color: #404040;
    font-size: 13px;}

.page-messages-view ul.privatemsg-message-actions.links.inline li{
    list-style-type: none;
    text-align: right;
    margin-top: -30px;
}
.page-messages-view div.privatemsg-message-information {
    border-bottom: 0;}
.page-messages-view .privatemsg-message-column {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 24px;}
.page-messages-view .privatemsg-message-odd .privatemsg-message-column{
    background: #fafafa;
}
.page-messages-view .privatemsg-message {
    max-width: 100%;}
.page-messages-view ul.privatemsg-message-actions.links.inline li a {
    background: #f2c102;
    padding: 4px 12px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}
.page-messages #privatemsg-list fieldset#edit-filter div.form-item label {
    float: inherit;
    width: inherit;
    text-align: left;}

.page-messages #privatemsg-list fieldset#edit-filter div.form-item {
    width: 49%;
    margin-right: .8%;
    display: inline-table;}

.page-messages #privatemsg-list fieldset#edit-filter {
    margin-bottom: 15px;
}
#privatemsg-list #privatemsg-list-form .form-item-tag-add input.form-control.form-text{
    width: 35%;
    min-width: 200px;
    margin-bottom: 40px;
}

#privatemsg-list #privatemsg-list-form .form-item-tag-remove .selectBox.form-control
{width: 23%!important;
min-width: 200px;}


#privatemsg-list #privatemsg-list-form .input-group-addon{
    width: 44px;
    float: left;
}
#privatemsg-list #privatemsg-list-form input.btn.form-submit.ajax-processed{
    float: right;
}
#privatemsg-list #privatemsg-list-form a.selectBox.form-control.form-select.ajax-processed.selectBox-dropdown{
    display: inline-block;
}
#privatemsg-list #privatemsg-list-form th.select-all .new-checkbox{
    margin: -16px 11px;
}
#privatemsg-list #privatemsg-list-form th.select-all .form-checkbox{
    margin: -16px 30px;
}
#privatemsg-list #privatemsg-list-form th.select-all .new-checkbox .form-checkbox{
    margin: -1px -1px;
}
#privatemsg-list #privatemsg-list-form table.privatemsg-list.table{
    margin-top: 20px;
}
#privatemsg-list #privatemsg-list-form .form-type-select.form-item-operation.form-item.form-group{
    width: 24%;
    float: left;
    min-width: 200px;
    margin-right: 13px!important;
    margin-bottom: 10px;
}
#privatemsg-list #privatemsg-list-form input.privatemsg-list.form-checkbox, .select-all input.form-checkbox{
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: -1px 0 0 -1px;
    position: absolute;
    width: 15px;
    box-shadow: 0 0 0;
}
.form-type-textfield.form-item-tag-add.form-autocomplete.form-item.form-group{
    float: left;
}
.node-type-product .form-item-recipient .help-block, .node-type-project .form-item-recipient .help-block{
    display: none;
}

.node-type-product .form-item-recipient .item-list ul li, .node-type-project .form-item-recipient .item-list ul li, .page-messages-new .form-item-recipient .item-list ul li{
    display: none;
}


#privatemsg-new .form-type-textfield.form-item-recipient, #privatemsg-new .form-type-textfield.form-item-subject {
    width: 49%;
    display: inline-table;
    margin-bottom: -15px;
    margin-right: .8%;
}
#privatemsg-new .form-type-textfield.form-item-recipient .input-group{
    width: 100%;
}
#privatemsg-new #edit-cancel{
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background: rgb(152, 152, 152);
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    margin-left: 6px;
    display: none;
}
#privatemsg-new .form-actions{
    text-align: right;
}
a.private-msg{
    background: #f2c102;
    color: #fff;
    font-weight: bold;
    padding: 6px 9px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
a.private-msg:hover {
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.btn.btn-xs {
    font-size: 11px;}
/* === FAQ  ====*/
.item-check ul.nav-tabs li{
    margin: 0;
    padding: 0;
    background-image:none;
}
.tabs-left > .tab-content > .tab-pane {
    padding:20px 20px 3px 20px;}
.faq-tab .tab-pane .row img{
    min-width: 84px;
    border: 2px solid #e8e8e8;
    box-shadow: 0 0 2px #868686;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.tab-pane .row{
    margin-bottom: 15px;
}
.tab-pane .row h6{
    margin-bottom: 5px;
}
.faq-tab .tabs{
 margin:15px 0;
}
.tabs-left > .tab-content {
    border: 1px solid #9e9e9e;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #9e9e9e transparent #9e9e9e #9e9e9e;
    border-radius: 3px 0 0 3px;}
.tabs-left > .nav-tabs > li > a {
    border: solid 1px #dddddd;
    color: #f2c102;
    border-radius: 3px 0 0 3px;}
.panel-group .active.panel .panel-heading > .panel-title > a, .panel-group .active.panel .panel-heading > .panel-title > a:hover{
    background-color: #f2c102;
    box-shadow: 0 0 1px #000;
    border: solid 2px #fff;
}
.faq-tab h2{
    font-size: 24px;
}
.faq-tab.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 30px 40px;
    background: rgb(255, 255, 255);
    border: double 3px rgba(185, 185, 185, 0.7);
    border-top: 0;
}
.faq-tab.panel-group .active.panel > .panel-heading > .panel-title > a,
.panel-group .active.panel > .panel-heading > .panel-title > a:hover {
    font-weight: bold;
}
.panel-group .panel-heading .panel-title a {
    font-weight: bold;
}
.filter-buttons {
    margin-bottom: 20px;
}
.panel-group > .default-toggle> .panel-heading > .panel-title > a {
    background-color: #ffffff;
    box-shadow:0 0 3px rgba(0, 0, 17, 0.19);
    color: #f2c102;
}
.panel-group > .default-toggle > .panel-heading > .panel-title > a:hover {
    background-color: #fafafa;
}
.table-row .table {
    border: none;
}
.table-row .table tbody > tr:nth-child(odd) > td {
    border-left: none;
    border-right: none;
    border-color: rgb(175, 175, 175);
}
.table-row .table tbody > tr:nth-child(even) > td {
    border-left: none;
    border-right: none;
    border-color: rgb(175, 175, 175);
}
.table-row .table tbody > tr:first-child > td {
    border-top:0;
}
.table-row .table tbody > tr:last-child > td {
    border-bottom:0;
}
.item-check ul li {
    background-image: url("../../img/svg/check-icon.svg"), none;
    background-repeat: no-repeat;
    background-position: 0 5px;
    line-height: 20px;
    list-style: none;
    padding: 0 0 0 15px;
    position: relative;
    margin-bottom: 5px;
}
/* === Portfolio  ====*/

.banner-set .banner img {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #eee;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.banner-set .banner {
    min-width: 300px;
}
.no-padding {
    padding:0;
}
.portfolio .filter-title {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 17px;
}
.btn-group .caret {
    color: #f2c102;
}
.filter-buttons .dropdown-toggle {
    color: #f2c102;
    border: 1px solid #f2c102;
}
/* === Testimonial === */
.testimonial-slider .carousel{
    text-align: center!important;
}
.webform-component-textfield.webform-component--career{
    vertical-align: top;
}

.testimonial .img-circle {
    border-radius: 50%;
    margin-top: 3px;
    width: 53px!important;
    height: auto;
    max-width: 60px;
}
.testimonial .respond {
    margin-bottom: 36px;
}
.testimonial .respond .name .icon {
    margin-right: 31px;
}
.testimonial .respond .name {
    line-height: 40px;
}
.wide-box-button .btn.btn-inverse,
.wide-box-button .btn.btn-inverse:visited {
    background: rgba(0, 152, 202, 0.65);
    color: #fff;
}
.wide-box-button .btn.btn-inverse:hover,
.wide-box-button .btn.btn-inverse:focus,
.wide-box-button .btn.btn-inverse:active,
.wide-box-button .btn.btn-inverse.active,
.wide-box-button .btn.btn-inverse.disabled,
.wide-box-button .btn.btn-inverse[disabled] {
    color: #ffffff;
    background-color: rgb(0, 152, 202);
}
/* Testimonial-Home-page */

.basic-testimonial .respond .description {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    background: rgba(21, 21, 21, 0.54);
    border: rgba(21, 21, 21, 0.54);
    color: #FFFFFF;
    text-shadow:0 0 0 rgba(255, 255, 255, 0.42);
}
.basic-testimonial .respond .description p{
    color: rgba(255, 255, 255, 0.66);
}
.basic-testimonial .respond.border .description:after {
    bottom: -20px;
}
.basic-testimonial .respond.border .description:after {
    border-top-color: rgba(21, 21, 21, 0.54);
}
.basic-testimonial .respond .description.bg-info:before,
.basic-testimonial .respond .description.border-info:before {
    border-top-color: rgba(21, 21, 21, 0);
}
.basic-testimonial .parallex-fix .respond .description {
    opacity: 0.6;
}
.parallex-fix{
    border-Width: 4px;
    border-color: #FFF;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* Testimonial-basic-page */

.default-testimonial.respond .description {
    font-style: normal;
    font-size: 13px;
    background: #fbfbfb;
    border: solid 1px #e6e6e6!important;
    color: #000000;
}
.default-testimonial.respond.border .description:after {
    bottom: -19px;
    border-top-color: #fbfbfb;
}
.default-testimonial.respond .description:before,
.default-testimonial.respond .description:before {
    border-top-color: #e6e6e6!important;
}
/* === Sidebar ===*/

.sidebar .tags a {
    font-weight: bold;
}
.user-picture img {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    min-width: 170px;
    max-width: 220px;
}
.header .logo img {
    width: 280px;
}
.view-specials-products .product-image > img {
    background: rgba(247, 247, 247, 0.65);
    border: solid 1px rgba(33, 31, 31, 0.09);
    padding: 2px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
/* === Footer ===*/

.quick-message-box .form-actions .btn:first-child {
    padding: 3px 7px;
    font-size: 12px;
}
footer aside header .title,
footer aside .title-box .title {
    text-transform: capitalize;
        color: #ffffff;
}
footer .footer-bottom-fix .col-md-3 {
    margin-bottom: 1px;
}
.footer-bottom-fix .copyright {
    padding-bottom: 10px;
    padding-top: 12px;
    text-align: center;
}
.footer-bottom-fix .phone {
    padding-top: 12px;
}
.footer-bottom-fix .address {
    padding-top: 12px;
}
.footer-bottom-fix .footer-icon {
    padding-top: 12px;
}
.footer-bottom {
    padding: 4px 0 4px;
}
.client-nav-fix .title-box + div .margin-pagination-fix {
    margin-top: -65px;
}
.rotation .default {
    border-top: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.view-product-taxonomy .item-list li {
    box-shadow:0 0 4px rgba(130, 128, 128, 0.4);
    -webkit-box-shadow:0 0 4px rgba(130, 128, 128, 0.4);
    -moz-box-shadow:0 0 4px rgba(130, 128, 128, 0.4);
    -o-box-shadow:0 0 4px rgba(130, 128, 128, 0.4);
    -ms-box-shadow:0 0 4px rgba(130, 128, 128, 0.4);
    margin-bottom: 7px;
    padding: 9px 13px;
}
.view-product-taxonomy .item-list li:hover {
    background: #eee;
}
.view-product-taxonomy .item-list li:hover >a {
    background: #eee;
    color: #000;
}
.item-list li a {
    text-decoration: none;
    color: #f2c102;
}
aside .title-box h3.title {
    padding-top: 25px;
}
.service-boxs .title-box .title {
    font-size: 16px;
    text-shadow: 0 0 0 #fff;
    color: #f2c102;
	padding-top: 5px;
}
.service-boxs .white .title-box:before {
    background: #f2c102;
}
.service-boxs .title-box {
    margin-bottom: 15px;}

.title-box .title {
    font-size: 28px;
}
.page-header .title {
    font-weight: bold;
    font-size: 24px;
    color: #4e4e4e;
}
.manufactures .make {
    padding: 0 22px;
    height: 70px;
}
.banner-set .pagination a {
    background: #BFBFBF;
}
.carousel-box .pagination a.selected,
.banner-set .pagination a.selected {
    background: rgba(0, 0, 0, 0.53)!important;
}
.banner-set .banner .title {
    font-size: 15px;
    font-weight: 600;
    color: #424141;
}
.banner-set .banner {
    color: #3A3A3A;
}
.banner-set .banner .description {
    font-size: 14px;
}

/* === Forms Submission ==*/
.webform-submission .width-half{
    width: 49.7%;
    margin: 0;
}
.webform-submission label{
    background: rgba(238, 238, 238, 0.67);
    padding: 4px 8px;
    display: flex;
    border-radius: 2px;
}
.webform-submission span.field-prefix {
    padding: 0 4px;
}
ul.webform-submission-actions {
    list-style-type: none;
    padding: 0;
}

ul.webform-submission-actions a{
        background-color: #f2c102;
        color: #fff;
        padding: 6px 11px;
        border-radius: 3px;
        -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}
ul.webform-submission-actions a:hover{
    background-color: rgba(0,152,202,.8);
    -webkit-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear;
}

/* === Forms ==*/

#mc_embed_signup div#mce-responses {
    display: none;
}
#mc_embed_signup {
    background: rgba(255, 255, 255, 0)!important;
}
#mc_embed_signup form {
    padding:0!important;
}
#mc_embed_signup h5 {
    color: #5f5f5f!important;
    margin:0!important;
    font-size: 14px!important;
    font-weight: bold!important;
    font-family: "Raleway", sans-serif!important;
    line-height: 21px;
}
#mc_embed_signup p {
    line-height: 21px;
}

#mc_embed_signup .indicates-required {
    display: none!important;
}
#mc_embed_signup .button {
    background-color: #f2c102!important;
}
#mc_embed_signup .mc-field-group input:hover {
    border-color: #ccc!important;
    text-decoration: none!important;
}
#mc_embed_signup .mc-field-group input {
    padding: 3px 4px!important;
  
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0, 0, 0, .15);
    font-size: 12px;
    height: 29px;
    line-height: 21px!important;
    margin-bottom: 4px;
    min-height: 29px;
}
#mc_embed_signup .mc-field-group input:focus {
    -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    -moz-box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    box-shadow: 0 0 10px rgba(46, 84, 129, .3);
    border: solid 1px #839bb7!important;
    outline: none;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
#mc_embed_signup .button {
    border-radius: 3px!important;
    font-size: 13px!important;
    font-weight: bold!important;
    height: 27px!important;
    line-height: 27px!important;
    padding:0 12px!important;
    vertical-align: middle!important;
}
#mc_embed_signup .button:hover {
    background-color: rgba(242, 193, 2, 0.86)!important;
}
.hidden-submit .form-actions {
    display: initial;
}
textarea.form-control {
    height: 60px;
    padding: 3px 6px;
    margin-top: 2px
}
.form-type-textarea.form-group{
    margin-bottom: 15px!important;
}
.textarea-box {
    margin-bottom: 15px!important;
}
.webform-component-textarea .grippie {
    display: none;
}
.selectBox,
.form-control {
    min-height: 29px;
    height: 29px;
    margin-bottom: 15px;
}
.space-bottom {
    margin-bottom: 15px;
}
.button-line {
    display: flex;
}
.button-line.form-managed-file .form-file {
    margin-right: 3px;
    height: 30px;
    line-height: 20px;
    padding: 4px 11px;
}
.space-bottom.webform-component-textarea {
    width: 100%;
}
.space-bottom .description, .webform-component .description  {
    text-align: left;
    font-size: 12px;
}
.width-half, .artwork-filters-group .field-widget-options-select, .about-artwork-group .form-type-textfield,
.about-artwork-group .field-widget-options-select,
.artwork-features-group .field-widget-options-buttons,
.personal-info-group .form-type-textfield.form-item-title,
.personal-info-group .field-widget-text-textfield,
.profile-slider-group .field-name-field-slider-title,
.profile-slider-group .field-name-field-slider-body {
    width: 46%;
    display: inline-block;
    display: -moz-groupbox;
    margin-right: 7px;
    vertical-align: top;
}
.width-third{
    width: 32%;
    display: inline-block;
    display: -moz-groupbox;
    margin-right: 7px;
}
.webform-client-form {
    text-align: center;
}
.webform-client-form label {
    float: left;
}
.webform-client-form .space-bottom label {
    float: none!important;
    display: flex!important;
}
#edit-submitted-new-file-ajax-wrapper, #edit-submitted-art-photo-ajax-wrapper {
    display: inline;
}
#edit-submitted-image-ajax-wrapper {
    display: inline;
}
#edit-submitted-video-ajax-wrapper {
    display: inline;
}
#edit-submitted-document-ajax-wrapper {
    display: inline;
}
.webform-client-form-150 .form-actions {
    text-align: center;
}
.webform-client-form .form-actions {
    text-align: center;
    margin-top: 16px;
}
.node-type-webform .webform-client-form, .page-printmail #print-mail-form, .page-user .webform-client-form{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
}
.webform-client-form:before, .page-printmail #print-mail-form:before {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px/100px;
    -moz-border-radius: 10px/100px;
    border-radius: 10px/100px;
    content: "";
    position: absolute;
    z-index: -1;
    right: 16px;
    left: 16px;
    top: 14px;
    bottom: 38px;
}
.page-user .webform-client-form:before{
    margin-top:10% ;
}

.node-webform div.error, table tr.error {
    position: absolute;
    top: -6px;
    left: 15px;}


/* ==== Email Print ===*/
label.printmail-label{
    text-align: left;
    width: initial;
    margin-right: 10px;
}
#print-mail-form .form-type-textfield, #print-mail-form .form-type-textarea.form-item-txt-to-addrs {
    width: 46%;
    display: inline-block;
    display: -moz-groupbox;
    margin-right: 7px;}

#print-mail-form .form-item-fld-subject{
    vertical-align: top;
}
#print-mail-form .form-item-txt-to-addrs #edit-txt-to-addrs{
    height: 20px;
    width: 100%!important;
}
#print-mail-form .help-block {
    text-align: left;}

#print-mail-form .form-type-textarea.form-group{
    text-align: left;
}
#print-mail-form .radio label, #print-mail-form .checkbox label{
    float: left;
}
#print-mail-form #edit-btn-submit{
    margin-right: 5px;
}
#print-mail-form #edit-fld-title{
    text-align: left;
}
#edit-btn-cancel{
background-color:#989898;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#edit-btn-cancel:hover{
    opacity: .9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/* ==== Artist Agreement ===*/
.agreement-text {
    text-align: left;
    padding: 16px 0;}
.agreement-text p{
    font-size: 14px;
}
#edit-submitted-agreement-ajax-wrapper{
    float: left;
    width: 49%;
    text-align: left;
}

#edit-submitted-agreement-ajax-wrapper .width-half{
    width: 100%;
}
.webform-component--your-request-comment label{
    width: 100%;
    text-align: left;
}
/* ===== Webforms ===== */

/* ----- Access request ---- */
.all-inline{
    display: inline-flex;
}

/* ----- Art Advisory ---- */
.webform-component--size-bg .content-block{
    padding: 22.98%;
    background-size: contain;
}
.webform-progressbar {
    margin-bottom: 50px;}
.webform-component .title-box{
    margin-bottom: 20px;
}
.webform-progressbar-outer {
    border: 1px solid #f2c102;}
.webform-progressbar-page {
    border: 1px solid #f2c102;}
.webform-progressbar-page.current {
    background-color: #f2c102;}
.webform-progressbar-inner {
    background-color: #f2c102;}
.webform-progressbar-page.completed {
    background-color: #f2c102;}
.page-node-163 .webform-client-form .webform-component .radio, .page-node-163 .webform-client-form .webform-component .checkbox {
    display: inline-table;
    padding-left: 0;
    border: solid 1px #cacaca;
    border-radius: 2px;
    margin-right: 12px;}
.page-node-163 .webform-client-form .webform-component .new-radio, .page-node-163 .webform-client-form .webform-component .new-checkbox {
    margin: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;}
.page-node-163 .webform-client-form .webform-component .new-radio.checked, .page-node-163 .webform-client-form .webform-component .new-checkbox.checked {
    border: solid 1px #f2c102;
    opacity: 1;
    box-shadow: 0 0 2px #f2c102;
    padding: 5px;
    border-radius:0;
    background: rgba(255, 255, 255, 0.67);
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.page-node-163 .webform-client-form .webform-component .new-radio, .page-node-163 .webform-client-form .webform-component .new-checkbox{
    margin: 38% 50%;
    opacity: 0;
}
.webform-client-form .webform-component p.webform-select-image-legend{
    padding: 4px 0;
    background: #fff;
    color: #369ed1;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
}
.webform-client-form .form-radios, .webform-client-form .form-checkboxes {
    height: 100%;
    width: 100%;
    border: 0;
    overflow: hidden;}
.webform-client-form .new-radio input[type="radio"], .webform-client-form .new-checkbox input[type="checkbox"] {
    opacity: 0;
    left: 0;
    top: 0;}
.webform-client-form .form-item.webform-component.webform-component-number{
    display: inline-flex;
}
.webform-client-form .form-item.webform-component .field-prefix{
    display: inline-table;
    margin-right: 8px;
    font-weight: bold;
}
.node-type-webform #content.col-md-12 .container .alert {
    margin-bottom: -100px;}
.not-logged-in.node-type-webform #content.col-md-12 .container .alert.alert-dismissable.alert-warning {
    margin-bottom: 0;}
.selectBox,
.form-control {
    text-align: left;
}
.btn.form-submit.ajax-processed, .button.browse{
    border: solid 1px #f2c102;
    background: #fff;
    font-weight: 800;
    color: #f2c102;
    padding: 2px 9px;
    border-radius: 3px;
}
.button.browse{
    padding: 5px 12px;
}
.btn.form-submit.ajax-processed:hover {
    background: rgba(193, 8, 65, 0.79);
    border: solid 1px rgba(193, 8, 65, 0.79);
    color: #fff;
}
.page-node-163 .node-type-webform .webform-client-form {
    padding: 40px 20px;}
.page-node-163 .form-checkboxes .new-checkbox svg {
    width: 55px;
    height: 37%;
    margin: 19% 40%;
   }
.page-node-163 .form-type-checkbox label img{
min-width: 248px;
    max-width: 248px;
}
/*--- size page--*/

.page-node-163 #edit-submitted-size-box .form-type-checkbox label img{
    min-width: initial;
    max-width: initial;
    width: 250px;
}
.page-node-163  #edit-submitted-size-box.form-checkboxes .new-checkbox svg {
    margin:0% 40%;}
.page-node-163 #edit-submitted-size-box.form-checkboxes .new-checkbox svg {
    width: 55px;
    height: 102%;}
.page-node-163 .webform-client-form #webform-component-size-box.webform-component .new-radio, .page-node-163 .webform-client-form #webform-component-size-box.webform-component .new-checkbox {
    margin: 10% 48%;}
.page-node-163 .webform-client-form #webform-component-size-box.webform-component .new-radio.checked, .page-node-163 .webform-client-form #webform-component-size-box.webform-component .new-checkbox.checked {
    margin: 0 0!important;}
/* === Contact ==*/
.form-managed-file .file{
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
    display: inline-table;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 22px;
    min-height: 28px;
    padding: 4px 8px;
    text-align: left;
    -webkit-appearance: none;
    width: 100%;
    margin-right: 9px;
}
.map-box .contact-info {
    top: 52%;
    text-align: center;
    padding: 6px 30px;}

label {
    font-size: 13px;
    color: #464545;
}
.map-box {
    position: relative;
    border: solid 9px rgba(238, 238, 238, 0.52);
}
.contact-info {
    margin-top:0;
}
.contact-info i {
    margin-right: 7px;
}
.contact-info .number-family {
    font-family: "octafont", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
}
.contact-info .title {
    margin-bottom: 12px;
}
.contact-form .form-actions {
    text-align: center;
    margin-bottom:0;
}
.contact-form form {
    margin-bottom:0;
}
.Contact-form-fix .info-box .title,
.form-box .title {
    font-size: 26px;
}
.breadcrumb-box {
    height: auto;
}
.breadcrumb-none {
    display: none;
}
.carousel-box .next,
.carousel-box .prev {
    border-radius:0;
    height: 29px;
    width: 34px;
    line-height: 29px;
}
.product-slider-front .title-box + div .carousel-pagination {
    top:486px;
    z-index: 800;
}
.product-slider-front .title-box + div .carousel-pagination a.next {
    float: right;
    margin:0 5% 0 0!important;
}
.product-slider-front .title-box + div .carousel-pagination a.prev {
    float: left;
    margin:0 0 0 5%!important;
}

.product-slider-front .title-box + div .margin-pagination-fix {
    margin-top: -96px;}

.carousel-box .prev svg {
    width: 8px;
}
.carousel-box .next svg {
    width: 8px;
}
footer.footer-top {
    padding: 0 18px 13px;
}
.title-box h1.title,
.title-box .h1.title {
    font-size: 25px;
}
/* === Blog ===*/
ul.commentlist li {
    padding: 0 0 29px 0;
    list-style: none;}

.commentlist ul li {
    padding: 0 0 54px 0;
}

.commentlist ul li + li {
    padding: 15px 0 46px 0;
}

.commentlist ul li + li ul li {
    padding: 0 0 0 0;
}

.commentlist li + li {
    padding: 21px 0 9px 0;
}

.latest-post-front a.btn.btn-default {
    display: none;
}
.latest-posts li {
    padding: 27px 10px;
    border-style: dashed;
}
/*
.my-blog .latest-posts li:first-child{
    padding-top: 37px;
}
.my-blog .latest-posts li:last-child{
     padding-bottom: 37px;
}
*/
.latest-posts li .meta {
    color: rgba(51, 51, 51, 0.61);
    font-weight: bold;
    line-height: 8px;
}
.latest-posts li a {
   color: #f2c102;
    font-size: 14px;
    font-weight: bold;
}
.latest-posts li .description {
    color: #333;
    margin-top: 5px;
    font-size: 12px;
    max-height: 74px;
}
.latest-post-front .btn.btn-default,
.latest-post-front .btn.btn-default:visited {
    background: rgba(0, 152, 202, 0.65);
}
.latest-post-front .btn.btn-default:hover {
    background: rgb(0, 152, 202);
}
.latest-posts li .image {
    float: left;
    height: 103px;
     margin: 0 14px 11px 0;
    width: 105px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}
.node-blog.node-teaser h3 {
    text-align: center;
    font-size: 20px;
}
.node-blog.node-teaser .entry-content {
    text-align: center;
}
.node-blog.node-teaser .entry-content p {
    text-align: left;
}
.node-blog.node-teaser .node-readmore a {
    padding: 7px 11px;
    margin-top: 5px;
    font-size: 12px;
    background: #f2c102;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: blink;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.node-blog.node-teaser .node-readmore a:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #f2c102;
}
.node-blog.node-teaser .entry-content ul {
    list-style: none;
}
#comment-confirm-delete div#edit-actions {
    margin-top: 6px;
}
#comment-confirm-delete .form-actions .btn:first-child {
    margin-right: 6px;
    margin-top: -1px;
}
.commentlist li img {
    height: 84px;
    border: solid 3px #eee;
}
#comment-confirm-delete #edit-cancel {
    background: #989898;
    font-family: "raleway", Yekan, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: inherit;
    padding: 8px 9px 7px 9px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
}
#comment-confirm-delete #edit-cancel:hover {
    background: #f2c102;
}
.title-box .btn {
    font-size: 13px;
    padding: 4px 15px;
    font-weight: bold;
}
.carousel-box .next,
.carousel-box .prev {
    background-color: #f2c102;
}
a.views-more-link {
    display: table;
    padding: 3px 7px;
    margin-top: 5px;
    font-size: 12px;
    background: #f2c102;
    color: #ffffff;
    font-weight: 800;
    border-radius: 3px;
    text-decoration: blink;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
a.views-more-link:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #f2c102;
}
.bottom-padding-fix {
    padding-bottom: 15px;
}
.portfolio-tags p {
    font-size: 13px;
}
.product-page .image-box .sale {
    margin: 4px;
}
.product-page .image-box .general-img {
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    width: 98%;
    background: #fff;
    padding: 4px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.product-page .image-box {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    overflow: inherit;
}
.product-page .image-box #thumblist a {
    border: solid 1px #eee;
}
.info-fix {
    text-align: center;
}
.product-details {
    text-align: left;
}
.product-page .reviews-box {
    margin: 0 0 20px;
}
.display-fix {
    display: none;
}
#progressive_cms-page_title {
    padding-top: 20px!important;
        margin-bottom: 30px;
}
.nd-region {
    padding: 30px 0;
}
.quote-box {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 29px rgb(0, 0, 0);
    border-Width: 4px;
    border-color: #FFF;
    font-weight: bold;
    font-size: 17px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.quote-box p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}
.contact-form .form-actions {
    padding-top:0;
}
.md-slide-wrap p,
.md-objects .md-object.text-black-shadow {
    line-height: 27px;
    text-shadow:0 0 5px #000;
}
.md-slide-wrap p,
.md-objects .md-object.text-white-shadow2{
    line-height: 27px;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.75);
}
.basic-blog-title {
    text-align: center;
    margin-bottom: 10px;
}
.basic-blog-title a {
    color: #f2c102!important;
    font-weight: 600;
    font-size: 20px;
}
article.node.node-blog.node-teaser.contextual-links-region.post .entry-content {
    text-align: center;
}
article.node.node-blog.node-teaser.contextual-links-region.post .entry-content p {
    text-align: left;
}
.no-sidebars.page-node article.node.node-blog.post h3 {
    display: none;
}
article.node.node-blog.node-teaser.contextual-links-region.post h3 {
    text-align: center;
    font-size: 23px;
}
article.node.node-blog.node-teaser.contextual-links-region.post ul.links.inline {
    list-style: none;
    text-align: left;
    padding:0;
}
article.node.node-blog.node-teaser.contextual-links-region.post ul.links.inline li a {
    background-color: #f2c102;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;
    text-decoration: inherit;
    font-size: 12px;
    border-radius: 3px;
}
article.node.node-blog.node-teaser.contextual-links-region.post ul.links.inline li a:hover {
    background: #f2c102;
}
.view-blog .caption img {
    border-radius:0!important;
    border: none;
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.view-blog .basic-blog-description {
    margin-bottom: 23px;
    text-align: center;
}
a.views-more-link {
    margin-top: 10px;
}
.timeline .timeline-content .caption img {
    border-radius:0!important;
    border: none;
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.timeline .post .timeline-content {
    padding: 22px;
}
.post .entry-title a {
    color: #f2c102;
    font-weight: 600;
    font-size: 17px;
}
.timeline .timeline-content p {
    font-size: 14px!important;
}
.timeline .post .timeline-content .entry-title {
    text-align: center;
}
.timeline .timeline-content p {
    text-align: center;
}
.timeline .post .timeline-icon {
    background: #cccccc;
}
.node-blog .entry-content .caption img {
    border-radius:0!important;
        margin-top: 3px;
    border: none;
    background: #fff;
    padding: 4px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}


/* ==== Modal page === */

div.ctools-modal-content .modal-header {
    background-color: #2385c2;
    padding: 10px 8px;
}
div.ctools-modal-content .modal-content {
    width: 100%!important;
    border-radius: 0;
    border: 0;}
div.ctools-modal-content a.close img {
    margin-left: 10px;
    width: 24px;
    margin-top: -5px;
}
div.ctools-modal-content a.close {
    margin-top: 3px;}
/* ===================== no top header ===================== */
.nd-region {
    padding:0;
}
body.page-user .header-three, body.page-user-register .header-three, body.page-user-password .header-three {
    min-height: 1px;
    position: absolute !important;
    width: 100%;
}
/* ===================== Partners ===================== */
.all-partners .caption img {
    display: block;
    max-height: 50px;
      border: 0;
    opacity: 1;
    box-shadow: none;
    filter: alpha(opacity=100);
    -webkit-transition: background .2s linear, border .2s linear, opacity .2s linear;
    transition: background .2s linear, border .2s linear, opacity .2s linear;
}
.carousel-box .next:hover, .carousel-box .prev:hover{
    opacity: .7;
}



.title-box + div .carousel-pagination {
    top: -11px;
}


.manufactures-list img {
    width: auto;
    height: 40px;
    }
    .manufactures .make-wrapper {
    width: initial;
    }
.employee .employee-hover .social .item {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;}
.employee .employee-hover .image {
    border: solid 2px #fff;  
} 
.social.user-social .sbtnf {
    background:#ffffff;
     color: #f2c102;
}
.employee-hover .social .sbtnf:hover {
 color:#fff;
 background: #a79d00;
}

/* ===================== menu 2 style ===================== */
.fixed-header .header-wrapper {
  background: url(/sites/all/themes/progressive/progressive_sub/banner-suraksha.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
        min-height: 191px;
    }

.fixed-header.background-opacity  .header-wrapper{
min-height: inherit;
}

.fixed-header.background-opacity .header-wrapper{
  background: url(/sites/all/themes/progressive/progressive_sub/banner-suraksha-scroll.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
        min-height: 115px;
            background-color: #fff;
}

.fixed-header.background-opacity .header .logo img, .fixed-header.background-opacity .header .logo .logo-img{
opacity: 1;
}

.fixed-header.background-opacity .header .logo {
background: none;
}
.fixed-header.background-opacity .header .right-box-wrapper {
    height: 0;}

.header .primary .navbar .nav > li > a, .header .primary .navbar .nav > li > a:visited {
    padding: 4px 8px;
}
.header .primary .navbar .nav > li {
    padding: 3px 3px;
        margin-bottom: 2px;}

.header .primary .navbar {
    min-height: 35px;}
.fixed-header .header-wrapper {
    border-bottom: 0;
    box-shadow: none;}
.phone-active .close, .search-active .close {
    margin: 20px 15px;
}

.tel-number {
    margin-top: 120px;
    z-index: 1000;
    right: 4px;
    position: absolute;}
.tel-number i{
    padding-right: 5px;
    font-size: 24px;
    color: #f2c102;
}
.tel-number span{
    font-weight: bold;
    font-size: 16px;
    color: #f2c102;}
.tel-number a{
    font-size: 16px;
    color: #444;
}
header.header-two .phone-header {
    display: none;
}

.background-opacity .tel-number{
    display: none;
}
.background-opacity header.header-two .phone-header {
    display: initial;
}
.background-opacity .mainmenu{
padding: 0;
}
/* ===================== Sidebar ===================== */
.sidebar .tags a{
    background-color:#f2c102!important  ;
}
.sidebar .tags a:hover{
        background-color: #d8ac00!important;
}
.sidebar-blog .description{
display: none;
}
.sidebar-blog {
    display: inline-block;
}
.sidebar-blog .latest-posts li {
    padding: 5px;
    border:0;
        display: inline-block;
}
.sidebar-blog .latest-posts li a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 104px;
    display: -webkit-inline-box;
    text-overflow: ellipsis;}


.sidebar-blog .latest-posts li .image {
    margin: 6px 0;}
.sidebar{
    text-align: center;
}
.sidebar .widget {
    margin: 0 0 25px;
}

/* ===================== main slider ===================== */
.mian-slider{
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    margin-top: 2px;
}
.md-mainimg img {
    width: 100%!important;
}
/* ===================== Services ===================== */
.side-fix-menu{
    position: fixed;
        top: 318px;
    width: 20%!important;
    max-width: 280px;
    overflow-y: scroll;
      height: auto;
    max-height: 490px;
}
.background-opacity .side-fix-menu{
    top:140px;
}
.side-fix-menu a.btn-inverse.btn.btn-block {
    width: 96%;
}
footer{
   position: relative
}
footer .webform-client-form:before{
    box-shadow: none;
}

.side-fix-menu .btn.btn-inverse, .btn.btn-inverse:visited {
    background: #fff;
    color: #444;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.32);
    padding: 10px;
    border-radius: 0;
    margin:6px 2px 10px 4px!important;
    line-height: 20px;
}
.side-fix-menu::-webkit-scrollbar {
    width: 6px;
}
 
.side-fix-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.side-fix-menu::-webkit-scrollbar-thumb {
  background-color: #f2c102;
  outline: 1px solid slategrey;
}

.side-fix-menu .btn.btn-inverse:hover{
    background: #efefef!important;
}
/* ===================== Video ===================== */
.suraksha-vision .mb_YTVPBar .buttonBar, .mb_YTVPBar{
    display: none!important;
}
.suraksha-vision {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 111%; 
    }
/* ===================== Team ===================== */
.employee .employee-hover .name {
    font-size: 17px;
    font-weight: bold;}
.employee .role {
    font-size: 13px;
}
.employee .employee-hover p {
    font-size: 13px;
    color: #333;
}
.employee .employee-hover .contact {
    color: #333;
}
/* ===================== General ===================== */
.md-objects a .fa {
    font-size: 107%;
    height: 26px;
    line-height: 21px;
    width: 26px;
}
.md-objects a.title-slider {
    font-size: 19px !important;
}

.md-object.text-black-shadow{
    background: rgba(0, 0, 0, 0.72);
    width: 1200px!important;
}
.sub-slider-title{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
#content ul.list ul li{
list-style-type: circle;
}
::selection{
    background: #f2c102;
    color:#fff;
}
   .main-content h3.title{
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
    }
.manufactures-list .make-wrapper {
    margin-bottom: 25px;
}
.title-box {
    margin-bottom: 16px;}
.webform-submit{
background-color: rgba(255, 255, 255, 0)!important;
color:#f2c102;
border:solid 1px #f2c102;
}
.webform-submit:hover{
    background-color:#f2c102!important;
    color:#fff;
}
.panel-group > .active.panel > .panel-heading > .panel-title > a{
    background-color: #808080!important;
}
.text-white p{
    color: #fff;
    font-size: 19px;
    text-shadow: 0 0px 16px #000;}
.text-white .btn-warning{
    font-size: 14px;
}   
.text-white h2.title {
    color: #fff;}
.title-box h2.title {
    color: #3e3d3d;}
.panel-group .panel-body {
    padding: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    background: #f9f9f9;
}
.tab-pane li{
        list-style-type: none;
}
 .tab-pane li i{
    padding-right: 7px;
    }
.tab-content > .tab-pane, .pill-content > .pill-pane {
       padding: 15px;
    border: solid 1px #ddd;
    background: rgba(238, 238, 238, 0.34);
    border-top-right-radius: 3px;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
.image_overlay {
    border: solid 4px #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
    margin-bottom: 0;
}
.image_overlay .description {
    text-align: center;
    padding: 13px 38px;}
#block-views-latest-posts-block .btn{
    display: none;
}
.latestpost-title{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.white-slang p{
    color: #fff;
    margin-bottom: 21px;
    font-weight: bold;
}

.caption img {
     border: solid 4px #fff;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.58), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}

.no-box-shadow.caption img {
box-shadow: none;
}

.carousel .work {
      border: solid 3px #fff;
    border-radius: 8px;
}
.list-items li {
    margin-bottom: 10px;
}
.footer-bottom {
    background: #272727;}
    .footer-bottom .up {
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
        }
    .footer-bottom .up:hover{
        background: #fff;
    }
    .footer-bottom .up .glyphicon {
    color: rgba(179, 142, 0, 0.76);
    }

.title-white h2.title{
    color: #fff;
}
.my-services{
    background: #f7f7f7;
}
.testimonial-bg{
    background: #f9f9f9;
}
h2.title {
     margin-bottom: 10px;
    margin-top: 10px;
    font-size: 28px;
}
h2 {
    font-size: 36px;
    font-weight: 100;
}
.my-profile img{
     width: 240px;
      border: solid 8px #EEE;
      border-radius: 100%;
}
.my-profile p{
    font-size: 14px;
}
.my-profile strong{
    font-size: 13px;
    color: #252525;
}
.banner-set:before {
    border-top: 1px dashed #e1e1e1;
}
.banner-set > .container:after {
    border-top: 1px dashed #e1e1e1;
}
.banner-set.banner-set-mini {
    border: 0;
}
.banner-set .banner {
    border-style: dashed;
}
.video-box {
    margin-top: 20px;
    border: solid 2px #eee;
    }
.title-contact h4{
    font-size: 20px;
}
.chosen-container-single .chosen-single div {
    width: 15px;
}
#views-exposed-form-workbench-moderation-drafts-page input#edit-submit-workbench-moderation{
    margin-top: 25px;
}
    a.btn {
    margin: 8px!important;
}
.draggable .field_specifications-delta-order.form-select {
        background: #fff;
      padding: 4px 6px;
    width: 49px!important;
}
table#field-specifications-values {
    width: 99%;
}
.table > tbody > tr > td{
    vertical-align: middle;
    font-weight: 100;
}

ul.selectBox-dropdown-menu.selectBox-options.field_specifications-delta-order-selectBox-dropdown-menu.form-select-selectBox-dropdown-menu {
    min-width: 50px!important;
    width: 50px;}
    .field-structure .field-name-field-specifications .help-block{
        display: none;
    }
    .delta-order .form-type-select{
        text-align: center;
    }
    .tabledrag-toggle-weight{
        position: relative;
    }
  
/* ===================== Media ===================== */

@media (max-width: 768px) {
.special-service .bg-image{
    background-position-x:70%!important;}

    .side-fix-menu{
    max-height: 250px;
    }
.side-fix-menu, .background-opacity .side-fix-menu{
    position: relative;
    top: 0;
    width: 100%!important;
}
    #Footer-Bottom{
        font-size: 13px;
        color: #afafaf;
        font-weight: bold;
    }
    .title-box .title {
    font-size: 22px;
}
   .toolbar .views-exposed-form label{
    margin: 3px -9px 0 10px;
   }

    .view-products-list .views-exposed-form .form-item, .view-products-grid .views-exposed-form .form-item{
      min-width: 122px;
    width: 100%;
     max-width: 210px;
    margin-right: 0px;
}

.chosen-container.form-control.chosen-enable.form-select.selectBox.chosen-processed, .chosen-container.form-control.form-select.chosen-processed {
    min-width: 140px!important;
}
a.selectBox.form-control.form-select.selectBox-dropdown {
    min-width: 140px;
}

    .artwork-category .accordion-tab .tab-pane{
        padding: 40px 11px 0 11px;
    }
    .artwork-category .jslider {
        width: 75%;}

    .slider.page-slider .slider-nav {
        height: 46px;
        margin-top: 42%;
    }
    .tab-pane .row .col-sm-2{
         margin-bottom: 8px;
    }
    .page-node-163 .webform-client-form h4.title{
        font-size: 21px;
    }
    #edit-submitted-agreement-ajax-wrapper{
        width: 100%;}
    .products.list .product .col-sm-8.col-md-8{
        padding: 0 40px;
    }
    .search-active .search-string, .search-active .search-string:hover{
        font-size: 17px;
        height: 59px;
    }
    .field-structure .field-name-field-specifications .tabledrag-toggle-weight-wrapper {
        margin-bottom: -33px;}
    .product-tab .spacer.lg{
        height: 0;
        margin: 0;
    }
    .page-messages-view .privatemsg-message-column {
        width: 100%;
        padding-left: 36%!important;
    }
   #privatemsg-list #privatemsg-list-form .form-type-select.form-item-operation.form-item.form-group{
    width: 77%;
}
    .page-messages #privatemsg-list fieldset#edit-filter div.form-item {
        width: 100%;
    }
    .product-page .product-tab .tab-pane {
        padding: 20px 29px;}
    .node-type-project .comment-form .form-type-item.form-item.form-group{
        width: 100%;
    }
    .node-type-project .comment-form .form-item-name, .node-type-project .comment-form .form-item-subject{
        width: 100%;
    }
    .nd_visualshortcodes_links_wrap {
        margin-bottom: 33px;
        margin-top: -24px;}
    #privatemsg-new .form-type-textfield.form-item-recipient, #privatemsg-new .form-type-textfield.form-item-subject {
        width: 100%;
        margin-bottom: 15px;}
    .toolbar .price-regulator {
        margin-right: 10px;}
    .md-objects a .fa{
        width: 23px!important;
        height: 23px!important;
        line-height: 19px!important;
        font-size: 126% !important;
    }
    .md-objects a {
        font-size: 12px !important;}
    .md-slide-wrap p, .md-objects .md-object {
        font-size: 16px;
    }
    .slider .slid-content .descriptions {
        display: inherit;
    }
    .service-tabs .nav-tabs>li.active>a,
    .service-tabs .nav-tabs>li.active>a:hover,
    .service-tabs .nav-tabs>li.active>a:focus {
        background-color: #f99200;
        box-shadow: 0 0 1px #000;
        border: solid 2px #fff;
    }
    .logged-in table thead tr th{
        vertical-align: middle;
        text-align: left;
        padding: 10px 15px!important;
    }
    .logged-in table tbody tr td{
        vertical-align: middle;
        text-align: left;
        padding: 10px 15px!important;
    }
    .year-regulator table tbody tr td{
        padding: initial!important;
    }
    .year-regulator table{
        display: table!important;
    }
    .tabs.primary {
        padding-left: 9px;
    }
    .tabs.primary li {
        margin-right: 5px;}
    .logged-in .tabs.primary li > a {
        padding: 6px 7px;
        font-size: 13px;}
    .password-strength {
        float: none;
        margin-bottom: 14px;
    }
    .logged-in table{
        text-align: left;
        overflow-x: auto;
        display: block;
    }
    .logged-in .price-regulator table{
        display: inline-table;
    }
    .logged-in .price-regulator table tbody tr td{
        padding: 0!important;
    }
    .service-boxs .bg-info {
        border-bottom: solid 2px #fff!important;
    }
    .service-boxs.steps .step.bg-info .step-wrapper:before {
        border-left-color: rgba(13, 101, 115, 0);
    }
    .service-boxs.steps .step.border-info .step-wrapper:after {
        border-left-color: rgba(184, 113, 31, 0)!important;
    }
    .service-boxs.steps .step .step-wrapper:before {
        border-top-color: #fff;
        bottom: -278px;
        left: 23px;
    }
    .service-boxs.steps .step.bg-info .step-wrapper:before {
        border-top-color: #ffffff;
    }
    .service-boxs.steps .step.border-info .step-wrapper:after {
        border-left-color: #027284;
        transform: rotate(180deg);
        left: 95%;
        bottom: -262px;
    }
    .service-boxs.steps .step.border-info .step-wrapper:after {
        border-top-color: #ffffff;
    }
    .width-third {
        width: 47%;
    }
    .tab-pane .about-tab h3 {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .service-tabs .nav-tabs>li.active>a:hover {
        color: #fff!important;
    }
    .accordion-tab .tab-pane {
        padding: 13px;
        background: rgb(255, 255, 255);
        border: double 3px rgba(185, 185, 185, 0.7);
        border-top: 0;
    }
   .panel .accordion-tab .tab-pane {
        border: solid 1px rgba(185, 185, 185, 0.7);}

    .service-tabs .nav-tabs>li a {
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 17, 0.19);
        color: #f2c102;
    }
    .service-tabs .nav-tabs p > a {
        background: none;
        box-shadow: none;
    }
    .service-tabs .nav-tabs>li.active>a {
        color: #fff!important;
    }
    .accordion-tab > .active > a .open-sub:before,
    .accordion-tab > .active > a .open-sub:after,
    .products-tab .accordion-tab > .active > a .open-sub:before,
    .products-tab .accordion-tab > .active > a .open-sub:after {
        background: #fff;
    }
    .service-tabs .accordion-tab > li.active > a:hover,
    .service-tabs .accordion-tab > li.active:hover > a {
        background-color: rgba(249, 146, 0, 0.78)!important;
        color: #fff!important;
    }
    .faq-tab.panel-group .active.panel > .panel-heading > .panel-title > a:hover,
    .faq-tab.panel-group .active.panel:hover > .panel-heading > .panel-title > a
    {
        background-color: rgba(0, 152, 202, 0.82);
    }
    .accordion-tab > li.active > a:hover .open-sub:before,
    .accordion-tab > li.active:hover > a .open-sub:before {
        background-color: #fff!important;
    }
    #top-box .top-navbar .nav > li a:hover {
        color: #f2c102!important;
        font-weight: bold;
    }
    .slider .slid-content .btn {
        padding: 1px 2px;
    }
    .top-navbar.top-navbar-right .collapse,
    .top-navbar.top-navbar-right .collapsing {
        right: -5px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>li {
        background: rgba(214, 214, 214, 0.15);
        margin: 7px;
    }
    .top-navbar .navbar-nav {
        border: solid 4px #f2c102;
    }
    #top-box .top-navbar .nav > li a {
        color: #333;
    }
    .btn.btn-lg {
        font-size: 12px !important;
    }
    .product-page .add-cart-form .add-cart {
        min-width: 115px !important;
    }
    .product-page .add-cart-form .add-cart {
        margin-right: 10px !important;
    }
    /* ==== Vertical Menu Responsive === */
    .vertical-tabs ul.vertical-tabs-list li.selected:hover{
        border-right: solid 1px #ccc;
    }
    .vertical-tabs ul.vertical-tabs-list li.selected{
        border-bottom: solid 1px #fff;
    }
    .vertical-tabs-list .vertical-tab-button a strong, .horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
        font-size: 12px;}
    .vertical-tabs ul.vertical-tabs-list {
        width: 100%;
        box-shadow: 2px 0 0 #fff;
        border: 0;
        border-bottom: solid 1px #ccc;
        margin:0;
        position: relative;
    }
    .vertical-tabs ul.vertical-tabs-list li {
        display: inline-flex;
        margin-bottom: -1px;
        border-left: 0;
        border-top: solid 1px #ccc;}
    .vertical-tabs-panes.vertical-tabs-processed{
        width: 100%;
    }
    div.vertical-tabs{
        margin: 0;
        border-top: 0;
    }
    .vertical-tabs ul.vertical-tabs-list li.selected {
        border-right: solid 1px #ccc;}

}
@media (min-width: 768px) {   

    .social-channels{
        padding:0 36%!important;
    }
    .slider .slid-content .title {
    font-size: 28px;
    margin: 28px 0 19px;
    }
    .banner-set .next .glyphicon, .banner-set .prev .glyphicon {
    margin: 0 30px;
    border: solid 1px #3fb1d7;
    padding: 8px;
    border-radius: 100%;
    }
    .tabs-left > .nav-tabs > li > a {
        border-right: solid 1px #9e9e9e;}
    .tabs-left > .nav-tabs {
        border-right: 1px solid #9e9e9e;}
    .search-result .form-checkboxes{
        display: inline-flex;
        border: 0;
        height: 30px;
        overflow: visible;
    }
    .field-structure .field-name-field-specifications .tabledrag-changed-warning {
        margin-top: 53px;
    }
    .service-boxs .btn.btn-inverse,
    .service-boxs .btn.btn-inverse:visited {
        background: #f2c102;
        font-size: 13px;
        padding:3px 10px;
          margin: 8px!important;
    }
    .quote-box .btn {
        padding: 3px 10px!important;
        font-size: 13px!important;
    }
    .wide-box-button .btn{
        padding: 3px 10px!important;
        font-size: 13px!important;
    }

    footer aside p {
        font-size: 13px;
    }
    #Footer-Bottom{
        font-size: 12px;
        color: #afafaf;
        font-weight: bold;
    }
    aside .title-box h3.title {
        font-size: 18px;}

    .title-box h1.title, .title-box .h1.title {
        font-size: 30px;}
    .title-box .title {
        font-size: 26px;
    }   
    .title-box h3.title  {
    font-size: 20px;
}
    .quote-box p {
        margin-bottom: 15px;
        color: #fff;
        font-size: 18px;
    }
    p{
        font-size: 13px;
    }
    .node-type-project .commentlist .form-item-name, .node-type-project .commentlist .form-item-subject {
        display: inline-block;
        width: 49%;}
    .service-tabs .nav-tabs > li > a {
        padding: 7px 9px;
        margin-bottom: 24px;
        margin-right: 17px;
        font-weight: bold!important;
        font-family: "Raleway", sans-serif;
        font-size: 12px;
    }
    .service-tabs .nav-tabs>li.active>a,
    .service-tabs .nav-tabs>li.active>a:hover,
    .service-tabs .nav-tabs>li.active>a:focus {
        background-color: #ffffff;
        border: solid 1px;
    }
.service-tabs .nav-tabs>li.active>a:focus{
border-bottom-color: #f9f9f9;
}
    .service-tabs .nav-tabs>li.active>a,
    .service-tabs .nav-tabs>li.active>a:hover,
    .service-tabs .nav-tabs>li.active>a:focus {
        color: #f2c102;
    }
    .service-boxs .bg-info {
        border-right: solid 2px #fff!important;
    }
    .service-boxs.steps .step .step-wrapper:after,
    .service-boxs.steps .step .step-wrapper:before {
        right: -56px;
        top: -30px
    }
    .service-boxs.steps .step .step-wrapper:before {
        border-left-color: #fff;
        right: -38px;
        border-width: 7px;
        top: 109%;
        z-index: 2;
        transform: rotate(180deg);
    }
    #Content .container {
        width: 100%;
    }

    .filter-list.filter-buttons .dropdown-menu > li > a, .artwork-category .nav-tabs > li > a {
        height: 30px;
        line-height: 29px;
        padding: 0 8px;
        font-weight: bold;
        font-size: 12px;
        border: solid 1px #9e9e9e;
        color: #424242;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a.active, .artwork-category .nav-tabs>li.active>a {
        border: 1px solid #f2c102;
        color: #f2c102;
    }
    .artwork-category .nav-tabs > li > a:hover{
        opacity: .7;
        background: none;
    }
    .contact-form {
        padding-left: 10px!important;
    }
    .product-tab .nav-tabs {
        border: 0;
    }
    .product-tab .nav-tabs > li > a{
        height: 30px;
        line-height: 29px;
        padding: 0 8px;
        font-weight: bold;
        font-size: 12px;
        border: solid 1px #9e9e9e;
        color: #424242;
        margin-right: 18px;
    }
    .product-tab .nav-tabs > li > a:hover{
        background: none;
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;}
    .product-tab .tab-pane {
        padding: 30px!important;
        border: double 4px #ddd;
        border-radius: 1px;
        margin-top: 20px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    }
    .product-tab .nav-tabs > li.active > a {
        border: 1px solid #f2c102;
        color: #f2c102;
        border-radius: 3px;
    }
    .product-tab .spacer.lg{
        height: 0;
        margin: 0;
    }
    .nav-tabs {
        border-bottom:0;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #f9f9f9;}
.nav-tabs > li > a {
    padding: 9px;
}


    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        border-bottom: none;
    background: #ffffff;
    border-color: #ddd;
    }
    .nav-tabs > li > a {
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 3px;
    border-bottom: none;
    color: #daad00;
    font-weight: bold;
    }
    .service-tabs .nav-tabs > li > a {
        color: #686a6b;
    }
    .service-tabs .tab-content > .tab-pane,
    .service-tabs .pill-content > .pill-pane {
        box-shadow:0 0 8px rgba(0, 0, 0, 0.54);
        border: solid 5px #eee;
    }
    .nav-tabs > li > a {
        margin-bottom: 1px;
    }
    .page-user-register .container {
        width: 96%;}
    .container.login-register {
        width: 100%;}
        .fixed-header.hidden-top #top-box, .boxed.fixed-header.hidden-top #top-box{
    overflow: hidden;
}
}
@media (min-width: 768px) and (max-width: 992px) {
    .map-box .contact-info {
    top: 26%;
    }
    .top-navbar .navbar-nav {
        display: flex;
    }
}
@media (max-width: 979px) {
.accordion-tab > li.active > a{
    background-color: #808080!important;
}
}

@media (max-width: 992px) {
    .map-menu{
        display: none;
    }
    .footer-bottom{
        padding-bottom: 11px;
    }
.header .right-box {
    top: -8px;
}
.distance-set{
    margin-top: 35px;
}
    .header .primary .navbar .btn-navbar .text {
    color: #576106;}
    .width-third {
    width: 43%}
    .product-action{
        display: inline-block;
    }
    .search-active {
        height:96px;}
    .webform-progressbar {
        min-width: 100%;
        padding: 5px 35px;
        overflow-x: auto;
        display: block;
        border: solid 1px #eaeaea;
        border-radius: 5px;}
    .webform-progressbar-outer {
        min-width: 1000px;}
    .node-type-project .carousel .col-md-3 {
        float: left;}
    div.admin.my-workbench .right {
        width: 100%;
        float: none;}
    div.admin.my-workbench .left {
        width: 100%;
        float: none;}
    .fixed-header.logged-in.hidden-top.visible-top #top-box {
        margin-top: 0;
    }
    .fixed-header.logged-in .header-wrapper {
        margin-top: 0;
    }
    .page-login-promo .login-register .form-box {
        margin-top: 15%;
    }

    .header .dropdown.active > ul.sub,
    .header .dropdown.active:hover > ul.sub {
        width: 100%!important;
    }
    a.add-wishlist.flag.flag-action.flag-link-toggle.flag-processed svg {
        width: 14px;
    }
    a.add-compare.flag.flag-action.flag-link-toggle.flag-processed svg {
        width: 14px;
    }
    a.add-cart.js-active svg {
        width: 14px;
    }
    .product .actions a {
        height: 42px;
        padding-top: 13px;
        width: 42px;
        font-size: 12px;
        margin: 0;
    }
    .order-review-table .title-col {
        width: 50%;
    }
    .order-review-table .data-col {
        width: 50%;
    }
    a.views-more-link {
        margin-left: 41%;
    }
    .email-fix {
        margin-top: 20px;
    }
    .product-page .add-cart-form .add-cart {
        min-width: 127px;
    }
    .btn.btn-lg {
        font-size: 13px;
        padding: 16px 16px;
    }
    .product-page .add-cart-form .number input {
        width: 47px;
    }
    .product-page .actions {
        margin-left: 10px!important;
    }
}
@media (max-width: 991px) {
    .tel-number{
        display: none;
    }
    header.header-two .phone-header {
    display: initial;
}
.header .primary .navbar .nav .open-sub{
    right: 0;
    left: inherit;
    top: -3px;
}
.header .primary .sub a, .header .primary .sub a:visited {
    padding: 4px 9px 4px 24px;
}
.header .primary .navbar .nav {
    width: 50%;
    margin-left: 50%;
}
.mainmenu{
width: 70%;
float: right;
}
.mobilesearch{
width: 20%;
}
.no-top{
    margin-top: 0!important;
}

}

@media (min-width: 1200px) {
	#block-progressive-cms-breadcrumbs {
		margin-top: 60px!important;
	}
}

@media (min-width: 992px) {

.header .primary .sub li{
    display: inline-flex!important;
    list-style-type: none!important;
}

.header .primary ul, .header .primary ul li ul, .header .primary .nav ul, .header .primary .sub ul, ul.tb-megamenu-subnav, ul.tb-megamenu-submenu, ul.navbar-nav{
      list-style-type: none!important;
}
    
.first-sec-menu{
    margin-bottom: -30px;
}
.last-sec-item-menu{
 border-bottom: solid 1px #cecece;
 padding-bottom: 17px;
}
    .latest-post-button{
        display: none;
    }
	/*
    #block-progressive-cms-breadcrumbs{
    margin-top: 60px!important;
	}
	*/
.fixed-header.hidden-top.visible-top .header-wrapper, .fixed-header.fixed .header-wrapper {
    border: 0;
    box-shadow: none;
}

.fixed-header.background-opacity .header-wrapper{
        box-shadow: 0 1px 9px rgba(0, 0, 0, 0.27);
}

.fixed-header.background-opacity .header .primary {
    width: 92%;}

.fixed-header.background-opacity .col-lg-12.right-box{
        width: 75%;
        margin-top: 11px;       
}
.fixed-header.background-opacity .header .primary {
    margin: 23px 0;
}
.fixed-header.background-opacity .header .right-box-wrapper {
    background: none;
    box-shadow: none;}
.fixed-header.background-opacity .header .header-icons {
    margin: 20px 0;}
.fixed-header .header .primary {
      margin:2px 0 0px 16px;
}
.fixed-header .header .right-box-wrapper {
    height: auto;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.27);
    background: rgba(255, 255, 255, 0.88);}
    
.header .right-box {
    padding: 0;
	margin-top: 12px;
     width: 104%;
    margin-left: -2%;
}
.fixed-header .header .header-icons {
        margin:0 230px;
        }
    .latest-posts li {
    padding: 13px 10px 6px 14px;
    }
 .latest-posts li:first-of-type{
     padding-top:2px;
 } 
.header .primary .navbar .nav > li.parent:hover > a, .header .primary .navbar .nav > li > a:hover{
    color:#333;
}
    .my-blog .latest-posts li {
        max-width: 48%;
        display: inline-block;
         padding: 15px 10px;
    }

    .my-blog .latest-posts li{
      margin: 0 8px;
        }
.header .container{
    max-width: 97%;
    width: 97%;
}
    .transform-sbox{
        transform: rotate(180deg);
        z-index: 10;
    }
    .default-sbox{
        transform: rotate(180deg);
    }
        .bg-img .bg-image{
transform: rotate(180deg);
}
    .header .primary .navbar .nav > li > a, .header .primary .navbar .nav > li > a:visited {
    color: #171717;
    background: rgba(206, 206, 206, 0.42);
        font-weight: bold;
        font-size: 13px;}
        .fixed-header.background-opacity .primary .navbar .nav > li > a, .fixed-header.background-opacity .primary .navbar .nav > li > a:visited{
     color: #333;
      background: #f5f5f5;
       box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3); 
}
 .fixed-header.background-opacity .primary .navbar .nav > li > a:hover{
     background: #fff;
 }
  .header .primary .navbar .nav > li > a:hover{
       color:#333;
  } 
    .node-type-project .progressive-slider img{
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    }
    .node-type-project .slider.progressive-slider.page-slider{
        width: 100%;
        margin-top: 50px;

    }

    .node-type-project .content .progressive-slider .container {
        max-width: 100%;;
    }
    .recent-work{
        padding: 0 11px 0 30px;
    }
    div.admin.my-workbench .right {
        width: 72%;}
    div.admin.my-workbench .left {
        width: 25%;}
    .service-tabs .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #fff;
        border: solid 1px rgba(158, 158, 158, 0.79);
        border-radius: 3px;
        color: rgba(122, 124, 125, 0.8);
    }
    .logged-in  #block-md-slider-homepage{
        margin-top: 24px;
    }
    .logged-in.admin-menu #block-md-slider-homepage{
        margin-top: 0;
    }
    .fixed-header.logged-in.admin-menu.hidden-top.visible-top #top-box {
        margin-top: 29px;
    }
  
    .fixed-header.logged-in.admin-menu .header-wrapper {
        margin-top: 29px;
    }
   
    .fixed-header.logged-in #progressive_cms-breadcrumbs {
       /*
        margin-top: 23px;
         */
         margin-bottom: 23px;
    }
     
    .wide-box-button .quote-box {
        max-width: 704px;
        margin:0 21%;
    }
    .why-choose .quote-box {
        margin-top: 2%;
        position: absolute;
    }
    .new-posts .quote-box {
        margin-top:1%;
        margin-right: 27px;
        position: absolute;
    }
    .why-choose .quote-box {
        margin-left: 12px;}
    a.add-wishlist.flag.flag-action.flag-link-toggle.flag-processed svg {
        width: 14px;
    }
    a.add-compare.flag.flag-action.flag-link-toggle.flag-processed svg {
        width: 14px;
    }
    a.add-cart.js-active svg {
        width: 14px;
    }
    .product .actions a {
        height: 42px;
        padding-top: 13px;
        width: 42px;
        font-size: 12px;
        margin: 0;
    }


    .order-review-table .title-col {
        width: 35%;
    }
    .order-review-table .data-col {
        width: 65%;
    }
    a.views-more-link {
        margin-left: 42%;
    }
    .product-page .actions {
        margin-left: 20px!important;
    }
    .product-page .add-cart-form .add-cart {
        min-width: 181px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .col-md-2.logo-box {
        width: 24.666667%;
    }

    .col-md-10.right-box {
        width: 75.333333%;
    }
}

@media (min-width: 992px) and (max-width: 1058px) {
.fixed-header .header .header-icons{
    display: none;
}
}

@media (min-width: 1200px) {
    .carousel .col-md-2 {
        max-width: 173px;
    }
    .faq-tab .tabs-left > .tab-content > .tab-pane .row .col-sm-2{
        width: 11%;
    }
    .faq-tab .tabs-left > .tab-content > .tab-pane .row .col-md-10 {
        width: 89%;}

}

 .all-partners .carousel .col-md-2, .all-partners .carousel .col-md-3, .all-partners .carousel .col-md-1,
 .all-partners .carousel .col-lg-2, .all-partners .carousel .col-lg-3, .all-partners .carousel .col-lg-1,
 .all-partners .carousel .col-xs-2, .all-partners .carousel .col-xs-3, .all-partners .carousel .col-xs-1
 
 {
     width: 100%;
     text-align: center;
 }

/* ==== Custom Media ===*/

@media (min-width: 768px) and (max-width: 1200px) {
    #car-bottom .car-bottom-box {
        width: 350px;
        margin-left: -45%;
    }
    .faq-tab .tabs-left > .tab-content > .tab-pane .row .col-md-10 {
        padding-left:30px;}
}
@media (max-width: 480px) {
    img.language-icon{
        display: none;
    }
    .container-inline-date .form-type-date-popup.form-item-expiry .date-padding {
        margin-left: 0px;
    }
    .slider .slid-content p.descriptions{
        display: none;
    }
    .page-user .webform-client-form:before{
        margin-top: 24%;
    }
    .review-button-row td {
        display: -webkit-inline-box;
        display: -moz-inline-box;
    }
    .content .slider .slid-content {
        padding: 4%;
    }
    .slider .slid-content .btn {
        font-size: 11px!important;
        width: 66%;
        margin-left: 17%;
    }
    .slider.page-slider .caroufredsel_wrapper .slid-content .descriptions {
        font-size: 12px;}
    .slider .slid-content .title {
        font-size: 14px;
        width: 100%;
        line-height: 16px;
        max-height: 100%;
    }
}
@media (min-width: 1258px) {
    .form-type-date-popup.form-item-expiry .help-block {
        margin-top: 65px;
        margin-left: 12px;
        float: left;
    }
}

@media (min-width: 890px) {

    .page-admin-content .exposed-filters .filters {
        display: -webkit-inline-box;
    }
}

@media (max-width: 511px) {
    .search-active {
        height: 256px;}
    .page-messages-view ul.privatemsg-message-actions.links.inline li {
        margin-top: -49px;
        margin-right: -19px;}
    .page-messages-view .privatemsg-message-body {
        padding-top: 13px;}
        .page-admin-content .exposed-filters .form-actions {
        text-align: center;
    }
    .page-user-register.page-login-promo .page-box {
        display: inherit;
        position: relative;
    }
    .page-user-register.page-login-promo #main {
        display: inherit;
        margin-top: 18px}
    .page-user-register.page-login-promo .accordion-tab .tab-pane, .page--legal-accept-new .accordion-tab .tab-pane {
        padding: 13px 15px;}
    .page--legal-accept-new #site-disclaimer .service-tabs .terms-tabs.container{
        padding: 0;
    }
}
@media (max-width: 350px) {
    /*
    .fixed-header.logged-in.hidden-top #top-box {
        margin-top: 24px;
    }
    */
    .page-user-auctions ul.tabs.secondary li a {
        margin-right: 7px;
        font-size: 12px;}
}
@media (max-width: 736px) {
    .fixed-header.logged-in.hidden-top.admin-menu.visible-top #top-box {
        margin-top: 24px !important;
    }
    .fixed-header.logged-in.hidden-top.admin-menu #top-box {
        margin-top: 24px !important;
    }
}
@media (max-width: 658px) {
    .width-half, .artwork-filters-group .field-widget-options-select,
    .width-third, #print-mail-form .form-type-textfield,
    #print-mail-form .form-type-textarea.form-item-txt-to-addrs,
    .about-artwork-group .form-type-textfield,
    .about-artwork-group .field-widget-options-select,
    .artwork-features-group .field-widget-options-buttons,
    .personal-info-group .form-type-textfield.form-item-title,
    .personal-info-group .field-widget-text-textfield,
    .link-field-column,
    .profile-slider-group .field-name-field-slider-title,
    .profile-slider-group .field-name-field-slider-body {
        width: 100%;
    margin-right: 0;}
    .field-structure  .link-field-column .form-type-textfield{
        margin-right: 0;
    }
    .comment-reply {
        margin-top: -11px;
        margin-right: -32px;
    }
    .comment-reply a.btn.btn-xs.btn-default {
            padding: 0 5px;
            font-size: 11px;
        }
}
@media (min-width: 767px) and (max-width: 829px) {
    .navbar.navbar-inverse.top-navbar.top-navbar-right{
        margin-left: -14%!important;
    }
        .top-navbar .nav > li a {
        padding-left: 5px;
        font-size: 11px;
    }

    .nav > li {
        background: none;
        margin: 0;
    }

    #top-box .top-navbar .nav > li a {
        color: #fff;
    }
}
@media (max-width: 645px) {


    .md-slide-wrap p, .md-objects .md-object {
        display: none!important;
    }
    .view-products-list .views-exposed-form .form-checkboxes, .view-products-grid .views-exposed-form .form-checkboxes {
        overflow: scroll;
        overflow-x: hidden;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .side-fix-menu {
    position: fixed;
    top: 355px;
    width: 24%!important;
    left: 4%;
    }
    .navbar.navbar-inverse.top-navbar.top-navbar-right{
        width: 116%;
        margin-left: -66px;
    }
    #progressive_cms-breadcrumbs{
        padding: 0;
    }
    .nd-region:first-of-type{
        overflow: visible;
        width: 98.3%;
    }
    .nd-region {
        overflow-x: hidden;
    }

    #progressive_cms-menu{
        padding: 0;
    }
}
@media (max-width: 592px) {
    .profile-slider-group .form-type-media label{
        max-width: 153px;}
    .all-inline{
        display: inline-block;
    }
#privatemsg-list #privatemsg-list-form .form-item-tag-remove .selectBox.form-control {
    width: 77%!important;
    top: -17px;
    margin-top: -14px;}
}

@media (min-width: 992px){
  .col-sm-4.auction {
    width:32.333333%!important;}

}
@media (max-width: 600px){
    .manufactures-list .make-wrapper {
    margin: 0 7px 7px 7px;}

    .search-header.hidden-600{
        display: initial!important;
    }
.form-item-custom-search-types, .form-item-custom-search-vocabulary-3{
    display: none!important;
}
.search-active {
    height: 97px!important;
}
.header .header-icons{
    margin-right: 0;
}
.header-icons > div{
    border-right: 0!important;
}
}
@media (max-width: 480px) {
.header .logo {
    background-size: 168px;
    background-repeat: no-repeat;
    background-position: -2px 18px;
}

    .logged-in .tabs.primary li > a {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 12px;;
    }
    .tabs.primary li {
    margin-bottom: 5px;
    }
    .btn, a.views-more-link {
        line-height: 40px;
        }
    .carousel-box .next, .carousel-box .prev{
        line-height: 35px;
    height: 35px;
    width: 35px;
    }
    .toolbar .grid-list .grid .glyphicon, .toolbar .grid-list .list .glyphicon {
        line-height: 37px;
    }
    .banner-set .pagination a {
        min-width: 13px;
        min-height: 13px;
    }
    #top-box .top-navbar .nav > li a, .header .primary .sub a, .header .logo a, p > a, span > a, 
     .copyright a, .view-filters.toolbar .chosen-container-single .chosen-single, .product .product-name a, 
     td.views-field.views-field-title a, .panel-group > .default-toggle> .panel-heading > .panel-title > a {
        margin: 0;
    }
  footer aside li {
    margin: 16px 0;
  }
  .horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a{
      padding: 14px 8px;
          display: table-caption;
  }
   
   
    .product-slider-front .title-box + div .carousel-pagination {
        top: 479px;
        }
     .view-filters.toolbar .chosen-container-single .chosen-single {
        display: table-cell;
        width: 34%;
    }
    .product .actions .read-more-flip a, .products.list .actions .read-more-flip a {
        line-height: 13px;
    }

    .pagination > li > a, .pagination > li > span{
        width: 40px;
        min-height: 40px;
        line-height: 37px;
    }
    .toolbar .price-regulator {
        width: 270px;
        }
        .toolbar .price-regulator .layout-slider {
        width: 214px;
        float: left;
        margin-left: 9px;
        }
    .toolbar .grid-list .list, .toolbar .grid-list .grid{
        width: 48px;
        height: 48px;
        }
        .tabs.primary li > a.active {
    background: #ffffff;
    color: #929292;
    border-bottom: 1px solid #dddddd!important;
}
a.add-review {
    margin: 4px;
    line-height: 40px;
}
input{
    min-height: 40px!important;
    line-height: 40px;
    padding: 0 12px;
}
textarea.form-control {
    height: 70px;
}
.dropdown-menu>li>a {
    margin: 0;
    line-height: 40px!important;
}
.sidebar .tags a {
    margin: 2px;
    line-height:25px;
    padding: 0 16px;
}
.all-links {
    margin-bottom: 26px;
}
.vertical-tabs ul.vertical-tabs-list li a {
    padding: 14px 8px;
}
ul.chosen-choices, .profile-slider-group .form-type-media label {
    height: 40px!important;
}

.help-block {
    margin-top: 14px!important;
}
.chosen-container-single .chosen-single {
    height: 40px;
    line-height: 39px;
}

a.selectBox.form-control.form-select.selectBox-dropdown{
    height: 40px;
    line-height: 29px;
}
.selectBox-options li a, .chosen-container .chosen-results li{
       min-height: 35px;
    line-height: 30px;
}
.login-register .buttons-box{
    text-align: center;
}
.login-register .form-box .form-submit {
    margin-bottom: 9px;
}
.form-box .buttons-box .forgot {
    font-size: 13px;
    font-weight: bold;
}

.page-node-163 #edit-submitted-size-box .form-type-checkbox label img{
    width: 100%;
}
.form-actions .btn {
    margin: 6px!important;
    }
.page-node-163 .form-type-checkbox label img {
    min-width: 100%;
    width: 100%;
}
.page-node-163 .form-checkboxes .new-checkbox svg {
    width: 24%;
    height: 45%;
}
.page-node-163 #edit-submitted-size-box.form-checkboxes .new-checkbox svg {
    width: 40px;
    height: 96%;
}
.webform-client-form .form-item.webform-component.webform-component-number {
    display: grid;
}
a.views-more-link {
    margin-left: 35%;
}
form .selectBox, form .form-control {
    padding: 7px;
}

.table-striped th a.active {
    display: inline-flex;
}

.logged-in ul.tabs.secondary li{
    display: grid;
}
.uc-auction-user-history.table th {
    padding: 16px 10px!important;
}
.btn.form-submit.ajax-processed, .button.browse {
    height: 40px;
    line-height: 35px;}
    .field-structure .horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 0 5px!important;
}

.field-structure .field-name-field-specifications .tabledrag-toggle-weight-wrapper {
    margin-bottom: -31px;
}
.vertical-tabs ul.vertical-tabs-list {
    display: grid;
    }
option {
    margin: 9px 2px;
}
option:first-child {
    margin-top: 0;
}
.view-products-list .views-exposed-form .form-item, .view-products-grid .views-exposed-form .form-item{
    width: 100%;
    height: 30px;
    margin-bottom: 19px;
}
.view-filters.toolbar .selectBox-label{
padding: 0 6px;
}
.view-filters.toolbar .views-exposed-form label {
    font-weight: 600;
    width: 120px;
}
.view-filters .views-exposed-form .views-exposed-widget{
    margin: 0;
}
.chosen-container.form-control.form-select.chosen-processed {
    height: 40px;
}

#views-exposed-form-workbench-moderation-drafts-page .views-exposed-form .views-exposed-widgets{
display: inline-grid;
}
#views-exposed-form-workbench-moderation-drafts-page .views-exposed-form .views-exposed-widgets .form-item.form-group{
    width: 93vw;
}
#views-exposed-form-workbench-moderation-drafts-page input#edit-submit-workbench-moderation{
    margin-top:0;
}
.breadcrumb > li > a {
    margin: 10px;
}
.breadcrumb > li {
    line-height: 25px;
}



} 

   
    






