@font-face {
	font-family: 'icons';
	src: url('/fonts/app/icons.eot');
	src: url('/fonts/app/icons.eot?#iefix') format('embedded-opentype'), url('/fonts/app/icons.woff') format('woff'), url('/fonts/app/icons.ttf') format('truetype'), url('/fonts/app/icons.svg#IcoMoon') format('svg');
}
/* CSS RESETS */
html, body, div, span, applet, object, iframe, h1, h
2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none; }
table {	border-collapse: collapse;	border-spacing: 0; }

/* GLOBAL STYLES */
body { font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 12px; color: #333; background-color: #D3D6DB; padding: 0; margin:0; }
body.tab { width:810px; overflow: hidden; background-color: #fff; }
body.print { background-color: #fff; }
a { text-decoration: none; color: #369; }
a:hover { text-decoration: underline; color: #2e81d4; }
.clearfix:after {visibility: hidden;	display: block;font-size: 0;content: " ";clear: both;height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.center {text-align: center; }
.large { font-size: 20px; }
.gap {margin: 25px 0; }

/* BOOTSTRAP */
form{margin:0; }
input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px; }
label { font-size:14px;line-height:20px; }
input,button,select,textarea{font-family:'lucida grande',tahoma,verdana,arial,sans-serif; }
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:0px;font-size:14px;line-height:20px;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle; }
textarea{height:auto; }
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s; }textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); }
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal; }
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto; }
select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px; }
select{width:220px;border:1px solid #cccccc;background-color:#ffffff; }
select[multiple],select[size]{height:auto; }
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px; }
.uneditable-input,.uneditable-textarea{color:#999999;background-color:#fcfcfc;border-color:#cccccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed; }
.uneditable-input{overflow:hidden;white-space:nowrap; }
.uneditable-textarea{width:auto;height:auto; }
input:-moz-placeholder,textarea:-moz-placeholder{color:#999999; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999; }
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999; }
.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px; }
.btn{-webkit-appearance:none;display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); }.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9; }
.btn:active,.btn.active{background-color:#cccccc \9; }
.btn:first-child{*margin-left:0; }
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear; }
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px; }
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); }
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; }
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px; }
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px; }
.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; }
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0; }
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px; }
.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; }
.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.btn-block+.btn-block{margin-top:5px; }
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%; }
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75); }
.btn-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3; }
.btn-primary:active,.btn-primary.active{background-color:#003399 \9; }
.btn-warning{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#f89406;*background-color:#df8505; }
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9; }
.btn-danger{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a; }
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9; }
.btn-success{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249; }
.btn-success:active,.btn-success.active{background-color:#408140 \9; }
.btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0; }
.btn-info:active,.btn-info.active{background-color:#24748c \9; }
.btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); }.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515; }
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9; }
button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px; }button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0; }
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px; }
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px; }
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px; }
.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; }
.btn-link{border-color:transparent;cursor:pointer;color:#0088cc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0; }
.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent; }
.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333333;text-decoration:none; }

.btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1 }
.btn-group:first-child { *margin-left: 0 }
.btn-group + .btn-group { margin-left: 5px }
.btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 }
.btn-group > .btn + .btn { margin-left: -1px }
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover { font-size: 14px }
.btn-group > .btn-mini { font-size: 10.5px }
.btn-group > .btn-small { font-size: 11.9px }
.btn-group > .btn-large { font-size: 17.5px }
.btn-group > .btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px }
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px }
.btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px }
.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2 }

.input-append, .input-prepend {display: inline-block; font-size: 0; white-space: nowrap; vertical-align: middle;}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu, .input-append .popover, .input-prepend .popover { font-size: 14px; }
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {   position: relative;   margin-bottom: 0;  *margin-left: 0;  vertical-align: top;  -webkit-border-radius: 0 4px 4px 0;     -moz-border-radius: 0 4px 4px 0;          border-radius: 0 4px 4px 0;}
.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus {  z-index: 2;}
.input-append .add-on,.input-prepend .add-on {  display: inline-block;  width: auto;  height: 25px;  min-width: 16px;  padding: 4px 5px;  font-size: 14px;  font-weight: normal;  line-height: 25px;  text-align: center;  text-shadow: 0 1px 0 #ffffff;  background-color: #eeeeee;  border: 1px solid #ccc;}
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group > .dropdown-toggle,.input-prepend .btn-group > .dropdown-toggle { vertical-align: top;  -webkit-border-radius: 0;     -moz-border-radius: 0;          border-radius: 0;}
.input-append .active,.input-prepend .active {  background-color: #a9dba9;  border-color: #46a546;}
.input-prepend .add-on,.input-prepend .btn {  margin-right: -1px;}
.input-prepend .add-on:first-child,.input-prepend .btn:first-child {  -webkit-border-radius: 4px 0 0 4px;     -moz-border-radius: 4px 0 0 4px;          border-radius: 4px 0 0 4px;}
.input-append input,.input-append select,.input-append .uneditable-input {  -webkit-border-radius: 4px 0 0 4px;     -moz-border-radius: 4px 0 0 4px;          border-radius: 4px 0 0 4px;}
.input-append input + .btn-group .btn:last-child,.input-append select + .btn-group .btn:last-child,.input-append .uneditable-input + .btn-group .btn:last-child {  -webkit-border-radius: 0 4px 4px 0;     -moz-border-radius: 0 4px 4px 0;          border-radius: 0 4px 4px 0;}
.input-append .add-on,.input-append .btn,.input-append .btn-group {  margin-left: -1px;}
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child > .dropdown-toggle {  -webkit-border-radius: 0 4px 4px 0;     -moz-border-radius: 0 4px 4px 0;          border-radius: 0 4px 4px 0;}
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input {  -webkit-border-radius: 0;     -moz-border-radius: 0;          border-radius: 0;}
.input-prepend.input-append input + .btn-group .btn,.input-prepend.input-append select + .btn-group .btn,.input-prepend.input-append .uneditable-input + .btn-group .btn {  -webkit-border-radius: 0 4px 4px 0;     -moz-border-radius: 0 4px 4px 0;          border-radius: 0 4px 4px 0;}
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child {  margin-right: -1px;  -webkit-border-radius: 4px 0 0 4px;     -moz-border-radius: 4px 0 0 4px;          border-radius: 4px 0 0 4px;}
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child {  margin-left: -1px;  -webkit-border-radius: 0 4px 4px 0;     -moz-border-radius: 0 4px 4px 0;          border-radius: 0 4px 4px 0;}
.input-prepend.input-append .btn-group:first-child {  margin-left: 0;}

/* END BOOTSTRAP */
a.btn { text-decoration: none; }
a.btn { text-decoration: none; }

/* PROGRESS BAR */
@-webkit-keyframes progress-bar-stripes { 
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}

@-moz-keyframes progress-bar-stripes { 
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}

@-ms-keyframes progress-bar-stripes { 
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}

@-o-keyframes progress-bar-stripes { 
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

@keyframes progress-bar-stripes { 
  from { background-position: 40px 0; }
  to { background-position: 0 0; }
}

.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) }
.progress .bar { float: left; width: 0; height: 100%; font-size: 12px; color: #ffffff; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease }
.progress .bar + .bar { -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15) }
.progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px }
.progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite;  -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite }


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.btn .caret {
  margin-top: 8px;
  margin-left: 5px;
}

.modal-footer span.btn-message  { float: none; vertical-align: middle; }

/* FB PLUGINS */
#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span { width: 100% !important; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box }
#fbcomments, .fb-comments { overflow: hidden; overflow-y: scroll; max-height: 250px; padding-left: 5px }
#fbcomments.mobile, .fb-comments.mobile { padding: 0 }
.modal .fb-comments.fb_iframe_widget_fluid { display: inline-block !important }
.gallery .gallery-element .actions .fb-like, .contest-media .actions .fb-like, .gallery .gallery-element .actions .fb-like-small { display: inline-block; width: 130px; float:left; }
.gallery .gallery-element .actions .fb-like-small { border: none; }
.fb-actions { display: inline-block; vertical-align: middle; }
.fb-actions .fb-like { min-width: 72px; display: inline-block; vertical-align: middle; }
.fb-send, .fb-send-url {
	background: #4c69ba;
	background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
	background: -webkit-linear-gradient(#4c69ba, #3b55a0);
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	padding: 2px 6px 4px;
	white-space: nowrap;
	color: #fff;
	padding: 0 5px 2px 5px;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 0;
	text-shadow: 0 -1px 0 #354c8c;
}
.fb-send:hover, .fb-send-url:hover { 
	background: #5b7bd5;
	background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
	background: -webkit-linear-gradient(#5b7bd5, #4864b1);
	border-bottom-color: #41599f;
	border-left-color: #4961a8;
	border-right-color: #4961a8;
	border-top-color: #5874c3;
	-webkit-box-shadow: inset 0 0 1px #607fd6; 
	box-shadow: inset 0 0 1px #607fd6;
}
.fb_iframe_widget_lift {z-index:10 !important;}

/* TWITTER PLUGINS */
.twitter-tweet { vertical-align: middle; }

/* LAYOUT */
.footer { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; clear: both; color: #9A9A9A; font-size: 11px; padding: 10px; width: 100%; }
.footer > div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer .disclaimer { font-size: 10px; color: #aaa; line-height: 12px; }
.footer .disclaimer a {text-decoration: underline; color: #aaa; }
.disclaimer + .poweredby { padding-top: 10px; }
.views { max-width: 810px; margin: 0 auto; padding: 10px; }
body.embed .views { padding: 0; }
.views.fixed-810 { width: 810px; }
.views.fixed-520 { width: 520px; }
.tab .views { padding: 0; }
.view, .message-container { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; width: 100%; background-color: white; border: 1px solid #bec0c5; -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); -moz-box-shadow:    0px 2px 8px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: relative; }
.view.straight-top-corners { -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; border-top-left-radius: 0; }
.view.straight-bottom-corners { -webkit-border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.view.no-style { border: none; padding: 0; overflow: visible; }
.overflow { overflow: visible; } /* for like/send button flyouts */
.view.overflow > :first-child { -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.view.overflow > :last-child { -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.grid { width: 100%; display: block; }
.grid .btn { margin-bottom: 5px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.grid .btn:last-child { margin-bottom: 0; }
.grid:before, .grid:after {display: table;line-height: 0;content: ""; clear:both; }
.grid [class*="column"]:first-child { margin-left: 0; }
*[class*="column"] { float: left; display: block; width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.column4 { width: 31.914893617021278%; margin-left: 2.127659574468085%; }
.column6 { width: 48.717948717948715%; margin-left: 2.564102564102564%; }
.column12 { width: 100%; margin-left: 0; }		
.no-border-bottom { border-bottom: none }
.no-border-top { border-top: none }

/* PAGE ELEMENTS */
.view #offer-bar.bar, .view .bar-item { border-color: #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.view .bar { border-color: #e5e5e5; border-top: 1px solid #e5e5e5; }
.bar:first-child { border-top: none; }
.bar .bar-item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 10px 10px 10px; }
.bar .bar-item:last-child { border: none; }
.bar-item .profile { vertical-align: middle; line-height: 35px; }
.bar-item .profile .thumb { display: inline-block; margin-right: 5px; }
.bar-item .profile img { border: none; width:35px; height: 35px; vertical-align:middle; }
.bar-item .profile .name { font-size: 13px; font-weight: bold; line-height: 17px; }
.bar-item .profile .details { font-size: 11px; 	color: #808080 }
.bar-item .profile .details .detail { margin-right: 10px }
.bar-item .action { vertical-align: baseline; float: right; display: table-cell; }
.bar-item .action a { display:inline-block; background: white; border: 1px solid #999; padding: 10px;	}	
.bar-item .nav { display: block; float: none; margin: 0 }
.bar-item .nav .nav-link { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 13px; font-weight: bold; width: 50% }
.bar-item .nav .nav-link.active { color: #555 }
.section, .section-bar, .section-info, .section-title { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; background-color: #fdfdfd; border-bottom: 1px solid #f0f0f0; margin: 0; border-top: 1px solid #f0f0f0; }
.section-bar { text-align: center; }
.section-bar  .subsection { display:block; font-weight: normal; margin-top: 5px; color: #999;}
.section-bar.large { font-size: 16px; padding: 20px; }
.section-bar:last-child { border-bottom: none; }
.section-bar, .section-info, .section-title { padding: 10px; font-size: 14px; color: #333; font-weight: bold; }
.section-info { font-weight: normal; background-color: #fafafa; }
.section-title { background-color: #fff; }
.section > .section-title { background-color: transparent; border: none; padding: 0 0 10px 0; }
.bar:first-child, .section-bar:first-child, .section-info:first-child, .section:first-child, .section-title:first-child { -webkit-border-top-left-radius: 3px; -moz-border-top-left-radius: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.bar-item .section-bar, .bar-item .section-info, .bar-item .section, .bar-item .section-title { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.bar:first-child, .section-bar:first-child, .section-info:first-child, .section:first-child, .section-title:first-child, .bar + .section-bar, .bar + .section-title, .bar + .section, .bar + .bar, .bar + .section-info, .section-bar + .section-title, .section-bar + .section-bar, .section-bar + .section, .section-bar + .section-info, .section-bar + .bar, .section-info + .section, .section-info + .section-title, .section-info + .section-bar, .section-info + .bar, .section-title + .section, .section + .section-title, .section + .section-info, .section + .section-bar, .section + .section, .section + .bar { border-top: none; }
.section-bar.success, .section-info.success, .section-title.success, .section.success { background-color: #fafafa; }
.section-bar.large.success { background-color: #81D081; border: 1px solid #62c462; border-width: 1px 0; color: #fff; margin-top: -1px; text-shadow: 1px 1px 3px #499349; }
.section-bar.warning, .section-info.warning, .section-title.warning, .section.warning { background-color: #FFF9D7; color: #333 }
.section-bar.error, .section-info.error, .section-title.error, .section.error, .message-container.error { background-color: #f2dede; color: #b94a48; font-weight: bold }
.section-bar.info, .section-info.info, .section-title.info, .section.info { background-color: #F0F0F0; border-color: #e5e5e5; color: #666; }
.section-title.info + .section, .section-bar.info + .section { border-color: #e5e5e5; }
.message-container { -webkit-border-bottom-left-radius: 0; -moz-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0; border-bottom-right-radius: 0; border-bottom: none; margin-bottom: 0 }
.message-container + .view { border-top: none; -webkit-border-top-left-radius: 0; -moz-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; -moz-border-top-right-radius: 0; border-top-right-radius: 0; margin-top: 0 }
.message-container.success {background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; font-weight:bold;}
.flashmessage { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }
.item-list { margin: 0; padding: 0; width: 100%; }
.item-list .item, table.item-list td { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding: 10px;	border-bottom: 1px solid #f5f5f5; }
.item-list .item:nth-child(odd), table.item-list tr:nth-child(odd) td { background-color: #fafafa }
.item-list .item:last-child, table.item-list tr:last-child td { border-bottom: none; }
/* OFFER */
.view .offer-view { background-color: #fafafa; }
.offer-view .offer-text { font-size: 12px;line-height: 17px; padding: 10px; }
.offer-view .offer-title { font-size: 14px; margin-bottom: 4px;  font-weight: bold; }
.offer-view .offer-restrictions { font-style: italic; font-size: 11px; color: #999; margin-top: 4px }
.offer-view .offer-description { color: #777; }
.offer-view .offer-image {text-align: center; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.offer-view .offer-image img {margin: auto; max-width: 100%; }

.embedded .form-group, .form-group { width: 100%;  padding: 20px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; color: #666; background-color: #fafafa; }
.embedded.no-style div, .embedded.no-style .form-group, #pins-wrapper.input-group.pins-wrapper { background-color: transparent; border: none; }
.no-form .form-group { padding: 0; border: 0; background: none; }
.embedded .form-group .input-group, .form-group .input-group { width: 100%; margin-bottom: 15px; position: relative; }
.embedded .form-group .input-group .inputs, .form-group .input-group .inputs, .embedded .form-group .input-group .inputs.full, .form-group .input-group .inputs.full { width: 100%; }
.embedded .form-group .input-group .input-label, .form-group .input-group .input-label {display: block; width: 100%; font-weight: normal; float: none; min-height: 0; width: auto; }
.embedded .form-group .input-group:before, .form-group .input-group:before,
.embedded .form-group .input-group:after, .form-group .input-group:after { display: table;line-height: 0;content: ""; clear:both; }
.embedded .form-group .input-group.type-like, .form-group .input-group.type-like { overflow: visible; }
.embedded .form-group .input-group.type-radio .inputs label, .form-group .input-group.type-radio .inputs label,
.embedded .form-group .input-group.type-checkbox .inputs label, .form-group .input-group.type-checkbox .inputs label,
.embedded .form-group .input-group.type-vote .inputs label, .form-group .input-group.type-vote .inputs label,
.embedded .form-group .input-group.type-pinterestpicker .inputs label, .form-group .input-group.type-pinterestpicker .inputs label {  display: block; padding-left: 20px; margin-bottom: 5px; }
.embedded .form-group input[type="file"], .form-group input[type="file"] { width: 100%; line-height: 20px; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.embedded .form-group input[type="text"], .form-group input[type="text"], .embedded .form-group input[type="email"], .form-group input[type="email"], .embedded .form-group input[type="submit"], .form-group input[type="submit"],.embedded .form-group select, .form-group select,.embedded .form-group textarea, .form-group textarea { height: 35px; width: 100%; display: block; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }		
.embedded .form-group a.btn, .form-group a.btn { line-height: 25px; }
.embedded .form-group input[type="radio"], .form-group input[type="radio"],.embedded .form-group input[type="checkbox"], .form-group input[type="checkbox"] { float: left; vertical-align: middle; margin-left: -20px; cursor:pointer; }
.embedded .form-group textarea, .form-group textarea { height: 50px; }
.embedded .form-group .input-label, .form-group .input-label { color: #333; margin-bottom: 5px; }
.embedded .form-group .input-label.no-label.has-placeholder-label, .form-group .input-label.no-label.has-placeholder-label, .embedded .form-group .input-label.has-placeholder-label, .form-group .input-label.has-placeholder-label, .embedded .form-group .input-label.no-label, .form-group .input-label.no-label { display: none; }
.embedded .form-group .btn, .form-group .btn { font-weight: bold; color: #333; }
.embedded .form-group .btn.btn-info, .form-group .btn.btn-info { color: white; }
.embedded .form-group .input-group.type-friendgate img.profile, .form-group .input-group.type-friendgate img.profile { max-width: 45px; margin: 0 5px 5px 0; }
.embedded .form-group .input-group .inputs .field-help, .form-group .input-group .inputs .field-help {font-size: 11px; color: #999; position: relative; padding-right: 25px; margin-top: 5px; }
.embedded .form-group .input-group .inputs .field-help .counter, .form-group .input-group .inputs .field-help .counter {position: absolute; top:0; right: 0; }
.embedded .form-group .input-group.type-pinterest-follow .btn img, .form-group .input-group.type-pinterest-follow .btn img { height: 18px; margin: 4px; vertical-align: -8px; }
.embedded .form-group .input-group .input-icon, .form-group .input-group .input-icon, .embedded .form-group .input-group .input-icon, .form-group .input-group .input-icon { display: block; position: absolute; right: 0; top: 0; width: 48px; height: 22px; z-index: 3; }
.embedded .form-group .input-group.type-youtube .input-icon, .form-group .input-group.type-youtube .input-icon { background: url(/img/youtube-logo-button.png) center no-repeat; }
.embedded .form-group .input-group.type-vine .input-icon, .form-group .input-group.type-vine .input-icon { background: url(/img/vine-logo-button.png) center no-repeat; width: 53px; }
.embedded .form-group .input-group.type-instagram-video .input-icon, .form-group .input-group.type-instagram-video .input-icon { background: url(/img/instagram-logo-button.png) center no-repeat; width: 24px; }
.embedded .form-group .form-title, .form-group .form-title { margin: -10px 0 15px -10px; padding: 10px 10px;  text-align: left; width: 100%; color: #333; background-color: #fafafa; font-weight: bold; border-bottom: 1px solid #f0f0f0; }

.form-group .input-group.video-select .input-prepend { display: block; }
.form-group .input-group.video-select .input-prepend .btn-group { display: block; }
.form-group .input-group.video-select .input-prepend .btn-group .btn { height: 35px; width: 100%; }
.form-group .input-group.video-select .input-prepend .btn, .form-group .input-group.video-select .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.form-group .input-group.video-select .input-prepend .btn { margin-bottom: -1px; }
.form-group .input-group.video-select .input-prepend .dropdown-menu { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-group .input-group.video-select .input-prepend input, .input-prepend select { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.form-group .input-group.video-select .input-prepend .btn:first-child { -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }

.form-group .input-group.type-htmlfield .html { vertical-align: middle; display: table-cell; height: 35px; }

.form-group .input-prepend input {display: inline-block;}
.form-group .video-select button {font-weight: normal;}

.form-group.form-guestgate .section-info {border-bottom: none;}

#dialog .section-bar .form-group { padding: 0; background-color: transparent; }
#dialog .section-bar .form-group .input-group { margin: 0; }
#dialog .section-bar .form-group .input-group .inputs { float: right; }
#dialog .section-bar .form-group .input-group .input-label { font-weight: bold; text-align: left; }
#dialog + .offer-view { border-top: 1px solid #f0f0f0; }
#dialog + .offer-view.image-only { border-top: none; }
#dialog.bottom, #dialog.bottom .form-group { -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
.bottom > div:first-child { border-top: 1px solid #f0f0f0; }
.bottom #pins-wrapper:first-child { border-color: #e5e5e5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#dialog.embedded .section-bar { text-align: left; padding: 10px; }
.embedded { top: 50%; left: 50%; position: absolute; width: 348px; opacity: 0.95; }
.embedded .form-group .input-group .input-label { text-align: left; color: #333; margin-bottom: 5px; }
.embedded .form-group .input-group .input-label label { min-height: 0; }

/* MESSAGE PAGES */
.availability, .offline { font-size: 24px; padding: 10px; text-align: center }
.offline-like { background-color: #EFF8EF; border-top: 1px solid #DCEDDC; padding: 10px; text-align: center }
.offline-like .title { font-size: 20px; margin-bottom: 20px }

/* QUIZ */
#quiz .answer-element { height: 186px;}
#quiz .question { margin-bottom: 20px; }
#quiz .question.image {	margin: auto;}
#quiz .question .fit{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: auto; overflow: hidden; position: relative; width: 100%; height: 100% }
#quiz .question-text { color: #333; font-size: 32px; font-weight: bold; letter-spacing:0px; min-height: 3em; width: 100%; }
#quiz .question-text td { text-align: center; padding: 0.5em; }
#quiz .answerbox { height: 142px; margin: 5px 5px 10px; color: #fff; }
#quiz .answer_choice.text{ position:relative; font-weight: bold; }
#quiz .answer_choice span { display: table-cell; vertical-align:middle; text-align:center; font-weight: bold; font-size: 18px; height: 142px; width: 174px;}
#quiz .quiz_answer{ border: 1px solid #999; color: #fff; }
#quiz .quiz_answer span.quiz_checkbox { width: 28px; height: 28px; font-size: 18px; border: 1px solid #ddd; background-color: #fff; padding: 0 5px;}
#quiz .quiz_answer.selected span.quiz_checkbox .quiz_checkmark {  color: #111; font-size: 20px; line-height: 0px; }
#quiz .quiz_answer .quiz_checkbox_wrp span { margin-top: 12px;  margin-bottom: 12px;}
#quiz .quiz_answer:hover{ background-color: #fff195; cursor: pointer;}
#quiz .quiz_answer.unpick { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
#quiz .quiz_shadow { -moz-box-shadow: 1px 1px 0 #bfbfbf; -webkit-box-shadow: 1px 1px 0 #bfbfbf; box-shadow: 1px 1px 0 #bfbfbf; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#bfbfbf')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#bfbfbf'); }	
#quiz .gallery { margin-bottom: 20px; }
/* GALLERY */
.gallery { margin: 5px 0; padding: 0; text-align: center; width: 100% }
.gallery .gallery-element { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; margin: 0.6%; position: relative; width: 45%; }
.gallery .gallery-element.loading { background: url(/img/image-load.gif) no-repeat center }
.gallery .gallery-element .video-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; background: url(/img/playicon.png) center no-repeat; }
.gallery .gallery-element .actions, .contest-media .actions { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 25px; overflow: hidden; padding: 5px; position: absolute; right: 0; top: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; width: 100%; z-index: 5; }
.gallery .gallery-element .actions .fb-like { display: block; }
.gallery .gallery-element .actions .tweet img{ height: 16px; padding: 2px 0;}
.gallery .gallery-element .actions .fb-like-small { display: block; width: 50%; height: 20px; }
.gallery .gallery-element .element-content { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: auto; overflow: hidden; position: relative; width: 100%; height: 100% }
.gallery .gallery-element .element-content .square-thumb { width: 250px; height: 250px; margin: 0; padding: 0; }
.gallery .gallery-element .element-content .square-thumb.fit { width: 100%; height: 100%; }
.gallery .gallery-element .element-content .square-thumb.unknown { width: 100%; height: 100%; background: url(/img/click_to_view.gif) center no-repeat; }
.gallery .gallery-element .element-info { background: url("/img/blackgradoverlay.png") top repeat-x; bottom: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: block; padding: 7px 5px; position: absolute; width: 100%; z-index: 3; }

.gallery .gallery-element .element-content .square-thumb.no-photo, .gallery .gallery-element .element-content .square-thumb.unknown { background: #666 !important; }
.gallery .gallery-element .element-info.no-photo { background: none; max-height: 60%; bottom: 50px; }
.gallery .gallery-element .no-photo .caption { max-height: 12ex; height: 12ex; width: 100%; text-shadow: none; font-size: 1.2em font-family: 'Open Sans', Helvetica, Arial, sans-serif;}

.contest-media.text .caption { padding: 20px; }
.contest-media.text .caption p { width: 97%; text-shadow: none; font-size: 1.5em; overflow: inherit; height: 100%; padding: 10px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; line-height: 1.3em; }
.contest-media.text .caption-wrapper.over { top: 0; min-height: 100%; position: relative; }
.contest-media.text .caption-wrapper.over .caption p { max-height: inherit;}
.contest-media.text .video-fluid { display: none; }
.contest-media.text .caption-wrapper.over .more-less, .caption-wrapper.over .contest-media.text .hide-show .contest-media.youtube .hide-show, .contest-media.text .content .clickable { display: none !important; }

/* Vine videos can't be clicked to open, so overlay reqd */
.gallery .gallery-element.vine .vineiframe {display: block;}
.gallery .gallery-element.vine .overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2; background-color: white; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.gallery .gallery-element .caption { background-color: transparent; color: #fff; display: block; line-height: 2ex; margin: 0; max-height: 6ex; overflow: hidden; padding: 0; text-overflow: ellipsis; text-shadow: 1px 1px #000; width: 70%; text-align: left;}
.gallery .gallery-element .caption.no-vote { width: 100%; }
.gallery .gallery-element .vote, .contest-media .content .vote { border: 2px solid #333; font-size: 10px; max-width: 25%; min-width: 38px; padding: 0; position: absolute; z-index: 4; }
.gallery .gallery-element .vote { bottom: 5px; right: 5px }
.gallery .gallery-element .vote .top, .contest-media .vote .top, .gallery-element .vote .bottom, .contest-media .vote .bottom { font-weight: bold; min-width: 28px; overflow: hidden; padding: 1px 3px; text-align: center }
.gallery .gallery-element .vote .top, .contest-media .content .vote .top, .gallery-element .vote .bottom, .contest-media .content .vote .bottom { display: block; height: 20px; left: 0px;  line-height: 20px; }
.gallery .gallery-element .vote .top, .contest-media .vote .top { background: rgb(51, 51, 51); 	background: rgba(51, 51, 51, 0.6); 	color: white; 	text-shadow: 1px 1px #000 }
.gallery .gallery-element .btn, .contest-media .vote .btn {  border: 0; cursor: pointer; }
.gallery .gallery-element .btn { -moz-border-radius: 0; border-radius: 0; display: block; font-size: 11px }
.gallery .gallery-element .vote.voted .bottom, .contest-media .vote.voted .bottom { background-color: #464; background-image: url(/img/checkmarkgreen.png); background-position: center; background-repeat: no-repeat; 	cursor: default; 	color: #464; 	opacity: 0.7 }

.gallery-more { margin: 5px 10px 10px 10px; padding: 0; text-align: center }
.gallery-more > a { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100% }

.gallery-loader { background: url(/img/page_loader.gif) center no-repeat; display: inline-block; padding: 0; vertical-align: middle; }
.gallery-more .gallery-loader { height: 18px; margin: 0 0 0 10px; width: 16px; }

@media screen and (max-width:340px) { 
  .gallery .gallery-element .caption { display: none; }
	.gallery .gallery-element .no-photo .caption { display: block; font-size: 1.1em !important; }	
  .gallery .gallery-element .vote { max-width: 89%; }
  .gallery .gallery-element .vote .top, .gallery .gallery-element .vote .bottom { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 15%; min-height: 20px; width: 100%; }
  .gallery .gallery-element .vote .top + .bottom { width: 50%; }
  .gallery .gallery-element .vote .top { width: 100%; }
  .gallery .gallery-element .vote.allowvote .top { width: 50%; }
  .gallery .gallery-element .vote .top { float: left; }
  .gallery .gallery-element .vote .bottom { float: right; }
	.entries .entry .text { width: 90%; border-right: none; line-height: 1.2em; padding: 10px;}
	.entries .entry .info { width: 100%; }
}

/* UPLOAD */

.contest-media { background-color: #333; position: relative }
.contest-media a { color: white }
.contest-media .actions { display: block; left: 5px; overflow: visible; top: 5px }
.contest-media .clickable { cursor: pointer; font-weight: bold; text-align: center }
.contest-media .content .vote { min-width: 50px; right: 10px; top: 10px; max-width: 15% }
.contest-media .vote a { color: #333; }
.contest-media .content { background-color: #000; min-height: 100px; position: relative; text-align: center; 	width: 100%; overflow: hidden;}
.contest-media .content img {	border: none; display: block; height: auto; margin: auto; max-width: 100%; min-width: 100px; position: relative; 	vertical-align: middle }
.contest-media .content a { margin: auto; 	vertical-align: middle }
.contest-media .nav { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: white; height: 40px; 	margin: 0; 	padding: 0; text-align: right; text-shadow: 1px 1px #000; 	width: 100%; }
.contest-media .nav .nav-item, .contest-media .nav .vote { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; display: inline-block; margin: 0 10px; padding: 5px; line-height: 28px; height: 40px; }
.contest-media .nav .vote { float: left; height: 100%; line-height: 37px; min-width: 100px; overflow: hidden; width: 33.5%; padding: 0; margin: 0; }
.contest-media .nav .vote .top, .contest-media .nav .vote .bottom { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 40%; height: 100%; }
.contest-media .nav .vote .btn { font-size: 13px; }
.contest-media .nav .vote .top { float: left; background-color: #222; }
.contest-media .nav .vote .bottom { width: 50%; margin-right: 5%; }
.contest-media .nav .vote.voted .bottom { display: inline-block; width: 60%; margin: 0; text-decoration: none; }
.contest-media .nav .sharing { float: left; padding: 0; margin: 9px 0 0; }
.contest-media .nav .nav-item span { display:block; vertical-align: middle; float: left; }
.contest-media .nav .nav-item i { display: block; height: 24px; margin: 3px auto; width: 24px; vertical-align: middle; }
.contest-media .nav .nav-item span + i { float: right; }
.contest-media .nav .nav-item .btn, .contest-media .nav .vote .btn { line-height: 28px; height: 30px; }
.contest-media .nav .close { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: right; font-weight: bold; margin: 0; padding: 5px 10px; text-transform: uppercase; }
.contest-media .nav .close button { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #ffffff; text-shadow: 0 1px 0 #000000; opacity: 0.4; filter: alpha(opacity=40); margin-top: 2px; }
.contest-media .nav .close:hover button { opacity: 0.8; filter: alpha(opacity=80); }
.contest-media .caption-wrapper { color: white; text-shadow: 1px 1px #000; width: 100%; z-index: 3; }
.contest-media .caption-wrapper.over { bottom: 0; left: 0; position: absolute; }
.contest-media .caption-wrapper.hidden { width: auto; }
.contest-media.youtube .caption-wrapper.hidden { left: 50%; margin-left: -25px; }
.contest-media .caption { background: rgb(0, 0, 0) transparent; background: rgba(0, 0, 0, 0.6); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000); /* IE 6/7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000)"; /* IE8 */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; min-height: 32px; padding: 10px; text-align: left; }
.contest-media .caption-wrapper.hidden .caption { display: none; }
.contest-media .caption p { line-height: 2ex; margin: 0; overflow:hidden; text-overflow: ellipsis; padding: 0; width: 100% }
.contest-media .caption-wrapper.over .caption p { max-height: 4ex; }
.contest-media .caption-wrapper.over .caption.full p { max-height: 90%; height: auto; }

.contest-media .more-less, .contest-media .hide-show { background: rgb(0, 0, 0) transparent; background: rgba(0, 0, 0, 0.6); display: none; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000); /* IE 6/7 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000)"; /* IE8 */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-border-top-right-radius:6px; -moz-border-top-right-radius:6px; border-top-right-radius:6px; height: 25px; width: 50px; overflow: hidden; padding: 6px; }
.contest-media .caption-wrapper.over .more-less, .caption-wrapper.over .contest-media .hide-show
.contest-media.youtube .hide-show { margin: auto; -webkit-border-top-left-radius:6px; -moz-border-top-left-radius:6px; border-top-left-radius:6px; }
.contest-media .more-less { display: none; }
.contest-media .nav .next, .contest-media .nav .prev { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: right; margin: 0; min-width: 40px; width: 15%; }
.contest-media .nav .prev { float: left }
.contest-media .nav .next i, .contest-media .nav .prev i { background: url(/img/modal/icons.png) no-repeat 0 0; }
.contest-media .nav .next:hover i, .contest-media .nav .prev:hover i { background-image: url(/img/modal/icons-over.png); }
.contest-media .nav .next i { background-position: -48px 0; }
.contest-media .nav .prev i { background-position: -96px 0; }

/* BONUS METHODS */

.bonusmethods { width: 100%; }
.bonusmethod { box-sizing: border-box;  border-bottom: 1px dotted #e5e5e5; background-color: #fdfdfd; margin: 0; min-height: 50px; overflow: hidden; padding: 10px 0px; }
.bonusmethod:last-child { border-bottom: none; }
.bonusmethod.completed { opacity: 0.5;}
.bonusmethod .front, .bonusmethod .back { position: relative; }
.bonusmethod .description { font-size: 12px; margin: 0 50px 0 50px; padding: 5px 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.bonusmethod .toback, .bonusmethod .atback { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; position: absolute; top:0; right: 0; }
.bonusmethod.completed .front { display: none; }
.bonusmethod.notcompleted .back { display: none; }
.bonusmethod .profile-thumb { float: left; display: inline-block; height: 40px; width: 40px; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.bonusmethod .profile-thumb img { height: 40px; width: 40px; }
.bonusmethod .profile-thumb:empty:after {content: " "; width: 40px; height: 40px; display: inline-block; background-color: #333; background-size: contain; background-image: url(/img/bookmarkicon.png); background-repeat: no-repeat; }
.bonusmethod .btn { float: right; font-size: 15px; font-weight: bold;  margin: 5px; padding: 5px; width: 45px; height: 45px;}
.bonusmethod .back .btn { font-size: 20px;}
.bonusmethod .toback, .bonusmethod .atback { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; float: right; padding: 0; width: 65px; min-width: 55px; }
.bonusmethod.completed .back  .btn.disabled { opacity: 0.4; filter: alpha(opacity=40); }
.bonusmethod-modal .modal-header { background-color: #f5f5f5; border-bottom: 1px solid #ddd;}
.bonusmethod-modal .modal-header h3 { margin: 5px 25px 5px 0; line-height: 125%;}
.bonusmethod-modal .modal-header .close:hover { opacity: 0.5; }
.bonusmethod-modal .modal-body { margin: 20px; }
.bonusmethod-modal .modal-footer { padding: 20px; }
.bonusmethod-modal .modal-footer .inputs { width: 100%; }
.bonusmethod-modal .modal-footer .inputs .modal-input { height: 45px; width: 100%; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; border-radius: 8px 8px 8px 8px; padding: 10px; float: left; line-height: 28px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.bonusmethod-modal .modal-footer .inputs .btn { height: 45px; width: 100%; display: inline-block; font-size: 14px; font-weight: bold; margin: 10px 0 0 0; border-radius: 8px 8px 8px 8px; float: left; padding: 10px; }
.bonusmethod-modal .modal-footer .btn.full { margin: 0; }
.bonusmethod-modal.type-customhtml .modal-body { font-size: 14px; line-height: 20px; }
.bonusmethod-modal.type-partner .partnerbody , .bonusmethod-modal.type-partner .description .info, .bonusmethod-modal.type-partner .description .like { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; display: block; overflow: hidden; text-overflow: ellipsis; max-height: 100%; }
.bonusmethod-modal.type-partner .partnerbody { min-height: 50px; overflow: hidden; }
.bonusmethod-modal.type-partner .description { margin: 0; vertical-align: middle; margin: 0 0 0 60px; padding: 10px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.bonusmethod-modal.type-partner .description .like { padding: 10px 0 0 0; width: 100%; display: block;}
.bonusmethod-modal.type-partner .profile-thumb { float: left; display: inline-block; height: 50px; width: 50px; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.bonusmethod-modal.type-partner .profile-thumb:empty:after {content: " "; display: inline-block; background-color: #333; background-image: url(/img/bookmarkicon.png); background-repeat: no-repeat; }
.bonusmethod-modal.type-partner .description .info { font-weight: bold; padding: 0 0 5px; font-size: 1.2em; }


/* ENTRIES */
.section.entries { padding: 0 }
.entries .entry .image, .entries .entry .info { display: inline-block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box }
.entries .entry .image { max-height: 400px; max-width: 170px; width: 30% }
.entries .entry .image img { width: 100% }
.entries .entry .text { max-height: 120px; max-width: 450px; width:65%; float:left; border-right:1px solid #ccc; padding:5px; font-size:1.1em; line-height:1.2em; overflow:auto}
.entries .entry .info { padding: 0 0 0 10px; vertical-align: top; width: 68%; }
.entries .entry .info { padding:10px; width:35% }
.entries .entry .info > div, .entries .entry .info > a { display: block; margin: 5px 5px 5px 0; overflow: hidden; text-overflow: ellipsis; }
.entries .entry .info > div:first-child { margin-top: 0px; }
.entries .entry .info .votes b {font-size: 16px; }
.entries .entry .info .sharing {}
.entries .entry .info .fb-actions { min-width: 130px; }
.entries .entry .info .vote-url { margin: 10px 5px 10px 0; }
.extra-entries { background-color: #EFF8EF; text-align: center }

/* VOUCHER */
.voucher .message { padding: 10px }
.voucher .section { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 	clear: both; 	border-bottom: 1px solid #f5f5f5; 	width: 100%; 	padding: 10px }
.voucher .business { background-color: #fafafa }
.voucher .business .from { font-size: 16px; 	font-weight: bold; 	width: 100%; 	clear: both; 	padding: 0 0 5px 0 }
.voucher .business .contact .detail { font-size: 11px; 	color: #999; 	width: 100%; padding: 5px 5px 5px 0 }
.voucher .business .contact .address { min-width: 150px }
.voucher .business .contact .phone, .voucher .business .contact .url { min-width: 100px }
.voucher .redemption > div { vertical-align: top }
.voucher .redemption .info { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 	font-size: 12px; 	line-height: 18px; width: 100% }
.voucher .redemption .code { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-size: 14px; padding-top: 10px; width: 100% }
.voucher .redemption .scan { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; padding-top: 15px; 	text-align: center; width: 100% }
.voucher .redemption .scan a { border: none; cursor: default }
.voucher .redemption .scan img { border: none; 	height: 100px; 	width: 100px }
.voucher .scancode { color: #999; 	font-size: 10px; 	padding: 10px }

/* ADMIN BAR */
#adminbar { background-color: #F2F2F2; 	border-bottom: none; 	border-top: solid 1px #E2E2E2; 	padding: 0px; 	font-size: 11px; 	margin-bottom: 10px }
#adminbar div { padding: 5px 0px; 	width: 100% }
#adminbar div span { display: inline-block; 	padding: 0px 5px }
#adminbar a { cursor: pointer; 	color: #3B5998; 	text-decoration: none }
#adminbar a:hover { text-decoration: underline }
#adminbar > div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
#adminbar .notice { background-color: red; 	color: white }
#adminbar .notice span { font-weight: bold }
#adminbar .setting { padding: 12px; text-align: center; font-weight: bold; background-color: #D1E9F7 }

/* FANGATE */
#fangate { background-color: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: 0; padding: 0; }

/* TWITTER/FACEBOOK/PINTEREST */
a.twitter { padding: 0 0 0 18px; 	background: transparent url(/img/twitterfavicon.png) no-repeat scroll 0 0px; 	line-height: 16px; 	color: #2299CC }
a.facebook { padding: 0 0 0 20px; 	background: transparent url(/img/facebookfavicon.png) no-repeat scroll 0 0px; 	line-height: 16px; 	color: #3B5998 }
#pins-wrapper { background-color: #f0f0f0; border-color: #e5e5e5; overflow: hidden; padding: 20px 0; }
#pins-wrapper .pins { position: relative; }
#pins-wrapper .pin { float: left; width: 236px; margin: 0; }
#pins-wrapper .media { width: 100%; }

/* LEADERBOARD */
.section + #leaderboard { margin-top: -1px; }
#leaderboard { border-top: 1px solid #bbb; }
#leaderboard .bar-item { padding: 0; }
#leaderboard .section { padding: 0; }
#leaderboard .item-list .standing .rank, #leaderboard .item-list .rank { background-color: #666;  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;	color: #fff;	font-size: 10px;	font-weight: bold;  text-align: center;  min-width: 70px;  height: 70px;  vertical-align: middle;}
#leaderboard .item-list img { width: 50px; height: 50px;}
#leaderboard .item-list .user-name { overflow: hidden; text-overflow: ellipsis; font-weight: bold; font-size: 13px; width: 100%; max-width: 100px; /* <-- hack to get ellipses on overflow */ white-space: nowrap;}
#leaderboard .leader .history .standing .user-name {	font-size: 15px; }
#leaderboard .leader .history tr.history-item td {  background-color: #EFF8EF;}
#leaderboard .leader .history tr.history-item.neg td {  background-color: #FAF2F2;}
#leaderboard .leader .history .history-item .desc {  font-style: italic;  color: #999;  padding-right: 15px;}
#leaderboard .leader .history .history-item .points {  background-color: #dff0d8;  color: green;  font-weight: bold;  font-size: 18px;  min-width: 70px;  padding-right: 15px;  width: 15%;}
#leaderboard .leader .history .history-item.neg .points {  color: #b94a48;  background-color: #f2dede; }
#leaderboard .item-list .rank { max-width: 120px; padding: 0; }
#leaderboard .item-list .rank b { font-size: 25px; }

/* POLL */
#poll { padding: 0;}
#dialog.no-form #poll { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }


/* icons */
.im {
	display: inline-block;
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.im.im-search:before { content: '\eb2d'; }
.im.im-cross:before { content: '\ea0f'; }
.im.im-reverse:before { content: '\eaa8'; }
.im.im-bracket:before { content: '\e9bc'; }
.im.im-facebook:before { content: '\e498'; }
.im.im-twitter:before { content: '\e49d'; }
.im.im-pinterest:before { content: '\e4d6'; }
.im.im-google:before { content: '\e493'; }

/* SHARE BAR */
.btn.btn-flat { 
	border: none;
	border-radius: 0;
	background: #eee;
	padding: 10px 15px;
	color: #333;
	line-height: 20px;
	text-shadow: none;
}
.btn.btn-flat:hover { 
	background: #c5c5c5;
}
.btn-flat.facebook, .btn-flat.twitter, .btn-flat.pinterest, .btn-flat.google { color: #fff; font-size: 20px; padding: 6px 15px; display: inline-block; margin: 0; text-align: left; transition: background 0.2s; }
.btn-flat.facebook { color: #fff; background: #4c66a4; }
.btn-flat.twitter { color: #fff; background: #3A92C8; }
.btn-flat.pinterest { color: #fff; background: #ab171e; }
.btn-flat.google { color: #fff; background: #d73d32; }
.section-bar.share-bar { text-align: center; position: relative; padding: 10px; border-color: #e5e5e5; background: #f1f1f1; }
.section-bar.share-bar>p { margin-top: 0; }
.section-bar.share-bar .grid { }
.share-bar .btn { width: 24%; margin: 0 0.1%; }

@media screen and (max-width:400px) { 
	/* Contest Nav & Gallery */
	.contest-media .actions { overflow: hidden; }
	.contest-media .sharing { display: none; }
	.contest-media .sharing.show-like { display: block; }
	.gallery .gallery-element .actions { display: none; }
	.gallery .gallery-element .actions.show-like { display: block; }
	.gallery .gallery-element .actions.show-like .twitter-tweet { display: none; }
}

/* Main mobile switch (and printing) */
@media screen and (min-width:520px), print { 
	/* Bars */
	.section-bar, .section-title, .section { padding: 20px; }
	.section-bar { text-align: left; }
	.section-bar.center { text-align: center; }
	.section-bar.large { font-size: 18px; }
	.section-bar  .subsection { float: right; margin-top: 0px;}
	.section > .section-title { padding: 0 0 20px 0; }
	.bar .bar-item { padding: 20px; }
	.bar .bar-item.separated { border-right: 1px solid #bbb; }
	.bar .bar-item.separated:last-child { border-right: 0; }
	.bar .bar-item:first-child { margin: 0; float: left; }
	.bar .bar-item:last-child { margin: 0; }
	.bar .bar-item:last-child:first-child { float: none; width: 100%; }
	.bar .bar-item { border: none; display: inline-block; margin: 0; width: 50%; }
	.bar .bar-item .nav { display: inline-block; float: right; margin: 2px 0; }
	.bar .bar-item .nav .nav-link { width: auto; }
	#contest-nav:last-child:first-child .nav { display: block; float: none; margin: 2px auto; width: 50%; }
	#contest-nav:last-child:first-child .nav .nav-link { width: 50%; }
	.flashmessage { padding: 20px; }
  
	/* Horizontal Form */
	.form-group .input-group .input-label { float: left; margin-bottom: 0; display: table; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 30%; padding-right: 20px; min-height: 35px; text-align: right; }
	.form-group .input-group .input-label label { width: 100%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: table-cell; min-height: 35px; vertical-align: middle; }
	.form-group .input-group .inputs { float: left; display: block; width: 65%; margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
	.form-group .input-group.type-fileupload .input-label { min-height: 22px; }	
	.form-group .input-group.type-checkbox .input-label, .form-group .input-group.type-vote .input-label, .form-group .input-group.type-pinterestpicker .input-label,
	.form-group .input-group.type-radio .input-label	{ min-height: 1px; } 
	.form-group {padding-left: 10%; padding-right: 10%; }
	.form-group .input-label.no-label { display: inline-block; }
	.form-group .input-group.type-like .input-label {line-height: 23px; min-height: 23px; }
	.form-group .input-group.type-tallbutton .input-label {line-height: 27px; min-height: 27px; }
	.form-group .input-group .input-icon { height: 35px; right: 5px; }
	.form-group .input-group.video-select .input-prepend input { width: 70%; display: inline-block; margin-bottom: 0; border-left: none; height: 35px;}
	.form-group .input-group.video-select .input-prepend .btn-group { width: 30%; display: inline-block; }
	.form-group .input-group.video-select .input-prepend input, .form-group .input-group.video-select .input-prepend select { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }
	.form-group .input-group.video-select .input-prepend input:focus, .form-group .input-group.video-select .input-prepend select:focus { z-index: 2; }
	.form-group .input-group.video-select .input-prepend .btn { margin-right: -1px; }
	.form-group .input-group.video-select .input-prepend .btn:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }
	.twitterlabel { min-height: 0 !important; }

	/* MESSAGE PAGES */
	.availability, .offline, .offline-like { padding: 20px; }
  
	/* Offer Box */
	.offer-view  .offer-text { font-size: 14px; padding: 20px; }
	.offer-view  .offer-text .offer-title { font-size: 20px; margin-bottom: 10px; }
	
	/* GALLERY */
	.gallery-more { margin: 5px 10px 15px 10px; }
	.gallery-more > a { width: auto; }

	/* button grid */
	.grid .btn { margin: 0; width: auto; }
	.grid .btn:first-child:last-child { width: 100%; }

	/* ENTRIES */
	.entries .entry { padding: 20px; }

	/* VOUCHER */
	.voucher .section { padding: 20px; }
	.voucher .message { padding: 20px; }
	.voucher .business .contact .detail { display: inline; }
	.voucher .redemption .info { clear: left; display: inline-block; width: 69%; }
	.voucher .redemption .code { font-size: 16px; max-width: 460px; }
	.voucher .redemption .scan { clear: right; display: inline-block; min-width: 100px; padding: 0; text-align: right; width: 30%; }
	.voucher .scancode { padding: 20px; }

	/* FOOTER */
	.footer > div { display: inline-block; }
	.footer .disclaimer { width: 77%; }
	.footer .poweredby { padding-top: 0; vertical-align: top; width: 100%; text-align: right;}
	.disclaimer + .poweredby { width: 22%; }

	/* LEADERBOARD */
	#leaderboard .leader-list .item-list { margin-left: -1px; }


	/* BONUS ENTRY METHODS */
	.bonusmethod .btn { font-size: 18px; width: 50px; height: 50px;}
	.bonusmethod .back .btn { font-size: 22px;}
	.bonusmethod .description { font-size: 14px; margin: 0 55px 0 55px; }
	.bonusmethod .profile-thumb img, .bonusmethod .profile-thumb, .bonusmethod .profile-thumb:empty:after { height: 45px; width: 45px; }
	.bonusmethod-modal.type-partner .profile-thumb { width: 70px !important; height: 70px !important; }
	.bonusmethod-modal.type-partner .description { margin: 0 0 0 80px; }
	.bonusmethod-modal .modal-footer .inputs .modal-input { width: 55%; border-radius: 8px 0 0 8px;}
	.bonusmethod-modal .modal-footer .inputs .btn { width: 45%;  border-radius: 0 8px 8px 0; margin: 0;}
	.bonusmethod-modal .modal-footer .btn.full { width: 100%; border-radius: 8px 8px 8px 8px;}
  
	/* QUIZ */
	#quiz .question-text { font-size: 40px; min-height: 4em; }
	#quiz .question-text td { padding: 1em; }
	
	/* SHARE BAR */
	.share-bar .btn { width: 100px; font-size: 24px; line-height: 24px; }
	.share-bar .grid { width: auto; display: inline-block; }
	.share-bar.has-label { padding: 20px; }
}
@media screen and (min-width:540px) { 
	.gallery .gallery-element { width: 30.5%; }
}
@media screen and (min-width:700px) { 
	/* like button flyout can only be closed at > this width */
	.form-group .input-group.type-like { overflow: visible; }
	.gallery .gallery-element { width: 23%; }
}
/* Desktop-only css */
@media only screen and (min-width:810px) { 
	.gallery .gallery-element .actions, .contest-media .actions, .gallery .gallery-element .actions.show-like .twitter-tweet { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; overflow: visible; }
	.gallery .gallery-element .actions.show-like { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; filter: alpha(opacity=1); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }
	.gallery .gallery-element .actions .tweet { display: block; }
	.gallery .gallery-element .actions .fb-like { display: block; }
	.gallery .gallery-element .actions .fb-like-small { display: none; }
	/* done via js since IE Doesn't like hovering over iframes */
	.gallery .gallery-element.hover .actions, .contest-media .content.hover .actions, .gallery .gallery-element.hover .actions.show-like .twitter-tweet { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
	.gallery .gallery-element .actions.show-like, .gallery .gallery-element.hover .actions.hover, .contest-media .content.hover .actions.hover, .gallery .gallery-element.hover .actions.show-like.hover .twitter-tweet { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

	.contest-media .clickable { -webkit-transition:background-color 0.1s linear; -moz-transition:background-color 0.1s linear; -o-transition:background-color 0.1s linear; transition:background-color 0.1s linear; }
	.contest-media .clickable:hover { background-color: #555; }
}
