@charset "UTF-8";
:root {
  --main-border: 1px solid rgba(0, 0, 0, .2);
  --main-boxshadow: rgba(0, 0, 0, .2);
  --main-font: 'Montserrat' 700;
  --mainbg: #fef8fe;
  --color1: #212f54;
  --color1b: #ff69b4;
  --color2: #000000;
  --color2b: #325f95;
  --black: #000000;
  --pinkgradient: linear-gradient(to bottom, var(--color1) 0%, var(--color1b) 100%);
  --bluegradient: linear-gradient(to bottom, var(--color2) 0%, var(--color2b) 100%);
  --lbgradient: linear-gradient(to bottom,rgba(126,222,254,1) 0), rgba(126,222,254,0) 100%);
  --greengrad: linear-gradient(to bottom, #00ee00 0%, #00cc00 100%);
}
@font-face { font-family: 'GilroyBold'; src: url('/css/fonts/Gilroy-Bold.woff'); font-weight: normal; font-style: normal;}
/* CSS Document */
html, body {padding:0; margin:0; height:100%; color:#666; font-family: 'OpenSans', Helvetica,Arial,sans-serif; line-height:1.4; font-weight:400;  font-size:16px; letter-spacing:-.3px; padding-top: constant(safe-area-inset-top); -webkit-font-smoothing:antialiased; }
body {background:#fff;}
* {	margin: 0;}
.container {position:relative; width:90%; margin:0px 4%; padding:1%; min-height:100%; z-index:1;}
.clear, .clearmobile {clear:both;}
img {border:0px;}
.gray {color: #666 !important;}
.graybg {background: #999 !important;}
.gray2bg {background: #ccc !important;}
.gray2 {color: #999 !important;}
.lgray {color: #ccc !important;}
.lgraybg {background:#f9f9f9;}
.graydollar {color: #999;margin-right:2px;}
.xsmall {font-size:10px;}
.small, .smaller {color:#999; line-height:1.2; font-weight:300; font-family:HelveticaNeue, 'OpenSans', Helvetica, sans-serif; letter-spacing:0;}
.explain {color:#666; }
.normal, .smnormal {color:#666; font-family:HelveticaNeue, 'OpenSans', Helvetica; line-height:1.4; font-weight:400; letter-spacing:0px;}
.normal {font-size:16px;}
.smnormal {font-size:14px;}
.mont {font-family:'Montserrat'; line-height:1.2; letter-spacing:-1px; -webkit-font-smoothing:subpixel-antialiased; }
.subtitle, .thintitle, .blocktitle {font-family:'Montserrat'; line-height:1.2; letter-spacing:-1px; -webkit-font-smoothing:subpixel-antialiased;}
.subtitle {font-size:20px; color:#000000; font-weight:700;}
.thintitle {font-weight:400; color:#666;}
.blocktitle {font-weight:700; color:#fff; background:#666; margin-top:5px;padding:3px 10px; text-align:center;}
.smtitle, .smtitle1, .smtitle2 {font-family:'Montserrat'; font-weight:700; color:#666; line-height:1.2;}
.smtitle {font-size:18px; letter-spacing:-.8px;}
.smtitle1 {font-size:16px; letter-spacing:-.7px;}
.smtitle2 {font-size:14px; letter-spacing:-.5px;}
.smthintitle, .smmidtitle {font-family:'Montserrat'; font-weight:400; color:#666; font-size:16px; line-height:1.2; letter-spacing:-.5px;}
.smthintitle {font-weight:400;}
.smmidtitle {font-weight:500;}
.formtitle, .formtitlesm {position:relative; z-index:1; font-size:12px; font-family:'Montserrat'; font-weight:700; color:#212f54; line-height:1.2; letter-spacing:-.5px;  float:left;}
.formtitle {top:6px; left:2px; background:url(/images/temp/form_title_bg.png)left -2px/contain repeat-x;}
.formtitlesm {top:-2px; left:0;}
.minititle {font-family: HelveticaNeue, 'OpenSans', Helvetica, sans-serif; font-weight:200; color:#ca0707; font-size:16px; line-height:1.3;}
.title {font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; font-weight:700; letter-spacing:-2px; color:#000; line-height:1.3;}
.maintitle {font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; font-weight:700; color:#444; font-size:24px; letter-spacing:-1.5px;}
.large {font-size:40px; line-height:45px; font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; font-weight:700; color:#444; letter-spacing:-3px;}
.ssmall {font-size:11px;}
a {color:#fa4f91; text-decoration:underline; font-family: 'OpenSans', Helvetica, sans-serif;}
a:hover {color:#000000; text-decoration:none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.a { color:#666; text-decoration:underline;}
.a:hover {text-decoration:none; cursor:pointer;}
.a1 {text-decoration:none;}
.a1:hover {text-decoration:underline;}
.b {font-weight:bold;}
.five00 {font-weight:500;}
.six00 {font-weight:600;}
.u {text-decoration:underline;}
.nowrap {white-space:nowrap;}
.upper {text-transform:uppercase;}
.i {font-style:italic;}
span{color:inherit;}
.red {color:#ff0000 !important;}
.redbg {background:#ff0000 !important;}
.orange {color:#f60 !important;}
.orangebg {background:#f60 !important;}
.gray {color:#666 !important;}
.green {color:#00ff00 !important;}
.greengrad {background: -webkit-linear-gradient(#00cc00, #009900); -webkit-background-clip: text; -webkit-text-fill-color: transparent;} 
.pinkgrad {background: -webkit-linear-gradient(#fa4f91, #ff69b4); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.lbgrad {background: -webkit-linear-gradient(#9599f6, #6168f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.orangegrad {background: -webkit-linear-gradient(#ff6600, #ff9900); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.bluegrad {-webkit-font-smoothing:antialiased; background:linear-gradient(to bottom, #1175d0 0%, #054dba 100%); -webkit-text-fill-color:transparent; -webkit-background-clip:text;}
.darkgreen {color:#0c0 !important;}
.darkgreenbg {background:#0c0 !important;}
.greenbg {background:#0f0 !important;}
.lightgreen {color:#0F0 !important;}
.lightgreenbg {background:#0F0 !important;}
.purple {color:#1175d0 !important;}
.purplebg {background: #1175d0 !important;}
.teal {color:#47f4d3 !important;}
.tealbg {background: #47f4d3 !important;}
.darkblue {color:#212f54 !important;}
.darkbluebg {background:#212f54 !important;}
.blue {color:#1175d0 !important;}
.bluebg {background:#1175d0 !important;}
.lightblue {color:#47f4d3 !important;}
.lightbluebg {background:#47f4d3 !important;}
.whitebgbutton {background:#fff !important; color:#000000 !important; border:1px solid rgba(58,78,130,.2) !important; border-radius:3px !important; padding:4px 10px !important; white-space:nowrap; text-align:center;}
.whitebgbutton:hover {background:rgba(0,0,0,.05) !important; color:#000000 !important; border:1px solid rgba(0,0,0,.4) !important;}
.bluebgbutton {background:#000000 !important; color:#fff !important; border:1px solid rgba(58,78,130,.2) !important; border-radius:3px !important; padding:4px 10px !important; white-space:nowrap; text-align:center;}
.bluebgbutton:hover {background:#fff !important; color:#000000 !important; border:1px solid rgba(0,0,0,.4) !important;}
.link {cursor:pointer;}
.link:hover {text-decoration:underline; cursor:pointer;}
.tanbg {background:#f5f3ec;}
.black {color:#000 !important;}
.blackbg {background:#000 !important;}
.pink {color:#fa618e !important;}
.lightpink {color:#ecb0c0 !important;}
.pinkbg {background:#fa618e !important;}
a.pinkbg:hover {background:#ecb0c0 !important;}
.lightpinkbg {background:#212f54;}
.white {color:#FFF !important;}
.whitebg {background:#fff !important;}
.nobg {background:none !important;}
.blackshadow {text-shadow:1px 1px 0 #000;}
.lbg {background:rgba(0,0,0,0.03);}
#centerdata .lbgsolid, .pageleft .lbgsolid {background:#b0dbfc; border:1px solid rgba(58,78,130,.2); border-radius:2px;}
select.lbgsolid {background:url(/images/temp/select-right.png)right center no-repeat #b0dbfc !important;}
.m50 {margin-top:50px !important;}
.m30 {margin-top:30px;}
.m25 {margin-top:25px;}
.m20 {margin-top:20px;}
.m15 {margin-top:15px;}
.m10 {margin-top:10px;}
.m10a {margin:10px;}
.m5a {margin:5px;} 
.mr10 {margin-right:10px;}
.ml10 {margin-left:10px;}
.ml1 {margin-left:1%;}
.ml25 {margin-left:25px;}
.m8 {margin-top:8px;}
.m5 {margin-top:5px;}
.m3 {margin-top:3px;}
.p25 {padding-top:25px !important;}
.p20 {padding-top:20px !important;}
.p15 {padding-top:15px !important;}
.p10 {padding-top:10px !important;}
.p8 {padding-top:8px !important;}
.p5 {padding-top:5px !important;}
.p5a {padding:5px !important;}
.p10a {padding:10px !important;}
.p20a {padding:20px !important;}
.p510a {padding:5px 10px !important;}
.p3 {padding-top:3px !important;}
.pr {position:relative !important;}
.pa {position:absolute !important;}
.pf {position:fixed !important;}
.o7 {opacity:.7;} 
.radius {border-radius:100% !important;}
.radius50 {border-radius:50px !important;}
.forgot {float:left; padding:10px 0 0 5px;}
.ccstyle {background:url(/images/temp/cc-icons.png) no-repeat right #fff;}
input[type=button] {border:none;}
input[type=text], input[type=password], input[type=number], input[type=email], input[type=date] {height:55px; border:1px solid rgba(58,78,130,.2); font-size:16px; color:#666; padding-left:5px; -webkit-font-smoothing:subpixel-antialiased; box-sizing:border-box; width:100%; font-weight:300; font-family:'OpenSans', Helvetica, Arial, Tahoma, Sans-Serif;border-radius:2px;-webkit-appearance: none;}
input[type=text] .fuzz { border:2px solid #666;}
input[type="radio"] { display:none; }
input[type="radio"] + label { margin-right:10px;}
input[type="radio"] + label span { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/images/temp/check_sprite.png) -38px top no-repeat; cursor:pointer; }
input[type="radio"]:checked + label span { background:url(/images/temp/check_sprite.png) right top no-repeat; }
input[type="checkbox"] { display:none;}
input[type="checkbox"] + label { margin-right:5px;}
input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/images/temp/check_sprite.png) left top no-repeat; cursor:pointer; }
input[type="checkbox"]:checked + label span { background:url(/images/temp/check_sprite.png) -19px top no-repeat; }
.searchfield { height:36px;font-size:13px; color:#455068;  padding-left:30px; border:0px;cursor:pointer; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
textarea { border:1px solid rgba(58,78,130,.2); font-size:16px; color:#666; -webkit-font-smoothing:subpixel-antialiased; padding:5px;font-weight:300;box-sizing:border-box;font-weight:300; font-family:'OpenSans', Helvetica, Arial, Tahoma, Sans-Serif;border-radius:0;}
input:focus, select:focus, .inputarea:focus, textarea:focus {
  outline: none;
  border-color: rgba(17,117,208, 0.7);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(17,117,208, 0.7);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(17,117,208, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(17,117,208, 0.7);
}
.big, .big:focus {
  outline: none !important;
  border:none !important;
  box-shadow:none !important;
  font-size:30px !important; text-align:center !important; font-weight:bold !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.frontlogin input:focus {outline: none; border-color:none !important; box-shadow:none !important;}
select {border:1px solid #ccc; padding:0 25px 0 5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -webkit-appearance: none; appearance: none; -moz-appearance: none; background:url(/images/temp/select-right.png) center right no-repeat; height:55px; font-size:18px; color: #666; background-color:#fff; text-indent: 0.01px; text-overflow: ''; font-weight:300; -webkit-font-smoothing:subpixel-antialiased; font-family:Helvetica,Arial,sans-serif;}
select::-ms-expand {display: none;}
.inputfieldselect { font-size:13px; font-family:'OpenSans', Helvetica, Arial, Tahoma, Sans-Serif; height:33px;border-radius:3px;font-weight:300;}
.inputfilepic {width:100px; height:38px; position:relative; top:-3px; left:0px; opacity: 0.0; cursor:pointer; z-index:100;}
.inputfilelogo {width:100px; height:20px; position:relative; top:0px; left:30px; opacity: 0.01; cursor:pointer;}
.ccstyle {background:url(/images/temp/cc-icons.png) no-repeat right #fff;}
.formrow {clear:both; padding-bottom:3px; min-height:40px; width:100%;}
.smrow {clear:both; padding-bottom:3px; min-height:30px; width:100%;}
.formitem {width:30%;float:left; text-align:right;margin:10px 1% 0 0; white-space:nowrap;}
.formleft {float:left; width:15%; margin-right:2%; padding-top:8px;}
.formright {float:left; width:68%;}
.form50, .form50r{float:left;}
.form50 {margin-right:1%;}
.form50r {margin-left:1%;}
.button {float:left; font-family:'Montserrat', Helvetica, sans-serif; letter-spacing:-1px; font-weight:700; line-height:1.3; font-size:20px; padding:10px 20px; color:#212f54; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; font-smoothing: antialiased; border:none; box-sizing:border-box; text-align:center; border-radius:3px; background:#0f0;}
.post_feed:hover .button, .post_feed2:hover .button, .button:hover{background:#212f54 !important; cursor:pointer; color:#fff;}

.frontbutton {width:100% !important; border-radius:0 0 3px 3px !important; border:none !important; border-top:1px solid rgba(0,0,0,.1) !important;}
.redbutton{background:#C00 !important; color:#fff !important;}
.redbutton:hover{background:#600 !important; cursor:pointer; color:#fff !important;}
.bluebutton{background:#000000 !important; color:#fff !important;}
.bluebutton:hover{background:#4374b3 !important; cursor:pointer;}
.greenbutton {background:#0E0 !important; color:#000000 !important;}
.greenbutton:hover {background:#0C0 !important; cursor:pointer;}
.orangebutton {background:#fb8442 !important; text-shadow:0 1px 1px rgba(0,0,0,.3) !important;}
.orangebutton:hover {background:#ff6600 !important; cursor:pointer;}
.pinkbutton {background:#ca0707 !important; text-shadow:0 1px 1px rgba(0,0,0,.3) !important;}
.pinkbutton:hover {background:#666 !important; cursor:pointer;}
.graybutton {background:#999 !important; text-shadow:0 1px 1px rgba(0,0,0,.3) !important;}
.graybutton:hover {background:#666 !important; cursor:pointer;}
.smbutton, .smbutton2, .smbuttonsq {float:left; font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; line-height:1.3; background:#212f54; color:#FFF; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -o-font-smoothing: antialiased; font-smoothing: antialiased; text-decoration:none; border:1px solid transparent;}
.smbutton {padding:6px 14px; font-weight:700; letter-spacing:-0.8px;}
.smbuttonsq {font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; padding:6px 14px; font-weight:700; border-right:none !important; border-radius:0 !important; font-size:14px !important; text-shadow:0 1px 1px rgba(0,0,0,.3);letter-spacing:-0.8px;}
.smbutton2 {padding:3px 10px; font-size:14px; letter-spacing:-.5px; font-weight:600; margin-right:5px; }
.smbutton:hover, .smbutton2:hover, .smbuttonsq:hover {background:#000000; color:#fff; cursor:pointer; opacity:1.0;}
select {border:1px solid rgba(58,78,130,.2); padding:0 25px 0 5px; border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -webkit-appearance: none; appearance: none; -moz-appearance: none; background:url(/images/temp/select-right.png)right center no-repeat; height:55px; font-size:14px; color: #666; background-color:#fff; text-indent: 0.01px; text-overflow: ''; font-weight:300; -webkit-font-smoothing:subpixel-antialiased; font-family:'OpenSans',Helvetica,Arial,sans-serif; width:100%;}
select::-ms-expand {display: none;}
.css-select { -moz-appearance:window;background: url('/images/temp/select-right.png') right center no-repeat #FFF;}
@-moz-document url-prefix() { .css-select-moz{ background: url('/images/temp/select-right.png') right center no-repeat #FFF; height:27px; font-size:13px; color: #999; border:1px solid rgba(58,78,130,.2); padding:7px 25px 0 0; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; float:left; }}
.tc {text-align:center !important;}
.tl {text-align:left !important;}
.tr {text-align:right !important;}
.ts {text-shadow:0 1px 2px rgba(0,0,0,.5) !important;}
.ps {text-shadow:0 1px 0px #ca0707 !important;}
.ts2 {text-shadow:0 1px 0px rgba(0,0,0,.5) !important;}
.fl {float:left !important;}
.fr {float:right !important;}
.fu {float:unset !important;}
.border {border:1px solid rgba(58,78,130,.2) !important;}
.bt {border-top:1px solid rgba(58,78,130,.2) !important;}
.bb {border-bottom:1px solid rgba(58,78,130,.2) !important;}
.br {border-right:1px solid rgba(58,78,130,.2) !important;}
.bl {border-left:1px solid rgba(58,78,130,.2) !important;}
.blw {border-left:1px solid #fff !important;}
.bt5 {border-top:5px solid #fad41f !important;}
.oh {overflow:hidden;}
.roundb {border-radius:30px !important;}
.radius {border-radius:100% !important;}
.cursor {cursor:pointer;}
.ul {padding-left:25px;}
.br0 {border-radius:0px !important;}
.br2 {border-radius:2px !important;} 
.br3 {border-radius:3px !important;}
.br3t {border-radius:3px 3px 0 0 !important;}
.br3b {border-radius:0 0 3px 3px !important;}
.br3l {border-radius:3px 0 0 0 !important;}
.slant {font-style:italic !important; font-weight:800; text-shadow:0 1px 2px rgba(0,0,0,0.3);}
.under {text-decoration:underline;}
.super {vertical-align:super; font-size:smaller; margin-right:2px;}
.bbox {box-sizing:border-box;}
.bs {box-shadow:0 0 3px rgba(0,0,0,.2);}
.onehundred, .w100 {width:100% !important; box-sizing:border-box;}
.w96 {width:96% !important; padding:0 2% !important; box-sizing:border-box;}
.w94 {width:94% !important; margin-left:3% !important; box-sizing:border-box;}
.w50 {width:50% !important; float:left; box-sizing:border-box;}
.w70 {width:70% !important; float:left; box-sizing:border-box;}
.zcover {z-index:2147483647 !important;}
.zcover1 {z-index:2147483646 !important;}
.zcover2 {z-index:2147483645 !important;}
.zcover3 {z-index:2147483644 !important;}
#morediv, #feedbox {position:relative; padding-bottom:100px; overflow:auto;}
.pic1, .pic2, .pic3, .pic4, .pic5, .picsq1, .picsq2, .picsq3, .picsq4, .picsq5 {float:left; background-color:#fff !important;}
.pic1, .pic2, .pic3, .pic4, .pic5 {border-radius:100%;}
.pic1, .picsq1 {width:75px; height:75px;}
.pic2, .picsq2 {width:55px; height:55px;} 
.pic3, .picsq3 {width:45px; height:45px;}
.pic4, .picsq4 {width:35px; height:35px;}
.pic5, .picsq5 {width:25px; height:25px;}
.magnify {background:url(/images/temp/magnify.png)left+15px center/23px no-repeat #fff; padding-left:50px !important;}
.ccicon {background:url(/images/temp/icon-cc.png)left center/15px no-repeat; padding-left:20px;}
.phoneicon {background:url(/images/temp/icon-phone.png)left center/13px no-repeat; padding-left:17px;}
.checkbox_on {box-shadow:0 0 10px #0e0; border:1px solid #0e0; position:relative;}
.checkbox_in {position:absolute; width:100%; padding-top:100%; top:0; left:0; background:url(/images/temp/checkmark_white_sm.png)center center/90% no-repeat;}
.pallete_in {position:absolute; width:100%; padding-top:100%; top:0; left:0; background:url(/images/aptpal/pallette-icon-gray.png)center center/90% no-repeat #fff;}
.logo {background:url(/images/aptpal/atlas-icon-blue.png)center center/contain no-repeat; z-index:2;transition: all .2s ease-in-out;}
.logowhite2 {background:url(/images/aptpal/logo-white.png)center center/contain no-repeat; z-index:2;transition: all .2s ease-in-out;}
.logoss {background:url(/images/aptpal/logo-lg-white.png)center center/contain no-repeat; z-index:2;transition: all .2s ease-in-out;}
.topbar {width:100%; position:fixed; top:0; -webkit-transform: translateZ(0); background:url(/images/aptpal/front_bg.png)center top+116px/27% repeat #fff; padding-top:5px;}
.toplogo {position:relative; z-index:5; float:left;}
.toplogo:hover {cursor:pointer;}
.topright {float:right; position:absolute; right:0; height:50px; z-index:5;}
.toprightpic {cursor:pointer; position:relative; z-index:1001; border:2px solid #212f54;}
.toprightname {float:left; height:30px; text-align:right; font-size:23px; font-family: 'Montserrat'; min-width:95px; -webkit-font-smoothing:subpixel-antialiased; color:#212f54 !important; font-weight:600; letter-spacing:-1.2px;}
.toprightname:hover {cursor:pointer; background:none; color:#212f54 !important;  -webkit-background-clip: unset; -webkit-text-fill-color: unset;} 
.topright:hover .toprighthidden {display:block;}
.toprighthidden {display:none; width:100%; position:absolute; top:50px; right:0; width:150px; background:#ebecfa; z-index:1000; border-radius:0 0 3px 3px; border:1px solid rgba(58,78,130,.2);}
.topline, .topline_50 {padding:5px 10px; text-align:left; color:#212f54; font-family:HelveticaNeue, 'OpenSans', Helvetica, Arial; font-size:14px; border-bottom:1px solid rgba(58,78,130,.2); box-sizing:border-box;}
.topline_50 {float:left; width:50%;}
.topline:hover, .topline_50:hover {background:#212f54; color:#fff; cursor:pointer; font-weight:600;}

.gradient {background: #fa618e !important; background: -moz-linear-gradient(top,  #fa618e 0%, #fad41f 100%); background: -webkit-linear-gradient(top,  #fa618e 0%,#fad41f 100%) !important; background: linear-gradient(to bottom,  #fa618e 0%,#fad41f 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa618e', endColorstr='#fad41f',GradientType=0 );}
.bluegradient {background: #054dba !important; background: -moz-linear-gradient(top,  #054dba 0%, #1175d0 100%); background: -webkit-linear-gradient(top,  #054dba 0%,#1175d0 100%) !important; background: linear-gradient(to bottom,  #054dba 0%,#1175d0 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054dba', endColorstr='#1175d0',GradientType=0 );}
.orangegradient {background: #ff6600 !important; background: -moz-linear-gradient(top,  #ff6600 0%, #ff9900 100%); background: -webkit-linear-gradient(top,  #ff6600 0%,#ff9900 100%) !important; background: linear-gradient(to bottom,  #ff6600 0%,#ff9900 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff9900',GradientType=0 );}

.bluegradientup {background: #000000 !important; background: -moz-linear-gradient(bottom,  #000000 0%, #325f95 100%); background: -webkit-linear-gradient(bottom,  #000000 0%,#325f95 100%) !important; background: linear-gradient(to top,  #000000 0%,#325f95 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325f95', endColorstr='#000000',GradientType=0 );}
.gradient_000 {background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0), rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%),rgba(0,0,0,0) 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.gradient_000_up {background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0), rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to top, rgba(0,0,0,0.65) 0%),rgba(0,0,0,0) 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.gradient_blue {background: -moz-linear-gradient(bottom, rgba(32,64,103,.65) 0), rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(32,64,103,.65) 100%); background: linear-gradient(to bottom, rgba(32,64,103,.65) 0%),rgba(0,0,0,0) 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.gradient_blue_up {background: -moz-linear-gradient(top, rgba(32,64,103,.65) 0), rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(32,64,103,.65) 100%); background: linear-gradient(to top, rgba(32,64,103,.65) 0%),rgba(0,0,0,0) 100%; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.lbgradient2 {background: #fff; background: -moz-linear-gradient(top,  #e8f2fa 0%, #fff 100%); background: -webkit-linear-gradient(top,  #e8f2fa 0%,#fff 100%); background: linear-gradient(to bottom,  #e8f2fa 0%,#fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2fa', endColorstr='#fff',GradientType=0 );}

.lbgradient {background: #212f54; background: -moz-linear-gradient(top,  #212f54 0%, #390d92 100%); background: -webkit-linear-gradient(top,  #212f54 0%,#390d92 100%); background: linear-gradient(to bottom,  #212f54 0%,#390d92 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212f54', endColorstr='#390d92',GradientType=0 );}
.lbgradient4 {background: #b0dbfc; background: -moz-linear-gradient(top,  #cbe6fb 0%, #b0dbfc 100%); background: -webkit-linear-gradient(top,  #cbe6fb 0%,#b0dbfc 100%); background: linear-gradient(to bottom,  #cbe6fb 0%,#b0dbfc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe6fb', endColorstr='#b0dbfc',GradientType=0 );}
.graygradient {background: #f8f8f8; background: -moz-linear-gradient(top,  #f8f8f8 0%, #fff 100%); background: -webkit-linear-gradient(top,  #f8f8f8 0%,#fff 100%); background: linear-gradient(to bottom,  #f8f8f8 0%,#fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fff',GradientType=0 );}
.pinkgradient {background: #fa4f91; background: -moz-linear-gradient(top,  #fa4f91 0%, #ff69b4 100%); background: -webkit-linear-gradient(top,  #fa4f91 0%,#ff69b4 100%); background: linear-gradient(to bottom,  #fa4f91 0%,#ff69b4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4f91', endColorstr='#ff69b4',GradientType=0 );}
.greengradient {background: #0c0; background: -moz-linear-gradient(top,  #0c0 0%, #0e0 100%); background: -webkit-linear-gradient(top,  #0c0 0%,#0e0 100%); background: linear-gradient(to bottom,  #0c0 0%,#0e0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0', endColorstr='#0e0',GradientType=0 );}
.planbutton {float:right; width:49%; margin:5px 1% 5px 0; box-sizing:border-box; background:#fff; border:1px solid rgba(58,78,130,.2); padding:5px 0; border-radius:3px;}
.planbutton:hover, .planbutton_on {cursor:pointer; background:#0b88e8; color:#FFF; border:1px solid #095692;}
.drop_photo, .drop_video, .drop_talk, .drop_note, .drop_deal, .drop_link {position:absolute; top:12px; width:25px; height:25px;}
.drop_photo {left:calc(50% - 75px); background:url(/images/aptpal/image-icon-white.png)center center/contain no-repeat;}
.drop_video {left:calc(50% - 75px); background:url(/images/aptpal/play-icon-white.png)center center/contain no-repeat;}
.drop_talk {left:calc(50% - 75px); background:url(/images/aptpal/studio-mic-white.png)center center/contain no-repeat;}
.drop_note {left:calc(50% - 75px); background:url(/images/aptpal/note-icon-white.png)center center/contain no-repeat;}
.drop_deal {left:calc(50% - 75px); background:url(/images/aptpal/deal-icon-white.png)center center/contain no-repeat;}
.drop_link {left:calc(50% - 75px); background:url(/images/aptpal/link-icon-white.png)center center/contain no-repeat;}

.front_tiles {margin-top:25px;}
.front_tile {float:left; padding:0 1%; box-sizing:border-box; margin-top:10px;}
.front_icon {width:100%; padding-top:70%;}
.front_geo {background:url(/images/aptpal/geo3-icon-white.png)center center/100px no-repeat;}
.front_pic {background:url(/images/aptpal/image-icon-white.png)center center/100px no-repeat;}
.front_mic {background:url(/images/aptpal/studio-mic-white.png)center center/100px no-repeat;}
.front_video {background:url(/images/aptpal/play-icon-white.png)center center/100px no-repeat;}
.front_interview {background:url(/images/aptpal/conversation-icon-white.png)center center/100px no-repeat;}

.pop_tiles {margin-top:5px;}
.pop_tile {float:left; width:50%; padding:0 1%; box-sizing:border-box; margin-top:10px;}
.pop_icon {width:50px; padding-top:50px; float:left;}
.pop_geo {background:url(/images/aptpal/geo3-icon-blue.png)center center/35px no-repeat;}
.pop_pic {background:url(/images/aptpal/image-icon-blue.png)center center/35px no-repeat;}
.pop_mic {background:url(/images/aptpal/studio-mic-blue.png)center center/35px no-repeat;}
.pop_video {background:url(/images/aptpal/play-icon-blue.png)center center/35px no-repeat;}
.pop_interview {background:url(/images/aptpal/conversation-icon-blue.png)center center/35px no-repeat;}


/*Footer*/
.footer {display:none; width:100%; position:fixed; bottom:0px; z-index:20; z-index:1000; box-shadow:0 0 19px rgba(0,0,0,.2); background:url(/images/aptpal/front_bg.png)center top/20% repeat #fff;}
.footercover {background:#000; opacity:0.5; width:100%;height:100%; position:absolute; top:0; z-index:1;}
.footerlogo {width:176px; height:70px; background:url(/images/aptpal/logo-sm.png) center center/contain no-repeat; position:absolute; right:10px; top:0px; z-index:1000; }
.footerlinks {font-size:14px; line-height:1.3; margin:20px; float:left; color:#666; }
.footerlinks a {color:#000000; text-decoration:none; margin-left:5px; white-space:nowrap;font-family:'Montserrat'; font-weight:600;}
.footerlinks a:hover {color:#2c5d98; text-decoration:underline;}
.footercopy {width:200px; float:right; margin:0 30px 0 0; text-align:center; color:#fa4f91;}
.footersm {font-size:11px;}
.footersm a{color:#fa4f91;}
.pageloading {position:relative; top:0; left:0; width:0; height:4px; z-index:1;}

.popout {display:none; width: 100%; height:100%; position:fixed;}
.center {position:relative; left:50%; width:0px;}
.center300 {position:relative; width:300px; left:-150px; }
.center500 {position:relative; width:500px; left:-250px; }
.cover {background: #fff;}
.geoiconcover, .playcover, .miccover, .replycover, .gallerycover, .bellcover {position:fixed; top:0; left:0; width:100%; height:100%; opacity:1; }
.geoiconcover {background:url(/images/aptpal/geo_tile.png)center center/auto repeat;}
.bellcover {background:url(/images/aptpal/front_bg.png)center center/30% repeat;}
.playcover {background:url(/images/aptpal/play_tile.png)center center/auto repeat;}
.miccover {background:url(/images/aptpal/mic_tile.png)center center/auto repeat;}
.replycover {background:url(/images/aptpal/reply_tile.png)center center/auto repeat;}
.gallerycover {background:url(/images/aptpal/gallery_tile.png)center center/auto repeat;}
.bluecover {background:rgba(0,0,0,.4); width:100%; height:100%; position:fixed; top:0; left:0;}
.bluecover:hover {background:rgba(0,0,0,.6);}
.cover:hover, .bluecover:hover {cursor:pointer;}
.centerbox, .centerwide {background:#FFF; border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; position:relative;z-index:1001; box-shadow:0 0 25px rgb(22,4,75,.6);} 
.record_box {position:absolute;}
.record_front {padding: 1rem; border-radius:100%; background:url(/images/aptpal/studio-mic-white.png)center center/50% no-repeat #0e0;  box-shadow:0 0 50px rgba(0, 0, 0, .5);}
.record_front:hover {cursor:pointer; background:url(/images/aptpal/studio-mic-color.png)center center/50% no-repeat #0C0;}
.digits {position:fixed; z-index:1; top:0; left:0; width:100%; height:100%; background:url(/images/aptpal/digits.png)center center/contain no-repeat; opacity:.4;}
.loadinggif {width:100%; margin-top:40px; height:200px; background:url(/images/aptpal/loading_1.gif)center center/contain no-repeat;}

/* Member Profile Page */
.verified, .verifiedsm {background:url(/images/items/gray-check-sm.png)center center/contain no-repeat;}
.verified1, .verifiedsm1 {background:url(/images/items/gray-check-sm.png)center center/contain no-repeat;}
.verified2, .verifiedsm2 {background:url(/images/items/blue-check-sm.png)center center/contain no-repeat;}
.verified3, .verifiedsm3 {background:url(/images/items/gold-check-sm.png)center center/contain no-repeat;}
.verified4, .verifiedsm4 {background:url(/images/items/royal-check-sm.png)center center/contain no-repeat;}
.verified1, .verified2, .verified3, .verified4, .bank {padding:9px; margin:0 2px 0 5px;}
.verifiedsm1, .verifiedsm2, .verifiedsm3, .verifiedsm4, .banksm {padding:6px; margin:0 2px 0 3px;}


.EmbeddedTweet {min-width:103%;}
/*Post Center Data*/
.post_usertime {font-size:11px; font-weight:500; color:#999; font-family: 'OpenSans', Helvetica, sans-serif; letter-spacing:0;margin-top:2px;}
.post_page_pic {width:50px; height:50px; float:left; margin-right:15px;}
.post_page_box {width:100%; height:50px;}
.group_white {background:url(/images/temp/group_icon_white.png)left center/35px no-repeat; padding:15px 22px; margin-right:10px;}
.group {background:url(/images/temp/group_icon.png)left top/18px no-repeat; padding-left:22px; height:14px; margin:5px 2px 12px 0;}
.public {background:url(/images/items/world.png)left top/12px no-repeat; padding-left:18px; height:14px; margin:5px 2px 10px 0;}
.private {padding-left:14px; height:14px; margin:15px 2px 10px 0; background:url(/images/temp/lock_gray.png)left top/contain no-repeat;}
.post_pop_item {width:30px; padding-top:30px;margin-right:10px; float:left;}
.post_pop_lock {background:url(/images/temp/lock_gray.png)center center/contain no-repeat;}
.post_pop_viewable {background:url(/images/temp/megaphone_gray.png)center center/contain no-repeat;}
.post_pop_group {background:url(/images/temp/group-icon-gray.png)center center/contain no-repeat;}
.post_pop_button {float:left; padding:11px 15px; border-radius:0; color:#999; border-right:1px solid rgba(58,78,130,.2);}
.post_pop_vote, .post_pop_comments, .post_plays, .posts_reply, .post_new, .post_playlist, .post_questions, .post_answers, .post_new_comment {float:left; padding:10px 15px 9px 40px; font-family:'Montserrat'; font-size:16px; font-weight:700; line-height:1.2;} 
.post_pop_vote {color:#999; background:url(/images/aptpal/upvote_off.png)left+14px top+14px/22px no-repeat; }
.post_pop_vote:hover, .post_pop_vote_on {cursor:pointer; color:#000 !important; background:url(/images/aptpal/upvote.png)left+14px top+12px/22px no-repeat !important;}
.post_pop_comments {color:#999; background:url(/images/aptpal/up_comment_off.png)left+12px top+13px/22px no-repeat !important; }
.post_plays {color:#999; height:21px; padding:10px 10px 6px 39px; background:url(/images/aptpal/eye-icon-gray.png)left+7px top+7px/27px no-repeat !important;}
.post_plays:hover, .post_pop_comments:hover {cursor:default; color:#999 !important;}
.posts_reply {height:18px; font-size:13px; padding:12px 5px 7px 30px; color:#999; background:url(/images/aptpal/reply-icon.png)left+5px top+8px/21px no-repeat; }
.posts_reply:hover {color:#000000; background:url(/images/aptpal/reply-icon-on.png)left+4px top+7px/23px no-repeat; cursor:pointer;}
.posts_share {height:18px; font-size:13px; padding:12px 5px 7px 30px; color:#999; background:url(/images/temp/megaphone_gray.png)left+5px top+8px/21px no-repeat; }
.posts_share:hover {color:#000000; background:url(/images/temp/megaphone_gray.png)left+4px top+7px/23px no-repeat; cursor:pointer;}
.post_new, .post_new_comment {height:18px; font-size:16px; padding:10px 8px 9px 35px; color:#999; background:url(/images/aptpal/studio-mic-gray.png)left+7px top+7px/24px no-repeat; }
.post_new:hover, .post_new_comment:hover {color:#000000; background:url(/images/aptpal/studio-mic-pink.png)left+6px top+6px/26px no-repeat; cursor:pointer;}
.post_top_item {height:18px; font-size:16px; padding:10px 8px 9px 40px; color:#999;}
.post_top_item:hover {color:#000000; cursor:pointer;}
.post_playlist {background:url(/images/aptpal/play-icon-gray.png)left+9px top+10px/19px no-repeat; }
.post_playlist:hover {background:url(/images/aptpal/play-icon-blue.png)left+9px top+10px/19px no-repeat;}
.post_questions {background:url(/images/aptpal/question-icon-gray.png)left+7px top+7px/24px no-repeat; }
.post_questions:hover {background:url(/images/aptpal/question-icon-blue.png)left+7px top+7px/24px no-repeat; }
.post_answers {background:url(/images/aptpal/studio-mic-gray.png)left+9px top+8px/23px no-repeat; }
.post_answers:hover {background:url(/images/aptpal/studio-mic-pink.png)left+9px top+8px/23px no-repeat; }
.post_action {padding:5px; width:100%; top:0; left:0; height:70px; box-sizing:border-box;}
.post_action_pic {width:30px; height:30px; margin-right:8px; border-radius:100%; float:left; border:1px solid #fff; box-shadow:0 0 5px rgba(0,0,0,.7); }

.attach_button {background:url(/images/temp/clip_white.png)left+10px center/18px no-repeat #033d88; padding-left:35px; border-radius:50px;}
.attach_button:hover {background:url(/images/temp/clip_white.png)left+10px center/18px no-repeat #000000;}
.postpagecontent {padding:10px; font-size:18px;}
.post_comment {width:100%; padding:17px 0 7px 1%; box-sizing:border-box; border-bottom:1px solid rgba(58,78,130,.2); position:relative; background:#fff;}
.post_comment_pic {float:left; border-radius:100%; position:relative;border:2px solid #fff;}
.post_comment_pic:hover {cursor:pointer; box-shadow:0 0 7px rgba(9,63,134,0.5);}
.post_comment_pic span {position:absolute; right:-10px; top:0; width:3px; height:3px; border-radius:100%; border:1px solid #fff;}
.post_comment_text {color:#666; font-family:HelveticaNeue, 'OpenSans', Helvetica, sans-serif; letter-spacing:0; overflow:hidden;}
.post_comment_text a, .post_text2 a {color:#f60;}
.post_reply {border-bottom:unset !important;}
.post_text a {color:#000000;}
.post_comment_img {cursor:pointer; width:20%; float:left; margin-right:1%; border-radius:5px;}
.post_comment_link {float:left; width:55%;}
.post_comment_small {color:#999; font-size:11px; margin:3px 0 0 0px;font-weight:300; font-family:HelveticaNeue, 'OpenSans', Helvetica, sans-serif; letter-spacing:0; float:left;}
.post_share {width:37px; height:37px; float:right; background:url(/images/aptpal/share-link-gray.png)center center/25px no-repeat;}
.post_share:hover {cursor:pointer; background:url(/images/aptpal/share-link-pink.png)center center/27px no-repeat;}
.gfeed_com {width:100%; padding:10px; box-sizing:border-box; position:relative; font-family:'Montserrat', 'OpenSans', Helvetica,Arial,sans-serif;}
.gfeed_compic {width:36px; height:36px; border-radius:100%; float:left; margin-right:5px;}
.gfeed_comtext {height:36px;overflow:hidden;position:relative;}
.gfeed_comtext input{height:36px;border-radius:50px; background:#fff; padding:0 40px 0 15px; width:100%;}
.gfeed_comadd {position:absolute; right:0; top:0; padding:10px 27px 10px 12px; height:15px; float:right; border-radius:0 20px 20px 0; font-weight:600; background:url(/images/temp/arrow_white_right.png)center center/11px no-repeat #ccc;}
.gfeed_comadd_on {background-color:#000000 !important;}
.gfeed_comadd:hover {cursor:pointer; background-color:#000000;}
.gfeed_comtext input::placeholder { font-size:13px; color:#999; padding-top:2px;}
.gfeed_comtext input:focus {outline: none; border-color:#000000; -webkit-box-shadow: none; -moz-box-shadow:none;box-shadow: none;}
.post_gradient {width:100%; height:4px; position:absolute; left:0; top:-4px; z-index:1;}
.pc_vote {width:20px; height:20px; margin-left:10px; padding-left:20px; text-decoration:underline; color:#999; font-weight:bold; background:url(/images/aptpal/upvote_off.png)left center/15px no-repeat;}
.pc_vote:hover, .pc_vote_on {cursor:pointer; color:#000000; background:url(/images/aptpal/upvote.png)left center/15px no-repeat; text-decoration:none;}
.playwrap, .replywrap {position:absolute; box-sizing:border-box; padding:10px; background:#000000; border-radius:100%; border:3px solid #fff;}
.playwrap {left:15px; top:calc(50% - 50px);}
.playfeed {position:relative; float:left; z-index:10;}
.playstamp {position:absolute; right:0; bottom:0; z-index:10;}
.whiteplay, .whitepause, .pinkplay, .pinkpause {position:absolute;}
.whiteplay {background:url(/images/aptpal/play-white.png)left+3px center/contain no-repeat;}
.whitepause {background:url(/images/aptpal/pause-white.png)left+3px center/contain no-repeat;}
.pinkplay, .pinkpause {width:60px; padding-top:60px; left:calc(50% - 30px); top:calc(50% - 30px); z-index:100;}
.pinkplay {background:url(/images/aptpal/play_button_sm_slant.png)center center/contain no-repeat;}
.pinkpause {background:url(/images/aptpal/pause_button_sm_slant.png)center center/contain no-repeat;}
.pinkplay:hover, .pinkpause:hover {cursor:pointer; background-size:94%;}
.whitemap {width:50px; height:50px; position:absolute; right:-25px; top:calc(50% - 25px); background:url(/images/aptpal/map-white.png)center center/contain no-repeat;}
.whitelock {position:absolute; background:url(/images/aptpal/geo3-icon-white.png)center center/contain no-repeat; z-index:1;}
.piclock {position:absolute; background:url(/images/aptpal/image-icon-white.png)center center/contain no-repeat; z-index:1;}
.vidlock {position:absolute; background:url(/images/aptpal/play-icon-white.png)center center/contain no-repeat; z-index:1;}
.audiolock {position:absolute; background:url(/images/aptpal/studio-mic-white.png)center center/contain no-repeat; z-index:1;}
.notelock {position:absolute; background:url(/images/aptpal/note-icon-white.png)center center/contain no-repeat; z-index:1;}
.linklock {position:absolute; background:url(/images/aptpal/link-icon-white.png)center center/contain no-repeat; z-index:1;}
.deallock {position:absolute; background:url(/images/aptpal/deal-icon-white.png)center center/contain no-repeat; z-index:1;}
.playwrap:hover {cursor:pointer; box-shadow:0 0 5px rgba(0,0,0,.5); background-size:150%;}
.playwrap:hover .whiteplay, .playfeed:hover .whiteplay {cursor:pointer; } 
.replywrap {width:45px; height:45px; left:100px; top:27px;}
.replybutton {background:url(/images/aptpal/reply-icon-white.png)center center/contain no-repeat; width:25px; height:25px; position:absolute; right:-15px; top:-10px;}
.replywrap:hover {cursor:pointer; box-shadow:0 0 6px rgba(0,0,0,.5);}
.replywrap:hover .replybutton{width:29px; height:29px; right:-17px; top:-12px;}
.recordbutton, .geobutton, .uploadbutton, .frontrecordbutton {box-sizing:border-box; z-index:10000;}
.recordbutton {background:url(/images/aptpal/studio-mic-white.png)left+20px center/40px no-repeat #0e0;}
.frontrecordbutton {cursor:pointer; background:url(/images/aptpal/studio-mic-color.png)left+20px center/40px no-repeat;}
.uploadbutton {position:fixed; background:url(/images/aptpal/upload-icon-blue.png)left+20px center/40px no-repeat;}
.geobutton {background:url(/images/aptpal/geo3-icon-white.png)left+20px center/40px no-repeat #0e0;}
.recordbutton:hover, .geobutton:hover, #micbutton:hover {cursor:pointer; background-color:#0C0;}
.uploadbutton:hover {cursor:pointer; background:url(/images/aptpal/upload-icon-blue.png)left+20px center/40px no-repeat;}
#micbutton {padding:15px 0px; background:#0e0;}
.miccenter {width:300px; height:45px; display:inline-block; background:url(/images/aptpal/studio-mic-white.png)left top/45px no-repeat; padding:3px 0 0 30px; font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; font-weight:700; letter-spacing:-2px; font-size:30px; letter-spacing:-1.5px;}
.post_line {height:39px; width:100%;}
.post_line_text {padding:9px 0; white-space:nowrap; overflow:hidden;}
.post_reply_line, .post_message_line, .post_question_line {width:35px; height:40px; float:left; margin:0 8px 0 0; padding-left:40px; box-sizing:border-box; border-right:5px solid #ccc;}
.post_message_line {background:url(/images/aptpal/message-icon-blue.png)center center/21px no-repeat;}
.post_reply_line {background:url(/images/aptpal/reply-icon-blue.png)center center/21px no-repeat;}
.post_question_line {background:url(/images/aptpal/question-icon-blue.png)center center/26px no-repeat;}
.play_link_pic {top:-4px; width:28px; height:28px; margin-right:8px; border:1px solid rgba(32,64,103,.5);}
.link_icon, .geo_icon {width:20px; height:20px; float:left; margin-right:5px;}
.link_icon {background:url(/images/aptpal/link-icon-gray.png)center center/contain no-repeat;}
.geo_icon {background:url(/images/aptpal/location-icon-gray.png)center center/contain no-repeat;}
.geo_icon_white {width:30px; height:40px; float:left; margin-right:10px; background:url(/images/aptpal/geo3-icon-white.png)center top/120% no-repeat;}
.geo_icon_lg {width:70px; height:70px; float:left; margin-right:15px; background:url(/images/aptpal/geo3-icon-blue.png)center top/100% no-repeat;}
#playlistnow {bottom:15px; z-index:10000;}
.playlist_record, .playlist_link {padding:15px 35px 15px 75px; box-sizing:border-box;}
.playlist_record {background:url(/images/aptpal/studio-mic-white.png)left+20px center/45px no-repeat #0e0; }
.playlist_link {background:url(/images/aptpal/link-icon-white.png)left+20px center/45px no-repeat #0e0; }
.playlist_record:hover, .playlist_link:hover {cursor:pointer; background-color:#0C0;}
.geocover {width:100%; height:100%; box-sizing:border-box; padding:0 10%; position:absolute; left:0; top:0; background:rgba(32,64,103,.5); cursor:pointer;}
.cameracode {width:300px;height:300px;padding:0 0 25px 0; border-radius:10px; background:#fa4f91; border:8px solid #fa4f91;}
.cameracode img {border-radius:7px 7px 0 0;}
.post_bg {top:0; left:0;}
.post_geo {width:100%; min-height:280px; background:url(/images/aptpal/default_map.jpg)center center/cover no-repeat;}

.hashtag {padding:5px; border-radius:3px; color:var(--color1); border:1px solid rgba(58,78,130,.2); float:left; margin-right:8px; font-size:13px; font-weight:bold;}
.hashtag:hover {cursor:pointer; color:var(--color2); border:1px solid rgba(58,78,130,.5); text-decoration:underline;}

#buttonbox {width:100%; box-sizing:border-box; padding:10px 2%; border-bottom:1px solid rgba(58,78,130,.2);}
#buttonbox .butt {float:left; font-family:'Montserrat', 'OpenSans', Helvetica, sans-serif; line-height:1.3; color:#fff; margin:5px -1px 5px 0; text-transform:uppercase; padding:6px 14px 6px 33px; font-weight:700; letter-spacing:-0.8px; border:1px solid #fff;}
#buttonbox .icon {padding-left:18px !important;}
#buttonbox div:hover {cursor:pointer; color:#fff; background-color:#212f54;}
.me_button {background:url(/images/aptpal/studio-mic-color.png)left+8px center/19px no-repeat;}
.me_button:hover {background:url(/images/aptpal/studio-mic-white.png)left+8px center/19px no-repeat;}
.me_button.button_on {background:url(/images/aptpal/studio-mic-pink.png)left+8px center/19px no-repeat;}
.all_button {background:url(/images/aptpal/circle-icon-white.png)left+8px center/18px no-repeat;}
.all_button:hover {background:url(/images/aptpal/circle-icon-white.png)left+8px center/18px no-repeat;}
.video_button {background:url(/images/aptpal/play-icon-blue.png)left+8px center/18px no-repeat;}
.video_button:hover {background:url(/images/aptpal/play-icon-white.png)left+8px center/18px no-repeat;}
.audio_button {background:url(/images/aptpal/studio-mic-pink.png)left+8px center/18px no-repeat;}
.audio_button:hover {background:url(/images/aptpal/studio-mic-white.png)left+8px center/18px no-repeat;}
.images_button {background:url(/images/aptpal/image-icon-blue.png)left+8px center/18px no-repeat;}
.images_button:hover {background:url(/images/aptpal/image-icon-white.png)left+8px center/18px no-repeat;}
.upload_button {background:url(/images/aptpal/upload-icon-blue.png)left+8px center/18px no-repeat;}
.upload_button:hover {background:url(/images/aptpal/upload-icon-white.png)left+8px center/18px no-repeat;}
.download_button {background:url(/images/aptpal/download-icon-blue.png)left+8px center/20px no-repeat;}
.download_button:hover {background:url(/images/aptpal/download-icon-white.png)left+8px center/20px no-repeat;}
.lock_button_private {background:url(/images/aptpal/lock-icon-blue.png)left+7px center/20px no-repeat #000000; color:#ff69b4 !important;}
.lock_button_private:hover {background:url(/images/aptpal/lock-open-icon-white.png)left+7px center/20px no-repeat #000000; color:#fff !important;}
.lock_button_public {background:url(/images/aptpal/lock-open-icon-blue.png)left+7px center/20px no-repeat;}
.lock_button_public:hover {background:url(/images/aptpal/lock-icon-white.png)left+7px center/20px no-repeat #000;}
.delete_button:hover {background:url(/images/aptpal/delete-icon-white.png)left+8px center/20px no-repeat #c00 !important;}
.delete_button {background:url(/images/aptpal/delete-icon-white.png)left+8px center/20px no-repeat #f00; color:#fff !important;}
.button_on {background-color:#47f4d3 !important; color:#fff !important;} 
.replies_button {background:url(/images/aptpal/reply-icon-blue.png)left+7px center/20px no-repeat;}
.replies_button:hover {background:url(/images/aptpal/reply-icon-white.png)left+7px center/20px no-repeat;}
.answers_button {background:url(/images/aptpal/question-icon-blue.png)left+7px center/20px no-repeat;}
.answers_button:hover {background:url(/images/aptpal/question-icon-white.png)left+7px center/20px no-repeat;}
.links_button {background:url(/images/aptpal/link-icon-blue.png)left+7px center/20px no-repeat;}
.links_button:hover {background:url(/images/aptpal/link-icon-white.png)left+7px center/20px no-repeat;}
.offers_button {background:url(/images/aptpal/note-icon-white.png)left+7px center/20px no-repeat;}
.offers_button:hover {background:url(/images/aptpal/note-icon-white.png)left+7px center/20px no-repeat;} 
.sponsors_button {background:url(/images/aptpal/deal-icon-white.png)left+7px center/20px no-repeat;}
.sponsors_button:hover {background:url(/images/aptpal/deal-icon-white.png)left+7px center/20px no-repeat;}
.trade_button {background:url(/images/aptpal/reply-icon-white.png)left+7px center/20px no-repeat;}
.trade_button:hover {background:url(/images/aptpal/reply-icon-white.png)left+7px center/20px no-repeat;}
.link_button {background:url(/images/aptpal/link-icon-blue.png)left+7px center/20px no-repeat;}
.link_button:hover {background:url(/images/aptpal/link-icon-white.png)left+7px center/20px no-repeat;}
.geo_button {background:url(/images/aptpal/geo3-icon-blue.png)left+7px center/20px no-repeat;}
.geo_button:hover {background:url(/images/aptpal/geo3-icon-white.png)left+7px center/20px no-repeat;}
.likes_button {background:url(/images/aptpal/heart-icon-white.png)left+7px center/20px no-repeat;}
.likes_button:hover {background:url(/images/aptpal/heart-icon-white.png)left+7px center/20px no-repeat;}
.saves_button {background:url(/images/aptpal/save-icon-white.png)left+7px center/20px no-repeat;}
.saves_button:hover {background:url(/images/aptpal/save-icon-white.png)left+7px center/20px no-repeat;}
.following_button, .socials_button {background:url(/images/aptpal/user-icon-white.png)left+7px center/20px no-repeat;}
.following_button:hover, .socials_button:hover {background:url(/images/aptpal/user-icon-white.png)left+7px center/20px no-repeat;}

.con_button {background:url(/images/aptpal/conversation-icon-blue.png)left+7px center/20px no-repeat;}
.con_button:hover {background:url(/images/aptpal/conversation-icon-white.png)left+7px center/20px no-repeat;}
.groups_button, .visitors_button {background:url(/images/aptpal/group-icon-blue.png)left+7px center/20px no-repeat;}
.groups_button:hover, .visitors_button:hover {background:url(/images/aptpal/group-icon-white.png)left+7px center/20px no-repeat;}
.yt_button {background:url(/images/temp/youtube.png)left+5px center/22px no-repeat;}
.yt_button:hover {background:url(/images/temp/youtube-white.png)left+5px center/22px no-repeat;}
.tw_button {background:url(/images/temp/tw.png)left+5px center/22px no-repeat;}
.tw_button:hover {background:url(/images/temp/tw-white.png)left+5px center/22px no-repeat;}
.fb_button {background:url(/images/temp/fb.png)left+5px center/22px no-repeat;}
.fb_button:hover {background:url(/images/temp/fb-white.png)left+5px center/22px no-repeat;}
.toptab {width:100%; margin-top:10px; padding:10px 2%; height:51px; border-bottom:1px solid rgba(58,78,130,.2); font-family:'Montserrat'; box-sizing:border-box;}
.toptabitem, .toptabitem_on {float:left; font-size:16px; font-weight:700; letter-spacing:-.8px; border-top:1px solid rgba(58,78,130,.2); border-right:1px solid rgba(58,78,130,.2); border-bottom:none !important; padding:6px 12px 4px; height:34px; box-sizing:border-box; position:relative; top:6px;}
.toptabitem_off {background:#fff;}
.toptabitem {color:#000; top:5px;}
.toptabitem:hover {color:#212f54; cursor:pointer;}
.toptabitem_on {color:#fff; top:0; height:40px; padding-top:8px; border-radius:3px 3px 0 0; border:1px solid transparent; box-shadow:0 0 6px rgba(58,78,130,.2);}
.toptabitem_on:hover {color:#fff !important; text-shadow:0 1px 2px rgba(58,78,130,.6);}
.link_post, .deal_post, .note_post {position:absolute; width:100%; top:-80px; height:70px; z-index:1;}
.note_post {background:url(/images/aptpal/note-icon-white.png)center center/contain no-repeat;}
.link_post {background:url(/images/aptpal/link-icon-white.png)center center/contain no-repeat;}
.deal_post {background:url(/images/aptpal/deal-icon-white.png)center center/contain no-repeat;}

.actbox:hover {cursor:pointer; background:#f3f8fd;}
.actbox a, .combox a {font-family: 'Montserrat'; font-weight:700;}
.actpic, .actphoto {float:left;}
.actpic {border-radius:100%;}
.actpic_sm {float:left; width:45px; height:45px; margin-right:10px; border-radius:100%; border:2px solid #fff; box-shadow:0 0 2px rgba(0,0,0,1);}
.actpic:hover, .actphoto:hover {cursor:pointer; box-shadow:0 0 8px rgba(0,0,0,1);}
.actpic2 {position:absolute; top:-10px; border-radius:100%; border:2px solid #fff; box-shadow:0 0 3px rgba(0,0,0,1);}
.actbox:hover .actpic {box-shadow:0 0 5px rgba(0,0,0,1);}
.comment {border:1px solid rgba(58,78,130,.2); padding:8px 15px; border-radius:5px;}
.comment_pad {padding:8px 15px; box-sizing:border-box;} 
.activitybox {position:relative;top:-1px !important; padding:0 0 100px 0 !important; background:#fff; margin-top:0 !important;z-index:1;}
.activitybuttons {z-index:2; position:relative;}
.invitebottom { width:100%; padding:15px 5%; box-sizing:border-box; background:rgba(0,0,0,.05);}
.notification_photo {float:left; margin-right:10px;}
.sub_button, .sub_button_on {float:left; font-family: 'Montserrat'; font-weight:700; letter-spacing:-.8px; text-align:center; margin-right:0; background:#fff; position:relative; z-index:2; margin-right:1px;}
.sub_button {color:#fff; background:var(--bluegradient); }
.sub_button_on {border-bottom:1px solid #fff !important; color:#212f54; border-top:1px solid rgba(58,78,130,.2) !important; border-left:1px solid rgba(58,78,130,.2) !important; border-right:1px solid rgba(58,78,130,.2) !important; padding:5px 13px 6px !important;}
.sub_button_on:hover {cursor:pointer;}
.sub_button:hover {cursor:pointer; background:#212f54 !important; color:#fff !important; box-shadow:0 0 15px rgba(0,0,0, .1);}

.pro_button, .pro_button_on {float:left; font-family: 'Montserrat'; font-weight:700; letter-spacing:-.8px; border:var(--main-border); text-align:center;}
.pro_button, .pro_button_on {border-radius:50px; color:var(--color1); }
.pro_button:hover {cursor:pointer; background:#212f54 !important; color:#fff !important; box-shadow:0 0 15px rgba(0, 0, 0, .1);}
.pro_button_on:hover {cursor:pointer; background:#212f54 !important; color:#fff !important; box-shadow:0 0 15px rgba(0, 0, 0, .1);}


.controlline {font-size:12px; padding:15px 0  0 1%; color:#999;}
.controls {padding-left:32px !important; background:url(/images/items/controls.png)3px center/24px no-repeat #fff !important; margin-top:10px !important; color:#fa4f91 !important;}
.controls:hover {cursor:pointer; background:url(/images/items/controls.png)3px center/24px no-repeat #fff !important;}
.postbottom {border-top:1px solid rgba(58,78,130,.2); padding: 15px 10px; background:#f3f8fd; position: relative; left:0; width:100%; box-sizing:border-box;}
.post_userpop {position:absolute; top:0; left:50px; z-index:20; width:250px; background:#fff; padding:10px; border-radius:0 0 5px 5px; box-shadow:0 0 10px rgba(0,0,0,.4); border:1px solid rgba(0,0,0,.4);}
.post_user_close {width:30px; height:30px; position:absolute; left:-15px; top:-15px; z-index:1; background:url(/images/temp/x.png)center center/90% no-repeat; border-radius:100%;}
.post_user_close:hover {cursor:pointer; background-size:100%;}

.login33 {float:left; width:33.333%;}
.loginwithtw, .loginwithfb, .loginwithe, .loginwithg {height:40px; width:90%; margin:0 5% 10px; box-sizing:border-box; box-shadow:0 2px 4px rgba(0,0,0,.25); transition: all .2s ease-in-out; position:relative; border-radius:50px;}
.loginwithtw, .loginwithfb, .loginwithe {padding-left:15px;}
.loginwithfb {background:url(/images/temp/loginwithfb.png)left center/323px no-repeat #fff;margin-bottom:6px;}
.loginwithtw {background:url(/images/temp/loginwithtw.png)left center/309px no-repeat #fff;}
.loginwithe {background:url(/images/temp/email-gray.png)left+8px center/22px no-repeat #fff;}
.loginwithin {float:left; font-size:14px; text-align:center; font-family:Roboto,arial,sans-serif; font-weight:500; white-space:nowrap; padding-top:10px; width:96%; margin-left:3%; color:#757575; letter-spacing:0;}
.loginwithfb:hover {cursor:pointer; box-shadow:0 2px 6px rgba(58, 81, 155,.5); top:-2px;}
.loginwithtw:hover {cursor:pointer; box-shadow:0 2px 6px rgba(75, 169, 244,.5); top:-2px;}
.loginwithe:hover {cursor:pointer; box-shadow:0 2px 6px rgba(0, 153, 0, 0.5); top:-2px;}
.loginwithg:hover {cursor:pointer; box-shadow:0 2px 6px rgba(255, 102, 0,.5); top:-2px;}
.logintexttw, .logintextfb {text-align:center; padding:8px 0 0 23px; font-size:13px; width:100px; text-decoration:underline; }
.logintexttw {background:url(/images/temp/tw.png)left 4px/contain no-repeat; color:#37abe7;}
.logintextfb {background:url(/images/temp/fb.png)left 4px/contain no-repeat; color:#3a519b;}
.logintexttw:hover, .logintextfb:hover {text-decoration:none; cursor:pointer;}
.bottomlogin {position:fixed; bottom:0; padding:5px 0; z-index:1001; background:#f5f3ec; box-shadow:0 0 18px rgba(0,0,0,.5);}
.frontbg {width:100%; height:100%; position:fixed; background: #000000; background: -moz-linear-gradient(45deg, #000000 0%, #f03897 56%, #fb752b 93%); background: -webkit-linear-gradient(45deg, #000000 0%,#f03897 56%,#fb752b 93%); background: linear-gradient(45deg, #000000 0%,#f03897 56%,#fb752b 93%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fb752b',GradientType=1 );}
.mob_btmlogins {width:42px;float:left;margin:5px 2px;}
.abcRioButton {border-radius:50px !important;}
.abcRioButtonContents {position:relative !important; left:-10px;}
.popdown {width:100%; font-weight:700; text-align:center; color:#fff; position:fixed; z-index:10001; left:0; letter-spacing:-1px; font-family:'Montserrat'; line-height:1.2; letter-spacing:-1px; -webkit-font-smoothing:subpixel-antialiased; -webkit-font-smoothing:antialiased;}


.sublogin {float:right; font-size:20px; font-weight:600; letter-spacing:-1px; color:#fa4f91; font-family:'Montserrat'; letter-spacing:-.8px; }
.sublogin:hover {cursor:pointer; text-decoration:underline;}
.topnav {position:relative; float:left; transition: all .2s ease-in-out;}
.topnav:hover {opacity:.9; cursor:pointer;}
.home {background:url(/images/temp/home.png)center center/95% no-repeat;}
.plus_post, .plus_post_mobile {background:url(/images/aptpal/studio-mic-white.png)center center/contain no-repeat; }
.plus_post:hover, .plus_post_mobile:hover {background:url(/images/aptpal/studio-mic-pink.png)center center/contain no-repeat;}
.topgroup {background:url(/images/aptpal/group-icon-white.png)center center/contain no-repeat;}
.topgroup:hover {background:url(/images/aptpal/group-icon-blue.png)center center/contain no-repeat;}
.plus_geo {background:url(/images/aptpal/geo3-icon-white.png)center center/95% no-repeat;}
.plus_geo:hover {background:url(/images/aptpal/geo3-icon-blue.png)center center/95% no-repeat;}
.home:hover, .topgroup:hover, .plus_geo:hover, .plus_post:hover, .plus_post_mobile:hover {cursor:pointer;}
.bell, .inbox, .friends, .stamp {position:relative; float:left;}
.friends {background:url(/images/aptpal/friends-sprite.png)left center/140px no-repeat;}
.friends:hover {cursor:pointer; background-position:right center;}
.inbox {background:url(/images/aptpal/inbox-sprite-blue.png)left center/140px no-repeat;}
.inbox:hover {cursor:pointer; background-position:right center;}
.stamp {background:url(/images/aptpal/stamp-sprite-blue.png)left center/100px no-repeat;}
.stamp:hover {cursor:pointer; background-position:right center;}
.bell {background:url(/images/aptpal/bell-sprite-blue.png)left center/100px no-repeat;}
.bell:hover {cursor:pointer; background-position:right center;}
.bell_off {background:url(/images/temp/bell_off_black.png)center center/contain no-repeat;}
.bell_on {background:url(/images/temp/bell_on_black.png)center center/contain no-repeat;}
.bell_on:hover {cursor:pointer; background:url(/images/temp/bell_on2_black.png)center center/contain no-repeat;}
.bell_notifications {display:none; position:absolute; text-align:center; letter-spacing:-.4px; color:#fff; font-family: 'Montserrat'; font-weight:700;}
.plusbell {position:fixed; bottom:30px; right:30px; z-index:100000; width:75px; height:75px; border-radius:100%; box-shadow:0 0 16px rgba(0,0,0,.4); border:2px solid #fff;}
.plusbell_in {width:100%; padding-top:100%;  border-radius:100%; background:url(/images/aptpal/bell-icon-white-plus.png)center center/60% no-repeat;}
.plusbell_in:hover {cursor:pointer; background:url(/images/aptpal/bell-icon-white-plus-on.png)center center/64% no-repeat;}

.popout .pageleft, .popout .feedright {top:0 !important;}
.mainpic {position:relative; width:70px; height:70px; float:left; margin:0 5px 5px 0;}
.makemainpic {background:rgba(0,0,0,.5); padding:4px 0;}
.makemainpic:hover {background:rgba(0,0,0,.8); cursor:pointer;}
.deletemainpic {background:#fb8442; position:absolute; bottom:2px; right:2px; border-radius:100%; padding:0px 5px 2px;}
.deletemainpic:hover {background:#ca0707;cursor:pointer;}

.city {background:url(/images/items/location.png)left center/10px no-repeat; font-size:12px; color:#212f54; padding:0 16px; font-family: 'OpenSans', Helvetica, sans-serif; font-weight:500; float:left;}
.subbar {padding:8px 0; font-family:'Montserrat'; font-weight:700; white-space:nowrap; text-align:left; box-sizing:border-box; width:100%; overflow:hidden; letter-spacing:-1.2px;}
.pagebar .sponsor_data {left:100% !important; top:-1px !important; box-shadow:0 0 4px rgba(0,0,0,0.2); border-radius:0 4px 4px 0 !important; border:1px solid rgba(58,78,130,.2); border-left:1px solid #fff;}

.backup_top {width:100%; background:url(/images/aptpal/franklin.jpg)center center/cover no-repeat; box-shadow:0 0 12px rgba(0,0,0,.6); position:relative;}
.backup_left, .backup_left_form {float:left; padding:50px 3%; position:relative;z-index:1;box-sizing:border-box;}
.backup_right {float:right; cursor:pointer; position:relative;z-index:1; }
.backup_bottom {width:96%; padding:50px 2%;}
.backup_form {float:right; position:relative; z-index:1; padding:10px; box-sizing:border-box; margin-bottom:110px;}
.backup33 {padding: 6px 0 8px; margin:5px 1%; float:left; border-radius:3px;}

.drop {display:none; position:absolute; top:2px; right:5px; width:15px; height:15px; background:url(/images/temp/drop.png)center center/contain no-repeat; z-index:3;}
#tr .drop {top:15px; right:45px;}
.post_line:hover .drop, .theater_right:hover .drop {display:block;}
.drop:hover {cursor:pointer;}
.drop:hover .drop_in {display:block;}
.drop_text {position:absolute; top:2px; right:45px; z-index:2; font-size:11px;}
.drop_in {display:none; position:absolute; right:-5px; top:-2px; min-width:90px; font-size:12px; white-space:nowrap; background:#fff; border:1px solid rgba(58,78,130,.2); border-bottom:none;}
.drop_line {text-align:center; color:#000000; padding:2px 5px; border-bottom:1px solid rgba(58,78,130,.2);}
.drop_line:hover {cursor:pointer; background:#f5f3ec;}
.reportitem {width:48%; padding:5px 2%; font-weight:bold; float:left; border:1px solid rgba(58,78,130,.2); margin:5px 1%; box-sizing:border-box;}
.reportitem:hover, .reportitem_on {cursor:pointer; color:#fff !important; background:#ca0707;}

.theater_close {position:absolute; right:25px; top:10px; z-index:3; font-weight:600; width:25px; height:25px; line-height:1.5; border-radius:100%; background:#000000; color:#fff; text-align:center; z-index:11;}
.theater_close:hover {cursor:pointer;}

/*Video Chat*/
.video_user {float:left; position:relative;}
.video_user video {width:100%; height:100%; object-fit:cover;}
.video_logo {padding-top:120px; display:none;}

/* Profile */
.propic {float:left; border-radius:100%; border:4px solid #47f4d3;}
.propic:hover {background-size:120%; cursor:pointer;}
.post_userpic {top:0;width:75px; padding-top:75px; margin-right:15px; border-radius:100%; border:3px solid #fff; box-shadow:0 0 6px rgba(0,0,0,0.2);}
.post_userpic:hover {background-size:120%; cursor:pointer;}
.prologo {width:100%; padding-top:30%;background:url(/images/aptpal/logo-2-500px.png)center center/contain no-repeat;}
.prourl {width:100%; bottom:-39px;}

/*Post Editor*/
.posttype {float:left; padding:3px 8px; height:18px; margin:0 3px 3px 0; font-size:14px; color:#000000; letter-spacing:-.6px; border:1px solid rgba(58,78,130,.2); border-radius:2px; font-weight:700;font-family:'Montserrat';}
.posttype:hover {cursor:pointer; background:#000000; color:#FFF;}
.posttype_on, .posttype_on:hover {position:relative; color:#fff; background:#C00; box-shadow:0 0 5px rgba(0,0,0,.2);}

/*Rebounds*/
.rebound_box, .group_box, .image_box {float:left; position:relative; border:1px solid rgba(58,78,130,.2); padding:10px; box-sizing:border-box; border-radius:3px;transition: all .2s ease-in-out; overflow:hidden;}
.rebound_box:hover, .group_box:hover, .image_box:hover {cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.4);top:-1px;}
.rebound_box:hover .rebound_data {display:block;}
.rebound_data {display:none; width:calc(100% - 16px); padding:3px 0; box-sizing:border-box; position:absolute; bottom:0; top:unset; left:8px; z-index:2; height:57px; background:#b0dbfc;}
.rebound_vote {float:right; padding:10px 0 4px 46px; text-align:center; position:relative; top:3px; font-size:20px; height:32px; font-weight:700; font-family:'Montserrat'; background:url(/images/aptpal/upvote_off.png)left+10px top+3px/29px no-repeat; color:#999;}
.rebound_vote:hover, .rebound_vote_on {background:url(/images/aptpal/upvote.png)left+10px top+3px/29px no-repeat; color:#ca0707 !important;}
.rebound_pic {width:60px; padding-top:60px; margin-right:8px; float:left; border-radius:100%; border:3px solid #fff; position:relative; top:-20px;}
.rebound_details {overflow:hidden; white-space:nowrap;}
.rebound_over {position:absolute; left:8px; top:8px; width:calc(100% - 16px); height:calc(100% - 16px); z-index:1; border-radius:2px;}

.twitter-tweet-rendered {width:100% !important; max-width:100% !important;}

/*Group Stuff*/
.group_over {position:relative; width:100%; height:160px;}
.group_info {width:100%; box-sizing:border-box;}
.group_title {font-size:20px; font-family:'Montserrat'; font-weight:700; letter-spacing:-.8px;}
.group_media {position:relative; border-radius:2px; width:48%; height:150px; float:left; margin:1%; box-sizing:border-box; overflow:hidden;}
.group_media:hover {cursor:pointer; box-shadow:0 0 8px rgba(0,0,0,.8);}
.group_message {margin-top:14px; cursor:pointer; max-width:50%; height:55px;}

/*Posts Feed */
.post_feed, .post_feed2 {position:relative; z-index:0; box-sizing:border-box; background:#fff;}
.post_feed:hover, .post_feed2:hover { z-index:1; cursor:pointer; box-shadow:0 0 10px rgba(0,0,0,.4);}


.noscroll::-webkit-scrollbar {display: none;}
.closex {width:40px; height:40px; position:fixed; top:1%; border-radius:100%; background:url(/images/aptpal/close-icon-white.png)center center/contain no-repeat #1175d0;}
.closex:hover {cursor:pointer; opacity:.8;}

.fourbox:after {background: #0F0; position: absolute;  content: '';  height: 5px; right: 0; left: 0; top: 0;}
#logobox {overflow-y: hidden; overflow-x: scroll; display:inline-block; white-space: nowrap !important; -webkit-overflow-scrolling: touch; box-sizing: border-box; min-width:100%;}
.tiletop {border-top:5px solid #1175d0 !important;}
.brand {display:inline-block; height:60px; opacity:.3;}
.brand:hover {cursor:pointer; opacity:1;}

@media (min-width: 1px) {
	body {-webkit-overflow-scrolling: touch;}
	.mobilehide, .mh {display:none;}
	.mobilebtm {display:block;}
	.centerbox, .centerwide {width:340px; left:-180px;}
	.pageleft, .pageright {box-sizing:border-box; float:left; position:relative; background:#fff;}
	.pageleft, .pagemain {width:100%; z-index:2; position:relative;} 
	.pagemain {top:56px;} 
	.pageright {z-index:1; width:100%; padding:10px 5%;}
	.title {font-size:22px; letter-spacing:-.7px;}
	.small {font-size:12px;}
	.smaller {font-size:11px;}
	#joinarea {width:100%;padding:0 3%; margin:0;border-right:none; box-sizing:border-box; }
	.toplogo {width:102px; height:52px; background:url(/images/aptpal/logo-lg.png)center center/contain no-repeat; top:0; margin:0 15px 0 5px;} 
	.smbutton {font-size:12px;}
	#buttonbox div {font-size:12px;}
	.mobileshow {display:block;}
	.post_comment_pic{width:36px; padding-top:36px; margin-right:1%;}
	.fifty, .thirty3, .thirty1, .hundred, .seventy4 {float:left;width:100%;box-sizing:border-box;}
	.sixty6 {width:66.666% !important;}
	.forty8 {width:48% !important; margin:1%;}
	.twenty5, .twenty, .one5 {float:left; width:50% !important; box-sizing:border-box;}
	.ten {float:left; width:30%; box-sizing:border-box;}
	.mobile25 {width:25%; float:left;}
	.mobile33 {width:32.333%; margin-right:1%; float:left;}
	.mobile50 {width:50% !important; float:left; box-sizing:border-box;}
	.seventy4 {width:74%; margin-right:1%; }
	.topbar {z-index:20;height:56px;}
	.popout {top:0px;}
	::-webkit-input-placeholder {color:rgba(0,0,0,.4);  font-size:15px;}
	:-ms-input-placeholder {color:rgba(0,0,0,.4);  font-size:15px;}
	.maxcenter {position:relative; left:0%; width:100%;}
	.maxsize {width:100%; position: relative; left:0; border:none;}
	.rebound_box, .group_box {width:99%; margin:10px .5%;}
	.rebound_box {min-height:200px;}
	.group_box {min-height:250px;}
	.image_box {width:49%; padding-top:49%; margin:10px .5%;}
	.onehundred {padding-left:0;}
	.popdown {padding:12px 2%; font-size:18px;bottom:0px;}
	.group_top {width:100%; padding-top:180px;}
	.group_message {font-size:23px; padding:11px 10px;}
	.home, .friends, .plus_post, .plus_geo, .topgroup {height:41px; margin-right:10px; top:7px;}
	.home {width:36px;}
	.stamp, .bell {width:41px !important; background-size:82px !important;}
	.inbox, .friends, .stamp, .bell {width:50px; height:41px; margin-right:20px; top:8px; left:0; background-size:100px; position:relative;}
	.topnote {position:absolute; width:15px; font-size:10px; top:5px;background:#f00; padding:2px; font-weight:bold; color:#fff; text-align:center; border-radius:100%;}
	.bell .topnote {right:3px;}
	.inbox .topnote, .stamp .topnote {right:-6px;}
	.topgroup {width:46px;}
	.plus_post, .plus_geo {width:41px;}
	.plus_post_mobile {height:55px; width:94%; bottom:1%; right:3%; position:fixed; background-color:#0e0; background-size:40px; border-radius:50px; box-shadow:0 0 8px rgba(0,0,0,.5);}
	.bell_notifications {width:15px; font-size:10px;right:2px;top:5px;}
	.actpic, .actphoto {width:35px; height:35px; border:2px solid #fff; margin:5px 10px 0 0;}
	.actpic2 {width:30px; height:30px; right:-15px;}
	.comment {font-size:14px;}
	.toprightpic {height:40px; width:40px; border-radius:100%; right:5px; top:5px; float:right;}
	.acctpic {width:25%; padding-top:25%; float:left;}
	.propic {box-shadow:0 0 6px rgba(32,64,103,.4); width:25%; padding-top:25%; margin:0 5% 40px 2%}
	.prologo {bottom:-7px;}
	.prourl {font-size:12px;bottom:-21px;}
	.frontmix_top {top:0px;height:140px;}
	.frontmix_form {top:20px;z-index:2; position:relative;}
	.front_lesson_box {width:340px; left:-170px;}
	.frontmix_nav {right:10px; top:-10px;}
	.frontmix_feed {position:relative; top:250px;}
	.frontmix_logins {position:relative; left:-160px; top:30px; width:320px; margin-left:1%;}
	.frontmix_logins .thirty3 {margin-top:10px;}
	.logo, .logowhite2, .logoss {width:90%; height:140px; position:relative; top:25px; left:5%;}
	.notification_photo {width:50%;}
	.actbox, .combox{padding:8px 2%;}
	.sub_button, .sub_button_on {font-size:14px; padding:4px 12px 5px;}
	.post_feed_vote {width:50px; height:25px; padding-top:35px; font-size:16px; letter-spacing:-.5px;}
	.post_feed_right {width:100%; clear:both; padding:0; }
	.post_feed_vote {display:none;}
	.post_feed_vote_mobile {display:block;}
	.post_feed_pic {width:40px; padding-top:40px;}
	.post_comments {margin-left:0;}
	.topicsearch {width:180px; float:right; margin:15px 1% 10px 0;}
	.pagebar {display:none;}
	.backup_right {padding-top:210px; width:100%;}
	.backup_left, .backup_left_form {width:100%;}
	.backup33 {width: 98%; background:#1688db !important;}
	.backup_form {width:90%; top:0px; right:5%;}
	.post_page_box {width:100%; height:50px;}
	.directory_box, .location_box {width:98%;}
	.directory_pic {width:50px; padding-top:50px; margin-right:5px;}
	.directory_pic_lg {left:80px; top:0px; width:150px; height:150px;}
	.frontmix_box {width:340px; left:-170px;}
	.post_feed_name {display:none; position:absolute; top:-38px; width:100%; background:#fff; box-sizing:border-box;}
	.record_box {left:-100px; width:200px; height:200px; top:50px;}
	.record_front {width:200px; height:200px;}
	.post_linkpic {width:100%; padding-top:52%;}
	.post_linkdata {width:100%;}
	.link_left, .link_right {padding:5px 0; box-sizing:border-box;}
	.link_left {float:left; width:30%; margin-right:2%;}
	.link_right {overflow:hidden;}
	.link_yt {float:left; width:100%; padding:5px 0; box-sizing:border-box;}
	.link_yt_right {padding:5px 0;}
	.form50, .form50r{width:99% !important;}
	.playlist_record, .playlist_link {margin:10px 1% 0; width:98%;}
	.sublogin {margin:13px 10px 0 0;}
	.playfeed, .playwrap {width:60px; height:60px;}
	.playstamp {width:35%; padding-top:35%;}
	.masonry-content .playstamp {width:100px; padding-top:100px;}
	.filecontainer {min-height:280px;}
	.piclock, .vidlock, .audiolock, .notelock, .deallock, .linklock {width:70px; height:70px; right:calc(50% - 35px); top:50%;}
	.whitelock {width:60px; height:60px; right:calc(50% - 30px); top:calc(70% - 30px);}
	.whiteplay, .whitepause {width:25px; height:25px; right:-10px; top:calc(50% - 12px);}
	.playwrap:hover .whiteplay, .playfeed:hover .whiteplay {width:28px; height:28px; right:-15px; top:calc(50% - 14px);} 
	.frontlogin {width:320px; left:-160px;}
	#frontjoin {position:absolute; top:60px; left:0; width:100%; padding:8px 0; font-size:18px; z-index:2; margin:5px 5px 0 0 !important;}
	.frontform {height:130px;}
	.frontformcenter, .front_tiles {width:320px; left:-160px;}
	.post_bg {height:150px;}
	.front_tile {width:50%; min-height:150px;}
	.recordbutton, .geobutton, .uploadbutton, .frontrecordbutton {bottom:10px; width:70%; left:15%; padding:15px 0 15px 35px;}
	.geo_box iframe {height:260px;}
	.center500 {width:300px; left:-150px; }
	.closex {right:1%; background:url(/images/aptpal/close-icon-white.png)center center/contain no-repeat #1175d0; border:2px solid #1175d0;}
	.post_feed2 {width:94%; margin:15px 3%;}
	.brand {width:21%; margin:5px 2%;}
	}
@media (min-width: 550px) {
	.mh {display:block;}
	.centerbox, .centerwide {width:500px; left:-260px;}
	.rebound_box, .group_box{width:49%}
	.image_box {width:32%; padding-top:32%;}
	.pageprofile .pageleft {top:50px;}
	.directory_box, .location_box {width:48%;}
	.form50, .form50r{width:49% !important;}
	.recordbutton, .geobutton, .uploadbutton, .frontrecordbutton {width:40%; left:30%;}
	.post_feed2 {width:46%; margin:15px 2%;}
	.brand {width:16%; margin:15px 2%;}
	}
@media (min-width: 969px) {
	.mobilehide {display:inline;}
	.mobileshow, .mobilebtm {display:none !important;}
	.centerwide {width:700px; left:-360px;}
	.smbutton {font-size:14px;}
	#buttonbox div {font-size:14px;}
	.topbar {height:76px;}
	.acctpic {width:12%; padding-top:12%;}
	.pageleft, .roompage {padding:0 0 0 0px; margin-top:0;}
	.pageprofile .pageleft {padding:0 1% 100px; box-shadow:none; margin-top:20px; top:unset;}
	.feedleft {width:48% !important; background:#f5f3ec; position:absolute; left:20%; overflow:hidden; height:auto; max-height:100%; min-height:500px; border:1px solid #d7dee8;z-index: 10000; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
	.feedleft_in {width:calc(100% + 17px) !important; padding:0 1% !important; top:70px;}
	.feedleft_sm {width:20%; float:left; padding-top:70px; position:relative; border-left:1px solid #d7dee8;box-sizing:border-box; background:#fff;}
	.pageleft {width:58%; float:left; min-height:1200px;}
	.pagemain {top:76px;}
	.pageright {width:42%; padding:40px 1.5%; float:right;}
	.feedright {width:42%; padding:0; float:left; box-sizing:border-box; position:relative;right:0; background:#fff; overflow-y:auto;}
	.title {font-size:30px; letter-spacing:-1.5px;}
	#joinarea {width:50%;float:left;padding:0 3.5% 0 0; border-right:1px solid rgba(58,78,130,.2);}
	.joinright {width:50%;float:left; padding-left:3.5%;}
	.toplogo {width:202px; height:95px; top:2px; margin:0 10px 0 0;}
	.fifty {width:50% !important;}
	.forty8 {width:48% !important; margin:1%;}
	.thirty3 {width:33.333% !important;}
	.thirty1 {width:31.333% !important; margin-left:1%; margin-right:1%;}
	.twenty5 {width:25% !important;}
	.twenty {width:20% !important;}
	.one5 {width:15% !important;}
	.ten {width:10% !important;}
	.onehundred {padding-left:48px;}
	.popdown {font-size:30px;bottom:0;}
	.topright {top:15px;}
	.toprightname {padding:12px 15px 0; }
	.home, .plus_post, .plus_geo, .topgroup {height:53px; left:0; top:10px;left:10px;margin-right:20px;}
	.home {width:75px;}
	.plus_post, .plus_geo {width:53px;}
	.bell, .inbox, .friends, .stamp {height:50px; left:20px;}
	.stamp, .bell {height:50px !important; width:50px !important; background-size:100px !important;}
	.inbox, .friends {width:70px; background-size:140px;}
	.topgroup {width:60px;}
	.bell_notifications {top:6px; width:20px; font-size:12px; right:6px;}
	.actpic, .actphoto {width:55px; height:55px; margin:0 20px 0 0;}
	.actpic2 {width:40px; height:40px; right:-10px;}
	.comment {font-size:18px;}
	.propic {box-shadow:0 0 11px rgba(32,64,103,.4); width:175px; padding-top:175px; margin:0 2% 40px 1%;}
	.prologo {bottom:-12px;}
	.prourl {font-size:18px;bottom:-32px;}
	.rebound_box, .group_box {width:32%; min-height:300px;}
	.frontmix_form {top:60px;}
	.frontmix_top {top:60px;}
	.front_lesson_box {width:400px;left:-200px;}
	.frontmix_nav {top:unset;}
	.frontmix_feed {top:360px;}
	.frontmix_logins {left:-200px; width:400px; margin-left:0;}
	.frontmix_logins .thirty3 {width:32%; margin-right:1.333%;}
	.logo, .logowhite2, .logoss {width:70%; height:200px; left:15%;}
	.notification_photo {width:20%;} 
	.actbox, .combox{padding:15px 2%;}
	.sub_button, .sub_button_on {font-size:18px; padding:6px 13px}
	.post_feed_vote {width:75px; height:25px; padding-top:50px; font-size:18px; letter-spacing:-.7px;}
	.post_feed_pic {width:50px; padding-top:50px;}
	.post_feed_right {overflow:hidden; width:unset; clear:unset; padding:unset; }
	.post_feed_vote, .post_feed_pic {display:block;}
	.topicsearch {width:300px; margin:15px 1% 0 0;}
	.pagebar {display:block; width:75px; float:left; height:100%; position:fixed; top:0; padding:10px 5px; z-index:39; box-shadow:0 0 10px rgba(0,0,0,0.2);}
	.pagebar .member{width:80%; padding-top:80%; margin:5% 10%; border-radius:3px;}
	.pagebar .member:hover{border-radius:3px 0 0 3px;}
	.backup_right {padding-top:540px; width:56%;}
	.backup_left {width:40%;}
	.backup_left_form {width:60%;}
	.backup_form {width:30%; top:40px; right:10%;}
	.backup33 {width: 31%; background:#f60 !important;}
	.post_page_box {height:55px;}
	.directory_pic {width:80px; padding-top:80px; margin-right:10px;}
	.directory_pic_lg {left:170px; top:-110px; width:300px; height:300px;}
	.frontmix_box {width:400px;left:-200px;}
	.post_feed_name {display:block; position:relative; top:unset; width:unset; background:unset;}
	.record_box {left:-150px; width:300px; height:300px; top:110px;}
	.record_front {width:300px; height:300px;}
	.post_linkpic {width:50%; padding-top:26%;}
	.post_linkdata {width:50%;}
	.link_left {width:20%; margin-right:2%;}
	.link_yt {width:33%; margin-right:2%;}
	.link_yt_right {overflow:hidden;}
	.playlist_record, .playlist_link {float:left; margin:0 1%; width:48%;}
	.sublogin {margin:22px 10px 0 0;}
	.playfeed, .playwrap {width:100px; height:100px;}
	.playstamp {width:20%; padding-top:20%;}
	.filecontainer {min-height:280px;}
	.post_geo {min-height:280px;}
	.whiteplay, .whitepause {width:35px; height:35px; right:-17px; top:calc(50% - 17px);}
	.playwrap:hover .whiteplay, .playfeed:hover .whiteplay {width:43px; height:43px; right:-19px; top:calc(50% - 21px);} 
	.frontlogin {width:500px; left:-250px;}
	#frontjoin {position:absolute; top:2px; right:3px; padding:8px 15px; font-size:18px; width:unset; left:unset;}
	.frontform {height:unset;}
	.frontformcenter {width:800px; left:-400px;}
	.post_bg {height:200px;}
	.front_tiles {width:968px; left:-484px;}
	.front_tile {width:33.33%; min-height:100px;}
	.recordbutton, .geobutton, .uploadbutton, .frontrecordbutton {bottom:15px; width:30%; left:35%; box-shadow:0 0 18px rgba(0,0,0,.5); padding:15px 0 15px 15px;}
	.geo_box iframe {height:400px;}
	.center500 {width:500px; left:-250px; }
	.closex {background:url(/images/aptpal/close-icon-white.png)center center/contain no-repeat #1175d0; border:2px solid #1175d0;}
	.post_feed2 {width:29.33%;margin:25px 2%;}
	.brand {width:6.6%; margin:5px .5%;}
	}
@media (min-width: 1060px) { 
	.small {font-size:14px;}
	.centerwide, .front_tiles {width:1000px; left:-510px;}
	.front_tile {width:20%; min-height:150px;}
	.directory_box, .location_box {width:31.33%;}
	.pageleft .location_box {width:31.33%;}
	.location_box {width:23%;}
	#salelocations .location_box {width:48% !important;}
	.recordbutton, .geobutton, .uploadbutton, .frontrecordbutton {width:24%; left:38%;}
	.pageleft {width:68%;}
	.pageright, .feedright {width:32%;}
	.post_feed2 {width:21%;}
}
@media (min-width: 1260px) { 
	.rebound_box, .group_box {width:24%;}
}
@media (min-width: 1640px) {
	.maxcenter {left:50%; width:0;position:absolute;} 
	.maxsize {width:1560px; left:-780px; position:absolute;}
	.pageleft {padding:0;}
}
@media (min-width: 1610px) {

}

.share {width:30px; height:30px; float:left; margin-bottom:5px;}
.share8 {width:12.5%; padding-top:12.5%; float:left; margin-bottom:5px;}
.share9 {width:11.1%; padding-top:11.1%; float:left; margin-bottom:5px;}
.share10 {width:10%; padding-top:10%; float:left; margin-bottom:5px;}
.share:hover, .share8:hover, .share9:hover, .share10:hover {cursor:pointer; opacity:0.8;}
#em {background:url(/images/temp/embed-gray.png)center center/70% no-repeat;}
#em:hover {background:url(/images/temp/embed.png)center center/70% no-repeat;}
#e {background:url(/images/temp/email-gray.png)center center/70% no-repeat;}
#e:hover {background:url(/images/temp/email.png)center center/70% no-repeat;}
#fb {background:url(/images/temp/fb-gray.png)center center/70% no-repeat;}
#fb:hover {background:url(/images/temp/fb.png)center center/70% no-repeat;}
#link {background:url(/images/temp/link-gray.png)center center/90% no-repeat;}
#link:hover {background:url(/images/temp/link-gray.png)center center/90% no-repeat;}
#g {background:url(/images/temp/g-gray.png)center center/70% no-repeat;}
#g:hover {background:url(/images/temp/g.png)center center/70% no-repeat;}
#wa {background:url(/images/temp/wa-gray.png)center center/70% no-repeat;}
#wa:hover {background:url(/images/temp/wa.png)center center/70% no-repeat;}
#tw {background:url(/images/temp/tw-gray.png)center center/70% no-repeat;}
#tw:hover {background:url(/images/temp/tw.png)center center/70% no-repeat;}
#p {background:url(/images/temp/pin-gray.png)center center/70% no-repeat;}
#p:hover {background:url(/images/temp/pin.png)center center/70% no-repeat;}
#li {background:url(/images/temp/li-gray.png)center center/70% no-repeat;}
#li:hover {background:url(/images/temp/li.png)center center/70% no-repeat;}
#m {background:url(/images/temp/m-gray.png)center center/70% no-repeat;}
#m:hover {background:url(/images/temp/m.png)center center/70% no-repeat;}
#red {background:url(/images/temp/red-gray.png)center center/70% no-repeat;}
#red:hover {background:url(/images/temp/red.png)center center/70% no-repeat;}
.hide {display:none;}

.StripeElement { box-sizing: border-box; height: 50px; padding:14px 12px 10px; border: 1px solid rgba(58,78,130,.2); border-radius: 4px; background-color: white; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease;}
.StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df; }
.StripeElement--invalid {border-color: #fa755a; }
.StripeElement--webkit-autofill { background-color: #fefde5 !important; }
#payment-form input, #payment-form textarea, #payment-form select {border-radius:4px;}

.linear-blue {background: linear-gradient(to right, #000000 20%, #ff64b1 40%, #ff64b1 60%, #000000 80%); background-size: 200% auto; color: #000; background-clip: text;  text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 1s linear infinite;}
@keyframes shine {
    to {
      background-position: 200% center;
    }
  }
