
#pt_place_content img {
	display: inline;
}

#pt_place_content h3 {
	font-family: Verdana;
	text-align: left;
	/*padding-left: 10px;*/
}

#pt_place_content .pretitle {
	padding-left: 10px;
}

.widget h3 {
	font-family: "Dosis", Helvetica Neue, Helvetica, Arial, sans-serif !important;
	text-align: center !important;
	padding-left: 0px !important;
}

#pt_place_content {
	position: relative;
}

.dialog-modal-new-post iframe {
	max-width: 100%;
	width: 100%;
}

#pt_place_content img {
	display: inline;
}

#pt_place_content p {
	margin-bottom: 5px;
}

.pt_log_center {
	text-align: center;
}

.pt_learn_more_reg_link {
	font-size: 10px;
	margin: 10px 0px 0px 0px;
}

.pt-right-toolbar {
	float: right !important;
}

.pt_new_post_wrap {
	width: 100%;
}

.pt_new_post_left {
	/*
	width: 50%;
	max-width: 50%;
	float: left;
	*/
	width: 100%;
}

.pt_new_post_right {
	width: 50%;
	max-width: 50%;
	float: right;
}

.dialog-modal-new-post input[type="text"] {
	padding: 4px;
	border-radius: 3px;
	width: 458px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	z-index: 1000006;
}

.dialog-modal-new-post input[type="password"] {
	padding: 4px;
	border-radius: 3px;
	width: 458px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	z-index: 1000006;
}

.dialog-modal-new-post select {
	padding: 4px;
	border-radius: 3px;
	width: 95%;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	z-index: 1000006;
}

.dialog-modal-new-post div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.dialog-modal-new-post textarea {
	padding: 4px;
	border-radius: 3px;
	width: 458px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	resize: none;
	height: 210px;
	z-index: 1000006;
}

.dialog-modal-new-post img {
	display: inline;
}

.pt_new_form_left {
	width: 65%;
	max-width: 65%;
	float: left;
}

.pt_new_form_right {
	width: 35%;
	max-width: 35%;
	float: right;
}

.clear {
	clear: both;
}

/* V2 */

.pt_new_post_wrap_v2 {
	width: 100%;
}

.pt_new_post_wrap_v2_pad {
	padding: 5px 0px 15px 0px;
	position: relative;
}

.pt_new_post_grid_v2 {
	/*
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #e3e3e3;
	*/
}

.pt_new_post_grid_block_v2 {
	/*
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e3e3e3;
	*/
}

.pt_new_post_grid_block_nav_v2 {
	border-style: none;
}

.pt_new_post_grid_block_v2 input[type="text"] {
	border-width: 0px;
	padding: 5px;
	/*
	color: #000000;
	background-color: #FFFFFF;
	*/
	background-color: #519fcd;
	color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 8px;
	font-weight: bold;
}

.pt_new_post_grid_line {
	width: 100%;
	background-color: #000000;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

.pt_new_post_grid_block_v2 ::-webkit-input-placeholder {
   color: #FFFFFF;
}

.pt_new_post_grid_block_v2 :-moz-placeholder { /* Firefox 18- */
   color: #FFFFFF;
}

.pt_new_post_grid_block_v2 ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFFFFF;
}

.pt_new_post_grid_block_v2 :-ms-input-placeholder {  
   color: #FFFFFF;
}

#pt_title {
	font-weight: bold;
}

.pt_new_post_content_block_default input[type="text"] {
	border-width: 0px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	width: 75%;
	font-size: 16px;
	border-radius: 3px;
}

.pt_new_post_grid_block_v2 select {
	-webkit-appearance:none;
	border-width: 0px;
	padding: 7px;
	/*
	color: #000000;
	background-color: #FFFFFF;
	*/
	background-color: #519fcd;
	color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	min-height: 35px;
	margin-bottom: 8px;
	font-weight: bold;
}

.pt_new_post_grid_helpers_v2 {
	width: 100%;
	background-color: #fafafa;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: #e3e3e3;
	min-height: 35px;
}

.pt_new_post_grid_block_v2 textarea {
	/*border-width: 0px;*/
	padding: 5px;
	color: #a9a9a9;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	height: 480px;
}

.pt_new_post_grid_nav_v2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 35px;
}

.pt_pad_five {
	height: 5px;
}

.pt_new_post_grid_nav_v2 a {
	color: #bee6ff;
}

.pt_new_post_grid_nav_v2 a:visited {
	color: #bee6ff;
}

.pt_new_post_grid_nav_v2 a:hover {
	color: #539dce;
}

.pt_no_border_v2 {
	border: none;
}

.pt_new_post_nav_item_v2 {
	padding: 0px 0px 10px 0px;
	/*
	width: 16%;
	float: left;
	*/
	width: 72px;
	/*margin-right: 5px;*/
	text-align: center;
	color: #cfcfcf;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

.pt_new_post_nav_item_v2 img {
	margin-top: 0px;
	width: 72px;
	max-width: 84px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

.pt_new_post_hide_v2 {
	display: none;
}

.pt_new_post_content_block_default {
	width: 100%;
	min-height: 480px;
	background-color: #529fcd;
}

.pt_new_post_content_block_default_pad {
	padding: 20px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.pt_new_post_content_block_source_pad {
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.pt_new_post_content_block_default_pad iframe {
	width: 100%;
	height: 90px;
}

.pt_new_post_content_block_default_pad input[type="file"] {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#pt_my_tags {
	color: #636262;
}

a.pt_new_post_blue_link {
	color: #539dce;
}

a.pt_new_post_blue_link:visited {
	color: #539dce;
}

.pt_new_post_button_wrap_v2 {
	position: absolute;
	top: 0px;
	width: 171px;
	margin-left: 10px;
	left: 969px;
}

.pt_new_post_overview_wrap_v2 {
	position: absolute;
	left: 969px;
	width: 110px;
	top: 200px;
	text-align: center;
}

.pt_new_post_overview_wrap_v2 h3 {
	text-align: center !important;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.pt_new_post_overview_v2_images img {
	max-width: 100px;
	max-height: 60px;
	padding-left: 5px;
}

.pt_new_post_overview_v2_images div {
	text-align: center;
}

.pt_new_post_overview_v2_images h3 {
	padding-left: 0px !important;
}

.pt_new_post_overview_v2_video img {
	max-width: 100px;
	max-height: 60px;
	padding-left: 5px;
}

.pt_new_post_button_wrap_left_v2 {
	/*
	width: 50%;
	max-width: 50%;
	float: left;
	text-align: left;
	*/
}

.pt_new_post_button_wrap_right_v2 {
	/*
	width: 50%;
	max-width: 50%;
	float: right;
	text-align: right;
	*/
}

.pt_new_post_button_post_v2 {
	float: left;
	width: 100px;
	border-radius: 3px;
	background-color: #529fcd;
	color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}

.pt_new_post_button_cancel_v2 {
	text-align: center;
	width: 100px;
	border-radius: 3px;
	background-color: #9da6af;
	color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	float: left;
}

.pt_new_post_content_b_v2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.pt_p_margin_top {
	margin-top: 10px;
}

.pt_new_post_content_b_label_v2 {
	width: 30%;
	float: left;
	text-align: right;
}

.pt_new_post_content_b_field_v2 {
	width: 70%;
	float: right;
	text-align: left;
	font-weight: bold;
}

.pt_new_post_content_b_field_v2 input[type="text"] {
	border-width: 0px;
	padding: 5px;
	color: #cecece;
	background-color: #FFFFFF;
	width: 85%;
	font-size: 16px;
	margin-left: 20px;
	border-radius: 3px;
}

.pt_new_post_save_button {
	display: inline-block;
	background-color: #FFFFFF;
	color: #529fcd;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	cursor: pointer;
	padding: 10px 15px 10px 15px;
}

.pt_new_post_done_button {
	border-radius: 2px;
	background-color: #FFFFFF;
	height: 20px;
	padding: 10px;
}

.pt_new_post_sm_text_v2 {
	font-size: 16px;
}

.pt_new_post_med_text_v2 {
	font-size: 16px;
}

.pt_new_post_these_pages_v2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.pt_new_post_these_pages_v2 li {
	text-align: center;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.pt_round_it_pad {
	padding-top: 6px;
	padding-left: 7px;
}

.pt_round_it_pad_smaller {
	padding-top: 5px;
	padding-left: 5px;
}

.pt_round_it_medium {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px; 
	background-size: 100px 100px;
}

.pt_round_it_medium_pad {
	padding-left: 10px;
	padding-top: 8px;
}

.pt_round_it {
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px; 
}

.pt_round_it_smaller {
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px; 
	background-size: 56px 56px;
}

.pt_round_it_lg {
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px; 
}

.pt_round_it_lg_pad {
	position: relative;
	padding-left: 17px;
	padding-top: 14px;
}

.pt_log_inputs input {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 5px;
}

.pt_new_post_v2_head {
	text-align: center;
	margin-top: 0px;
}

.pt_new_post_grid_v2_float_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
}

.pt_new_post_grid_v2_float_right {
	position: absolute;
	top: 0px;
	left: 105px;
	width: 864px;
}

/* END V2 */

.mce-floatpanel {
	max-width: 300px !important;
}

.mce-textbox {
	max-width: 100px !important;
}

.pt_new_post_editor_selector {
	margin-right: 10px;
}

.pt_new_post_editor_selector_left {
	width: 50%;
	float: left;
}

.pt_new_post_editor_selector_left div {
	padding-left: 20px;
	padding-top: 4px;
	font-size: 18px;
}

.pt_new_post_editor_selector_right {
	width: 50%;
	float: right;
}

.pt_new_post_editor_selector_right_pad {
	float: right;
	padding-right: 5px;
}

/* ON / OFF BUTTON */

.onoffswitch {
    position: relative; width: 80px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 30px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #6BB2ED; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 15px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
    border-radius: 0 30px 30px 0;
}
.onoffswitch-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.pt_new_post_icon {
	/*display: none;*/
	position: fixed;
	width: 70px;
	height: 40px;
	top: 0px;
	right: 0px;
	padding-top: 8px;
	padding-right: 11px;
	z-index: 500001;
	text-align: right;
}

.pt_new_post_icon img {
	max-height: 55px;
}

.pt_new_post_icon a {
	color: #FFFFFF;
	text-decoration: none;
}

.pt_new_post_icon a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.pt_new_post_icon a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pt_my_connections_wrap {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #ff0012;
	padding: 15px 0px 10px 0px;
}

.pt_my_connections_wrap span {
	background-color: #ff0012;
	color: #FFFFFF;
	padding: 4px 4px 9px 4px;
}

.pt_my_connections_wrap h3 {
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
}

.pt_show_connect {
	width: 100%;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000000;
}

.pt_show_connect_left {
	width: 70%;
	float: left;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
}

.pt_show_connect_right {
	padding-top: 16px;
	width: 30%;
	float: right;
}

.pt_show_connect_right .gp_connect_button {
	float: right !important;
}

.pt_show_connect_left_badge {
	width: 68px;
	float: left;
}

.pt_show_connect_left_name {
	position: absolute;
	left: 65px;
	top: 0px;
	padding-right: 105px;
	width: 100%;
	height: 90px;
	display: table;
}

.pt_show_connect_left_name div {
	height: 90px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	font-family: Verdana;
}

.pt_twit_text_pad {
	text-align: right;
	padding: 5px 0px 10px 0px;
}

.pt_bg_area_wrap {
	/*max-width: 100%;*/
	background-color: #FFFFFF;
	height: 342px;
	position: relative;
	width: 1170px;
	padding: 0px 15px 0px 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	z-index: 4;
}

.pt_bg_avatar {
	left: 20px;
	top: 175px;
	position: absolute;
	z-index: 4;
}

.pt_bg_name {
	top: 10px;
	right: 0px;
	padding: 5px 10px 5px 10px;
	background-color:rgba(0,0,0,0.5);
	display: inline-block;
	position: absolute;
}

.pt_bg_name a {
	font-size: 25px !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
}

.pt_bg_name_2 {
	max-width: 55%;
	bottom: 62px;
	left: 160px;
	padding: 5px 32px 5px 45px;
	background-color:rgba(0,0,0,0.5);
	display: inline-block;
	position: absolute;
	z-index: 3;
}

.pt_bg_name_2 a {
	font-size: 31px;
	color: #FFFFFF !important;
	font-weight: normal;
}

.pt_bg_avatar_mini {
	display: none;
	left: 8px;
	bottom: 0px;
	position: absolute;
}

.pt_bg_connect {
	position: absolute;
	right: 10px;
	bottom: 80px;
}

.pt_bg_invite {
	position: absolute;
	right: 130px;
	bottom: 80px;	
}

.pt_bg_connect_2 {
	z-index: 3;
	position: absolute;
	left: 172px;
	bottom: 20px;
}

.pt_bg_invite_2 {
	position: absolute;
	right: 195px;
	top: 15px;	
}

.pt_mask_button {
	width: 150px;
	height: 30px;
	background-color:rgba(0,0,0,0.5);
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}

.pt-connect-header-button {
	width: 110px;
	margin-right: -8px;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #000000;
	font-size: 16px;
}

.pt-profile-container .pt-connect-header-button {
	margin-right: -21px;
}

.pt-page-page .pt-connect-header-button {
	margin-right: -21px;
}

.pt-page-page .pt-ind-story-page-wrap .pt-connect-header-button {
	margin-right: -5px;
}

.pt-connect-header-button div {
	padding-top: 2px;
}

.pt-connect-header-button div a {
	color: #FFFFFF;
}

.pt_mask_show {
	width: 150px;
	height: 30px;
	background-color:#c2c2c2;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.pt_mask_button:hover {
	background-color:rgba(0,0,0,1.0);
}

.pt_mask_show:hover {
	background-color:#c2c2c2;
}

.pt_bg_change_cover {
	z-index: 3;
	position: absolute;
	top: 15px;
	left: 15px;
}

.pt_bg_change_badge {
	z-index: 3;
	position: absolute;
	top: 15px;
	left: 180px;
}

.pt_mask_button div {
	padding-top: 5px;
	opacity: .7;
}

.pt_mask_button div a {
	color: #FFFFFF;
}

.pt_mask_show div {
	opacity: .7;
}

.pt_mask_button div:hover {
	opacity: 1;
}

.pt_sub_nav {
	position: absolute;
	/*font-family: MagistralExtraCond-Medium;*/
	font-family: mpr;
	top: 291px;
	right: 15px;
	font-size: 16px;
}

.pt-ind-story-page-wrap .pt_sub_nav {
	bottom: 22px;
	top: auto;
}

.pt_sub_nav ul {
	margin: 0px;
	padding: 0px;
}

.pt_sub_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	padding: 0px 20px 0px 2px;
	vertical-align: middle;
	height: 18px;
}

.pt-sub-list-text {
	margin-top: 4px !important;
}

.pt_bg_area {
	/*max-width: 100%;*/
	width: 1155px;
	margin-left: -15px;
	height: 292px;
	background-color: #529fcd;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*
.pt_bg_pad {
	padding: 100px 20px 0px 20px;
}
*/

.pt_bg_pad_left {
	float: left;
	width: 20%;
	max-width: 80px;
}

.pt_bg_pad_right {
	width: 80%;
	min-width: 80%;
	float: left;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 10px;
}

.pt_bg_pad_right a {
	color: #FFFFFF;
}

.pt_bg_pad_right a:visited {
	color: #FFFFFF;
}

.pt_bg_button_row {
	margin-bottom: 10px;
	width: 100%;
	position: fixed;
	top: 72px;
	z-index: 10000;
	left: 0px;
}

.pt_bg_button_row_button {
	width: 25%;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #535353;
	height: 40px;
	position: relative;
	cursor: pointer;
}

.pt_bg_button_row_button_new_posts_texts {
	display: none;
}

.pt_bg_button_row_button_new_posts_texts_red {
	color: #FF0000;
}

.pt_bg_button_row_button_new_posts_texts_red a {
	color: #FF0000;
}

.pt_bg_button_row_button_new_posts_texts_red a:visited {
	color: #FF0000;
}

.pt_bg_button_row_button_text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	top: 6px;
	font-size: 18px;
}

.mce-flow-layout-item {
	margin: 2px 0 2px 8px !important;
}

.pt_edit_img_overlay {
	display: none;
	position: absolute;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	border-radius: 5px;
	background-color: #CCCCCC;
	top: 0px;
	margin-top: -20px;
	height: 400px;
	z-index: 2;
}

.pt_edit_img_pad {
	padding: 10px;
}

.pt_edit_img_image {
	display: table-cell;
	vertical-align: middle;
}

.pt_edit_img_image img {
	max-width: 90%;
	max-height: 260px;
}

.pt_edit_img_wrap {
	margin-left: 10px;
	position: absolute;
	width: 290px;
	/*height: 360px;*/
	height: 300px;
	display: table;
}

.pt_edit_img_button_pane {
	position: absolute;
	/*top: 360px;*/
	top: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pt_edit_img_button {
	float: left;
	width: 15%;
}

.pt_edit_img_button_mid {
	float: left;
	width: 70%;
}

#pt_save_image_button {
	vertical-align: bottom;
}

.pt_edit_img_button_mid img {
	max-width: 32px;
	max-height: 32px;
}

.pt_edit_img_button img {
	max-width: 30px;
}

.pt_review_score_single {
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}

.pt_bg_editor_area {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dedede;
	padding-bottom: 20px;
}

.pt_bg_pad_left_desk {
	float: left;
	position: absolute;
	top: 60px;
	left: 10px;
}

.pt_bg_pad_right_desk {
	position: absolute;
	top: 10px;
	right: 0px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	background-color:rgba(0,0,0,0.5);
}

.pt_bg_pad_right_desk div {

}

.pt_bg_pad_right_desk a {
	color: #FFFFFF;
	font-size: 22px;
}

.pt_new_post_editor_btn {
	width: 100px;
	height: 25px;
	border-radius: 25px;
	background-color: #529fcd;
	color: #FFFFFF;
	cursor: pointer;
}

.pt_new_post_editor_btn:hover {
	background-color: #74acce;	
}

.pt_new_post_editor_btn_grey {
	background-color: #868686;
}

.pt_new_post_editor_btn_grey:hover {
	background-color: #9ca5af;
}

.pt_new_post_editor_btn div {
	text-align: center;
	padding-top: 2px;
}

.pt_sub_nav_on {
	text-decoration: underline !important;
}

.pt_sub_nav_grey {
	color: #CCCCCC !important;
}

/* NO COVER IMAGE CSS */

.pt-bg-area-wrap-none {
	height: 180px;
}

.pt-bg-area-wrap-none .pt_bg_area {
	height: 130px;
}

.pt-bg-area-wrap-none .pt_bg_avatar {
	top: 13px;
}

.pt-bg-area-wrap-none .pt_sub_nav {
	top: 129px;
}

.pt-bg-area-wrap-none .pt_bg_change_badge {
	right: 195px;
	bottom: 65px;
	top: initial;
	left: initial;
}

.pt-bg-area-wrap-none .pt_bg_change_cover {
	right: 30px;
	bottom: 65px;
	top: initial;
	left: initial;
}

.pt-bg-area-wrap-none .pt-update-number {
	right: 30px;
	width: 315px;
}

/* END NO COVER IMAGE CSS */

@media (max-width: 480px) {

	.pt_bg_connect {
		display: none;
	}

	.pt_bg_avatar {
		display: none;
	}
	
	.pt_bg_avatar_mini {
		display: block !important;
	}

	.pt_bg_name {
		bottom: 20px !important;
		top: auto !important;
		right: 0px;
		padding: 5px 10px 5px 10px;
		background-color:rgba(0,0,0,0.7);
	}
	
	.pt_bg_name a {
		font-size: 20px !important;
		color: #FFFFFF !important;
		font-weight: normal !important;
	}
	
	.pt_bg_name_2 {
		width: 100%;
		max-width: 100% !important;
		bottom: auto !important;
		top: 210px !important;
		left: 110px !important;
		padding: 5px 10px 5px 10px !important;
		background-color:rgba(0,0,0,0.7);
	}
	
	.pt_bg_name_2 a {
		font-size: 16px !important;
		color: #FFFFFF !important;
		font-weight: bold !important;
	}
	
	.pt_bg_pad img {
		height: 210px;
		object-fit: cover;
		left: 50%;
		margin-left: -50% !important;
	}

	#pt_new_post_content_block_v2 {
		margin-top: 50px;
	}

	.pt_bg_area_wrap {
		padding: 0px !important;
		max-width: 100%;
		height: 277px;
		overflow: hidden;
	}
	
	.pt_bg_area {
		max-width: 100%;
		height: 210px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.pt_new_post_content_block_default {
		width: 100%;
		min-height: 290px;
		background-color: #529fcd;
	}

	.pt_new_post_button_wrap_left_v2 {

		width: 50%;
		max-width: 50%;
		float: left;
		text-align: left;

	}

	.pt_new_post_button_wrap_right_v2 {

		width: 50%;
		max-width: 50%;
		float: right;
		text-align: right;

	}
	
	.pt_new_post_button_wrap_v2 {
		position: relative;
		top: 10px;
		width: 100%;
		margin-left: 10px;
		left: 0px;
	}

	.pt_new_post_grid_block_v2 textarea {
		/*border-width: 0px;*/
		padding: 5px;
		color: #a9a9a9;
		background-color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		height: 290px;
	}

	.pt_new_post_grid_v2_float_left {
		position: absolute;
		top: 185px;
		left: 0px;
		width: 100%;
	}

	.pt_new_post_grid_v2_float_right {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.pt_bg_button_row {
		margin-bottom: 10px;
		width: 100%;
		position: fixed;
		top: 84px;
		z-index: 10000;
		left: 0px;
	}

	.pt_new_post_icon img {
		max-height: 35px !important;
	}

	.pt_bg_editor_area {
		width: 100%;
		background-color: #FFFFFF;
	}
	/*
	.pt_bg_button_row_button_new_posts_texts_red {
		display: none;
	}

	.pt_bg_button_row_button_new_posts_texts {
		display: block;
		position: absolute;
		top: 0px;
		width: 100%;
		color: #529fcd;
		font-size: 40px;
		text-align: center;
	}

	.pt_bg_button_row_button {
		height: 80px;
	}
	*/
	
	.pt_bg_button_row_button_text {
		top: 9px;
		font-size: 13px;
	}

	#pt_place_content h3 {
		font-family: Verdana;
		text-align: center;
		padding-left: 0px;
	}

	.pt_new_post_button_post_v2 {
		float: none;
		margin-right: 0px;
	}
	
	.pt_new_post_button_cancel_v2 {
		float: right;
		margin-left: 0px;
		margin-right: 15px;
	}

	.pt_new_post_grid_block_nav_v2 {
		/*
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #e3e3e3;
		*/
	}

	.pt_new_post_grid_nav_v2 {
		width: 100%;
		min-height: 35px;
	}

	.pt_new_post_nav_item_v2 img {
		margin-top: 0px;
		max-width: 45px;
		display: inline;
		margin-left: auto;
		margin-right: auto;
		
	}

	.pt_new_post_grid_block_v2 input[type="text"] {
		border-width: 0px;
		padding: 5px;
		/*
		color: #a9a9a9;
		background-color: #FFFFFF;
		*/
		background-color: #519fcd;
		color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		border-radius: 5px;
		margin-bottom: 8px;
	}

	.pt_new_post_content_block_default input[type="text"] {
		border-width: 0px;
		padding: 5px;
		color: #a9a9a9;
		background-color: #FFFFFF;
		width: 75%;
		font-size: 16px;
		border-radius: 3px;
	}
	
	.pt_new_post_grid_block_v2 select {
		border-width: 0px;
		padding: 7px;
		/*
		color: #a9a9a9;
		background-color: #FFFFFF;
		*/
		background-color: #519fcd;
		color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		min-height: 35px;
		margin-bottom: 8px;
	}

	.pt_new_post_content_block_default_pad iframe {
		max-width: 250px;
	}

	.double {
		vertical-align: middle;
		width: 30%;
	  zoom:2;
	  transform:scale(2);
	  -ms-transform:scale(2);
	  -webkit-transform:scale(2);
	  -o-transform:scale(2);
	  -moz-transform:scale(2);
	  transform-origin:0 0;
	  -ms-transform-origin:0 0;
	  -webkit-transform-origin:0 0;
	  -o-transform-origin:0 0;
	  -moz-transform-origin:0 0;
	  -webkit-transform-origin:0 0;
	}

	.pt_new_post_nav_item_v2 {
		padding: 7px 0px 0px 0px;
		width: 16.5%;
		float: left;
		text-align: center;
		color: #cfcfcf;
		font-size: 12px;
		font-weight: bold;
	}

	.pt_new_post_left {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.pt_new_post_right {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	
	.dialog-modal-new-post textarea {
		padding: 4px;
		border-radius: 3px;
		width: 100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		resize: none;
		height: 210px;
		z-index: 1000006;
	}
	
	.dialog-modal-new-post iframe {
		max-width: 100%;
		width: 100%;
	}
	
	.dialog-modal-new-post input[type="text"] {
		padding: 4px;
		border-radius: 3px;
		width:100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		z-index: 1000006;
	}
	
	.dialog-modal-new-post input[type="checkbox"] {
		text-align: left;
		float: left;
	}

	.dialog-modal-new-post input[type="password"] {
		padding: 4px;
		border-radius: 3px;
		width: 100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		z-index: 1000006;
	}
	
	.pt_log_inputs input {
		font-size: 16px;
		padding: 10px;
	}
	
	/* NO COVER IMAGE CSS */

	.pt-bg-area-wrap-none {
		height: auto;
	}

	.pt-bg-area-wrap-none .pt_bg_area {
		height: 210px;
	}

	.pt-bg-area-wrap-none .pt_bg_avatar {
		left: 20px;
		top: 175px;
	}

	.pt-bg-area-wrap-none .pt_sub_nav {
		top: 291px;
		right: 15px;
	}

	.pt-bg-area-wrap-none .pt_bg_change_badge {
		right: initial;
		bottom: initial;
		top: 15px;
		left: 180px;
	}

	.pt-bg-area-wrap-none .pt_bg_change_cover {
		right: initial;
		bottom: initial;
		top: 15px;
		left: 15px;
	}

	.pt-bg-area-wrap-none .pt-update-number {
		right: 30px;
		width: 315px;
	}

	/* END NO COVER IMAGE CSS */
	
}

@media (max-width: 1200px) {

	/*
	.pt_bg_area_wrap {
		padding: 0px !important;
		max-width: 100%;
		height: 277px;
		overflow: hidden;
	}

	.pt_bg_area {
		max-width: 100%;
		height: 210px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	*/

	#pt_new_post_content_block_v2 {
		margin-top: 50px;
	}

	.pt_new_post_content_block_default {
		width: 100%;
		min-height: 290px;
		background-color: #529fcd;
		
	}

	.pt_new_post_button_wrap_left_v2 {

		width: 50%;
		max-width: 50%;
		float: left;
		text-align: left;

	}

	.pt_new_post_button_wrap_right_v2 {

		width: 50%;
		max-width: 50%;
		float: right;
		text-align: right;

	}
	
	.pt_new_post_button_wrap_v2 {
		position: relative;
		top: 10px;
		width: 100%;
		margin-left: 10px;
		left: 0px;
	}

	.pt_new_post_grid_block_v2 textarea {
		/*border-width: 0px;*/
		padding: 5px;
		color: #a9a9a9;
		background-color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		height: 290px;
	}

	.pt_new_post_grid_v2_float_left {
		position: absolute;
		top: 185px;
		left: 0px;
		width: 100%;
	}

	.pt_new_post_grid_v2_float_right {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.pt_bg_button_row {
		margin-bottom: 10px;
		width: 100%;
		position: fixed;
		top: 82px;
		z-index: 10000;
		left: 0px;
	}

	.pt_new_post_icon img {
		max-height: 35px !important;
	}

	.pt_bg_editor_area {
		width: 100%;
		background-color: #FFFFFF;
	}
	/*
	.pt_bg_button_row_button_new_posts_texts_red {
		display: none;
	}

	.pt_bg_button_row_button_new_posts_texts {
		display: block;
		position: absolute;
		top: 0px;
		width: 100%;
		color: #529fcd;
		font-size: 40px;
		text-align: center;
	}

	.pt_bg_button_row_button {
		height: 80px;
	}
	*/
	
	.pt_bg_button_row_button_text {
		top: 9px;
		font-size: 13px;
	}

	#pt_place_content h3 {
		font-family: Verdana;
		text-align: center;
		padding-left: 0px;
	}

	.pt_new_post_button_post_v2 {
		float: none;
		margin-right: 0px;
	}
	
	.pt_new_post_button_cancel_v2 {
		float: right;
		margin-left: 0px;
		margin-right: 15px;
	}

	.pt_new_post_grid_block_nav_v2 {
		/*
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #e3e3e3;
		*/
	}

	.pt_new_post_grid_nav_v2 {
		width: 100%;
		min-height: 35px;
	}

	.pt_new_post_nav_item_v2 img {
		margin-top: 0px;
		max-width: 45px;
		display: inline;
		margin-left: auto;
		margin-right: auto;
	}

	.pt_new_post_grid_block_v2 input[type="text"] {
		border-width: 0px;
		padding: 5px;
		/*
		color: #a9a9a9;
		background-color: #FFFFFF;
		*/
		background-color: #519fcd;
		color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		border-radius: 5px;
		margin-bottom: 8px;
	}

	.pt_new_post_content_block_default input[type="text"] {
		border-width: 0px;
		padding: 5px;
		color: #a9a9a9;
		background-color: #FFFFFF;
		width: 75%;
		font-size: 16px;
		border-radius: 3px;
	}
	
	.pt_new_post_grid_block_v2 select {
		border-width: 0px;
		padding: 7px;
		/*
		color: #a9a9a9;
		background-color: #FFFFFF;
		*/
		background-color: #519fcd;
		color: #FFFFFF;
		width: 100%;
		font-size: 16px;
		min-height: 35px;
		margin-bottom: 8px;
	}

	.pt_new_post_content_block_default_pad iframe {
		max-width: 250px;
	}

	.double {
		vertical-align: middle;
		width: 30%;
	  zoom:2;
	  transform:scale(2);
	  -ms-transform:scale(2);
	  -webkit-transform:scale(2);
	  -o-transform:scale(2);
	  -moz-transform:scale(2);
	  transform-origin:0 0;
	  -ms-transform-origin:0 0;
	  -webkit-transform-origin:0 0;
	  -o-transform-origin:0 0;
	  -moz-transform-origin:0 0;
	  -webkit-transform-origin:0 0;
	}

	.pt_new_post_nav_item_v2 {
		padding: 7px 0px 0px 0px;
		width: 16.5%;
		float: left;
		text-align: center;
		color: #cfcfcf;
		font-size: 12px;
		font-weight: bold;
	}

	.pt_new_post_left {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.pt_new_post_right {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	
	.dialog-modal-new-post textarea {
		padding: 4px;
		border-radius: 3px;
		width: 100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		resize: none;
		height: 210px;
		z-index: 1000006;
	}
	
	.dialog-modal-new-post iframe {
		max-width: 100%;
		width: 100%;
	}
	
	.dialog-modal-new-post input[type="text"] {
		padding: 4px;
		border-radius: 3px;
		width:100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		z-index: 1000006;
	}
	
	.dialog-modal-new-post input[type="checkbox"] {
		text-align: left;
		float: left;
	}

	.dialog-modal-new-post input[type="password"] {
		padding: 4px;
		border-radius: 3px;
		width: 100%;
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		z-index: 1000006;
	}
	
	.pt_log_inputs input {
		font-size: 16px;
		padding: 10px;
	}
	
}

@media (min-width: 1200px) {
	
	.pt_new_post_nav_item_v2 {
		float: none;
		width: 100% !important;
		/*padding-right: 25px;*/
		border-style: solid;
		border-width: 0px 10px 0px 0px;
		border-color: #777777;
		margin-bottom: 4px;
	}
	
	.pt_new_post_nav_item_v2_grey {
		color: #99999 !important;
	}
	
	.pt_new_post_nav_item_v2_blue {
		border-color: #1273a8;
	}
	
	/*
	.pt_new_post_nav_item_v2:hover {
		border-color: #1273a8;
	}
	*/
	.pt_new_post_nav_item_v2_hover:hover {
		border-color: #1273a8;
	}
	
	.pt_new_post_nav_item_v2 h3 {
		text-align: right !important;
		font-family: TitlingGothicFBMediumComp !important;
		font-size: 30px;
		padding-right: 15px;
		padding-top: 15px;
	}
	
	.pt_new_post_nav_item_v2 a {
		color: #FFFFFF;
	}
	
	.pt_new_post_nav_item_v2 a:visited {
		color: #FFFFFF;
	}
	
	.pt_new_post_nav_item_v2 a:hover {
		color: #FFFFFF;
	}

	.pt_new_post_grid_v2_float_right {
		left: 215px;
		width: 754px;
		top: 15px;
	}

	.pt_new_post_grid_v2_float_left {
		background-color: #000000;
		height: 530px;
		width: 200px;
	}
	
	.pt-n-post-grey-back {
		background-color: #d7d7d7;
		min-height: 530px;
	}
	
	.pt-new-post-title {
		color: #FFFFFF;
		font-family: TitlingGothicFBMediumComp;
		text-align: center;
		border-style: solid;
		border-width: 0px 0px 5px 0px;
		border-color: #d8d8d8;
		font-size: 45px !important;
		padding: 10px 0px 10px 0px;
	}
	
	.pt_new_post_grid_block_v2 textarea {
		margin-top: 55px;
		height: 425px;
		border-radius: 0px;
		border-color: #777777;
	}
	
	.pt_twit_text_pad {
		text-align: left;
		color: #797979;
	}
	
	.pt_new_post_button_wrap_v2 {
		left: 757px;
		top: 0px;
		width: 160px;
	}
	
	.pt_new_post_button_post_v2 {
		padding-top: 3px;
		font-family: TitlingGothicFBMediumComp;
		font-size: 24px;
		width: 147px;
		border-radius: 0px;
		background-color: #1273a8;
	}
	
	.pt_new_post_button_cancel_v2 {
		padding-top: 3px;
		font-family: TitlingGothicFBMediumComp;
		font-size: 24px;
		margin-left: 0px;
		margin-top: 50px;
		width: 147px;
		border-radius: 0px;
		background-color: #777777;
		float: none;
	}
	
	.pt_new_post_grid_block_v2 select {
		width: 100%;
		background-color: #d7d7d7 !important;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		color: #000000;
		border-radius: 5px;
		padding: 2px;
	}
	
	#pt_show_headline {
		margin-top: 10px;
	}
	
	.pt_new_post_grid_block_v2 input[type="text"]{
		background-color: #FFFFFF;
		color: #777777;
		border-radius: 0px;
		border-color: #777777;
	}
	
	.pt_new_post_grid_block_v2 ::-webkit-input-placeholder {
	   color: #777777;
	}

	.pt_new_post_grid_block_v2 :-moz-placeholder { /* Firefox 18- */
	   color: #777777;
	}

	.pt_new_post_grid_block_v2 ::-moz-placeholder {  /* Firefox 19+ */
	   color: #777777;
	}

	.pt_new_post_grid_block_v2 :-ms-input-placeholder {  
	   color: #777777;
	}
	
	.froala-wrapper.f-basic {
		background-color: #FFFFFF;
	}
	
	.pt_new_post_content_block_default {
		margin-top: 55px;
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		min-height: 425px;
		border-color: #777777;
	}
	
	.pt_new_post_content_block_default_pad {
		color: #777777;
	}
	
	.pt_new_post_content_block_source_pad {
		color: #777777;
	}
	
	.pt_new_post_save_button {
		font-family: TitlingGothicFBMediumComp;
		background-color: #1273a8;
		color: #FFFFFF;
	}
	
	.pt_new_post_save_button_grey {
		background-color: #777777;
	}
	
	.pt_new_post_grid_block_v2 input[type="text"] {
		border-style: solid;
		border-width: 1px;
		border-color: #777777;
		color: #777777;
	}
	
	.pt_new_post_overview_wrap_v2 {
		top: 105px;
		width: 165px;
	}
	
	.pt_new_post_overview_v2_images img {
		max-width: 145px;
		max-height: 105px;
	}
	
	.pt_new_post_overview_v2_video img {
		max-width: 145px;
		max-height: 105px;
		width: 100%;
	}
	
	.pt-edit-images-button {
		width: 142px;
		margin-left: 15px;
		background-color: #1273a8;
		text-align: center;
		color: #FFFFFF;
		padding: 3px 0px 3px 0px;
		margin-top: 3px;
	}
	
	.pt-edit-images-button a {
		color: #FFFFFF;
	}
	
	.pt-edit-images-button a:visited {
		color: #FFFFFF;
	}
	
	.pt-edit-images-button a:hover {
		color: #FFFFFF;
	}
	
}