/* override normal style */
.nav_level_two ul li a {	
	color: #777;
	font-size: 15px;
}
.nav_level_two ul li.selected {
	border-bottom: solid 3px #c51348;
}

.article_block .article_div .content_col .introduction a {
	color: #AD1018;
}

/* channel only styles */
a {
	color: #AD1018;
}
a:hover {
	color: #ff6600;
}
a.column {
	color: #AD1018;
}
a.column:hover {
	color: #ff6600;
}
.pagination .pages a:hover {
	border-color: #ff6600;
	text-decoration: none;
}
.pagination .pages span.current {
    background-color: #AD1018;
    border: solid 1px #AD1018;
}
a.model_load_more {
	display: block;
	background-color: #ea215d; 
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color: #fafafa;
	margin-bottom: 30px;
}
a.model_load_more:hover {
	background-color: #ee507f; 
}

.channel_section_header {
    font-size: 1.1em;
    /* margin-bottom: 0.5em; */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-weight: 600;
}
.channel_section_header .more {
	float: right;
	display: block;
}
.channel_section_header .more a {
	color: #AD1018;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 10px;
	line-height: 20px;
}
.channel_admin_left_menu.models ul li > a i {
	color: #c51348;
}
.channel_admin_left_menu.models ul li > a.selected {
	color: #c51348;
}
.channel_admin_right_menu.models .header_selection .text > a.selected {
	border-bottom: solid 4px #c51348;
}

.channel_admin_right_menu.models .action_btn a {
	background-color: #ea215d;
}
.channel_admin_right_menu.models .info {
	margin-bottom: 40px;
}

#fav_photo, #un_fav_photo, #fav_model, #un_fav_model {
	display: block;
}

.featured_model_badge {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url("/models/images/icon_featured_model_vertical_20160212_1110.svg");
	background-size: 48px 1050px;
	width: 48px;
	height: 48px;
}
@media(min-width: 768px) {
	.featured_model_badge {
		background-size: 32px 700px;
		width: 32px;
		height: 32px;
	}
	.channel_section_header {
	    font-weight: bold;
		font-size: 20px;
		border-bottom: none;
		color: #444;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.channel_section_header .more {
		float: none;
		line-height: 20px;
		padding-left: 20px;
		display: inline-block;
	}

}

/* model top slider */
.model_slider_wrap {
	background-color: #eaeaea;
}
.model_slider_wrap .model_slider_content {
	max-width: 1280px; margin-left: auto; margin-right: auto; position: relative;
}
.model_slider_wrap .model_slider_content .item {
	position: relative;
	margin: 0px 5px 0px 5px;
}
.model_slider_wrap .model_slider_content .item {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
}
.model_slider_wrap .model_slider_content .item:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.model_slider_wrap .model_slider_content .item img.slider_image {
	width: 100%;
}
.model_slider_wrap .model_slider_content .item .caption {
	position: absolute; 
	bottom: 0px; left: 0px; 
	text-align: center; 
	width: 100%; 
	font-size: 13px; 
	padding: 10px; 
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.model_slider_wrap .owl-controls {
	margin-top: 0px !important;
	position: absolute; bottom: 0px;
	margin-bottom: -35px;
	width: 100%;
}

/* model intro section */
.model_intro_section {
	background-color: #fff; 
	padding-top: 50px; 
	padding-bottom: 50px; 
	margin-bottom: 20px;
	text-align: center;
}
.model_intro_section.grey_bg {
	background-color: #f4f4f4;
}
.model_intro_section h2 {
	font-size: 2em;
}
.model_intro_section h4 {
	font-size: 15px;
	font-weight: normal;
}
.model_intro_section .big_icons {
	max-width: 1100px; 
	margin-left: auto; 
	margin-right: auto;	
	margin-top: 40px;
	margin-bottom: 10px;
}
.model_intro_section .big_icons .the_icon_wrap {
	text-align: center;
}
.model_intro_section .big_icons .the_icon_wrap .the_icon:after {
    content: "\f0c0";
    font: 35px/70px 'FontAwesome';
    text-align: center;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-bottom: 20px;
	background-color: #c51348;
	z-index: 2;
	color: #fff;
}
.model_intro_section .big_icons .the_icon_wrap .the_icon.join_us:after {
    content: "\f0c0";
}
.model_intro_section .big_icons .the_icon_wrap .the_icon.upload_photo:after {
	content: "\f0ee";
}
.model_intro_section .big_icons .the_icon_wrap .the_icon.communicate:after {
	content: "\f086";
}

@media (min-width: 768px) {
	.model_intro_section .big_icons .the_icon_wrap .the_icon:after {
		content: "\f0c0";
		font: 45px/90px 'FontAwesome';
		text-align: center;
		display: inline-block;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		margin-bottom: 20px;
		background-color: #c51348;
		z-index: 2;
		color: #fff;
	}

}

/* model profile header */
.model_profile_header {
	width: 100%; 
	margin-top: 30px;
	margin-bottom: 30px;
}
.model_profile_header .image_col {
	margin-left: auto; margin-right: auto;
	width: 160px;
	text-align: center;
	float: none;
	position: relative;
}
.model_profile_header .image_col .avatar_upload:after {
    content: "\f030";
    font: 18px/36px 'FontAwesome';
    text-align: center;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #AD1018;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	color: #fff;
}
.model_profile_header .image_col .avatar {
	width: 150px;
	border-radius: 50%;
}
.model_profile_header .content_col {
	width: 100%;
}
.model_profile_header .like_box {
	text-align: center; width: 80px;
	margin: 10px auto;
}
.model_profile_header .like_box .like_icon {
	cursor: pointer; 
	font-size: 50px; 
	color: #ea215d; 
	text-align: center;
}
.model_profile_header .like_box .like_counter {
	text-align: center; color: #666;
	font-size: 13px;
}
.model_profile_header .content_col .title {
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.model_profile_header .content_col .title a.name {
	color: #333;
}
.model_profile_header .content_col .title a.name:hover {
	color: #ff6600;
}

.model_profile_header .content_col .title .edit {
	margin-left: 0px;
	font-size: 20px;
}
.model_profile_header .content_col .title .badge {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}
.model_profile_header .content_col .meta {
	text-align: center;
	margin-top: 8px;
	color: #999;
    font-size: 12px;
}
.model_profile_header .content_col .content {
	color: #777;
    font-size: 14px;
    line-height: 1.8em;
	margin-top: 1em;
}
.model_profile_header .content_col .content a {
	color: #AD1018;
}
.model_profile_header .content_col .content a:hover {
	color: #ff6600;
}
.model_profile_header ul.profile_misc {
	margin-left: 0%;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
    padding-left: 0px;
	list-style: none;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 20px;
	text-align: center;
}
.model_profile_header ul.profile_misc li {
	margin: 0px 10px;
	padding: 0px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	display: inline-block;
}
.model_profile_header ul.profile_misc li {
	background: url("/models/images/icon_featured_model_vertical_20160212_1110.svg");
	background-repeat: no-repeat;
	height: 2em;
	background-size: 32px 700px;
}
.model_profile_header ul.profile_misc li.home {
	background-position: -3px -510px;
}
.model_profile_header ul.profile_misc li.profile {
	background-position: -3px -510px;
}
.model_profile_header ul.profile_misc li.photo {
	background-position: -3px -569px;
}
.model_profile_header ul.profile_misc li.video {
	background-position: -3px -625px;
}
.model_profile_header ul.profile_misc li.pm {
	background-position: -345px 3px;
}
.model_profile_header ul.profile_misc li a {
	color: #0e9a95;
	color: #666;
}
.model_profile_header ul.profile_misc li a:hover {
	color: #ff6600;
}
.model_profile_header ul.profile_misc li.selected a {
	color: #ff5500;
	font-weight: bold;
	border-bottom: solid 1px;
}
@media (min-width: 768px) {
	.model_profile_header {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.model_profile_header.right_border {
		border-right: dotted 1px #ddd;
	}
	.model_profile_header .image_col {
		width: 13%;
		float: left;
		position: relative;
	}
	.model_profile_header .image_col .avatar {
		width: 100%;
		border-radius: 50%;
	}

	.model_profile_header .content_col {
		width: 87%;
		float: left;
		padding-right: 30px;
		padding-left: 25px;
	}
	.model_profile_header .like_box {
		margin-top: 0px;
		float: right; width: 80px;
	}
	.model_profile_header .content_col .title {
		margin-top: 0px;
		text-align: left;
	}
	.model_profile_header .content_col .title .badge {
		display: inline-block;
		margin-top: 0px;
		margin-left: 10px;
	}
	.model_profile_header .content_col .meta {
		text-align: left;
	}
	.model_profile_header ul.profile_misc {
		margin-top: 20px;
		margin-left: 0%;
	    padding-left: 0px;
	}
	.model_profile_header ul.profile_misc li {
		float: left;
		width: auto;
		margin-left: 0px;
		margin-right: 45px;
		padding-left: 28px;
	}
}
.model_profile_send_pm_button {
	display: block; width: 120px; font-size: 12px; padding: 3px 10px; background-color: #ee4d7d; color: #fff; border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.model_profile_send_pm_button:hover {
	color: #fff;
	background-color: #ea215d;
}

@media (min-width: 768px) {
	.model_profile_send_pm_button {
		display: inline-block;
		width: auto;
		padding: 3px 10px; border-radius: 4px;
		margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
}


/* model photos listing*/
.model_photo_listing {
	width: 100%; 
	margin-bottom: 30px;
	border-bottom: dotted 1px #ddd;
}
.model_photo_listing .image_col {
	margin-left: auto; margin-right: auto;
	width: 130px;
	text-align: center;
	float: none;
	position: relative;
}
.model_photo_listing .image_col .avatar {
	width: 120px;
	border-radius: 50%;
}
.model_photo_listing .content_col {
	width: 100%;
}
.model_photo_listing .content_col .title {
	text-align: center;
	font-size: 18px;
	margin-top: 1em;
}
.model_photo_listing .content_col .title a.name {
	color: #333;
}
.model_photo_listing .content_col .title a.name:hover {
	color: #ff6600;
}
.model_photo_listing .content_col .title .badge {
	display: inline-block;
	margin-top: 0px;
	margin-left: 10px;
}
.model_photo_listing .content_col .meta {
	text-align: center;
	margin-top: 8px;
	color: #999;
    font-size: 12px;
}
.model_photo_listing .content_col .content {
	color: #777;
    font-size: 14px;
    line-height: 1.8em;
	margin-top: 1em;
}
.model_photo_listing .content_col .content a {
	color: #AD1018;
}
.model_photo_listing .content_col .content a:hover {
	color: #ff6600;
}
.model_photo_listing .content_col a.more_photos {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	background-color: #ea215d;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
}
.model_profile_photos_listing {
}
@media (min-width: 768px) {
	.model_photo_listing {
	}
	.model_photo_listing .image_col {
		width: 13%;
		float: left;
		position: relative;
	}
	.model_photo_listing .image_col .avatar {
		width: 100%;
		border-radius: 50%;
	}

	.model_photo_listing .content_col {
		width: 87%;
		float: left;
		padding-left: 25px;
	}
	.model_photo_listing .content_col .title {
		margin-top: 0px;
		text-align: left;
	}
	.model_photo_listing .content_col .title .badge {
		display: inline-block;
		margin-top: 0px;
		margin-left: 10px;
	}
	.model_photo_listing .content_col .meta {
		text-align: left;
	}
	.model_photo_listing .content_col a.more_photos {
		display: block;
		text-align: right;
		margin-bottom: 20px;
		background-color: transparent;
		border-radius: 0px;
		padding: 0px;
		color: #AD1018;
	}
	.model_photo_listing .content_col a.more_photos:hover {
		color: #ea215d;
	}
	.model_profile_photos_listing {
		margin-right: 20px;
	}
}


/* model_photo_div */
.model_photo_div {
	margin-bottom: 20px;
}
.model_photo_div img.the_photo {
	width: 100%;
}
.model_photo_div .info {
	background-color: #fff; 
	padding: 15px 10px 20px 10px; 
	text-align: center; 
	font-size: 13px; 
	color: #666;
}
.model_photo_div .meta_wrap {
	font-size: 12px; color: #999; margin-top: 10px;
}
.model_photo_div .meta_wrap .meta_item {
	margin-right: 15px;
}
.model_photo_div .meta_wrap i {
	margin-right: 3px;
}

/* model main page */
.mainpage_apply_btn {
	display: block; 
	padding: 35px 10px; 
	text-align: center; 
	background-color: #AD1018; 
	font-weight: bold; 
	color: #fff; 
	border-radius: 5px;
}
.mainpage_apply_btn:hover {
	color: #fff; 
	background-color: #3EAEA9;
}

/* navigation menu expandable */
ul.recent_list {
	position: absolute; 
	top: 45px; left: 15px; 
	width: 300px; 
	z-index: 5000; 
	background-color: #fff !important;
	text-align: left; 
	padding: 20px; 
	display: none;
}
ul.recent_list li {
	display: block;
}
ul.recent_list li a {
	font-size: 13px !important;
	display: block;
	text-align: left;
	line-height: 1em;
	padding: 12px;
	font-weight: normal;
}
ul.recent_list li a:hover {
}


/* model_box */
.model_listing_wrap {
	margin-bottom: 30px;
	margin-left: -10px;
	margin-right: -10px;
}
.model_listing {
	background-color: #fff;
	border: solid 1px #eee;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.model_listing .title {
	color: #333;
}
.model_listing .title:hover {
	color: #ff6600;
}
.model_listing_no_content {
	padding: 20px;
	border: solid 1px #eaeaea;
	background-color: #fefefe;
	margin: 0px 10px;
}
.model_listing .image_wrapper {
	width: 100%;
	overflow: hidden;
}
.model_listing .image {
	width: 100%;
}
.model_listing .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 8px 10px 8px;
	font-size: 13px;
	background-color: rgba(255,255,255, 0.92);
	width: 100%;
	text-align: center;
}
.model_listing .meta_wrap {
	font-size: 12px; color: #999;
	display: inline-block;
	margin-left: 10px;
}
.model_listing .meta_wrap .meta_item {
	margin-right: 15px;
}
.model_listing .meta_wrap i {
	margin-right: 3px;
}
.model_listing .article_tag_wrap {
	position: relative;
}
.model_listing .article_tag {
	position: absolute;
	width: 90px;
	height: 24px;
	top: -32px;
	left: -10px;
	background-image: url("/models/images/column_tag.png");
	font-size: 13px;
	line-height: 24px;
	padding: 0px 18px 0px 10px;
	color: #fff;
	text-align: center;
}
@media (min-width: 768px) {
	.model_listing {
		background-color: #fff;
		border: solid 1px #eee;
		margin-bottom: 20px;
		overflow: hidden;
		position: relative;
	}
	.model_listing .image_wrapper {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.model_listing .image {
		width: 100%;
		margin-top: 0px;
	}
	.model_listing .meta_wrap {
		display: block;
		margin-top: 15px;
		margin-left: 0px;
	}
	.model_listing .article_tag {
		width: 90px;
		height: 24px;
		position: absolute;
		background-image: url("/models/images/column_tag.png");
		font-size: 13px;
		line-height: 24px;
		padding: 0px 18px 0px 10px;
		color: #fff;
		text-align: center;
	}
	.model_listing .title {
		position: static;
		padding: 20px 10px;
		font-size: 15px;
		line-height: 1em;
	}
}
@media (min-width: 1200px) {
	.model_listing {
	}
	.model_listing .image_wrapper {
	}
	.model_listing .image {
	}
}


.function_btn {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
}
.function_btn a {
    display: inline-block;
    padding: 0.5em 1.2em;
    margin-right: 10px;
	margin-bottom: 10px;
    border-radius: 0.3em;
    color: #777;
    background-color: #eaeaea;
    text-decoration: none;
}
.function_btn a i {
	margin-right: 5px;
}
.function_btn a:hover {
	background-color: #ea215d;
	color: #fff;
}


/* model form */
.model_form .header {
	font-size: 22px;
	font-weight: normal;
	border-bottom: solid 1px #eee;
	margin-bottom: 35px;
}
.model_form .header .text {
	font-size: 22px;
	font-weight: normal;
	color: #444b51;
	display: inline-block;
	margin-right: 10px;
	line-height: 2.6em;
}
.model_form .mandatory {
	color: red;
}
.model_form .form_col1 {
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
	clear: left;
}
.model_form .form_col2 {
	margin-left: 0px;
	margin-bottom: 15px;
	line-height: 25px;
}
.model_form input[type=text], .model_form input[type=password], .model_form textarea {
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ddd;
	padding: 5px;
	font-size: 15px;
}
.model_form input[type=checkbox] {
	font-size: 15px;
	padding: 5px;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	line-height: 25px;
}
.model_form input.error, .model_form select.error, .model_form textarea.error {
	border: solid 1px red;
	background-color: #ffe9e8;
}
.model_form .msg {
	padding: 0px;
	font-size: 13px;
	color: red;
	font-weight: bold;
	margin-top: 5px;
	display: none;
}
.model_form #submit_btn {
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: solid 1px #ddd;
	cursor: pointer;
}
.model_success_form {
	text-align: center;
	margin: 80px 0px 120px 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 90%;
}
.model_success_form .congratulations {
	color: #AD1018;
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}
.model_success_form .congratulations .line_one {
	font-size: 28px;
	line-height: 3em;
}
@media (min-width: 768px) {
	.model_form .header {
		font-size: 22px;
		font-weight: normal;
		border-bottom: solid 1px #eee;
		margin-bottom: 35px;
	}
	.model_form .header .text {
		font-size: 22px;
		font-weight: normal;
		color: #444b51;
		display: inline-block;
		margin-right: 10px;
		line-height: 2.6em;
	}
	.model_form .mandatory {
		color: red;
	}
	.model_form .form_col1 {
		margin-bottom: 15px;
		width: 135px;
		text-align: right;
		float: left;
		clear: left;
	}
	.model_form .form_col2 {
		margin-left: 150px;
		margin-bottom: 15px;
		margin-right: 30px;
		line-height: 25px;
	}
	.model_form input[type=text], .model_form input[type=password], .model_form textarea {
		width: 100%;
		border-radius: 5px;
		border: solid 1px #ddd;
		padding: 5px;
		font-size: 15px;
	}
	.model_form input[type=checkbox] {
		font-size: 15px;
		padding: 5px;
		margin-right: 10px;
		width: 18px;
		height: 18px;
		line-height: 25px;
	}
	.model_form input.error, .model_form select.error, .model_form textarea.error {
		border: solid 1px red;
		background-color: #ffe9e8;
	}
	.model_form .msg {
		padding: 0px;
		font-size: 13px;
		color: red;
		font-weight: bold;
		margin-top: 5px;
		display: none;
	}
	.model_form #submit_btn {
		border-radius: 5px;
		font-size: 15px;
		font-weight: bold;
		padding: 10px 20px;
		border-radius: solid 1px #ddd;
		cursor: pointer;
	}
	.model_success_form {
		text-align: center;
		margin: 80px 0px 220px 0px;
		margin-left: auto; 
		margin-right: auto;
		width: 90%;
	}
	.model_success_form .congratulations {
		color: #AD1018;
		font-size: 22px;
		font-weight: bold;
		line-height: 2em;
	}
	.model_success_form .congratulations .line_one {
		font-size: 30px;
		line-height: 3em;
	}
}

/* model management */
.model_manage_stats {
	padding: 40px 0px 60px 0px;
	margin-left: auto; margin-right: auto;
}
.model_manage_stats .big_icons {
	text-align: center;
}
.model_manage_stats .big_icons .the_icon_wrap {
	margin-bottom:40px;
}
.model_manage_stats .big_icons .the_icon_wrap .the_icon:after {
    content: "\f0c0";
    font: 40px/80px 'FontAwesome';
    text-align: center;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
	background-color: #c51348;
	z-index: 2;
	color: #fff;
}
.model_manage_stats .big_icons .the_icon_wrap .the_icon.photos:after {
    content: "\f030";
}
.model_manage_stats .big_icons .the_icon_wrap .the_icon.videos:after {
	content: "\f03d";
}
.model_manage_stats .big_icons .the_icon_wrap .the_icon.views:after {
	content: "\f06e";
}
.model_manage_stats .big_icons .the_icon_wrap .the_icon.likes:after {
	content: "\f004";
}

/* manage my slider */
.my_slider_item {
	text-align: center;
	margin-bottom: 50px;
}
.my_slider_item.reorder {
	margin-bottom: 0px;
	width: 23%;
	float: left;
	margin-right: 1%;
}
.my_slider_item .my_slider_image {
	width: 100%; 
	text-align: center; 
	margin-bottom: 10px; 
	border: solid 1px #eee;
	position: relative;
}
.my_slider_item .my_slider_image > img {
	width: 100%;
	height: 100%;
}
.my_slider_item .my_slider_image .spinner_div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30px;
}
.my_slider_item .my_slider_image .spinner {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.my_slider_item .camera_icon {
	font: 18px/36px \'FontAwesome\';
	text-align: center; display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #c51348;
	position: absolute;
	left: 5px;
	top: -5px;
	z-index: 2;
	color: #f9f9f9;
}
.my_slider_item .function_btn {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
}
.my_slider_item .function_btn a {
    display: inline-block;
    padding: 0.5em 1.2em;
    margin-right: 10px;
	margin-bottom: 10px;
    border-radius: 0.3em;
    color: #777;
    background-color: #eaeaea;
    text-decoration: none;
}
.my_slider_item .function_btn a i {
	margin-right: 5px;
}
.my_slider_item .function_btn a:hover {
	background-color: #ea215d;
	color: #fff;
}
.my_slider_reorder_div {
	margin-bottom: 30px;
}
.my_slider_reorder_submit_div {
	text-align: center;
}
.my_slider_reorder_submit_div input {
	border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: solid 1px #ddd;
    cursor: pointer;
}

/* my videos manage */
.my_video_item {
	border-bottom: solid 1px #eee; padding: 10px 0px;
	color: #333;
}
.my_video_item a.video_title {
	display: inline-block; padding: 10px 0px; width: 500px;
	color: #333;
}
.my_video_item a.video_title:hover {
	color: #AD1018;
}
.my_video_item .action_btn {
	float: right; padding: 10px 0px;
	margin-right: 20px;
	display: inline-block;
}

ul.my_sortable_video {
	padding: 10px 0px;
}
ul.my_sortable_video li {
	display: inline-block; border: solid 1px #eee; background-color: #fff; padding: 10px; margin-bottom: 10px; background-color: #f3f3f3; width: 100%;
}


/* model profile */
.model_info_section {
	margin-bottom: 30px;
}
.model_info_title {
	color: #AD1018;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
table.model_profile {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
.model_video_item {
	border-bottom: dotted 1px #ddd; 
	padding-bottom: 30px; 
	margin-bottom: 30px;
}
.model_videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.model_videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* dialog */
/* for the generic_dialog */
.generic_dialog {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0px;
	position: relative;
	border-radius: 5px;
	width: 100%;
}
.generic_dialog .header_wrap {
	border-radius: 5px 5px 0px 0px;
	background-color: #eee;
}
.generic_dialog .header_wrap .header {
	font-size: 15px;
	padding: 15px 20px 0px 20px;
}
.generic_dialog .header_wrap .header .close_dialog {
	margin-top: -2px;
	float: right;
	font-size: 15px;
	cursor: pointer;
}
.generic_dialog .header_wrap .header .selector {
	float: left;
	margin-right: 30px;
}
.generic_dialog .header_wrap .header .selector.selected {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 5px green;
}
.generic_dialog .footer_wrap {
	text-align: right;
	width: 100%;
	border-top: solid 1px #eee;
}
.generic_dialog .footer_wrap .footer {
	padding: 15px 20px;
}
.generic_dialog .inner_wrap {
	padding: 20px;
	padding-bottom: 10px;
	height: auto;
	min-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.generic_dialog .inner_wrap .inner {
}
.generic_dialog .inner_wrap .inner fieldset {
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;margin-bottom: 10px;
}
.generic_dialog .inner_wrap .inner legend {
	display: block;
	padding: 0px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px; font-size: 13px; color: #2e4453;
}
.generic_dialog .inner_wrap .inner .input_style {
	width: 100%; padding: 5px; border: 1px solid #c8d7e1;
}
.generic_dialog .inner_wrap .inner .textarea_style {
	width: 100%; height: 100px; padding: 5px; border: 1px solid #c8d7e1;
}

@media (min-width: 768px) {
	.generic_dialog {
		max-width: 720px;
		min-height: 400px;
	}
}
@media (min-width: 1000px) {
	.generic_dialog {
		max-width: 760px;
		min-height: 400px;
	}
}
.generic_dialog .footer_wrap {
	background-color: #fff;
	border-radius: 5px;
}
.generic_dialog .footer_wrap .footer input {
	font-size: 15px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	background-color: #ff9900;
	border: solid 1px #ff9900;
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 3px;
}
.generic_dialog .footer_wrap .footer input.noleftmargin {
	margin-left: 0px;
}
.generic_dialog input[type=button] {
	cursor: pointer;
}
.generic_dialog #close_dialog_btn {
	float: right;
}
.generic_dialog #plupload_console {
	height: 100%; width: 300px; border: solid 1px #666; overflow: scroll; 
	margin: 0px;
	position: fixed; top: 0px; left: 0px; background-color: #fff; display: block;
	display: none;
}

/* auto height dialog */
.basic_dialog {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0px;
	position: relative;
	border-radius: 5px;
	width: 100%;
}
.basic_dialog .header_wrap {
	border-radius: 5px 5px 0px 0px;
	background-color: #eee;
}
.basic_dialog .header_wrap .header {
	font-size: 15px;
	padding: 15px 20px 0px 20px;
}
.basic_dialog .header_wrap .header .close_dialog {
	margin-top: -2px;
	float: right;
	font-size: 15px;
	cursor: pointer;
}
.basic_dialog .header_wrap .header .selector {
	float: left;
	margin-right: 30px;
}
.basic_dialog .header_wrap .header .selector.selected {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: solid 5px #c51348;
}
.basic_dialog .footer_wrap {
	text-align: right;
	width: 100%;
	border-top: solid 1px #eee;
}
.basic_dialog .footer_wrap .footer {
	padding: 15px 20px;
}
.basic_dialog .inner_wrap {
	padding: 20px;
	padding-bottom: 10px;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.basic_dialog .inner_wrap .inner {
}
.basic_dialog .inner_wrap .inner fieldset {
	border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;margin-bottom: 10px;
}
.basic_dialog .inner_wrap .inner legend {
	display: block;
	padding: 0px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 6px; font-size: 13px; color: #2e4453;
}
.basic_dialog .inner_wrap .inner .input_style {
	width: 100%; padding: 5px; border: 1px solid #c8d7e1;
}
.basic_dialog .inner_wrap .inner .textarea_style {
	width: 100%; padding: 5px; border: 1px solid #c8d7e1;
}

@media (min-width: 768px) {
	.basic_dialog {
		max-width: 640px;
	}
}
@media (min-width: 1000px) {
	.basic_dialog {
		max-width: 640px;
	}
}
.basic_dialog .footer_wrap {
	background-color: #fff;
	border-radius: 5px;
}
.basic_dialog .footer_wrap .footer input {
	font-size: 15px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	background-color: #ff9900;
	border: solid 1px #ff9900;
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 3px;
}
.basic_dialog .footer_wrap .footer input.noleftmargin {
	margin-left: 0px;
}
.basic_dialog input[type=button] {
	cursor: pointer;
}
.basic_dialog #close_dialog_btn {
	float: right;
}

/* model only message box */
.model_only_msg_box {
	background-color: #fff; 
	margin: 40px 0px 100px 0px; 
	font-size: 15px; 
	padding: 50px; 
	text-align: center;		
}
.model_only_msg_box .header {
	font-size: 40px;
}
@media (min-width: 768px) {
	.model_only_msg_box {
		margin: 80px 0px 150px 0px; 
	}
	.model_only_msg_box .header {
		font-size: 40px;
	}
}

/* photo upload & edit */
.my_photo {
	position: relative;
	margin-bottom: 20px;
}
.my_photo .photo_action {
	cursor: pointer; 
	position: absolute; 
	bottom: 5px; right: 5px; 
	width: 30px; height: 30px;
	font-size: 20px; 
	line-height: 30px;
	background-color: #f3f3f3; 
	border-radius: solid 1px #f3f3f3; 
	text-align: center; 
	border-radius: 5px;
}
.my_photo .photo_action i {
	line-height: 26px; color: #AD1018;
}
.my_photo .the_image {
	width: 100%;
}

/* photo viewer */
.photo_nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    cursor: pointer;
    z-index: 2;
}
.photo_nav .arrow {
    position: absolute;
    /*opacity: 0;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    height: 60px;
    width: 50px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 15;
}
.photo_nav.left {
    left: 0;
}
.photo_nav.right {
    right: 0;
}
.photo_nav.left .arrow {
    background-image: url("/models/images/left_arrow.svg");
    left: 10px;
}
.photo_nav.right .arrow {
    background-image: url("/models/images/right_arrow.svg");
    right: 10px
}
.photo_container_wrapper {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	display: table;
	text-align: center;
	width: 100%;
}
.photo_container_wrapper .photo_container {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	min-height: 400px; 
	height: 400px;
}
.photo_container_wrapper .photo_container .the_view_photo {
	/*
	max-width: 100%;
	max-height: 100%;
	*/
}
.photo_title {
	font-size: 20px;
}
.photo_description {
	font-size: 15px;
}
.photo_info {
	font-size: 12px; color: #999; font-weight: normal;
}
.photo_viewer_section_two {
	margin: 50px auto;
}
.blackcurtain {
	background-color: #212124;
	position: relative;
	font-size: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 767px) {
	.photo_container_wrapper {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.photo_container_wrapper {
		width: 1020px;
	}
}
@media (min-width: 1200px) {
	.photo_container_wrapper {
		width: 1200px;
	}
}