.campaigns .pager {
    height: 43px;
    display: block;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.campaigns .pager .lookup {
    position: relative;
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.campaigns .pager .lookup input {
    height: 40px;
    width: 200px;
    background: none;
    border: none;
    border-bottom: 1px solid #AAA;
    border-radius: 0;
    font-size: 17px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

.campaigns .pager .lookup input.wide {
    width: 450px;
    padding: 6px 25px;
    border-bottom: 2px solid #53aefb;
}

.campaigns .pager .lookup .close-modal {
    position: absolute;
    right: 0;
    top: 6px;
}

.campaigns .pager .lookup i {
    position: absolute;
    left: 0;
    top: 10px;
    display: table;
}

.campaigns .pager .lookup span:before {
    font-family: fontAwesome;
    content: '\f002';
    position: absolute;
    z-index: 10;
    font-size: 21px;
    left: 4px;
    top: 11px;
    cursor: pointer;
}

.campaigns .pager .lookup span:hover {
    color: #4e8fc7;
}

.campaigns .pager .instruct {
    background: #167FFC;
    box-shadow: 1px 1px 5px 0px #999;
    height: auto;
    position: absolute;
    top: -9px;
    padding: 20px 30px 20px;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    color: #FFF;
    left: -158px;
    z-index: 0;
    text-align: right;
    border-radius: 3px;
}

.campaigns .pager .instruct:hover {
    background: rgba(72, 140, 245, 0.91);
}

.campaigns .pager .instruct:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid #167FFC;
    position: absolute;
    top: 20px;
    left: 102%;
    margin-left: -6px;
}

.campaigns .pager nav > button {
    display: inline-block;
    height: 40px;
    border-radius: 3px;
    margin: 5px 0px 10px 0px;
    cursor: pointer;
    width: 60px;
    font-size: 19px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px 0px;
}

.campaigns .pager nav > div.disable {
    opacity: 0.7;
    cursor: not-allowed;
}

.campaigns .pager nav > div:hover {
    background: #BBBBBB;
}

.campaigns .pager nav > .next {
    padding: 10px 23px;
    margin: 5px 0px 0 20px;
}

.campaigns .pager nav > .prev {
}

.campaigns .pager nav > span {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 0;
    margin-left: 10px;
}

.templates {
}

.templates .page-header{
    background: #1f2532;
}

.templates .page-header.enter{
    height: 115px !important;
}

.templates .mitems {
    width:100%;
    position: relative;
}

.templates .mitems .marker{

    height: 16px;

    width: 16px;

    background: #f4f4f4;

    transform: rotate(45deg);

    top: 107px;
}

.templates .mitems .row{
    width:110%;
    text-align: center;
    height: 100%;
}

.templates .mitems a {
    display: inline-block;
    margin-top: 18px;
    width: 110px;
    text-align: center;
    vertical-align: top;
    height: 57px;
    position: relative;
}

.templates .mitems a:hover{
    opacity: 1;
}

.templates .mitems a span {
    height: 47px;
    width: 32px;
    display: inline-block;
    color: #ffffffb8;
    padding: 15px 0;
    margin-bottom: 0px;
}

.templates .mitems a span:hover {

}

.templates .mitems a span i {
}

.templates .mitems a .text {
    color: #FFFFFF;
}

.templates .mitems a > .new{
    height: 27px;
    width: 55px;
    display: inline-block;
    color: #FFFFFF;
    padding: 6px 0;
    margin-bottom: 0px;
    transform: rotate(-27deg);
    background: #65b5f9;
    position: absolute;
    bottom: 35px;
    left: 13px;
    border-radius: 5px;
}
.templates .mitems a > .new i{}

.templates .mitems a > .free{
    height: 22px;
    width: 60px;
    display: inline-block;
    color: #ffffff;
    padding: 3px 12px;
    margin-bottom: 0px;
    transform: rotate(367deg);
    background: #25d366;
    position: absolute;
    bottom: -36px;
    left: 45px;
    top:unset;
    border-radius: 5px;
    opacity: 1;
    z-index: 200;
}

.templates .mitems a > .free i{}

.campaigns.templates .pager nav > span{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 0;
    margin-left: 25px;
}

.navigator {
    width: 105%;
    padding: 10px;
    margin: -10px -2.5% 0;
    height: 160px;
}

.navigator.thin {
    height: 75px;
}

.ctypepick {
    margin-top: 10px;
}

.ctypepick ul {
    height: 80px;
    width: 350px;
    margin: auto;
    position: relative;
}

.ctypepick ul li {
    width: 74px;
    height: 74px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px;
}

.ctypepick ul li.pick i{
    background: #DEDEDE;
}

.ctypepick ul li i {
    width: 51px;
    height: 51px;
    font-size: 22px;
    border-radius: 50%;
    color: #1f2532;
    padding: 17px 0px;
    background: #FFFFFF;
    margin-bottom: 2px;
}

.ctypepick ul li span {
    font-size: 15px;
    display: block;
}

.ctypepick  span.c {
    position: absolute;
    bottom: -25px;
}


.ob.moretpls {
    background: #FFF;
    width: 100%;
    left: 0;
    height: 0px;
    overflow-y: hidden;
    overflow-x: auto;
}

.ob.moretpls.open {
    height: 150px;
}


.ob.moretpls .amount{
    font-style: italic;
    color: #888;
}

.ob.moretpls.linkonly {
    height: 20px;
}

.ob.moretpls a {
}

.ob.moretpls a.open {
    font-size: 16px;
}

.ob.moretpls a span.new {
    color: #FFF;
    background: #52b266;
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    vertical-align: 3px;
}

.ob.moretpls.ob.moretpls .scrolling-wrapper {
    margin-top: 5px;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    padding: 3px 0;
    height: 180px;
}

.ob.moretpls .scrolling-wrapper .loadopt {
    text-align: center;
    margin-left: 50px;
    font-size: 30px;
}

.ob.moretpls .scrolling-wrapper .tpl {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 220px;
    border-radius: 10px;
}
.ob.moretpls .scrolling-wrapper .tpl .c_type{
    border-radius: 50%;
    background: #1f2532;
    height: 35px;
    width: 35px;
    bottom: 10px;
    left: 12px;
    position: absolute;
    color: #ffffffd4;
    padding: 7px 10px;
}

.ob.moretpls .scrolling-wrapper .tpl .c_type i{
    font-size: 18px;
}

.ob.moretpls .scrolling-wrapper .tpl img {
    display: inline-block;
}

.ob.moretpls .scrolling-wrapper .tpl img.cover {
    width: 125px;
}

.ob.moretpls .scrolling-wrapper .vdol {
    color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    text-align: center;
    padding: 15px 0px;
    font-size: 80px;
}

.ob.moretpls.auth {
    position: absolute;
    bottom: 100px;
    background: none;
    padding: 0 17px;
    height: 173px;
}

.ob.moretpls.auth .scrolling-wrapper .tpl {

}

.ob.moretpls.auth .scrolling-wrapper .tpl img {
}

.ob.moretpls .moptlink {
    position: absolute;
    width: 290px;
    right: 213px;
    top: 18px;
}

.ob.moretpls .moptlink li {
    display: inline-block;
}

.ob.moretpls .moptlink img {
    width: 38px;
    height: auto;
    border-radius: 50%;
    margin-right: -9px;
    border: 1px solid #4dc273;
}

.ob.moretpls .scrolling-wrapper.sqimgload {
    width: 600px;
}
.ob.moretpls .scrolling-wrapper.sqimgload > div.tpl{
    width: 224px;
    height: 140px;
    background-size: 115px 254px, /* highlight */ 224px 150px;
}

.inpage .options {
    padding: 11px 9px;
    height: 100%;
    width: 100%;
}

.inpage.tplsoptions .html-view {
}

.inpage .search {
    position: relative;
    width: 100%;
    margin: auto;
    height: 55px;
    padding: 9px 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.inpage .search .fa-bars {
    transform: scaleX(1.4);
    font-size: 16px;
    margin-right: 5px;
}

.inpage .search span.diag {
    position: absolute;
    opacity: .6;
}

.inpage .search span svg {
    position: absolute;
    top: 14px;
    right: 0px;
    opacity: 1;
}

.inpage .search span.text {
    width: 260px;
    display: inline-block;
    right: 5px;
    top: 8px;
    color: #5c5c5c;
    font-size: 15px;
}

.inpage .search input {
    width: 89%;
    border: none;
    padding: 0px 40px 0;
    height: 36px;
    background: transparent;
    bottom: 40px;
    font-size: 23px;
}

.inpage .search input::-webkit-input-placeholder,
.inpage .search input::-moz-placeholder,
.inpage .search input:-ms-input-placeholder,
.inpage .search input:-webkit-input-placeholder{
    color: red;
}

.inpage .search input[placeholder]{
    color: red;
}

.inpage .options .main {
    margin-top: 0;
    text-align: right;
    font-size: 16px;
    height: 700px;
    padding: 10px 3px 300px;
    overflow: scroll;
    background: #FFF;
}

.inpage .options .search-res {
    position: relative;
    overflow: auto;
}

.inpage .options .search-res .dotsload {
    font-size: 21px;
}

.inpage .options .search .close-modal {
    position: absolute;
    left: 14px;
    top: 14px;
}

.inpage .options .search-res .loadelem {
    position: absolute;
    left: 10px;
    top: 10px;
}

.inpage .options .search-res .results svg {
    margin-left: 50px;
}

.inpage .options .search-res .results {
    padding: 10px 0 60px;
    overflow: auto;
    margin-top: 20px;
    border-radius: 10px;
}

.inpage .options .search-res .results .loading {
    text-align: center;
}

.inpage .options .search-res .results .tpl {
    width: 98%;
    height: 320px;
    text-align: right;
    padding: 0px 0px 65px;
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 210px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px 0px #cecdcd;
}

.inpage .options .search-res .results .tpl img {
    width: 100%;
    border-radius: 10px 10px 0 0px;
    text-align: right;
    position: absolute;
    top: 0;
}

.inpage .options .search-res .results .tpl .text {
    padding: 25px 20px;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    background: #FFF;
    z-index:5;
    width: 100%;
}

.inpage .options .tplsview {
    height: 215px;
    margin-top: 15px;
    overflow-x: hidden;
}

.inpage .options .tplsview .tpl img {
    height: auto;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    width: 100%;
}

.inpage .options .umsg {
    position: relative;
    padding: 20px 65px 20px 20px;
    height: 160px;
    background: #4e8fc736;
    margin: 15px 0 20px;
}

.inpage .options .umsg.special {
    background: #fffFFF;
    padding: 44px 55px 20px 10px;
    border: 2px solid #93c2fb;
}

.inpage .options .umsg .new img {
    width: 40px;
    display: inline-block;
    margin-right: -45px;
    margin-top: -17px;
}

.inpage .options .umsg button {
    height: 41px;
    width: 170px;
    margin-right: -31px;
    margin-top: 20px;
}

.inpage .options .umsg span.text {
}

.inpage .options .umsg .diag {
    left: 16px;
    bottom: -31px;
}

.inpage .options .umsg .free {
    width: auto;
    padding: 10px 20px;
    background: #25d366;
    color: #ffffff;
    transform: rotate(350deg);
    border-radius: 5px;
    left: 14px;
    top: -7px;
}


.inpage .options .umsg .diag svg {
    opacity: 0.8;
}

.inpage .preview .ob-lnch {
    text-align: right;
    height: 65px;
    padding: 22px 20px 0;
    border-top: 1px solid #EEE;
    max-width: 500px;
    bottom: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #FFF;
}

.inpage .preview .ob-lnch.auth {
    height: 85px;
    padding: 42px 20px 0;
    max-width: 500px;
}

.inpage .preview .ob-lnch a.ob-back {
    margin-top: 0px;
    margin-left: 0px;
}

.inpage .preview .ob-lnch a.ob-back button {
    margin-left: 40px;
    height: 50px;
    margin-bottom: 10px;
    width: 240px;
}

.inpage .preview > .edit,
.inpage .preview > .view  {
    height: 100%;
}

.inpage .preview > .view.scrly  {
    overflow-y: scroll;
}

.inpage .preview > div > .content,
.inpage .preview > div > .content {
    overflow: scroll;
    height: 100%;
    width: 100%;
}

.inpage .preview .actions {
    padding-left: 50px;
    position: absolute;
    width: 100%;
}

.inpage .preview .actions a.action {
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 10px 10px;
    font-size: 21px;
    text-shadow: -1px 4px 4px #cccccc;
    color: #1596e4;
}

.inpage .preview .actions a.action.fa {
}

.inpage .preview .actions .sub {
    width: 100%;
    margin: 5px auto;
    padding: 45px 25px;
    position: fixed;
    bottom: -300px;
    z-index: 2455;
    background: white;
    min-height: 225px;
    box-shadow: 0px 15px 20px 5px #3a3a3a;
    -webkit-box-shadow: 0px 15px 20px 5px #3a3a3a;
    -moz-box-shadow: 0px 15px 20px 5px #3a3a3a;
    -o-box-shadow: 0px 15px 20px 5px #3a3a3a;
    border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
}

.inpage .preview .actions .sub.open {
    bottom: -5px;
}

.inpage .preview .actions .sub .rngstt {
    height: 45px;
    padding: 0px 0px;
}

.inpage .preview .actions .sub .rngstt > div {
}

.inpage .preview .actions .sub .rngstt span {
    display: block;
    margin-bottom: -25px;
}

.inpage .preview .actions .sub .rngstt input {
}

.inpage .preview .actions .sub .mdl {
}

.inpage .preview .actions .sub .mdl .title {
    height: 31px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 45px;
}

.inpage .preview .actions .sub .mdl button {
    height: 60px !important;
}

.inpage .preview .actions .sub .mdl .cancel {
}

.inpage .preview .actions .sub .mdl .exp {
}

.inpage .preview .html-view div.active {
    border: 10px solid #24b7f1;
}

.inpage .preview .html-view div.active i.h {
    position: absolute;
    font-size: 50px;
    color: #24b7f1;
}

.inpage .preview .html-view div.active i.h.nw {left:-25px;top:-25px;}
.inpage .preview .html-view div.active i.h.ne {right:-25px;top:-25px;}
.inpage .preview .html-view div.active i.h.se {right:-25px;bottom:-25px;}
.inpage .preview .html-view div.active i.h.sw {left:-25px;bottom:-25px;}

.galprev {
    position: relative;
    height: 850px;
    overflow: hidden;
}

.galprev ul {
}

.galprev ul > li {
    display: inline-block;
    width: 18.1%;
    height: 100%;
    margin-left: 26px;
    vertical-align: top;
}

.galprev ul > li:last-child{
    margin-left: 0;
}

.galprev ul li ol {
}

.galprev ol li{
    margin-bottom: 25px;
}

.galprev ol li:hover{
    transform: scale(1.05);
}

.galprev ol li > div.content{
    height: auto;
    width: 100%;
    border: 1px solid #c8c8c882;
    border-radius: 10px;
    min-height: 100px;
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    max-height: 400px;
}

.galprev ol li > div.content.lp{

}

.galprev ol li > div.title{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.galprev span.plico {
    font-size: 13px;
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #0000008a;
    width: 50px;
    height: 30px;
    padding: 9px;
    border-radius: 50px;
}

.galprev ol li .video,
.galprev ol li .image {
}

.galprev ol li .video > video,
.galprev ol li .video > img,
.galprev ol li .lpage > img,
.galprev ol li .image > img {
    width: 100%;
    height: auto;
    transform: scale(1.05);
}

.galprev ol li .lpage {padding: 9px 10px;background: #FFFFFF;}

.galprev ol li .lpage > .details {
    zoom: 0.325;
    width: 579px;
    margin-right: -15px;
    padding: 35px;
}


.galprev ol li .ol{opacity: 0}
.galprev ol li .ol.hover{
    opacity: 1;
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(31,37,50,0.4438550420168067) 50%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #FFF;
}
.galprev ol li .ol.hover > div{
    position:absolute;
    top: 16px;
    font-size: 20px;
    text-align:center;
    width:100%
}
.galprev ol li .ol.hover > div i{

}
.galprev ol li .ol.hover > div{}

.galprev .gradol {
    background: -webkit-linear-gradient(#FFFFFF, #C9C9C9) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#FFFFFF, #C9C9C9) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#FFFFFF, #C9C9C9) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(#FFFFFF, #C9C9C9) repeat scroll 0 0 transparent;
    background: linear-gradient(#ffffff00, #ffffff);
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -7px;
}

.galprev .gradol .action{}
.galprev .gradol .action button{}

ul.skload  ol li {
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0) 10%), linear-gradient(#e9e9e9 300px, transparent 0);
    background-repeat: repeat-y;
    background-size: 450px;
    background-position: 0 0, /* highlight */ 0 0;
    -webkit-animation: sqload 1s infinite;
    border: none;
}

@media screen and (max-width: 600px){
    .galprev {
        height: 520px;
    }

    .galprev .gradol{
        height: 50px;
    }

    .galprev ul > li {
        width: 45%;
        margin-left: unset;
        margin: 0 5px;
    }
    .galprev ol li .lpage > .details {
        zoom: 0.29;
    }
}
