﻿/*
Theme Name: Chhollywood Casting
Theme URI: http://www.chhollywoodcasting.com
Description: Chhollywood Casting
Author: iColab Softwares Pvt. Ltd.
Author URI: http://www.icolabsoft.com
Version: v1.2017                                                                            
################################################################ */

@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Raleway:100,700,400,900|Roboto:100,300,400,600,900');
@font-face {
    font-family: 'tondo_corplight';
    src: url('tondo.woff2') format('woff2'),
         url('tondo.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* popup
-------------------------------------------------- */
#popup {
	border: 1px solid #000000;
	display: none;
	position: fixed;
	top: 50%;
	background: #fff;
	z-index: 999999999;
	left: 50%;
	-webkit-box-shadow: 3px 4px 15px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    3px 4px 15px 0px rgba(50, 50, 50, 1);
	box-shadow:         3px 4px 15px 0px rgba(50, 50, 50, 1);
	width: 1000px;
	height:450px;
}
#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CC0000;
	opacity: 1;
	z-index: 99999999;
}
#popup-content {
	overflow: hidden;
}

#popup-content .img-popup{
	
}

#popup-close {
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	top: 0px;
	right: 0px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-right: -45px;
	margin-top: 10px;
}
#popup-close i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 30px;
}
#popup-close:hover i {
	color: #666666;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* Basic Elements
============================================================ */

html, body {
	background-position: left top;
	background-image: url('../images/bg.jpg');
	background-color: #fff;
}
::-moz-selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}
::selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}
a:focus {
	outline: none;
}

/* Preloader*/
#preloader {
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999;
	background-image: url('../images/bg.jpg');
}
#loading-animation {
	left: 50%;
	margin: -100px 0 0 -250px;
	position: absolute;
	top: 50%;
}
#loading-animation .logo{
	background-image: url('../images/loading-logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 527px;
	height: 148px;
}
#loading-animation .logo .reel-one{
	position: absolute;
	top: 30px;
	left: 363px;
	width: 30px;
	height: 43px;
}
#loading-animation .logo .reel-two{
	position: absolute;
	top: 18px;
	left: 417px;
	width: 40px;
	height: 53px;
}

#loading-animation .logo .reel-one img,
#loading-animation .logo .reel-two img{
	width: 100%;
	height: 100%;
}

#loading-animation .loading-txt {
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 50px;
	text-transform: capitalize;
}

/* Home
-------------------------------------------------- */
#container {
	margin: 0px auto 0px auto;
	width: 1280px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
}
#header {
	overflow: hidden;
	height: 770px;
	position: relative;
}
#header .top-header {
	overflow: hidden;
	height: 90px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 1280px;
	z-index: 9;
}
#header .top-header .logo{
	margin-left: 50px;
	float: left;
}
#header .top-header .dashboard{
	background-position: left center;
	float: right;
	background-color: #FFFFFF;
	height: 48px;
	background-image: url('../images/dashboard-icon.png');
	background-repeat: no-repeat;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E20000;
	padding-top: 12px;
	padding-left: 50px;
	margin-right: 20px;
	border-radius: 50%;
}
#header .top-header .user{
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/user-icon.png');
	background-repeat: no-repeat;
}
#header .top-header .logout{
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/logout-icon.png');
	background-repeat: no-repeat;
}
/*----------------- 
   slide menu
------------------*/
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.sitemenu {
	position: fixed;
	z-index: 99999;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sitemenu .heading{
	overflow: hidden;
}


.sitemenu ul {
	padding: 0px;
	margin: 50px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
}
.sitemenu > ul > li {
	padding: 0px;
	margin: 0px 30px 0px 0px;
	left: 0px;
	position: relative;
	width: 280px;
	overflow: hidden;
}
.sitemenu > ul > li > span {
	display: block;
	text-align: right;
	font-size: 1.125em;
	margin-right: 20px;
}

.sitemenu > ul > li > span > a {
	position: relative;
	right: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border: 0;
}
.sitemenu > ul > li > span > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	margin: 0 10px 0 0;
	width: 300px;
	height: 1px;
}
.sitemenu > ul > li > span > a:hover {
	padding-right: 10px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.sitemenu a {
	color: #000;
	text-decoration: none;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 25px;
}
.sitemenu > ul > li.active > span > a {
	color: #E40001;
	font-size: 35px;
	font-weight: bold;
}
.sitemenu > ul > li > span > a:before {
	background-color: rgba(228, 0, 1, 0.2);
}

.slide-menu-right {
    right: -320px;
    top: 0;
    width: 300px;
    height: 100%;
	-webkit-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 32px 0px rgba(0,0,0,0.75);    			
                      
}

.toggle-slide-right {
	color: #fff;
}

.sitemenu .close-menu{
	padding: 5px 10px 5px 10px;
	color: #fff;
	background: #DF0000;
	display: block;
	margin: 0px 0px 0px -20px;
	position: absolute;
	font-size: 16px;
	bottom: 20px;
	left: 50%;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	cursor: pointer;
}
.sitemenu .close-menu:hover{
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.28);
}

body.smr-open .slide-menu-right {
    right: 0
}




#header .top-header .menu{
	background-position: center center;
	float: right;
	width: 48px;
	height: 48px;
	background-image: url('../images/menu-icon.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
}

#header .main-slider{
	overflow: hidden;
}

#join-discover{
	overflow: hidden;
	margin-top: 10px;
}
#join-discover .join{
	width: 650px;
	height: 470px;
	float: left;
	background-color: #E40001;
	background-image: url('../images/join-bg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#join-discover .join .heading{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #fff;
	width: 490px;
	margin-top: 40px;
	margin-left: 50px;
	line-height: 1.2em;
}
#join-discover .join .heading span{
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
#join-discover .join a{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	position: absolute;
	bottom: 40px;
	right: 150px;
	text-transform: uppercase;
}
#join-discover .discover{
	width: 200px;
	height: 470px;
	float: right;
	margin-left: 10px;
	background-color: #F5F5F5;
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
}
#join-discover .discover .title{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#join-discover .discover ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#join-discover .discover ul li{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #E40000;
	text-transform: uppercase;
	line-height: 34px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
}
#join-discover .discover ul li a{
	color: #E40000;
	text-decoration: none;
}
#join-discover .discover ul li a:hover{
	text-decoration: underline;
}
#join-discover .discover .photo{
	position: absolute;
	bottom: 0px;
}

#welcome-about{
	background-position: left top;
	height: 250px;
	margin-top: 10px;
	background-image: url('../images/welcome-bg.jpg');
	background-repeat: no-repeat;
}
#welcome-about .welcome{
	float: left;
	margin-left: 50px;
}
#welcome-about .welcome .heading{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000000;
	width: 490px;
	margin-top: 60px;
	margin-left: 20px;
	line-height: 1.2em;
}
#welcome-about .welcome .heading span{
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
}
#welcome-about .welcome .heading strong{
	color: #E40000;
	font-weight: normal;
}
#welcome-about .about{
	float: right;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	width: 600px;
	margin-top: 60px;
	line-height: 1.2em;
	margin-right: 20px;
}
#joblisting{
	height: 625px;
	margin-top: 0px;
	position: relative;
	width: 650px;
	float: left;
}
#joblisting .heading{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000000;
	margin-top: 60px;
	margin-left: 50px;
	width: 388px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #E40001;
	margin-bottom: 20px;
}
#joblisting .heading span{
	color: #E40000;
	font-weight: bold;
}
#joblisting ul{
	list-style-type: none;
}
#joblisting ul li{
	border-style: solid;
	border-width: 1px;
	border-color: #EAEAEA #FFFFFF #FFFFFF #FFFFFF;
	padding: 10px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
}
#joblisting ul li:hover{
	border-style: solid;
	border-width: 1px;
	border-color: #EAEAEA #FFFFFF #FFFFFF #FFFFFF;
	padding: 10px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.2em;
}

#joblisting ul li a{
	text-decoration: none;
}

#joblisting ul li:first-child{
	border-top-style: none;
}
#joblisting .viewall{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	margin-left: 50px;
	text-align: right;
	font-weight: 700;
}
#joblisting .viewall a{
	color: #000;
}
#joblisting .viewall a:hover{
	color: #F40000;
}
#joblisting .nothing{
	background-position: left top;
	height: 625px;
	margin-top: 0px;
	position: relative;
	width: 650px;
	float: left;
	background-image: url('../images/model-poster.jpg');
	background-repeat: repeat;
}

#joblisting .nothing .text{
	position: absolute;
	top: 280px;
	left: 320px;
	font-size: 16px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	width: 300px;
}

#joblisting .nothing .registration{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 50px;
	position: absolute;
	top: 480px;
	left: 300px;
}
#joblisting .nothing .registration span{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: normal;
	display: block;
}
#joblisting .nothing .registration span a{
	color: #333333;
}


#profile{
	height: 625px;
	background-image: url('../images/profile-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	position: relative;
	width: 625px;
	float: right;
}
#profile .movie{
	width: 390px;
	height: 390px;
	position: absolute;
	top: 119px;
	left: 117px;
}
#profile .movie .film{
	padding: 2px;
	width: 390px;
	height: 390px;
	overflow: hidden;
}
#profile .movie .film img{
	width: 100%;
	height: 100%;
}

#footer{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E6E6E6;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#footer .menu{
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#footer .menu li{
	padding: 10px;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}
#footer .menu li:first-child{
	padding: 10px 10px 10px 0px;
}
#footer .copyright{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	color: #999999;
	float: left;
	margin-top: 6px;
	margin-left: 20px;
}
#footer .copyright a{
	color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #E40000;
}
#footer .copyright a:hover{
	color: #E40000;
	text-decoration: none;
}

#footer .footer-social{
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

/* Wrapper */
.icon-button {
	padding: 0px;
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.youtube span {
	background-color: #FF3300;
}


/* Icons */
.icon-button i {
	background: none;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button i.t {
	color: #4099ff;
}
.icon-button i.f {
	color: #3B5998;
}
.icon-button i.g {
	color: #db5a3c;
}
.icon-button i.y {
	color: #ff0000;
}


.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover i
 {
	color: white;
}

#footer .design{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}
#footer .design img{
	margin-left: 5px;
	margin-top: -2px;
}

/* Inner Page Heading
============================================================ */

#inner-header {
	overflow: hidden;
	height: 160px;
	position: relative;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
}
#inner-header .top-header {
	overflow: hidden;
	height: 90px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 1280px;
	z-index: 9;
}
#inner-header .top-header .logo{
	margin-left: 50px;
	float: left;
}
#inner-header .top-header .dashboard{
	background-position: left center;
	float: right;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	background-image: url('../images/dashboard-icon.png');
	background-repeat: no-repeat;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E20000;
	padding-top: 12px;
	padding-left: 50px;
	margin-right: 20px;
	border-radius: 50%;
}
#inner-header .top-header .user{
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/user-icon.png');
	background-repeat: no-repeat;
}
#inner-header .top-header .logout{
	background-position: center center;
	float: right;
	background-color: #FFFFFF;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/logout-icon.png');
	background-repeat: no-repeat;
}
#inner-header .top-header .menu{
	background-position: center center;
	float: right;
	width: 48px;
	height: 48px;
	background-image: url('../images/menu-icon.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
}
/* User Listing Page
============================================================ */
#user-listing{
	overflow: hidden;
}
#user-listing .heading {
	line-height: 20px;
	margin: 0px 20px 15px 20px;
	padding: 10px 0 10px 20px;
	position: relative;
	overflow: hidden;
}

#user-listing .heading .heading-line {
    background-color: #000;
    display: block;
    height: 16px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#user-listing .heading .heading-text {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	float: right;
}
#user-listing .heading .heading-text span{
	color: #f40000;
	font-weight: bold;
}
#listing .heading strong{
	color: #E40000;
	font-weight: normal;
	display: block;
}
#user-listing .profile{
	border: 1px solid #E6E6E6;
	width: 130px;
	height: 170px;
	float: left;
	margin: 10px 7px 10px 20px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#user-listing .profile:hover{
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	border: 1px solid #f40000;
}

#user-listing .profile .photo{

	width: 100%;
	height: 130px;
}
#user-listing .profile .premium-user{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -1px;
	top: -1px;
}

#user-listing .profile .photo img{
	width: 100%;
	height: 100%;
}

#user-listing .profile .name{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1em;
	margin-top: 5px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#user-listing .profile:hover .name{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	color: #F40000;
}

#user-listing .profile a{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1em;
	margin-top: 5px;
	font-weight: 400;
	text-decoration: none;
}

#user-listing .pagi-foot{
}

#user-listing .artist-pagination {
	text-align: center;
	clear: both;
	height: 170px;
	margin: 20px auto 20px auto;
	background-image: url('../images/list-footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 98%;
	background-color: #E40000;
	padding-top: 60px;
}

#user-listing .artist-pagination span, 
#user-listing .artist-pagination a {
	margin: 5px;
	text-decoration: none;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	background: #FFFFFF;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	vertical-align: middle;
}
#user-listing .artist-pagination .current{
	background: #000000;
	color: #fff;
}
#user-listing .artist-pagination a:hover{
	color: #fff;
	background: #000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.28);

}

#user-listing .no-user{
	margin: 50px auto 50px auto;
	width: 850px;
	text-align: center;
}
#user-listing .no-user h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #f40000;
}
#user-listing .no-user h1 span{
	color: #006DF4;
}
#user-listing .no-user h1 strong{
	color: #333333;
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}
#user-listing .no-user h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#user-listing .no-user h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}





/* Listing Page
============================================================ */
#listing{
	overflow: hidden;
}
#listing .premium-profile{
	width: 620px;
	height: 720px;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
}
#listing .premium-profile .premium-photo{
	width: 620px;
	height: 720px;
	position: relative;
}
#listing .premium-profile .premium-photo .name{
	width: 620px;
	position: absolute;
	left: 0px;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.6);
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #E20000;
	padding-left: 20px;
}


#listing .heading{
	margin: 10px 10px 10px 30px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #000000;
	width: 490px;
	line-height: 1.2em;
	float: left;
}
#listing .heading span{
	font-size: 20px;
	display: block;
	line-height: 1.2em;
}
#listing .heading strong{
	color: #E40000;
	font-weight: normal;
	display: block;
}
#listing .profile{
	border: 1px solid #E6E6E6;
	width: 130px;
	height: 160px;
	float: left;
	margin: 10px 10px 10px 15px;
}
#listing .profile:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#listing .profile .photo{
	border: 1px solid #E6E6E6;
	width: 130px;
	height: 130px;
}
#listing .profile .photo img{
	width: 100%;
	height: 100%;
}

#listing .profile .name{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 1em;
}

#listing .pagi-foot{
	background-color: #E40000;
	height: 170px;
	margin: 20px auto 20px auto;
	background-image: url('../images/list-footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 98%;
}

/* Profile Page
============================================================ */

/* old version
---------------
#profile-page{
	overflow: hidden;
}

#profile-page .left{
	overflow: hidden;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F2F2F2;
}
#profile-page .left .photo{
	width: 620px;
	height: 600px;
	background-color: #F2F2F2;
	overflow: hidden;
}
#profile-page .left .photogallery{
	margin: 20px 0px 30px 0px;
	overflow: hidden;
}
#profile-page .left .photogallery .title{
	background-position: 150px center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #E40000;
	text-transform: uppercase;
	background-image: url('../images/red-line.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
}
#profile-page .left .photogallery .pic{
	border: 1px solid #E6E6E6;
	width: 130px;
	height: 130px;
	float: left;
	margin: 10px 10px 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
#profile-page .left .photogallery .pic img{
	width: 100%;
	height: 100%;
}

#profile-page .left .photogallery .pic:hover{
	border: 1px solid #000;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#profile-page .left .videogallery {
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}
#profile-page .left .videogallery .title{
	background-position: 150px center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #E40000;
	text-transform: uppercase;
	background-image: url('../images/red-line.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
}
#profile-page .left .videogallery .video{
	border: 1px solid #E6E6E6;
	width: 130px;
	float: left;
	margin: 10px 10px 10px 15px;
}
#profile-page .left .videogallery .video img{
	width: 100%;

}

#profile-page .left .videogallery .video:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#profile-page .right{
	overflow: hidden;
	float: right;
}
#profile-page .right .heading{
	margin: 10px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #E40000;
	width: 630px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#profile-page .right .heading span{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	display: block;
	padding-bottom: 10px;
}
#profile-page .right .heading strong{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#profile-page .right .table {
	width: 620px;
	margin-left: 10px;
} 
*/

#profile-page{
	overflow: hidden;
}

#profile-page .left-section{
	width: 370px;
	height: 900px;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../images/userprofile-bg.png'), 
	      			linear-gradient(to bottom, #754F9E, #E44440);
	      			
	background-image: url('../images/userprofile-bg.png'), 
                      -moz-linear-gradient(bottom, #E44440 0%, #754F9E 100%);
                      
	background-image: url('../images/userprofile-bg.png'), 
	                      -webkit-gradient(linear, left top, left bottom, color-stop(0%, #754F9E), color-stop(100%, #E44440));
	                      
	-webkit-box-shadow: 4px 0px 19px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 4px 0px 19px 0px rgba(0,0,0,0.6);
	box-shadow: 4px 0px 19px 0px rgba(0,0,0,0.6);
}

#profile-page .left-section .profile-photo{
	border: 10px solid rgba(255, 255, 255, 0.1);
	width: 278px;
	height: 278px;
	margin: 80px auto 0px auto;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#profile-page .left-section .profile-photo:hover{
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#profile-page .left-section .profile-photo img{
	width: 100%;
	height: 100%;
}

#profile-page .left-section h1{
	padding: 0px;
	margin: 0px 0px 0px 40px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #F2EC94;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#profile-page .left-section h1 span{
	display: block;
}
#profile-page .left-section h1 strong{
	color: #fff;
	display: block;
	font-size: 30px;
	padding-top: 20px;
	font-weight: normal;
	text-shadow: none;
}
#profile-page .right-section{
	width: 860px;
	float: right;
	margin-right: 20px;
	overflow: hidden;
}

#profile-page .right-section .about-user{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F2F2F2;
	text-align: justify;
}
#profile-page .right-section .heading {
	line-height: 20px;
	margin: 0px 0px 15px 2px;
	padding: 10px 0 10px 20px;
	position: relative;
	overflow: hidden;
}

#profile-page .right-section .heading .heading-line {
    background-color: #000;
    display: block;
    height: 16px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#profile-page .right-section .heading .heading-text {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	float: right;
}
#profile-page .right-section .heading .heading-text span{
	color: #f40000;
	font-weight: bold;
}
#profile-page .right-section .heading strong{
	color: #E40000;
	font-weight: normal;
	display: block;
}

#profile-page .right-section .photogallery{
	overflow: hidden;
	padding-bottom: 30px;
}
#profile-page .right-section .photogallery .pic{
	border: 1px solid #fff;
	width: 130px;
	height: 130px;
	float: left;
	margin: 10px 12px 10px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	scroll center center;
}
#profile-page .right-section .photogallery .pic img{
	width: 100%;
	height: 100%;
}
#profile-page .right-section .photogallery .bwWrapper {
    position:relative;
    display:block;
}

#profile-page .right-section .photogallery .pic:hover{
	border: 1px solid #f40000;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#profile-page .right-section .videogallery{
	overflow: hidden;
	margin-bottom: 50px;
}
#profile-page .right-section .videogallery .video{
	border: 1px solid #fff;
	width: 130px;
/*	height: 130px;*/
	float: left;
	margin: 10px 12px 10px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#profile-page .right-section .videogallery .bwWrapper {
    position:relative;
    display:block;
}
#profile-page .right-section .videogallery .video img{
	width: 100%;
/*	height: 100%;*/
}
#profile-page .right-section .videogallery .video:hover{
	border: 1px solid #f40000;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}



/* Login Page
============================================================ */
#login-page{
	overflow: hidden;
}
#login-page .left{
	background-position: right bottom;
	width: 620px;
	height: 600px;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
	background-image: url('../images/login-bg.png');
	background-repeat: no-repeat;
}
#login-page .login{
	float: right;
	margin-right: 100px;
	position: relative;
	padding-top: 50px;
	width: 500px;
}
/*= input focus effects css
=========================== */
#login-page .login :focus{outline: none;}
#login-page .login .input-effect{
	position: relative;
	background-color: transparent;
	margin-bottom: 30px;
}
#login-page .login .input-effect .subtitle{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 12px;
}
#login-page .login input[type=text]{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	background-color: transparent;
	font-size: 35px;
}
#login-page .login input[type=password]{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	background-color: transparent;
	font-size: 35px;
}
.effect-17{
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #E4E4E4;
	background-color: transparent;
	text-decoration: none;
}
.focus-border{
	position: absolute;
	bottom: 16px;
	left: 50%;
	width: 0;
	height: 5px;
	background-color: #F40000;
	transition: 0.4s;
}
.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}
.effect-17 ~ label{
	position: absolute;
	left: 0;
	top: 28px;
	color: #666;
	transition: 0.3s;
	letter-spacing: 0.5px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px; font-size: 14px; color: #E40000; transition: 0.3s;}
#login-page .login button{
	background: #E40000;
	border: 0;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	width: 330px;
	margin: 20px auto 20px auto;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}
#login-page .login button:hover{
	background: #FF1717;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.28);
		-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;


}
#login-page .login button:active{
	background: #B30000;
}
#login-page .login .remember-me{
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 50%;
}
#login-page .login .remember-me .toggle {
	position: relative;
	width: 90px;
	height: 40px;
	top: calc(50% - 30px);
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 100px;
	border: 1px solid #CECECE;
	z-index: 5;
	float: left;
}

#login-page .login .remember-me .toggle input[type=checkbox] {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 10;
	border-radius: 100px;
	cursor: pointer;
	float: left;
}
#login-page .login .remember-me label {
	float: left;
	color: #CECECE;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: normal;
}
#login-page .login .remember-me .toggle input[type=checkbox]:checked ~ .bubble {
  transform: translateX(50px);
}
#login-page .login .remember-me .toggle input[type=checkbox]:checked ~ .bubble:before {
  animation: '';
}
#login-page .login .remember-me .toggle input[type=checkbox]:checked ~ .bubble:after {
  animation: size .25s ease-out;
}

#login-page .login .remember-me .toggle .bubble {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 28px;
	height: 28px;
	z-index: -1;
	border-radius: 50%;
	transition: all .25s ease-out;
	background-color: #CECECE;	
}
#login-page .login .remember-me .toggle input[type=checkbox]:checked ~ .bubble{
    background: #f40000;
    background-image: url('../images/right-icon.png');
   	background-position: center center;
   	background-repeat: no-repeat;
}
#login-page .login .remember-me input[type=checkbox]:checked ~ label {
	color: #ff0000;
	background-color: #FFFFFF;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
#login-page .login .remember-me .toggle .bubble:before, .bubble:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: '';
}
#login-page .login .remember-me .toggle .bubble:before {
  animation: size .25s ease-out;
}

@keyframes size {
  50% {
    transform: scale(1.25, 1);
  }
}
/*= input focus effects css End
=============================== */

#login-page .login .forgot{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E40000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
#login-page .login .forgot a{
	color: #E40000;
}
#login-page .login .rememered{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
#login-page .login .rememered a{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: normal;
	display: block;
	color: #333;
}
#login-page .login .registration{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 50px;
}
#login-page .login .registration span{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: normal;
	display: block;
}
#login-page .login .registration span a{
	color: #333333;
}
#create-account .md-content{
	background-color: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	width: 580px;
	box-shadow: 0 2em 2em -1em rgba(0,0,0,0.8), inset 0 0.0625em 0 rgba(255,255,255,1), inset 0 -0.125em 0.0625em rgba(0,0,0,0.3);
}
#create-account .md-content > div {
	padding: 0px;
	margin: 0px;
}
#create-account-popup{
	padding: 20px;
	position: relative;
	overflow: hidden;
}
#create-account-popup h1{
	padding: 10px 10px 30px 10px;
	margin: 0px 0px 30px 0px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3F3F3F;
	text-align: center;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F5F5F5;
	font-weight: 600;
}
#create-account-popup a{
	color: #3F3F3F;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#create-account-popup a:hover{
	color: #0099FF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#create-account-popup a:hover .reg-user span{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#create-account-popup .reg-artist{
	float: left;
	width: 260px;
	text-align: center;
}
#create-account-popup .reg-user{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}
#create-account-popup .reg-user span{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	font-weight: 100;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#create-account-popup .reg-director{
	float: right;
	width: 260px;
	text-align: center;
}
#create-account-popup .reg-dancer{
	float: left;
	width: 260px;
	text-align: center;
	margin-top: 20px;
}

/* Already Login Page
============================================================ */
#already-loggedin{
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 150px;
}
#already-loggedin .profile-photo{
	border: 10px solid #F5F5F5;
	width: 160px;
	height: 160px;
	margin: 0px auto 0px auto;
	border-radius: 50%;
	background-color: #E9E9E9;
	overflow: hidden;
}
#already-loggedin .profile-photo img{
	width: 100%;
	height: 100%;
}

#already-loggedin h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #00A5FF;
	text-align: center;
}
#already-loggedin h1 span{
	color: #006DF4;
}
#already-loggedin h1 strong{
	color: #333333;
	font-size: 30px;
	display: block;
	font-weight: normal;
	padding-top: 20px;
}
#already-loggedin h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#already-loggedin h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}










/* Registration Page
============================================================ */
#registration-page{
	overflow: hidden;
}
#registration-page .header{
	height: 170px;
	background-color: #f40000;
	background-image: url('../images/registration-header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#registration-page .header h1{
	padding: 50px 0px 0px 260px;
	margin: 0px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 35px;
}
#registration-page .header h1 span{
	font-weight: 600;
	font-size: 50px;
	display: block;
	letter-spacing: -2px;
}
#registration-page .registration{
	padding: 50px 50px 100px 50px;
}
/*------------------------------------
 * Multistep form css reset start
 *-----------------------------------*/
#registration-page .registration .wpuf-form label{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
	display: inline-block;
}
#registration-page .registration .wpuf-errors{
	border-style: none;
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
#registration-page .registration .wpuf-errors:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 10px;
	font-size: 25px;
}
#registration-page .registration .wpuf-error-msg{
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
	float: right;
}
#registration-page .registration .wpuf-error-msg:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 5px;
	font-size: 15px;
}
/*
#registration-page .registration .wpuf-submit {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F3F3;
	padding-bottom: 40px;
}
*/



/*------------------------------------
 * Multistep form css reset end
 *-----------------------------------*/


/* Registration Success Page
============================================================ */
#reg-success-page{
	padding: 150px 300px 150px 300px;
	overflow: hidden;
}
#reg-success-page .success-msg{
	width: 600px;
	text-align: center;
}
#reg-success-page .success-msg h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #00A5FF;
}
#reg-success-page .success-msg h1 span{
	color: #006DF4;
}
#reg-success-page .success-msg h1 strong{
	color: #333333;
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}
#reg-success-page .success-msg h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#reg-success-page .success-msg h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

/* Profile Update Page
============================================================ */
#profile-update-page{
	overflow: hidden;
}
#profile-update-page .header{
	height: 170px;
	background-color: #00A0D2;
	background-image: url('../images/registration-header.png');
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#profile-update-page .header h1{
	padding: 50px 0px 0px 260px;
	margin: 0px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 35px;
	float: right;
}
#profile-update-page .header h1 span{
	font-weight: 600;
	font-size: 50px;
	display: block;
	letter-spacing: -2px;
}
#profile-update-page .update{
	padding: 50px 50px 100px 50px;
}
#profile-update-page .page-icon{
	width: 154px;
	height: 154px;
	float: right;
	margin-right: 100px;
	margin-left: 20px;
	margin-top: 8px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 154px;
}
#profile-update-page .success-msg{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #5AA930;
}
#profile-update-page .success-msg span{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	display: block;
}

#profile-update-page .wpuf-success{
	border-style: none;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#profile-update-page .wpuf-success i{
	color: #f40000;
}

#profile-update-page .wpuf-section-details{
	border-color: #CCCCCC;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}
/*success msg animation start
------------------------------*/
#profile-update-page .sa {
	background-color: #fff;
	float: left;
	overflow: hidden;
}
#profile-update-page .sa-success {
  border-radius: 50%;
  border: 4px solid #A5DC86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
#profile-update-page .sa-success:after, 
#profile-update-page .sa-success:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
#profile-update-page .sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
#profile-update-page .sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
#profile-update-page .sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
#profile-update-page .sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
#profile-update-page .sa-success-tip, .sa-success-long {
  background-color: #5AA930;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
#profile-update-page .sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip .75s;
}
#profile-update-page .sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong .75s;
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}


/*success msg animation end
--------------------------*/

/*------------------------------------
 * Multistep form css reset start
 *-----------------------------------*/
#profile-update-page .update .wpuf-form label{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #666666;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#profile-update-page .update .wpuf-errors{
	border-style: solid;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #FFE4E4;
    border: 1px solid #ffb1b1;
    margin: 10px 0;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#profile-update-page .update .wpuf-errors:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 10px;
	color: #CC3300;
}
#profile-update-page .update .wpuf-error-msg{
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC3300;
	font-size: 13px;

}
#profile-update-page .update .wpuf-error-msg:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 5px;
	font-size: 15px;
}

/*------------------------------------
 * Multistep form css reset end
 *-----------------------------------*/




/* Contact Page
============================================================ */
#contact-page{
	overflow: hidden;
}
#contact-page .left{
	background-position: center center;
	width: 620px;
	height: 600px;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
	background-image: url('../images/contact-bg.jpg');
	background-repeat: no-repeat;
}
#contact-page .contact{
	float: right;
	margin-right: 20px;
	position: relative;
	width: 620px;
}
#contact-page .contact h1{
	padding: 0px;
	margin: 60px 0px 0px 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000;
	text-align: center;
}
#contact-page .contact h1 span{
	color: #F40000;
	font-weight: bold;
	letter-spacing: -2px;
}
#contact-page .contact h2{
	padding: 0px 0px 40px 0px;
	margin: 10px 0px 0px 0px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #333333;
	text-align: center;
	font-weight: 300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F7F7F7;
}
#contact-page .contact h2 span{
	color: #999999;
	display: block;
	font-size: 20px;
	padding-top: 5px;
}

#contact-page .contact .address{
	padding: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contact-page .contact .phone{
	border-style: solid;
	border-width: 1px;
	background-image: url('../images/phone-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	padding-left: 110px;
	font-weight: bold;
	height: 100px;
	line-height: 1.2em;
	margin-left: 60px;
}
#contact-page .contact .phone span{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	display: block;
}
#contact-page .contact .phone strong{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #009CFF;
	font-weight: normal;
}
/* Artist Dashboard Page
============================================================ */
#dashboard-page{
	overflow: hidden;
}
#dashboard-page .left{
	width: 620px;
	height: 600px;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
	position: relative;
}
#dashboard-page .left .gradient{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 620px;
	background: rgba(250,250,250,0);
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#000000', GradientType=0 );	
}
#dashboard-page .left .gradient h1{
	padding: 100px 10px 50px 30px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: left;
}
#dashboard-page .left .gradient h1 span{
	color: #fff;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 50px;
	display: block;
}

#dashboard-page .profile{
	float: right;
	position: relative;
	width: 650px;
}
#dashboard-page .profile .account{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: rgba(95,101,126,1);
	background: -moz-linear-gradient(top, rgba(95,101,126,1) 0%, rgba(139,145,169,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(95,101,126,1)), color-stop(100%, rgba(139,145,169,1)));
	background: -webkit-linear-gradient(top, rgba(95,101,126,1) 0%, rgba(139,145,169,1) 100%);
	background: -o-linear-gradient(top, rgba(95,101,126,1) 0%, rgba(139,145,169,1) 100%);
	background: -ms-linear-gradient(top, rgba(95,101,126,1) 0%, rgba(139,145,169,1) 100%);
	background: linear-gradient(to bottom, rgba(95,101,126,1) 0%, rgba(139,145,169,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f657e', endColorstr='#8b91a9', GradientType=0 );
}
#dashboard-page .profile .password{
	float: right;
	background: rgba(10,132,214,1);
	background: -moz-linear-gradient(top, rgba(10,132,214,1) 0%, rgba(72,176,247,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,132,214,1)), color-stop(100%, rgba(72,176,247,1)));
	background: -webkit-linear-gradient(top, rgba(10,132,214,1) 0%, rgba(72,176,247,1) 100%);
	background: -o-linear-gradient(top, rgba(10,132,214,1) 0%, rgba(72,176,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(10,132,214,1) 0%, rgba(72,176,247,1) 100%);
	background: linear-gradient(to bottom, rgba(10,132,214,1) 0%, rgba(72,176,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a84d6', endColorstr='#48b0f7', GradientType=0 );
}
#dashboard-page .profile .photo{
	float: left;
	background: rgba(100,100,100,1);
	background: -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(146,146,146,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100,100,100,1)), color-stop(100%, rgba(146,146,146,1)));
	background: -webkit-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(146,146,146,1) 100%);
	background: -o-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(146,146,146,1) 100%);
	background: -ms-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(146,146,146,1) 100%);
	background: linear-gradient(to bottom, rgba(100,100,100,1) 0%, rgba(146,146,146,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#929292', GradientType=0 );
}
#dashboard-page .profile .video{
	float: right;
	background: rgba(12,143,131,1);
	background: -moz-linear-gradient(top, rgba(12,143,131,1) 0%, rgba(16,204,187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,143,131,1)), color-stop(100%, rgba(16,204,187,1)));
	background: -webkit-linear-gradient(top, rgba(12,143,131,1) 0%, rgba(16,204,187,1) 100%);
	background: -o-linear-gradient(top, rgba(12,143,131,1) 0%, rgba(16,204,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(12,143,131,1) 0%, rgba(16,204,187,1) 100%);
	background: linear-gradient(to bottom, rgba(12,143,131,1) 0%, rgba(16,204,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8f83', endColorstr='#10ccbb', GradientType=0 );
}

#dashboard-page .profile .profile-menu{
	width: 320px;
	height: 295px;
	position: relative;
}
#dashboard-page .profile .profile-menu .big-txt{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	padding-left: 40px;
	padding-top: 40px;
}
#dashboard-page .profile .profile-menu .big-txt a{
	color: #fff;
}
#dashboard-page .profile .profile-menu .icon{
	position: absolute;
	right: 30px;
	bottom: 50px;
}
#dashboard-page .profile .profile-menu .link{
	color: #FFFFFF;
	padding-top: 100px;
	padding-left: 40px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}

#dashboard-page .profile .profile-menu .link a{
	color: #FFFFFF;
}

/* start : artist deshboard menu upgrade css */

#dashboard-page .profile .profile-menu .upgrade{
	padding: 50px;
	background-position: center 50px;
	margin: 0px;
	width: 320px;
	height: 295px;
	background-color: #F40000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	opacity: 0;
	background-image: url('../images/upgrade-lock-icon.png');
	background-repeat: no-repeat;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#dashboard-page .profile .profile-menu .upgrade .message{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 110px;
	font-weight: 600;
	line-height: 1.2em;
}
#dashboard-page .profile .profile-menu .upgrade .pay{
	margin: 10px 20px 10px 20px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: 600;
}
#dashboard-page .profile .profile-menu .upgrade .pay a{
	display: block;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .profile .profile-menu:hover .upgrade{
	padding: 50px;
	margin: 0px;
	width: 320px;
	height: 295px;
	background-color: #F40000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

/* end : artist deshboard menu upgrade css */

#dashboard-page .profile h1{
	padding: 0px;
	margin: 60px 0px 0px 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #000;
	text-align: left;
}
#dashboard-page .profile h1 span{
	color: #F40000;
	font-weight: bold;
	letter-spacing: -2px;
}
#dashboard-page .profile ul{
	margin: 50px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#dashboard-page .profile ul li{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EAEAEA;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 1.5em;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#dashboard-page .profile ul li span{
	color: #F40000;
}

#dashboard-page .profile ul li:first-child{
	border-top-style: none;
}
#dashboard-page .profile ul li a{
	color: #f40000;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
#dashboard-page .profile ul li a:hover{
	color: #F40000;
}
#dashboard-page .job{
	margin: 0px;
	overflow: hidden;
}
#dashboard-page .job .heading{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	width: 290px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #E40001;
	margin-bottom: 40px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
#dashboard-page .job .heading span{
	color: #E40000;
	font-weight: bold;
}
#dashboard-page .job .viewall{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	float: right;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 40px;
}
#dashboard-page .job .viewall a{
	color: #000000;
}

/* old version
------------------*/
/*
#dashboard-page .job .joblist{
	border: 1px solid #E9E9E9;
	margin: 0px 30px 30px 0px;
	width: 278px;
	height: 240px;
	float: left;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#dashboard-page .job .joblist .title{
	padding: 15px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
}
#dashboard-page .job .joblist .date{
	padding: 15px 15px 0px 15px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#dashboard-page .job .joblist .apply{
	margin: 20px;
	border: 1px solid #F40000;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	width: 240px;

}
#dashboard-page .job .joblist .apply a{
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#dashboard-page .job .joblist:hover{
	border: 1px solid #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#dashboard-page .job .joblist:hover .date{
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .joblist:hover .apply{
	border: 1px solid #F40000;
	color: #fff;
	background-color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#dashboard-page .job .joblist:hover .apply a{
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

}

#dashboard-page .job .joblist .upgrade{
	background-position: center 20px;
	margin: 0px 30px 30px 0px;
	width: 260px;
	height: 220px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 0;
	background-image: url('../images/upgrade-lock-icon.png');
	background-repeat: no-repeat;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

}
#dashboard-page .job .joblist .upgrade .message{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 110px;
	font-weight: 600;
	line-height: 1.2em;
}
#dashboard-page .job .joblist .upgrade .pay{
	margin: 10px 20px 10px 20px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: 600;
}
#dashboard-page .job .joblist .upgrade .pay a{
	display: block;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .joblist:hover .upgrade{
	margin: 0px 30px 30px 0px;
	width: 260px;
	height: 220px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
*/


#dashboard-page .job .job-container{
	border: 1px solid #F6F6F6;
	margin: 30px;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#dashboard-page .job .job-container:hover{
	border: 1px solid #f40000;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .job-container .job-photo{
	margin: 8px;
	background-color: #F6F6F6;
	width: 140px;
	height: 140px;
	float: left;
}
#dashboard-page .job .job-container .job-photo img{
	width: 100%;
	height: 100%;
}

#dashboard-page .job .job-container .job-content{
	width: 765px;
	height: 155px;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
	position: relative;
}
#dashboard-page .job .job-container .job-content .title{
	padding: 20px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.2em;
	font-weight: 400;
}
#dashboard-page .job .job-container .job-content .title span{
	font-size: 15px;
	color: #999;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
#dashboard-page .job .job-container .job-content .detail{
	padding: 10px 20px 10px 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F6F6F6;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 765px;
}
#dashboard-page .job .job-container .job-content .detail .info{
	float: left;
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	margin-right: 20px;
}
#dashboard-page .job .job-container .job-content .detail .info span{
	text-align: center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

#dashboard-page .job .job-container .requirement{
	padding: 20px;
	width: 240px;
	float: right;
	height: 150px;
	text-align: center;
	margin-right: 15px;
}
#dashboard-page .job .job-container .requirement .status{
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 8px;
}
#dashboard-page .job .job-container .requirement .status span{
	text-align: center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 16px;
}

#dashboard-page .job .job-container .requirement .apply{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: bold;
	background-color: #F40000;
}
#dashboard-page .job .job-container .requirement .apply a{
	padding: 8px 10px 8px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .job-container .upgrade{
	padding: 0px;
	background-position: 45px 35px;
	margin: 0px;
	height: 140px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 0;
	background-image: url('../images/upgrade-lock-icon.png');
	background-repeat: no-repeat;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	width: 1200px;
}
#dashboard-page .job .job-container .upgrade .message{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	font-weight: 400;
	line-height: 1.2em;
}
#dashboard-page .job .job-container .upgrade .pay{
	margin: 10px 20px 10px 20px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: 600;
}
#dashboard-page .job .job-container .upgrade .pay a{
	display: block;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .job-container:hover .upgrade{
	margin: 0px 30px 30px 0px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#dashboard-page .job .no-role{
	background-color: #1DC3F5;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#dashboard-page .job .no-role .camera{
	width: 451px;
	height: 301px;
	margin-top: 30px;
	float: left;
}
#dashboard-page .job .no-role .msg{
	padding: 0px;
	margin: 100px 0px 0px 100px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #003576;
	text-align: left;
	font-weight: bold;
	float: left;
}



/* Single Page
============================================================ */
#single-page{
	overflow: hidden;
}

#single-page .feature-img{
	background-color: #F5F5F5;
	height: 420px;
	text-align: center;
	vertical-align: middle;
	line-height: 420px;
}
#single-page .feature-img .img{
	height: 100%;
	width: 100%;
}

#single-page .project-info{
	padding: 10px 50px 20px 50px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EAEAEA;
	overflow: hidden;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
#single-page .project-info span{
	color: #000;
	float: left;
	margin-right: 50px;
	text-transform: capitalize;
}

#single-page h1{
	padding: 10px 50px 20px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #3399FF;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EAEAEA;
	font-weight: bold;
}
#single-page h1 span{
	font-size: 14px;
	color: #999999;
	display: block;
	padding-bottom: 10px;
}
#single-page .category-discription{
	padding: 10px 50px 10px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: left;
}
#single-page .category-discription span{
	color: #F40000;
}
#single-page p{
	padding: 0px 50px 0px 50px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	text-align: justify;
}
#single-page .requirement-container{
	margin: 50px;
	overflow: hidden;
}
#single-page .requirement-container .requirement{
	padding: 10px 10px 10px 20px;
	margin: 0px 10px 0px 0px;
	width: 380px;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #EBEBEB;
}
#single-page .requirement-container .reset{
	border-style: none;
	padding: 10px 10px 10px 0px;
	margin: 0px 10px 0px 0px;
}

#single-page .requirement-container .requirement .heading{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: left;
}
#single-page .requirement-container .requirement ul{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
}
#single-page .requirement-container .requirement ul li{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EBEBEB;
	text-transform: capitalize;
}
#single-page .requirement-container .requirement ul li:first-child{
	border-style: none;
}

#single-page .bottom{
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EFEFEF;
}
#single-page .bottom .call{
	padding: 50px 20px 50px 50px;
	background-position: 450px center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #333;
	text-align: left;
	background-image: url('../images/call-icon.png');
	background-repeat: no-repeat;
	line-height: 1.2em;
	width: 620px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #EBEBEB;
}
#single-page .bottom .call span{
	color: #F40000;
}
#single-page .bottom .call a{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #f40000;
	text-transform: uppercase;
	display: block;
}

#single-page .bottom .apply-job{
	color: #999;
	font-weight: 900;
	text-transform: uppercase;
	overflow: hidden;
	width: 600px;
	float: right;
	margin-right: 35px;
	text-align: center;
	position: relative;
}
#single-page .bottom .apply-job span.apply{
	text-transform: uppercase;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 100px;
	display: block;
	padding-bottom: 80px;
}
#single-page .bottom .apply-job a{
	color: #f40000;
}

#single-page  .apply-job a.liked{
	color: #009900;
}
#single-page  .apply-job span.success{
	color: #009900;
	text-transform: none;
	float: left;
	line-height: 40px;
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 30px;
}
#single-page  .apply-job span.success span.reject{
	color: #f40000;
	text-transform: none;
	font-size: 14px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
}

#single-page .bottom .update-first{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	text-transform: none;
	overflow: hidden;
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-top: 10px;
}
#single-page .bottom .update-first i{
	display: block;
	font-size: 50px;
	color: #FF3300;
}
#single-page .bottom .update-first span{
	display: block;
	font-size: 20px;
}
#single-page .bottom .update-first strong{
	display: block;
	font-size: 16px;
}

#single-page .bottom .update-first span.require{
	display: block;
	border-style: solid;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: #FFE4E4;
	border: 1px solid #ffb1b1;
	margin: 10px 50px 10px 50px;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#single-page .bottom .update-first span.require i{
	font-size: 13px;
	color: #000000;
	display: inline;
}

#single-page .bottom .update-first span.require .br{
	display: block;
}
#single-page .bottom .update-first .sorry{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #F40000;
	font-size: 50px;
}
/* apply icon animation start
================================== */
#completion {
	width: 33%;
	height: 33%;
	margin: 15px auto auto auto;
	float: left;
}

@keyframes hideshow {
  0% { opacity: 0.2; }
  10% { opacity: 0.2; }
  15% { opacity: 0.2; }
  100% { opacity: 1; }
} 

#cirkel { 
  animation: hideshow 0.4s ease;
}

#check {
  animation: hideshow 0.4s ease;
}

#stars {
  animation: hideshow 1.0s ease;
  opacity: 0.9;   
}


@keyframes hideshow {
  0% {
    transform: scale(0.2);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(1.0);
    transform-origin: initial;
  }
}

@keyframes draaien {
  0% {
    transform: rotate(40deg);
    transform-origin: initial;
    
  }
  100% {
    transform: scale(0deg);
    transform-origin: initial;
  }
}

#check {
  animation: draaien 0.8s ease;
}


@keyframes transparant {
  0% {
    opacity: 0;
    
  }
  100% {
    opacity: 1;
  }
}

#check {
  animation: transparant 2s ;
}
#sl-loader{
	position: absolute;
	right: 10px;
	bottom: 90px;
}
.loader{
	width: .2em;
	height: .6em;
}

.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
/* apply icon animation end
================================== */

/* for director 
----------------*/
#single-page .application-list-title{
	padding: 10px 50px 10px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: left;
}
#single-page .application-list-title span{
	color: #f40000;
	font-family: Roboto, Helvetica, sans-serif;
	font-weight: 600;
}

#single-page .application-list-title span{
	color: #F40000;
}
#single-page .application-container{
	margin: 10px 40px 50px 40px;
	overflow: hidden;
}
#single-page .application-container .userprofile{
	border: 1px solid #E6E6E6;
	width: 132px;
	height: 160px;
	float: left;
	margin: 10px 18px 10px 0px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#single-page .application-container .userprofile:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	border: 1px solid #f40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#single-page .application-container .userprofile a{
	text-decoration: none;
}

#single-page .application-container .userprofile .photo{
/*	border: 1px solid #E6E6E6;*/
	width: 130px;
	height: 130px;
}
#single-page .application-container .userprofile .photo img{
	width: 100%;
	height: 100%;
}

#single-page .application-container .userprofile .name{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 1em;
	position: relative;
	bottom: 0px;
	padding-top: 5px;
}

/* for free user
----------------*/

#single-page .no-permission{
	margin: 100px auto 100px auto;
	width: 850px;
	text-align: center;
}
#single-page .no-permission h1{
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #f40000;
	text-align: center;
}
#single-page .no-permission h1 span.permission{
	color: #006DF4;
	font-size: 50px;
	display: inline;
}
#single-page .no-permission h1 strong{
	color: #333333;
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}
#single-page .no-permission h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#single-page .no-permission h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}





/* Job listing Page
============================================================ */
#joblisting-page{
	overflow: hidden;
}
#joblisting-page .heading {
	line-height: 20px;
	margin: 20px 20px 15px 20px;
	padding: 10px 0 10px 20px;
	position: relative;
	overflow: hidden;
}

#joblisting-page .heading .heading-line {
    background-color: #000;
    display: block;
    height: 16px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#joblisting-page .heading .heading-text {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	float: right;
}
#joblisting-page .heading .heading-text span{
	color: #f40000;
	font-weight: bold;
}
#joblisting-page .heading strong{
	color: #E40000;
	font-weight: normal;
	display: block;
}
/* version 1
-----------------------------*/
/*
#joblisting-page .joblist{
	border: 1px solid #E9E9E9;
	margin: 20px;
	width: 278px;
	height: 240px;
	float: left;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#joblisting-page .joblist .title{
	padding: 15px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}
#joblisting-page .joblist .date{
	padding: 15px 15px 0px 15px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#joblisting-page .joblist .apply{
	margin: 20px;
	border: 1px solid #F40000;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	width: 240px;
}
#joblisting-page .joblist .apply a{
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#joblisting-page .joblist:hover{
	border: 1px solid #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
}
#joblisting-page .joblist:hover .date{
	color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}


#joblisting-page .joblist:hover .apply{
	border: 1px solid #F40000;
	color: #fff;
	background-color: #F40000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#joblisting-page .joblist:hover .apply a{
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

}
*/

#joblisting-page .job-container{
	border: 1px solid #F6F6F6;
	margin: 30px;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#joblisting-page .job-container:hover{
	border: 1px solid #f40000;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#joblisting-page .job-container .job-photo{
	margin: 8px;
	background-color: #F6F6F6;
	width: 140px;
	height: 140px;
	float: left;
}
#joblisting-page .job-container .job-photo img{
	width: 100%;
	height: 100%;
}

#joblisting-page .job-container .job-content{
	width: 765px;
	height: 155px;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
	position: relative;
}
#joblisting-page .job-container .job-content .title{
	padding: 20px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.2em;
	font-weight: 400;
}
#joblisting-page .job-container .job-content .title span{
	font-size: 15px;
	color: #999;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
#joblisting-page .job-container .job-content .detail{
	padding: 10px 20px 10px 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F6F6F6;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 765px;
}
#joblisting-page .job-container .job-content .detail .info{
	float: left;
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	margin-right: 20px;
}
#joblisting-page .job-container .job-content .detail .info span{
	text-align: center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

#joblisting-page .job-container .requirement{
	padding: 20px;
	width: 240px;
	float: right;
	height: 150px;
	text-align: center;
	margin-right: 15px;
}
#joblisting-page .job-container .requirement .status{
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 8px;
}
#joblisting-page .job-container .requirement .status span{
	text-align: center;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 16px;
}

#joblisting-page .job-container .requirement .apply{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: bold;
	background-color: #F40000;
}
#joblisting-page .job-container .requirement .apply a{
	padding: 8px 10px 8px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}



#joblisting-page .pagi-foot{
	background-color: #E40000;
	height: 170px;
	margin: 20px auto 20px auto;
	background-image: url('../images/list-footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 98%;
}
#joblisting-page .job-container .upgrade{
	padding: 0px;
	background-position: 45px 35px;
	margin: 0px;
	height: 140px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 0;
	background-image: url('../images/upgrade-lock-icon.png');
	background-repeat: no-repeat;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	width: 1200px;
}
#joblisting-page .job-container .upgrade .message{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	font-weight: 400;
	line-height: 1.2em;
}
#joblisting-page .job-container .upgrade .pay{
	margin: 10px 20px 10px 20px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: 600;
}
#joblisting-page .job-container .upgrade .pay a{
	display: block;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#joblisting-page .job-container:hover .upgrade{
	margin: 0px 30px 30px 0px;
	background-color: #F40000;
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 999;
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

/*============================================================ */
/* Pagination
============================================================ */
.pagination {
	text-align: center;
	width: 100%;
	clear: both;
	background-color: #E40000;
	height: 170px;
	margin: 20px auto 20px auto;
	background-image: url('../images/list-footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;

}

.page-navigation{
	padding-top: 55px;

}
.page-navigation span, .page-navigation a {
	margin: 5px;
	text-decoration: none;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	background: #EAEAEA;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	vertical-align: middle;
}
.page-navigation .total-page {
	border-color: 003366;
	border-style: solid;
	border-width: 1px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0099FF;
	padding: 6px 10px 6px 10px;
	background-color: #FFFFFF;
	}

.page-navigation a:hover{
	color: #fff;
	background: #910000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.28);
}
.page-navigation .current{
	background: #000000;
	color: #fff;
	font-weight: bold;
}
/* Upgrade Membership Page
============================================================ */
#upgrade-page{
	overflow: hidden;
}
#upgrade-page .left{
	background-position: center 180px;
	width: 620px;
	height: 600px;
	float: left;
	margin: 0px;
	background-color: #F7F7F7;
	overflow: hidden;
	background-image: url('../images/upgrade-bg.png');
	background-repeat: no-repeat;
	position: relative;
}
#upgrade-page .left h1{
	margin: 20px 20px 0px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #000;
	text-align: left;
}
#upgrade-page .left h1 span{
	color: #f40000;
	font-weight: bold;
}
#upgrade-page .left h2{
	margin: 10px 20px 0px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000;
	text-align: left;
	line-height: 1.5em;
}
#upgrade-page .left .pay{
	margin: 10px 20px 10px 20px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	text-align: center;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-weight: 900;
	position: absolute;
	bottom: 30px;
	right: 50px;

}
#upgrade-page .left .pay a{
	display: block;
	color: #469E9E;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-decoration: underline;
}

#upgrade-page .plan{
	float: right;
	margin-right: 20px;
	position: relative;
	padding-top: 10px;
	width: 620px;
}
#upgrade-page .plan .list{
	width: 300px;
	height: 400px;
	float: left;
}
#upgrade-page .plan .list .photo{
	text-align: center;
	margin-bottom: 30px;
}
#upgrade-page .plan .list .plan-name{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #469E9E;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#upgrade-page .plan .list .plan-detail{
	padding: 10px 50px 10px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #999999;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5em;
}
#upgrade-page .plan .list .plan-price{
	padding: 10px 50px 10px 50px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	color: #469E9E;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2em;
}
#upgrade-page .plan .list .plan-price span{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #469E9E;
	font-weight: 600;
}

/* Directors Dashboard Page
============================================================ */
#directors-dashboard{
	overflow: hidden;
}
#directors-dashboard .left{
	width: 639px;
	height: 460px;
	float: left;
	margin: 0px;
	background-color: #F2F2F2;
	overflow: hidden;
	position: relative;
}
#directors-dashboard .left .heading{
	background-position: left bottom;
	padding: 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #333333;
	background-image: url('../images/line.jpg');
	background-repeat: repeat-x;
	margin-bottom: 100px;
}
#directors-dashboard .left .menu{
	text-align: center;
	margin-left: 50px;
}
#directors-dashboard .left .menu a{
	width: 100px;
	height: 110px;
	float: left;
	display: block;
	margin-right: 25px;
	background-image: url('../images/director-menu.png');
	background-repeat: no-repeat;
	padding-top: 95px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #363E4B;
	font-weight: bold;
}

#directors-dashboard .left .menu a.dashboard{
	background-position: left top;
}
#directors-dashboard .left .menu a.password{
	background-position: -100px top;
}
#directors-dashboard .left .menu a.profile{
	background-position: -200px top;
}
#directors-dashboard .left .menu a.post{
	background-position: -300px top;
}

#directors-dashboard .right{
	background-position: 380px 200px;
	width: 639px;
	height: 460px;
	float: right;
	margin: 0px;
	background-color: #E40001;
	overflow: hidden;
	position: relative;
	background-image: url('../images/director-icon.png');
	background-repeat: no-repeat;
}
#directors-dashboard .right .heading{
	padding: 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #333333;
	margin-bottom: 60px;
}
#directors-dashboard .right h1{
	padding: 50px 10px 50px 50px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-align: left;
}
#directors-dashboard .right h1 span{
	color: #fff;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 50px;
	display: block;
}
#directors-dashboard .right .user-icon{
	border: 5px solid #FFFFFF;
	width: 150px;
	height: 150px;
	float: right;
	background-color: #FFFFFF;
	position: absolute;
	right: 65px;
	bottom: 114px;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#directors-dashboard .right .user-icon img{
	width: 100%;
	height: 100%;
}

#directors-dashboard .total-post{
	padding: 50px 10px 20px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #363E4B;
}
#directors-dashboard .total-post span{
	color: #EFCE4A;
}


#directors-dashboard .post-container{
	border: 1px solid #F6F6F6;
	margin: 30px 50px 30px 50px;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#directors-dashboard .post-container:hover{
	border: 1px solid #f40000;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#directors-dashboard .post-container .post-photo{
	margin: 8px;
	background-color: #F6F6F6;
	width: 230px;
	height: 135px;
	float: left;
}
#directors-dashboard .post-container .post-content{
	width: 700px;
	height: 150px;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
	position: relative;
}
#directors-dashboard .post-container .post-content .title{
	padding: 10px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666666;
	margin-bottom: 25px;
	line-height: 1.2em;
}
#directors-dashboard .post-container .post-content .detail{
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F6F6F6;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 700px;
}
#directors-dashboard .post-container .post-content .detail .date{
	float: left;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
#directors-dashboard .post-container .post-content .detail .application{
	float: right;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
#directors-dashboard .post-container .post-content .detail .application a{
	color: #666666;
}
#directors-dashboard .post-container .status{
	width: 210px;
	float: right;
}
#directors-dashboard .post-container .status .action{
	text-align: right;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	margin-right: 15px;
}
#directors-dashboard .post-container:hover .status .action{
	opacity: 1;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#directors-dashboard .post-container .status .action .edit{
	color: #00CC00;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#directors-dashboard .post-container .status .action .delete{
	color: #f40000;
	padding-left: 10px;
}
#directors-dashboard .post-container .status .post-status{
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	font-weight: 400;
	text-transform: uppercase;
}
#directors-dashboard .post-container .status .post-status span{
	color: #009933;
}
#directors-dashboard .post-container .status .post-status span i{
	margin-left: 5px;
}

/*
#directors-dashboard .post-container .status .post-status span:after {
	content: '\f058';
	font-family: 'FontAwesome';
	color: inherit;
	margin-left: 5px;
}
*/
#directors-dashboard .post-container .status .post-status{
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
	font-weight: 400;
	text-transform: uppercase;
}
#directors-dashboard .post-container .status .application{
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #EFCE4A;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	overflow: hidden;
}
#directors-dashboard .post-container .status .application .counter{
	text-align: right;
	float: right;
}
#directors-dashboard .post-container .status .application .info{
	color: #ccc;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	float: right;
	margin-top: 12px;
	margin-left: 8px;
}
#directors-dashboard .pagi{
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #000000;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#directors-dashboard .no-post{
	margin: 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
}

/* directors update page
---------------------------*/

#directors-dashboard .left .menu a.deactiv-dashboard{
	background-position: left -110px;
}
#directors-dashboard .left .menu a.deactiv-password{
	background-position: -100px -110px;
}
#directors-dashboard .left .menu a.deactiv-profile{
	background-position: -200px -110px;
}
#directors-dashboard .left .menu a.deactiv-post{
	background-position: -300px -110px;
}


#directors-dashboard .left .menu a.deactiv-dashboard:hover{
	background-position: left top;
}
#directors-dashboard .left .menu a.deactiv-password:hover{
	background-position: -100px top;
}
#directors-dashboard .left .menu a.deactiv-profile:hover{
	background-position: -200px top;
}
#directors-dashboard .left .menu a.deactiv-post:hover{
	background-position: -300px top;
}


#directors-dashboard .director-page{
	padding: 50px 50px 100px 50px;
}

#directors-dashboard .director-page .success-msg{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: left;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #5AA930;
}
#directors-dashboard .director-page .success-msg span{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999;
	display: block;
}

#directors-dashboard .director-page .wpuf-success{
	border-style: none;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#directors-dashboard .director-page .wpuf-success i{
	color: #f40000;
}

#directors-dashboard .director-page .wpuf-section-details{
	border-color: #CCCCCC;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}

/*success msg animation start
------------------------------*/
#directors-dashboard .director-page .sa {
	background-color: #fff;
	float: left;
	overflow: hidden;
}
#directors-dashboard .director-page .sa-success {
  border-radius: 50%;
  border: 4px solid #A5DC86;
  box-sizing: content-box;
  height: 80px;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 80px;
}
#directors-dashboard .director-page .sa-success:after, 
#directors-dashboard .director-page .sa-success:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
#directors-dashboard .director-page .sa-success:before {
  border-radius: 40px 0 0 40px;
  width: 26px;
  height: 80px;
  top: -17px;
  left: 5px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
#directors-dashboard .director-page .sa-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
  animation: rotatePlaceholder 4.25s ease-in;
}
#directors-dashboard .director-page .sa-success-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.25);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
#directors-dashboard .director-page .sa-success-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
#directors-dashboard .director-page .sa-success-tip, .sa-success-long {
  background-color: #5AA930;
  border-radius: 2px;
  height: 5px;
  position: absolute;
  z-index: 2;
}
#directors-dashboard .director-page .sa-success-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
  animation: animateSuccessTip .75s;
}
#directors-dashboard .director-page .sa-success-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
  animation: animateSuccessLong .75s;
}

@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
/*success msg animation end
--------------------------*/

/*------------------------------------
 * Multistep form css reset start
 *-----------------------------------*/
#directors-dashboard .director-page .wpuf-form label{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #666666;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#directors-dashboard .director-page .wpuf-errors{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#directors-dashboard .director-page .wpuf-errors:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 10px;
	font-size: 25px;

}
#directors-dashboard .director-page .wpuf-error-msg{
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC3300;
}
#directors-dashboard .director-page .wpuf-error-msg:before {
	content: '\f071';
	font-family: 'FontAwesome';
	font-weight: normal;
	padding-right: 5px;
	font-size: 15px;
}
#directors-dashboard .director-page .wpuf-submit {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F3F3;
	padding-bottom: 40px;
}
/*------------------------------------
 * Multistep form css reset end
 *-----------------------------------*/




/* Review Post Page
============================================================ */
#review-page{
	background-position: 100px center;
	padding: 150px 300px 150px 300px;
	overflow: hidden;
	background-color: #33BFBE;
	background-image: url('../images/review-bg.jpg');
	background-repeat: no-repeat;
}
#review-page .success-msg{
	width: 700px;
	text-align: center;
	margin-left: 100px;
}
#review-page .success-msg h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
}
#review-page .success-msg h1 span{
	color: #FFFFFF;
	display: block;
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
#review-page .success-msg h1 strong{
	padding: 0px 130px 0px 130px;
	color: #333333;
	font-size: 16px;
	display: block;
	font-weight: normal;
	line-height: 1.5em;
}
#review-page .success-msg h1 strong a{
	color: #fff;
}

#review-page .success-msg h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#review-page .success-msg h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

/* Logout Page
============================================================ */

#logout-logo{
	padding: 0px;
	margin-top: 250px;
	text-align: center;
	margin-bottom: 50px;
}

#logout-txt{
	background-position: center top;
	margin: 0px;
	padding: 0px 0px 100px 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 900;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	background-image: url('../images/logout-bg.jpg');
	background-repeat: no-repeat;
}
#logout-txt span{
	padding: 10px;
	font-size: 15px;
	color: #333;
	display: block;
	font-weight: 300;
	text-transform: none;
}
#logout-txt span a{
	color: #ff0000;
}

/* Discover Artist Page
============================================================ */
#discover-page{
	overflow: hidden;
}
#discover-page .left{
	width: 635px;
	float: left;
	overflow: hidden;
}
#discover-page .left .discover{
	width: 200px;
	height: 550px;
	float: left;
	margin-right: 10px;
	background-color: #F5F5F5;
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
	position: relative;
}
#discover-page .left .discover .title{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#discover-page .left .discover ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#discover-page .left .discover ul li{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #E40000;
	text-transform: uppercase;
	line-height: 34px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-left: 10px;
}
#discover-page .left .discover ul li a{
	color: #E40000;
	text-decoration: none;
}
#discover-page .left .discover ul li a:hover{
	text-decoration: underline;
}
#discover-page .left .discover .photo{
	position: absolute;
	bottom: 0px;
}

#discover-page .right{
	width: 645px;
	float: right;
	overflow: hidden;
}
#discover-page .right .heading {
	line-height: 20px;
	margin: 20px 20px 15px 20px;
	padding: 10px 0 10px 20px;
	position: relative;
	overflow: hidden;
}

#discover-page .right .heading .heading-line {
    background-color: #000;
    display: block;
    height: 16px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#discover-page .right .heading .heading-text {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 700;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	float: right;
}
#discover-page .right .heading .heading-text span{
	color: #f40000;
	font-weight: bold;
}
#discover-page .right .heading strong{
	color: #E40000;
	font-weight: normal;
	display: block;
}
#discover-page .right .profile{
	border: 1px solid #E6E6E6;
	width: 130px;
	height: 170px;
	float: left;
	margin: 10px 7px 10px 20px;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	position: relative;
}
#discover-page .right .profile:hover{
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	border: 1px solid #f40000;
}

#discover-page .right .profile .premium-user{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -1px;
	top: -1px;
}

#discover-page .right .profile .photo{

	width: 100%;
	height: 130px;
}
#discover-page .right .profile .photo img{
	width: 100%;
	height: 100%;
}

#discover-page .right .profile .name{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1em;
	margin-top: 5px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#discover-page .right .profile:hover .name{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	color: #F40000;
}

#discover-page .right .profile a{
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 1em;
	margin-top: 5px;
	font-weight: 400;
	text-decoration: none;
}
#discover-page .right .more {
	margin-left: 20px;
	margin-top: 50px;
}

#discover-page .right .no-user{
	margin: 100px auto 50px auto;
	width: 600px;
	text-align: center;
}
#discover-page .right .no-user h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #f40000;
}
#discover-page .right .no-user h1 span{
	color: #006DF4;
}
#discover-page .right .no-user h1 strong{
	color: #333333;
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}
#discover-page .right .no-user h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#discover-page .right .no-user h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

/* Price Table Membership Page
============================================================ */
#price-page{
	overflow: hidden;
}
#price-page .heading{
	padding: 50px 0px 20px 165px;
	background-color: #60a9ff;
	position: relative;
	z-index: 1;
}
#price-page .heading h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	text-align: left;
}
#price-page .heading h1 span{
	display: block;
	font-size: 16px;
}

#price-page .background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

#price-page .background::after {
  content: '';
  background: #60a9ff;
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
#price-page  .background {
	padding: 0 0 25px;
	margin-bottom: 100px;
}
}

#price-page .container {
	margin: 0 auto;
	padding: 0px 0 0 0;
	max-width: 960px;
	width: 100%;
}

#price-page .panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

#price-page .pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  #price-page .pricing-table {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#price-page .pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

#price-page .pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

#price-page .pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
#price-page .pricing-plan {
	border-bottom: none;
	border-right: 1px solid #e1f1ff;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 25px 50px 25px 50px;
}

#price-page  .pricing-plan:last-child {
    border-right: none;
  }
}

#price-page .pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

#price-page .pricing-header {
	color: #888;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}
#price-page .pricing-features {
	padding: 0px;
	color: #016FF9;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 50px 0 25px;
	list-style-type: none;
}

#price-page .pricing-features-item {
	border-top: 1px solid #e1f1ff;
	font-size: 12px;
	line-height: 1.5;
	padding: 15px 0;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}
#price-page .pricing-features-item strong{
	color: #016FF9;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #B0D3FF;
}


#price-page .pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

#price-page .pricing-price {
	color: #016FF9;
	display: block;
	font-size: 32px;
	font-weight: 900;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
}

#price-page .pricing-price span {
	color: #999999;
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}

#price-page .pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#price-page .pricing-button:hover,
#price-page .pricing-button:focus {
  background-color: #e1f1ff;
}

#price-page .pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

#price-page .pricing-button.is-featured:hover,
#price-page .pricing-button.is-featured:active {
  background-color: #269aff;
}

/* Paytm Page
============================================================ */
#paytm-page{
	overflow: hidden;
/*	background-color: #00BAF2;*/
}

#paytm-page .left{
	width: 650px;
	float: left;
	padding: 50px 0px 0px 50px;
}
#paytm-page .left h1{
	padding: 0px;
	margin: 0px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333;
	text-align: left;
}
#paytm-page .left h1 a{
	color: #00CCFF;
}

#paytm-page .left ul{
	padding: 0px;
	margin: 20px 0px 0px 0px;
	list-style-type: none;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
}
#paytm-page .left ul li{
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#paytm-page .left ul li .bullet{
	float: left;
	width: 20px;
	height: 20px;
	background-color: #00CCFF;
	color: #FFFFFF;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-weight: bold;
}
#paytm-page .left ul li span{
	color: #999;
	display: block;
	padding-left: 30px;
}

#paytm-page .left .paytm-accept{
	overflow: hidden;
	margin-top: 50px;
	padding-top: 50px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F2F2F2;
}
#paytm-page .left .paytm-accept .ms-redcarpet{
	font-size: 25px;
	font-weight: 900;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	float: left;
	width: 389px;
	padding-bottom: 20px;
}
#paytm-page .left .paytm-accept .ms-redcarpet img{
	margin-bottom: 30px;
}

#paytm-page .left .paytm-accept .ms-redcarpet span{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #00CCFF;
	padding-bottom: 5px;
	margin-left: 10px;
}
#paytm-page .left .paytm-accept .qr{
	width: 184px;
	height: 184px;
	float: right;
	margin-top: 10px;
}
#paytm-page .left .paytm-accept .qr img{
	width: 100%;
	height: 100%;
}


#paytm-page .paytm-mobile{
	width: 626px;
	height: 670px;
	background-image: url('../images/paytm-mobile.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	float: right;
	position: relative;
}
#paytm-page .paytm-mobile .time{
	font-size: 13px;
	font-weight: bold;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	position: absolute;
	left: 310px;
	top: 124px;
}

#paytm-page .paytm-mobile .mobile-no{
	font-size: 32px;
	font-weight: 900;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	position: absolute;
	left: 220px;
	top: 280px;
	color: #012B72;
}
#paytm-page .paytm-mobile .money{
	font-size: 32px;
	font-weight: 900;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	position: absolute;
	left: 220px;
	top: 380px;
	color: #012B72;
}
#paytm-page .paytm-mobile .description{
	font-size: 14px;
	font-weight: 900;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	position: absolute;
	left: 220px;
	top: 484px;
	width: 264px;
	line-height: 1.2em;
	color: #012B72;
}


/* Normal Page
============================================================ */

#page-container{
	padding: 10px 50px 50px 50px;
	overflow: hidden;
}

#page-container h1{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #333333;
}
#page-container h2{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #333333;
}
#page-container .social-icon {
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	background: #e9e9e9;
	color: #333;
	width: 50px;
	height: 50px;
	margin: 0;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#page-container .social-icon:hover {
	background:#ff0000;
	color:#f0f0f0;
}

#page-container p{
	padding: 5px 0px 5px 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin-right: 10px;
	line-height: 2.06em;
	text-align: justify;
}
#page-container p strong{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

#page-container .create-link a{
	padding: 10px 20px 10px 20px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 3px;
	text-align: center;
}
#page-container .create-link a.create{
	background-color: #FF0000;
}
#page-container .create-link a:hover{
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.30), 0 10px 10px rgba(0, 0, 0, 0.28);
	
}

#page-container ul{
	padding: 0px;
	margin: 10px;
	text-align: justify;
}
#page-container ul li{
	padding: 5px;
	margin: 5px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

#page-container ul li strong{
	font-weight: 600;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

/* 404 Page
============================================================ */

#no-page{
	overflow: hidden;
	background-image: url('../images/image-404.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 450px;
}
#no-page h1{
	padding: 0px;
	margin: 100px 0px 0px 50px;
	font-family: 'tondo_corplight', arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #353A47;
}
#no-page h1 span{
	color: #006DF4;
	display: block;
	font-size: 40px;
	margin-top: 10px;
}
#no-page h1 strong{
	color: #333333;
	font-size: 20px;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
#no-page h1 span.redirect{
	color: #999999;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-size: 16px;
}
#no-page h1 span.redirect a{
	color: #f40000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
