#ptplus-banner-wrap {
    position: relative;
    display: block;
    padding: 0;
    margin: 18px 1px 1px 1px;
    min-height: 115px;
    line-height: 115px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#ptplus-banner {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
a.ptplus-premium-link {
    position: relative;
    text-align: right;
    font-size: 15px;
    line-height: inherit;
    padding-right: 15px;
    float: right;
}
#ptplus-banner h2 {
    margin: 0;
    padding: 20px;
    line-height: 50px;
    white-space: nowrap;
    float: left;
    color: #161616;
    font-weight: 500;
    font-size: 20px;
}

#ptplus-banner h2 span img {
    position: relative;
    display: inline-block;
    width: 150px;
	padding-right:20px;
}
.mce-container.mce-panel.mce-floatpanel.mce-window.mce-in, .mce-container.mce-panel.mce-floatpanel.mce-menu.mce-menu-align {
    z-index: 100101 !important
}
.theplus_form_content ul.cmb_checkbox_list.cmb_list li {
    width: 33.33%;
    float: left;
}
.theplus_form_content table.form-table th {
    padding-left: 25px;
}
.theplus_form_content {
    position: relative;
    display: block;
    padding: 20px 30px;
}
.theplus_form_content ul.cmb_checkbox_list.cmb_list {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
ul.thumbnails.image_picker_selector {
    list-style: none;
    padding: 0;
}

ul.thumbnails.image_picker_selector:after,ul.thumbnails.image_picker_selector:before {
    content: " ";
    display: table;
}

ul.thumbnails.image_picker_selector:after {
    clear: both;
}

ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.thumbnails.image_picker_selector li.group_title {
    float: none;
}

ul.thumbnails.image_picker_selector li {
    margin: 0 12px 12px 0;
    float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
    position: relative;
    border-radius: 0;
    transition: border .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    -webkit-box-shadow: 0 15px 50px 0 transparent;
    box-shadow: 0 15px 50px 0 transparent;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -moz-transition: -moz-box-shadow .3s ease;
    -o-transition: -o-box-shadow .3s ease;
    -ms-transition: -ms-box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

ul.thumbnails.image_picker_selector li .thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
    -webkit-user-drag: none;
    border-radius: inherit;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected:before {
    border: 2px solid rgb(255, 0, 75);
}

ul.thumbnails.image_picker_selector li .thumbnail.selected:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background: #ff004b; */
	}
ul.thumbnails.image_picker_selector li .thumbnail .image-picker-tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) !important;
    padding: 3.5px 3px;
    margin-top: 0px;
    text-transform: capitalize;
    color: #fff;
    background: rgba(255, 0, 75, 0.54);
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    min-width: 86%;
    text-align: center;
    -webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -ms-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    -o-transition: opacity .3s ease 0s, visibility .3s ease 0s;
    transition: opacity .3s ease 0s, visibility .3s ease 0s;
}
 ul.thumbnails.image_picker_selector li .thumbnail:hover .image-picker-tooltip {
    opacity: 1;
    visibility: visible;
}

.wpb_tp_tabs .vc_controls-out-tc.vc_controls-content-widget,.wpb_tp_accordion .vc_controls-out-tc.vc_controls-content-widget,.wpb_tp_tours .vc_controls-out-tc.vc_controls-content-widget {
    top: -36px !important;
	}
.wpb_tp_tabs  > .vc_controls,.wpb_tp_accordion  > .vc_controls,.wpb_tp_tours  > .vc_controls {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-top: 45px;
}

.pt_theplus-heading-param-style h4.wpb_vc_param_value {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    margin: 0px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0px !important;
    color: #d6d6d6;
    border-radius: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e7e7e7;
}
.pt_theplus-heading-param-style span.premium-text {
    font-size: 14px;
    color: #969696;
}
.pt_plus_opacity {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.4;
}
.pt_plus_disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
    pointer-events: none;
}
.pt_theplus_checkbox_flip{
	display: none !important;;
}
.pt_theplus_checkbox_flip + .pt_theplus_checkbox {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
    position: relative;
    display: inline-block;
    height: 28px;
    width: 70px;
}
.pt_theplus_checkbox_flip + .pt_theplus_checkbox:after, .pt_theplus_checkbox_flip + .pt_theplus_checkbox:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.pt_theplus_checkbox_flip + .pt_theplus_checkbox:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.pt_theplus_checkbox_flip + .pt_theplus_checkbox:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.pt_theplus_checkbox_flip + .pt_theplus_checkbox:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.pt_theplus_checkbox_flip:checked + .pt_theplus_checkbox:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.pt_theplus_checkbox_flip:checked + .pt_theplus_checkbox:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.pt_theplus_checkbox_flip:checked + .pt_theplus_checkbox:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}



.pt_theplus-vc-toolip {
    position: relative;
    float: left;
}
.pt_theplus-vc-toolip > i {
    font-size: 10px;
    position: relative;
    bottom: 1px;
    text-align: center;
    padding: 0 6px;
    margin-right: 8px;
    color: #fff;
}
.pt_theplus-vc-toolip > i:before {
    position: relative;
    z-index: 1;
}
.pt_theplus-vc-toolip > i:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    background: #c9c9c9;
    border-radius: 50%;
    z-index: 0;
}
.pt_theplus-vc-toolip.tooltip-bottom span.pt_theplus-vc-tooltip-text {
    top: 100%;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 0;
}

.pt_theplus-vc-toolip span.pt_theplus-vc-tooltip-text {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    min-width: 200px;
    padding: 15px;
    color: #fff;
    background: #333;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: opacity .3s ease .3s, visibility .3s ease .3s;
    -moz-transition: opacity .3s ease .3s, visibility .3s ease .3s;
    transition: opacity .3s ease .3s, visibility .3s ease .3s;
}
.pt_theplus-vc-toolip:hover span.pt_theplus-vc-tooltip-text {
    opacity: 1;
    visibility: visible;
}
.otk_service-vc-toolip span.otk_service-vc-tooltip-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    display: block;
    border: 3px solid transparent;
    border-top: 2px solid #383838;
    border-left: 2px solid #383838;
}
.otk_service-vc-toolip.tooltip-bottom span.otk_service-vc-tooltip-text:before {
    border: 3px solid transparent;
    border-bottom: 2px solid #383838;
    border-left: 2px solid #383838;
    top: -5px;
}
.otk_service-vc-toolip:after {
    clear: both;
}
.otk_service-vc-toolip .tootip-link{
 color:#fff;
 font-weight: 600;
}

i.vc_element-icon.tp-animated-svg{
    background-image: url(elements-icons/tp-animated-svg.png);
     background-position: center center;
}
i.vc_element-icon.tp-video-player {
    background-image: url(elements-icons/tp-video-player.png);
     background-position: center center;
}
i.vc_element-icon.tp-food-menu{
    background-image: url(elements-icons/tp-food-menu.png);
     background-position: center center;
}
i.vc_element-icon.tp-contact-form {
    background-image: url(elements-icons/tp-contact-form.png);
     background-position: center center;
}
i.vc_element-icon.tp-button {
    background-image: url(elements-icons/tp-button.png);
     background-position: center center;
}
i.vc_element-icon.tp-before-after{
    background-image: url(elements-icons/tp-before-after.png);
     background-position: center center;
}
i.vc_element-icon.tp-heading-animation{
    background-image: url(elements-icons/tp-heading-animation.png);
     background-position: center center;
}
i.vc_element-icon.tp-breadcrumb{
    background-image: url(elements-icons/tp-breadcrumb.png);
     background-position: center center;
}
i.vc_element-icon.tp-info-box{
    background-image: url(elements-icons/tp-info-box.png);
     background-position: center center;
}
i.vc_element-icon.tp-heading-style{
    background-image: url(elements-icons/tp-heading-style.png);
     background-position: center center;
}
i.vc_element-icon.tp-social-share{
    background-image: url(elements-icons/tp-social-share.png);
     background-position: center center;
}
i.vc_element-icon.tp-empty-space{
    background-image: url(elements-icons/tp-empty-space.png);
     background-position: center center;
}
i.vc_element-icon.tp-stylish-list{
    background-image: url(elements-icons/tp-stylish-list.png);
     background-position: center center;
}
i.vc_element-icon.tp-tabs{
    background-image: url(elements-icons/tp-tabs.png);
     background-position: center center;
}
i.vc_element-icon.tp-tours{
    background-image: url(elements-icons/tp-tours.png);
     background-position: center center;
}
i.vc_element-icon.tp-accordion{
    background-image: url(elements-icons/tp-accordion.png);
     background-position: center center;
}
i.vc_element-icon.tp-icon-counter{
    background-image: url(elements-icons/tp-icon-counter.png);
     background-position: center center;
}
i.vc_element-icon.tp-countdown{
    background-image: url(elements-icons/tp-countdown.png);
     background-position: center center;
}
i.vc_element-icon.tp-progress-bar{
    background-image: url(elements-icons/tp-progress-bar.png);
     background-position: center center;
}
i.vc_element-icon.tp-pricing-table{
    background-image: url(elements-icons/tp-pricing-table.png);
     background-position: center center;
}
i.vc_element-icon.tp-info-banner{
    background-image: url(elements-icons/tp-info-banner.png);
     background-position: center center;
}
i.vc_element-icon.tp-advertise-banner{
    background-image: url(elements-icons/tp-advertise-banner.png);
     background-position: center center;
}
.wpb_edit_form_elements .vc_edit-form-tab{
	    margin-bottom: 20px;
}
span.vc_param-group-admin-labels span.pt-plus-vc-toolip {
    display: none;
}
.vc_edit_form_elements .vc_column, .vc_edit_form_elements .vc_column-with-padding {
    padding-top: 15px;
}
.vc_add-element-container .wpb-content-layouts li {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid #f5f5f5 !important;
	transition: border-color 0s;
}

.vc_add-element-container .wpb-content-layouts li:hover:after {
-webkit-transform: scale(1);
}

.vc_add-element-container .wpb-content-layouts a {
    color: #313131;
}
.vc_general.vc_ui-tabs-line {
    list-style: none;
    position: static;
}
