#section_lightbox a:focus {
  box-shadow: none !important;
}

.tbl_custom {
  padding: 15px 10px !important;
}

.tbl_custom td {
  padding-bottom: 10px !important;
}


.tbl_custom th {
  padding-left: 20px !important;
  width: 250px;
  line-height: 1.3;
  text-align: right;
}

#icp_lightbox_form .tbl_custom h2 a {
  text-decoration: none !important;
}

#icp_lightbox_form .tbl_custom h2 {
  padding-right: 0px !important;
}

/* -------------------------------------------------- 
  :: OptionTree Wrappers
  ---------------------------------------------------*/
#option-tree-settings-api .metabox-holder {
  overflow: hidden;
}

#option-tree-settings-api .postbox {
  background: #fff;
  border: none;
  margin: 0 20px;
}

#option-tree-settings-api .inside {
  margin: 0px !important;
  padding: 0px !important;
}

#option-tree-settings-api>.ui-tabs {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0px 2px 0 5px;
  min-width: 533px;
  padding-bottom: 5px;
  position: relative;
  -webkit-box-shadow: inset -146px 0 0 #f1f1f1, inset -147px 0 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -146px 0 0 #f1f1f1, inset -147px 0 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset -146px 0 0 #f1f1f1, inset -147px 0 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  z-index: 999;
}

/* -------------------------------------------------- 
  :: Header
  ---------------------------------------------------*/
#option-tree-header-wrap {
  position: relative;
}

#option-tree-header {
  background: #333;
  color: #bbb;
  display: block;
  margin: 11px 2px 0 5px;
  min-width: 535px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

#option-tree-header li {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}

#option-tree-header li a {
  color: #999;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

#option-tree-header li a:hover {
  color: #0074a2;
}

#option-tree-header #option-tree-logo a {
  border-left: 1px solid #000;
  float: right;
  height: 24px;
  padding: 3px 13px 3px 12px;
  width: 20px;
}

#option-tree-header li#option-tree-logo:hover {
  background-color: #222;
  color: #0074a2;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}

#option-tree-header li#option-tree-logo:hover a {
  border-left-color: #000;
}

#option-tree-header #option-tree-version span,
#option-tree-header #theme-version span {
  border-right: 1px solid #444;
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 3px 12px 3px 12px;
}

#option-tree-header #theme-version:before {
  border-left: 1px solid #000;
  content: "";
  display: block;
  float: right;
  height: 30px;
}


/* -------------------------------------------------- 
  :: Sub Header
  ---------------------------------------------------*/
#option-tree-sub-header {
  background: #fafafa;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  margin: 0 2px 0 5px;
  min-width: 523px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* -------------------------------------------------- 
  :: Tabs
  ---------------------------------------------------*/
.settings-wrap .ui-tabs-nav {
  float: right;
  list-style: none;
  margin: 0 -4px 0 0;
  padding: 1em 0;
  width: 151px;
}

.settings-wrap .ui-tabs-nav li {
  border: 1px solid transparent;
  border-left-width: 0px;
  display: block;
  margin: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.settings-wrap .ui-tabs-nav li.ui-state-active {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.settings-wrap .ui-tabs-nav li a {
  color: #21759b;
  display: block;
  line-height: 18px;
  padding: 5px 12px 5px 5px;
  text-decoration: none;
}

.settings-wrap .ui-tabs-nav li a:hover,
.settings-wrap .ui-tabs-nav li.ui-state-active a {
  color: #000;
  outline: none;
}

.settings-wrap .ui-tabs-panel {
  clear: both;
}

/* -------------------------------------------------- 
  :: Input & Upload
  ---------------------------------------------------*/

.tbl_custom p.description {
  font-size: 11px;
}

input.option-tree-ui-upload-input,
input.option-tree-ui-input {
  background: #fff;
  border: 1px solid #ccc !important;
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 5px !important;
  padding: 7px 6px;
  position: relative;
  width: 100% !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
}

input:hover.option-tree-ui-upload-input,
input:hover.option-tree-ui-input {
  border-color: #bbb !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}

input:focus.option-tree-ui-upload-input,
input:focus.option-tree-ui-input {
  border-color: #999 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  .option-tree-ui-input,
  .option-tree-ui-upload-input {
    padding: 5px 6px !important;
  }
}


/* -------------------------------------------------- 
  :: Textarea
  ---------------------------------------------------*/
.fill-area .description,
.fill-area .format-setting-inner {
  width: 100% !important;
}

.wp-editor-area {
  display: block;
}

.textarea,
.ot-metabox-wrapper textarea {
  width: 99.9%;
  border: 1px solid #ccc;
  font-family: Consolas, Monaco, monospace;
  line-height: 150%;
  outline: 0;
  padding: 10px;
  resize: vertical;
}

#contextual-help-setting .textarea {
  width: 99.75%;
}

.ot-metabox-wrapper .wp-editor-container {
  border: none;
}

.textarea:hover,
.ot-metabox-wrapper textarea:hover {
  border-color: #bbb !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.0980392);
}

.textarea:focus,
.ot-metabox-wrapper textarea:focus {
  border-color: #999 !important;
}

@media only screen and (max-width: 1105px) {

  .type-textarea .description,
  .type-textarea .format-setting-inner {
    width: 100%;
  }
}


/* -------------------------------------------------- 
  :: Layouts
  ---------------------------------------------------*/
#option_tree_layouts {
  display: none;
  padding-top: 12px;
}

#option-tree-options-layouts-form {
  right: 13px;
  position: absolute;
  top: 30px;
  z-index: 10;
}

.option-tree-save-layout {
  float: right;
  padding: 10px 0;
}

.option-tree-save-layout.active-layout {
  padding-right: 10px;
}

.option-tree-save-layout .widefat {
  float: right;
  width: 128px !important;
  margin: 0;
}

.option-tree-active-layout {
  border-left: 1px solid #ccc;
  float: right;
  padding: 10px 0 10px 10px;
  min-width: 126px;
}

.button.save-layout {
  margin: 0 10px 0 0 !important;
}

.option-tree-layout-activate {
  text-indent: -9999px;
}

.option-tree-layout-activate .icon:before {
  content: "\f096";
  position: relative;
  top: 1px;
}

.option-tree-layout-activate.active .icon:before {
  content: "\f046";
  padding-right: 1px;
}

.docs-p {
  display: block;
  font-size: 13px;
  font-style: normal;
  margin: 2px 0px 5px;
  color: #666;
  line-height: 1.5;
}

/* -------------------------------------------------- 
  :: Select
  ---------------------------------------------------*/
.select-wrapper {
  background: #fff url(../images/ot-select.png) no-repeat left center;
  border: 1px solid #ccc;
  display: block;
  float: right;
  font-size: 12px;
  height: 29px;
  margin: 0 0 5px 5px;
  max-width: 100%;
  width: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select-wrapper:hover {
  background-image: url(../images/ot-select-hover.png);
  border-color: #999;
}

select.option-tree-ui-select {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 14px;
  height: 29px;
  margin: 0;
  max-width: 100%;
  -moz-opacity: 0;
  opacity: 0;
  padding: 0 !important;
  position: relative;
  width: inherit;
  z-index: 4;
  min-width: 118px;
}

select.option-tree-ui-select option {
  padding: 3px 15px !important;
}

.select-wrapper span {
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  padding-right: 7px;
  padding-left: 27px;
  position: absolute;
  z-index: 2;
}

#option-tree-options-layouts-form .select-wrapper {
  margin: 0px;
}

#option-tree-options-layouts-form select.option-tree-ui-select {
  min-width: 124px;
}

.type-measurement select.option-tree-ui-select {
  min-width: 73px !important;
}

.type-measurement .select-wrapper {
  margin-left: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* FireFox */
@-moz-document url-prefix() {
  #option-tree-options-layouts-form .select-wrapper {
    right: 250px;
  }
}

/* -------------------------------------------------- 
  :: Measurement
  ---------------------------------------------------*/
.option-tree-ui-measurement-input-wrap {
  margin-left: 80px;
}

/* -------------------------------------------------- 
  :: Checkbox & Radio
  ---------------------------------------------------*/
.format-setting.type-checkbox input,
.format-setting.type-radio input {
  float: right;
  margin: 2px 1px 0 5px;
}

.format-setting.type-checkbox label,
.format-setting.type-radio label {
  float: right;
  max-width: 90%;
  padding: 0px;
}

#option-tree-settings-api .format-setting.type-checkbox p,
#option-tree-settings-api .format-setting.type-radio p {
  float: right;
  margin: 0.5em 0 !important;
  width: 100%;
}

@media screen and (max-width: 782px) {

  .format-setting.type-checkbox,
  .format-setting.type-radio {
    padding-top: 0.3em;
  }
}

/* -------------------------------------------------- 
  :: Radio Images
  ---------------------------------------------------*/
.type-radio-image .option-tree-ui-radio-images {
  float: right;
  margin: 0 0px 10px 10px;
}

.type-radio-image .option-tree-ui-radio-images img {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.type-radio-image .option-tree-ui-radio-images img.option-tree-ui-radio-image-selected,
.type-radio-image .option-tree-ui-radio-images img:hover {
  border-color: #464646;
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


/* -------------------------------------------------- 
  :: OptionTree UI Buttons 
  ---------------------------------------------------*/
.option-tree-ui-button.button {
  float: right;
  font-size: 12px !important;
  line-height: 27px !important;
  height: 29px !important;
  margin: 5px;
  min-width: 40px;
  padding: 0 10px 1px !important;
}

.option-tree-ui-button:active,
.option-tree-ui-button:hover,
.option-tree-ui-button:focus {
  outline: 0;
}

.option-tree-ui-button.hidden {
  display: none;
}

.option-tree-ui-button.button-secondary {
  background: #b73b27;
  border-color: #7f291b;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.5), 0 1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.5), 0 1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.5), 0 1px 0 rgba(0, 0, 0, .15);
}

.option-tree-ui-button.button-secondary.hover,
.option-tree-ui-button.button-secondary:hover,
.option-tree-ui-button.button-secondary.focus,
.option-tree-ui-button.button-secondary:focus {
  background: #9b3221;
  border-color: #7f291b;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.6);
  -moz-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.5), 0 1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.6);
}

.option-tree-ui-button.button-secondary.focus,
.option-tree-ui-button.button-secondary:focus {
  border-color: #4f160d;
  -webkit-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.6), -1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.6), -1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(229, 134, 119, 0.6), -1px 1px 2px rgba(0, 0, 0, 0.4);
}

.option-tree-ui-button.button-secondary.active,
.option-tree-ui-button.button-secondary.active:hover,
.option-tree-ui-button.button-secondary.active:focus,
.option-tree-ui-button.button-secondary:active {
  background: #b73b27;
  border-color: #7f291b;
  color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

.option-tree-ui-button.right {
  float: left;
}

.option-tree-ui-button.hug-left {
  margin-right: 0px;
}

.option-tree-ui-button.hug-right {
  margin-left: 0px;
}

.option-tree-ui-button.pad {
  padding: 0px 21px;
}

.option-tree-ui-button.left-item {
  margin: 5px 5px 5px 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.option-tree-ui-button.center-item {
  margin: 5px -1px 5px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.option-tree-ui-button.right-item {
  margin: 5px -1px 5px 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.option-tree-ui-buttons {
  background: #fff;
  border: 1px solid #ccc;
  margin: 11px 2px 0 5px;
  min-width: 523px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.option-tree-ui-buttons.alt {
  background: #f5f5f5;
  border-color: #dfdfdf;
}

.option-tree-ui-buttons:before,
.option-tree-ui-buttons:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.option-tree-ui-buttons:after {
  clear: both;
}

.option-tree-ui-buttons {
  zoom: 1;
}

button.reset-settings {
  position: relative;
  top: -45px;
  right: 8px;
}


/* -------------------------------------------------- 
  :: WP 3.8 Fixes (via Github @AlxMedia)
  ---------------------------------------------------*/
#option-tree-settings-api #poststuff,
#option-tree-settings-api #post-body-content {
  min-width: 0;
}

#option-tree-settings-api #poststuff h3 {
  font-family: inherit !important;
}

#option-tree-settings-api .postbox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#option-tree-settings-api p input[type="checkbox"],
#option-tree-settings-api p input[type="radio"] {
  margin-top: 2px;
}

#option-tree-settings-api .format-setting.type-checkbox p,
#option-tree-settings-api .format-setting.type-radio p {
  margin: 0.3em 0 !important;
}

input.option-tree-ui-upload-input,
input.option-tree-ui-input {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Loading AJAX */
#overlay {

  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=80);

}

#loading {

  background-image: url("../images/loader/ajax-loader.gif");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -28px -25px 0 0;

}

.button_loading {

  background: url('../images/loader/gen-loader.gif') no-repeat 50% 50%;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 7px;
  margin-right: 10px;

}

.panelloader {
  width: 100%;
  height: 300px;
  display: block;
}

.ploader {
  background: url(../images/loader/ajax-loader.gif) center center no-repeat !important;
  text-align: center;
}

.icpnotesfailed {
  background-color: #F7F7F7;
  border: 1px dashed #E10000;
  color: black;
  line-height: 1.1em;
  padding: 0.8em;
  position: relative;
  width: auto;
  margin-top: 0px;
}

.icpbtn {
  background: #c32520;
  background-image: -webkit-linear-gradient(top, #ef5353, #c32520);
  background-image: -moz-linear-gradient(top, #ef5353, #c32520);
  background-image: -ms-linear-gradient(top, #ef5353, #c32520);
  background-image: -o-linear-gradient(top, #ef5353, #c32520);
  background-image: linear-gradient(to bottom, #ef5353, #c32520);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.icpbtn:hover {
  background: #ef5353;
  background-image: -webkit-linear-gradient(top, #c32520, #ef5353);
  background-image: -moz-linear-gradient(top, #c32520, #ef5353);
  background-image: -ms-linear-gradient(top, #c32520, #ef5353);
  background-image: -o-linear-gradient(top, #c32520, #ef5353);
  background-image: linear-gradient(to bottom, #c32520, #ef5353);
  text-decoration: none;
}

.icl-btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.icl-btn:hover {
  background-color: #FF3535;
}

.icl-btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}


/* Cache Section */

.gbox_cache_cont {
  padding: 10px;
  border: dashed 1px #CCC;
  background-color: #FFF4EA;
}

/* NOTES */
.icpnote {
  position: relative;
  width: auto;
  padding: 1em 1.5em;
  color: #fff;
  background: #97C02F;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
  display: table;
}

.icpnote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 16px 16px;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #658E15 #658E15 #fff;
  /* A bit more verbose to work with .rounded too */
  background: #658E15;
  /* For when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
}

.icpnote.red {
  background: #C93213;
}

.icpnote.red:before {
  border-color: #fff #97010A #97010A #fff;
  background: #97010A;
}

.icpnote.rounded {
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}

.icpnote.rounded:before {
  border-width: 8px;
  /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
  border-color: #fff transparent transparent #fff;
  /* Avoids the 1px 'step' in webkit. Background colour shows through */
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

.icp_tooltip_link {
  color: #FFF !important;
  text-decoration: underline;
}

.icp_tooltip_link:hover {
  color: #CCC !important;
  text-decoration: none;
}

.icp_sett_tooltip {
  max-width: 753px;
  margin-top: 5px;
  padding: 3px;
  border: 1px dashed rgb(222, 185, 173);
}

.icploader {
  display: none;
  width: 100%;
  height: auto;
}

.icploaderclass {
  width: 100%;
  height: auto;
  background: url('../images/loader/ajax-loader.gif') center center no-repeat !important;
  text-align: center;
}

/* Free Plugins Page */

.icp-plugin-action-buttons {
  text-align: left;
}

.icp-plugin-action-buttons li {
  display: inline-block;
  margin-right: 1em;
}

.icp-button-con {
  padding-left: 15px;
}

.icp-button-install {
  background: none repeat scroll 100% 0% #2EA2CC !important;
  border-color: #0074A2 !important;
  box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
  color: #FFF !important;
}

.icp-button-install:focus {
  box-shadow: 0px 0px 0px 1px #5B9DD9, 0px 0px 2px 1px rgba(30, 140, 190, 0.8) !important;
}

.icp-button-install:hover {
  color: #FFF !important;
  background: none repeat scroll 100% 0% #5B9DD9 !important;
}

.icp-button-update {
  background: none repeat scroll 100% 0% #E74F34 !important;
  border-color: #C52F2F !important;
  box-shadow: 0px 1px 0px rgba(255, 235, 235, 0.5) inset, 0px 1px 0px rgba(0, 0, 0, 0.15) !important;
  color: #FFF !important;
}

.icp-button-update:focus {
  box-shadow: 0px 0px 0px 1px #DA3232, 0px 0px 2px 1px rgba(255, 140, 140, 0.8) !important;
}

.icp-button-update:hover {
  color: #FFF !important;
  background: none repeat scroll 100% 0% #DA3232 !important;
}

#section_freeplugins .plugin-card {
  border: 1px solid #d7d7d7 !important;
}

#section_freeplugins .plugin-card-bottom {
  border-top: 1px solid #c2c2c2 !important;
  background-color: #efefef !important;
}

.most_popular {
  top: -5px;
  position: absolute;
  width: 115px;
  height: 85px;
  background: transparent url('../images/most_popular.png') no-repeat scroll right top;
  right: -5px;
}

.drop-shadow {
  position: relative;
  background: #fff;
  margin-bottom: 40px;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}

/* Lifted corners */

.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.lifted:before,
.lifted:after {
  bottom: 15px;
  right: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.lifted:after {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/* Info */
.icp-info {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  padding: 16px;
  margin: 20px 0px 15px 0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 10px;
  border-radius: 7px;
  padding-right: 55px;
  background: #eee;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  background-image: url("../images/info.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 32px 32px;
  background-color: #fffadb;
  border: 1px solid #f5d145;
  color: #9e660d;
  max-width: 100%;
  line-height: 1.5em;
  text-align: right;
  background-position: 10px center;
}

@media screen and (max-width: 782px) {

  #option-tree-settings-api p input[type="checkbox"],
  #option-tree-settings-api p input[type="radio"] {
    margin-top: -3px;
  }
}

.icp-free-plugin-icon {
  left: 0;
  right: auto;
}

body.rtl.toplevel_page_icp-carousel-settings .getitfeed {
  position: relative;
  right: 10px;
}