@import url('https://fonts.googleapis.com/css?family=Lobster|Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400');

@font-face {
  font-family: 'FranklinGothic-Medium';
  src: url('../fonts/FranklinGothic-Medium.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/FranklinGothic-Medium.woff') format('woff'), 
  url('../fonts/FranklinGothic-Medium.ttf')  format('truetype'), 
  url('../fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spacer{
	width: 100%;
	height: 40px;
}
.spacer-medium{
	width: 100%;
	height: 20px;
}
.notification-dropdown .dropdown-menu{
	min-width: 225px;
	padding: 15px;
	left: auto;
	right: 0;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.notification-dropdown .dropdown-menu .title {
    margin-top: 0;
    color: #617da5;
    font-weight: bold;
}
.notification-dropdown .dropdown-menu li a.btn.btn-info {
    color: #fff;
}
.notification-dropdown .dropdown-menu li a.btn {
    padding: 5px;
    display: inline-block;
	line-height: 1;
}
.chat-box-main{
	padding-left: 0;
	padding-right: 0;
}
.stars .fa{
	font-size: 20px;
	color: #637bab;
}
.rating-list li{
	margin-bottom: 10px;
}
.rating-list li span{
	display: inline-block;
	vertical-align: middle;
}
.rating-list li .rating-details{
	padding: 4px 8px;
	color: #fff;
	background: #637bab;
	border-radius: 4px;
}
.holder a.jp-previous, .holder a.jp-next{
    background: #617da5;
    text-decoration: none;
}
.holder{
	text-align: center;
}
.holder a {
    background: #333;
    color: #fff;
	margin : 0 5px;
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}
.holder a.jp-current{
	background: #1e2050;
}
.terms-conditions a{
	color: #fff;
	text-decoration: none;
}
.notification-dropdown .dropdown-menu li a.btn:hover{
	color: #1f204c;
}
.btn-dark{
    color: #fff;
    background-color: #1f204c;
    border-color: #181a33;
}
.btn-dark:hover{
    color: #fff;
    background-color: #181a33;
    border-color: #181a33;
}
.artist-buyer-header{
	background: #637bab;
    padding: 10px;
}
.artist-buyer-header .heading-artist-buyer{
    margin: 3px 0;
    font-weight: bold;
    color: #ffffff;
}
.artist-buyer-header .artist-details-menu{
    margin: 4px 0;
}
.artist-buyer-header .artist-details-menu ul{
    margin: 0;
}
.project-title{
	font-size: 20px;
	font-weight: bold;
	color: #1f204c;
	margin: 10px 0;
}
.project-title span{
	background: #fff;
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.project-title span:before, .project-title span:after{
	background: #637bab;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	width: 50px;
	height: 4px;
	content: '';
}
.project-title span:before{
	left: -50px;
	right: auto;
	display: none;
}
.project-title span:after{
	right: -50px;
	left: auto;
}
.recommendBlock .artist_image{
	width: auto;
	height: 200px;
}
.artist-portfolio-details .project-title span:before, .artist-portfolio-margin .project-title span:before{
	display: block;
}
.artist-portfolio-details .project-title, .artist-portfolio-margin .project-title{
	text-align: center;
}
.artist-portfolio-details .project-title span, .artist-portfolio-margin .project-title span{
	padding-left: 10px;
}
.image-upload-area .box label{
    background: #617da5;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}
.topNav {
	border-radius: 0;
	border: none;
	background: #121f28;
	font-family: 'FranklinGothic-Medium';
	color: #fff;
	margin-bottom: 0;
}
.topNav .navbar-brand {
	height: auto;
	padding: 10px;
}
.topNav a {
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.topNav.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: normal;
	padding: 30px 20px;
	text-transform: uppercase;
}
.topNav.navbar-default .navbar-nav > li > a:hover {
    color: #6280a6;
}

.bannerArea {
	width: 100%;
	float: left;
	height: auto;
}
.bannerArea img {
	width: 100%;
	max-width: 100%;
}
.whatSection {
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}
.sectionTitle {
	font-family: 'Lobster', cursive;
	color: #121f28;
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.whatSection p {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.whatSection .button {
	display: inline-block;
	vertical-align: middle;
	width: 152px;
	height: 48px;
	border-radius: 4px;
	border: 4px solid #1c1735;
	font-family: 'FranklinGothic-Medium';
	font-size: 20px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	margin: 0 30px;
	margin-top: 20px;
}
.whatsection-btn{
	margin-top:20px;
}
.whatsection-btn li  a{
	text-decoration:none;
	color:#15212f;
	background:#dfdfe0;
	border-radius: 0px;
	border: 5px double #1c1735;
	font-family: 'FranklinGothic-Medium';
	font-size: 20px;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	text-align:center;
	font-weight:400;
	padding:8px 30px;
	display: inline-block;
}
.whatsection-btn li   a:hover{
	text-decoration:none;
	background: #1f214b;
	color: #fff;
	border: 5px double #ccc;
}
/* .whatSection .button:hover {
	background: #1f214b;
	color: #fff;
} */
.bgcolor1 {
	background: #7ce0d3;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #15212f;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
}
.howWork {
	width: 100%;
	height: auto;
}
.howWork a{
	color:#121f28;
	text-decoration:none;
}
.howWork a:hover{
	color:#000;
	text-decoration:none;
}
.bgcolor1 p {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
}
.projectSection {
	width: 100%;
	height: auto;
	padding: 60px 0;
	background: url(../images/projectBanner.jpg) center center no-repeat;
	background-size: cover;
	margin: 30px 0;
	text-align: center;
}
.projectSection a, .howWork a{
	text-decoration: none;
}
.projectSection .sectionTitle {
	font-family: 'Lobster', cursive;
	font-size: 70px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.projectSection-block{
	max-width: 650px;
	margin: 0 auto;
	display: block;
}
.projectSection p{
	color:#fff;
	font-size:18px;
}
.projectSection-block .sectionTitle a{
	text-decoration:none;
	color:#fff;
}
/* .projectSection .button {
	display: inline-block;
	vertical-align: middle;
	width: 490px;
	height: 110px;
	border-radius: 5px;
	border: 6px solid #fff;
	font-family: 'FranklinGothic-Medium';
	font-size: 56px;
	transition: all ease-in-out 0.5s;
	margin: 60px 0;
	color: #fff;
	background: transparent;
} */
.projectSection .browse-button{
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border-radius: 5px;
	border: 6px solid #fff;
	font-family: 'FranklinGothic-Medium';
	font-size: 56px;
	transition: all ease-in-out 0.5s;
	color: #fff;
	background: transparent;
	padding:12px 25px;
	box-sizing: border-box;
}
.projectSection .browse-button:hover{
	color: #ccc;
	background: transparent;
}
.bgcolor2 {
	background: #8dc8e8;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #15212f;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 50px;
}
.culture {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #dddddd;
}
.bgcolor2 p {
	max-width: 750px;
	margin: 0 auto 30px;
	text-align: center;
}
.artists {
	height: auto;
	padding: 0px 0 40px 0;
}
.artists .artistsList li a{
	color: #333;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}
.artists .artistsList li a:hover{
	color: #6280a6;
}
.artistsList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}
.artistsList li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
	color: #333333;
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out;
}
.artistsList li:hover {
    border: 1px solid #6280a6;
    box-shadow: 1px 1px 20px #dddddd;
}
.artistsList li img {
	max-width: 100%;
	height:200px;
	margin-bottom: 15px;
}
.artistsList li h4 {
	font-size: 16px;
	line-height: 25px;
	font-family: 'FranklinGothic-Medium';
	font-weight: normal;
	margin: 0;
}
.artistsList li h3 {
	font-size: 20px;
	line-height: 25px;
	font-family: 'FranklinGothic-Medium';
	font-weight: normal;
	margin: 0;
}
.artist-button a{
	text-decoration:none;
	color:#1f214b;
	background:#fff;
	padding:10px 30px;
	border:5px #1f214b double;
	text-align:center;
	font-size:18px;
	transition: all 0.4s ease-in-out;
}
.artist-button a:hover{
	text-decoration:none;
	background:#1f214b;
	color:#fff;
	padding:10px 30px;
	border:5px #ccc double;
	font-size:18px;
}
.becomeArtists {
	width: 100%;
	height: 380px;
	padding: 0;
	background: url(../images/artistBanner.jpg) center center no-repeat;
	position: relative;
	text-align: center;
	background-size: cover;
}
.becomeArtists:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(36,98,199,0.48);
}
.becomeArtists .browse-artist-button{
	text-decoration:none;
	color: #fff;
	font-size: 56px;
	width: auto;
	padding: 10px 40px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 6px solid #fff;
	font-family: 'FranklinGothic-Medium';
	font-size: 56px;
	transition: all ease-in-out 0.5s;
	margin: 0;
	color: #fff;
	background: transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	margin: auto;
	z-index: 1;
	max-width : 790px;
}
.becomeArtists .browse-artist-button:hover{
	color: #ccc;
}
.signUpSection {
	width: 100%;
	height: auto;
	background: #959595;
	padding: 12px 0;
	text-align: center;
	color: #fff;
}
.signUpSection h3 {
	font-family: 'FranklinGothic-Medium';
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.signUpSection h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.signUpArea {
	max-width: 480px;
	height: auto;
	margin: 0 auto 30px;
	padding-right: 80px;
	box-sizing: border-box;
	position: relative;
}
.signUpArea .signupBox {
	width: 100%;
	float: left;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: transparent;
	height: 30px;
	font-family: 'FranklinGothic-Medium';
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
}
.signUpArea .signupBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.signUpArea .signupBox::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.signUpArea .signupBox:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.signUpArea .signupBox:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.signUpArea .signupBtn {
	width: 75px;
	float: left;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: transparent;
	text-align: center;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	height: 30px;
	font-family: 'FranklinGothic-Medium';
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
}
.signUpSection label {
	font-family: 'FranklinGothic-Medium';
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-align: center;
}
.footerMenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	padding: 25px 0;
	border-bottom: 2px solid #000;
}
.footerMenu li {
	display: inline-block;
	vertical-align: middle;
}
.footerMenu li a {
	display: block;
	font-size: 12px;
	font-family: 'FranklinGothic-Medium';
	color: #333;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 20px;
	border-right: 1px solid #333;
}
.footerMenu li:last-child a {
	border: none;
}
.socialmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	padding: 20px 0;
}
.socialmenu li {
	display: inline-block;
	vertical-align: middle;
}
.socialmenu li a {
	width: 50px;
	display: block;
	line-height: 0;
	padding: 0 6px;
	box-sizing: border-box;
}
.socialmenu li a img {
	max-width: 100%;
}

.copyright {
	font-size: 12px;
	font-family: 'FranklinGothic-Medium';
	color: #333;
	line-height: 12px;
	margin: 0 0 20px 0;
	text-align: center;
}
/********************************art-collections-page**************************************/
.collectiontitle {
	font-family: 'Lobster', cursive;
	color: #121f28;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.collection {
	width: 100%;
	float: left;
	height: auto;
	padding: 10px 0;
	text-align: center;
}
.collectionList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
}
.collectionList li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
	color: #333333;
	text-align: left;
	height:auto !important;
}
.artist-info{
	font-size:13px;
	margin-top: 14px;
}
.artist-info .form-group{
	margin-bottom: 6px;
}
.artist-info label{
    color: #617da5;
    margin-right: 5px;
	margin-bottom:0;
}
.collectionList li img {
	max-width: 100%;
	margin-bottom: 15px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.collectionList li h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'FranklinGothic-Medium';
	font-weight: 300;
	margin: 0;
	text-align: center;
}
.collectionList li h5 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'FranklinGothic-Medium';
	font-weight: normal;
	margin: 0;
}
.collection-button{
	text-align:center;
	margin-bottom:40px;
	margin-top:10px;
}
.collection-button a{
	font-size:18px;
	text-decoration:none;
	color:#333;
	background:#fff;
	padding:8px 20px;
	border:1px #333 solid;
}
.collection-button a:hover{
	color:#fff;
	background:#121f28;
	border:1px #ccc solid;
}
/********************************art-genre-page**************************************/
.genre-bannerArea {
	width: 100%;
	float: left;
	height: auto;
	position:relative;
}
.genre-bannerArea img {
	width: 100%;
	max-width: 100%;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
body .ui-dialog .ui-dialog-buttonpane button {
    background: transparent;
}
body .ui-widget-header {
    border: 0;
    background: #617ea8;
    color: #fff;
}
body .ui-widget-content {
    border: 0;
    background: #1e2050;
    color: #fff;
}
body .ui-dialog .ui-dialog-titlebar-close{
	background: transparent;
    width: 25px;
    margin: -13px 0 0 0;
    height: 25px;
}
body .ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.custom-size {
	padding-bottom:20px;
}
.art-genre-corousel .item{
	border:2px #121f28 solid;
}
.genre-bannerArea{
	position:relative;
}
.genre-search-area, .create-project-bannerArea  > .title{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	z-index:1;
	top: 50%;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-o-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	text-align: center;
}
.genre-search-area .title, .create-project-bannerArea > .title{
	color: #fff;
	margin-top: 0;
}
.genre-search-area h1{
	font-size:45px;
	text-align:center;
}
.genre-search-area form{
	max-width: 500px;
	background: rgba(0,0,0,0.5);
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.genre-search-area form .form-control{
	height: 38px;
	border-radius: 0;
	border: 0;
}
.genre-search-area form  .form-group{
	margin-bottom: 0;
}
.genre-search-area form  .btn-submit{
	height: 38px;
	border-radius: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: #617da5;
	color: #fff;
}
.art-genre-corousel #owl-demo .owl-item{
	position: relative;
	cursor: pointer;
}
.art-genre-corousel #owl-demo .owl-item.active:after{
	content: "\f00c";
	font-family: FontAwesome;
	color: #f00;
	font-size: 18px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
}
/********************************LOGIN-PAGE**************************************/
.login-page{
	background:#8dc8e8;
	padding:50px 15px;
}
.login-form-block{
	max-width:500px;
	margin:0 auto;
	padding: 30px;
	background:rgba(0,0,0,0.5);
	color:#fff;
}
.forgotpassword {
	text-decoration:none;
	color:#fff;
	margin-bottom:15px;
	display:block;
	
}
.login-form-block > h3{
	margin: 0 0 20px 0;
}
.forgotpassword:hover{
	color:#fff;
}
.login-form-block input[type="checkbox"]{
	margin: 0;
	vertical-align: middle;
}
.dont-have-account{
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.dont-have-account .btn-sm{
	padding-top: 3px;
	padding-bottom: 3px;
}

/********************************SIGNUP-PAGE**************************************/
.Signup-page{
	background:#8dc8e8;
	padding:50px 40px;
}
/*.Signup-form-block{
	width:500px;
	margin:0 auto;
	padding:50px 25px;
	background:rgba(0,0,0,0.5);
	color:#fff;
}*/
.Signup-form-block{
	
	color:#fff;
}
.Signup-form-block h3{
	padding-bottom:25px;
}
.Signup-form-block  .artist-signup a{
	color: #fff;
	text-decoration:none;
	font-size:18px;
	background:#6280a6;
	border:1px #191931 solid;
	padding:12px 12px;
	display:inline-block;
	width: 100%;
}
.Signup-form-block  .artist-signup a:hover{
	color: #fff;
	background:#191931;
	border:1px #6280a6 solid;
}
.Signup-form-block  .buyer-signup a{
	color: #fff;
	display:inline-block;
	text-decoration:none;
	font-size:18px;
	/* background:#1d1f4f; */
	background:#6280a6;
	border:1px #191931 solid;
	padding:12px 12px;
	width: 100%;
}
.Signup-form-block  .active a{
	color: #fff;
	display:inline-block;
	text-decoration:none;
	font-size:18px;
	background:#1d1f4f;
	border:1px #191931 solid;
	padding:9px 12px;
}
.Signup-form-block  .buyer-signup a:hover{
	color: #fff;
	background:#191931;
	border:1px #6280a6 solid;
}
.signin-new {
    color: #fff;
    background: #1b1833;
    text-decoration: none;
    padding: 12px 12px;
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    margin: 10px auto;
}
.signin-new:hover {
	text-decoration: none;
	color:#fff;
	background:#1f2050;
}
.signup-new{
	color:#fff;
	background:#617da5;
	text-decoration: none;
    padding: 12px 12px;
    margin-top: 20px;
    display: inline-block;
    width: 100px;
    margin: 10px auto;
	border-radius: 0px;
	border:none;
	text-transform: uppercase;
}
.signup-new:hover{
	color:#fff;
	background:#1f2050;
	text-decoration: none;
}
/********************************how-you-ride-area**************************************/
.how-it-works {
    color: #FFF;
    margin-bottom: 0;
    text-align: center
}
.heading {
    color: #333333;
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0;
    text-align: center;
}
.how-it-works .wrap {
    display: block;
    margin: 0 auto;
    padding: 30px 0 0
}
.how-it-works ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.how-it-works .phone {
    float: right
}
.how-it-works .android {
    background: url(../images/ride.jpg) no-repeat;
    background-size: 100% auto;
    height: 557px;
    margin-top: -40px;
    width: 302px;
}
.how-it-works .step-list {
    float: left
}
.how-it-works .android .mask {
    background: #000;
    height: 390px;
    margin: 63px 0 0 21px;
    overflow: hidden;
    width: 256px
}
.how-it-works .android .screens {
    -webkit-backface-visibility: hidden;
    height: 100%;
    position: relative
}
.how-it-works .android .screens li {
    background-size: 100% auto;
    color: rgba(255, 255, 255, .8);
    font-size: 2em;
    font-weight: 600;
    line-height: 389px;
    height: 427px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out
}
.how-it-works .android .screens li img {
    display: block;
    height: auto;
    max-width: 100%;
}
.how-it-works .android .screens li.current {
    opacity: 1
}
.lt-ie9 .how-it-works .android .screens li {
    display: none
}
.lt-ie9 .how-it-works .android .screens li.current {
    display: block
}
.how-it-works .iphone {
    background: url(../images/iphone.png) no-repeat;
    background-size: 257px 498px;
    height: 510px;
    margin-top: 5px;
    width: 258px
}
.how-it-works .iphone .mask {
    background: #000;
    height: 390px;
    margin: 60px 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 218px;
}
.lt-ie9 .how-it-works .iphone .mask {
    height: 376px
}
.how-it-works .iphone .screens {
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 700%;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -moz-transition: -moz-transform 500ms ease-out;
    -o-transition: -o-transform 500ms ease-out;
    transition: transform 500ms ease-out
}
.how-it-works .iphone .screens.step-1 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.how-it-works .iphone .screens.step-2 {
    -webkit-transform: translate(-14.285%, 0);
    -moz-transform: translate(-14.285%, 0);
    -ms-transform: translate(-14.285%, 0);
    -o-transform: translate(-14.285%, 0);
    transform: translate(-14.285%, 0)
}
.how-it-works .iphone .screens.step-3 {
    -webkit-transform: translate(-28.57%, 0);
    -moz-transform: translate(-28.57%, 0);
    -ms-transform: translate(-28.57%, 0);
    -o-transform: translate(-28.57%, 0);
    transform: translate(-28.57%, 0)
}
.how-it-works .iphone .screens.step-4 {
    -webkit-transform: translate(-42.855%, 0);
    -moz-transform: translate(-42.855%, 0);
    -ms-transform: translate(-42.855%, 0);
    -o-transform: translate(-42.855%, 0);
    transform: translate(-42.855%, 0)
}
.how-it-works .iphone .screens.step-5 {
    -webkit-transform: translate(-57.14%, 0);
    -moz-transform: translate(-57.14%, 0);
    -ms-transform: translate(-57.14%, 0);
    -o-transform: translate(-57.14%, 0);
    transform: translate(-57.14%, 0)
}
.how-it-works .iphone .screens.step-6 {
    -webkit-transform: translate(-71.425%, 0);
    -moz-transform: translate(-71.425%, 0);
    -ms-transform: translate(-71.425%, 0);
    -o-transform: translate(-71.425%, 0);
    transform: translate(-71.425%, 0)
}
.how-it-works .iphone .screens.step-7 {
    -webkit-transform: translate(-85.71%, 0);
    -moz-transform: translate(-85.71%, 0);
    -ms-transform: translate(-85.71%, 0);
    -o-transform: translate(-85.71%, 0);
    transform: translate(-85.71%, 0)
}
.ie8 .how-it-works .iphone .screens.step-1 {
    left: 0
}
.ie8 .how-it-works .iphone .screens.step-2 {
    left: -100%
}
.ie8 .how-it-works .iphone .screens.step-3 {
    left: -200%
}
.ie8 .how-it-works .iphone .screens.step-4 {
    left: -300%
}
.ie8 .how-it-works .iphone .screens.step-5{
    left: -400%
}
.ie8 .how-it-works .iphone .screens.step-6 {
    left: -500%
}
.ie8 .how-it-works .iphone .screens.step-7 {
    left: -600%
}
.how-it-works .iphone .screens li {
    background: #000;
    background-size: cover;
    height: 100%;
    float: left;
    opacity: 1;
    position: relative;
    text-align: center;
    width: 14.285%
}
.how-it-works .iphone .screens li img {
    display: block;
    height: 100%;
    width: 99.5%;
    margin-left: 2px;
}
.how-it-works.vert {
    background-image: url(../images/howitwork2.jpg);
    background-position: bottom center;
    background-size: cover;
    height: 608px;
}
.how-it-works.vert .wrap {
    max-width: 900px;
}
.how-it-works.vert .step-wrap {
    -webkit-backface-visibility: hidden;
    margin: 58px 0 0 30px;
    position: relative;
    width: 395px;
}
.how-it-works.vert .step-wrap .indicator {
    background: #F2F2ED;
    -webkit-box-shadow: #fdfdfd 1px 2px 0 0 inset, rgba(0, 0, 0, .4) 2px 2px 4px -2px;
    -moz-box-shadow: #fdfdfd 1px 2px 0 0 inset, rgba(0, 0, 0, .4) 2px 2px 4px -2px;
    box-shadow: #fdfdfd 1px 2px 0 0 inset, rgba(0, 0, 0, .4) 2px 2px 4px -2px;
    display: block;
    height: 76px;
    left: 40px;
    position: absolute;
    top: -1px;
    width: 330px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.how-it-works.vert .step-wrap .indicator:before {
    display: block;
    height: 0;
    width: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #f2f2ed;
    border-bottom: 12px solid transparent;
    content: '';
    display: block;
    left: -11px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
}
.how-it-works.vert .step-wrap .indicator.step-1 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.how-it-works.vert .step-wrap .indicator.step-2 {
    -webkit-transform: translate(0, 79px);
    -moz-transform: translate(0, 79px);
    -ms-transform: translate(0, 79px);
    -o-transform: translate(0, 79px);
    transform: translate(0, 79px);
}
.how-it-works.vert .step-wrap .indicator.step-3 {
    -webkit-transform: translate(0, 160px);
    -moz-transform: translate(0, 160px);
    -ms-transform: translate(0, 160px);
    -o-transform: translate(0, 160px);
    transform: translate(0, 160px);
}
.how-it-works.vert .step-wrap .indicator.step-4 {
    -webkit-transform: translate(0, 245px);
    -moz-transform: translate(0, 245px);
    -ms-transform: translate(0, 245px);
    -o-transform: translate(0, 245px);
    transform: translate(0, 245px);
}
.how-it-works.vert .step-wrap .indicator.step-5 {
    -webkit-transform: translate(0, 326px);
    -moz-transform: translate(0, 326px);
    -ms-transform: translate(0, 326px);
    -o-transform: translate(0, 326px);
    transform: translate(0, 326px);
}
.how-it-works.vert .step-wrap .indicator.step-6 {
    -webkit-transform: translate(0, 387px);
    -moz-transform: translate(0, 387px);
    -ms-transform: translate(0, 387px);
    -o-transform: translate(0, 387px);
    transform: translate(0, 387px);
}
.how-it-works.vert .step-wrap .indicator.step-7 {
    -webkit-transform: translate(0, 466px);
    -moz-transform: translate(0, 466px);
    -ms-transform: translate(0, 466px);
    -o-transform: translate(0, 466px);
    transform: translate(0, 466px);
}
.no-csstransforms .how-it-works.vert .step-wrap .indicator.step-2 {
    top: 89px;
}
.no-csstransforms .how-it-works.vert .step-wrap .indicator.step-3 {
    top: 176px;
}
.no-csstransforms .how-it-works.vert .step-wrap .indicator.step-4 {
    top: 264px;
}
.how-it-works.vert .step-list {
    font-size: 1.125em;
    font-weight: 300;
    margin-right: 30px;
    position: relative;
    z-index: 2;
    text-align: left;
    -webkit-backface-visibility: hidden;
    width: 100%;
}
.how-it-works.vert .step-list:before {
    background: #a6a398;
    -webkit-box-shadow: 1px 1px 0 0 #998b79;
    -moz-box-shadow: 1px 1px 0 0 #998b79;
    box-shadow: 1px 1px 0 0 #998b79;
    content: '';
    display: block;
    float: left;
    margin-top: 46px;
    height: 248px;
    width: 3px;
}
.how-it-works.vert .step-list li {
    cursor: pointer;
    margin-bottom: 12px;
    padding: 12px 40px 16px 57px;
    position: relative;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #fff;
}
.how-it-works.vert .step-list li a {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    background: #EDECE7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #a6a398;
    -webkit-box-shadow: inset 1px 2px 5px -1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 1px 2px 5px -1px rgba(0, 0, 0, .3);
    box-shadow: inset 1px 2px 5px -1px rgba(0, 0, 0, .3);
    color: #f56400;
    display: block;
    font-weight: 600;
    height: 31px;
    left: 0;
    margin: -15px 0 0 -14px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
    top: 50%;
    width: 31px;
}
.how-it-works.vert .step-list li a:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
}
.how-it-works.vert .step-list li a:before {
    content: '';
    display: block;
    height: 13px;
    margin: 7px 0 0 4px;
    width: 17px;
}
.how-it-works.vert .step-list li.on a {
    background: #F56400 url(../images/tick.png) center center no-repeat;
    border: 2px solid #C24F00;
    -webkit-box-shadow: inset 2px 3px 2px -2px rgba(255, 255, 255, .6);
    -moz-box-shadow: inset 2px 3px 2px -2px rgba(255, 255, 255, .6);
    box-shadow: inset 2px 3px 2px -2px rgba(255, 255, 255, .6);
}
.how-it-works.vert .step-list li.current {
    color: #737065;
}
.how-it-works.horiz {
    background: url(../images/work-1.jpg) top center;
    background-size: cover;
    text-align: left;
	padding:60px 0px;
}
.how-it-works.horiz .wrap {
	width: 100%;
    max-width: 850px;
    padding: 0 10px;
    box-sizing: border-box;
}
.how-it-works.horiz .title {
    color: #FFF
}
.how-it-works.horiz .step-list {
    margin-top: 40px;
    position: relative;
    width: 100%;
    font-weight: bold;
	text-align: center;
}
.how-it-works.horiz .step-list h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 20px;
    width: 100%;
}
.how-it-works.horiz .step-list li {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-shadow: 1px 1px 3px #000;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}
.how-it-works.horiz .step-list li.current {
    opacity: 1
}
.no-csstransitions .how-it-works.horiz .step-list li {
    display: none
}
.no-csstransitions .how-it-works.horiz .step-list li.current {
    display: block
}
.how-it-works.horiz .step-list li .num {
    left: -9999px;
    position: absolute
}
.how-it-works .pag-dots {
    display: block;
    margin: 0 auto 0;
    max-width: 375px;
	text-align: center;
}
.how-it-works .pag-dots:before,
.how-it-works .pag-dots:after {
    content: " ";
    display: table
}
.how-it-works .pag-dots:after {
    clear: both
}
.how-it-works .pag-dots li {
    -webkit-backface-visibility: hidden;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out
}
.how-it-works .pag-dots li:before {
    -webkit-backface-visibility: hidden;
    background: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    content: '';
    display: block;
    left: -5%;
    opacity: 0;
    position: absolute;
    top: -5%;
    width: 110%;
    height: 110%;
    -webkit-transform: scale(0.1, .1);
    -moz-transform: scale(0.1, .1);
    -ms-transform: scale(0.1, .1);
    -o-transform: scale(0.1, .1);
    transform: scale(0.1, .1);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out
}
.lt-ie9 .how-it-works .pag-dots li:before {
    display: none
}
.how-it-works .pag-dots li.current {
    border-color: #FFF
}
.lt-ie9 .how-it-works .pag-dots li.current {
    background: #FFF
}
.how-it-works .pag-dots li.current:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
.how-it-works .pag-dots li.current a {
    color: #333!important
}
.how-it-works .pag-dots li a {
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 36px;
    position: relative;
    height: 100%;
    text-decoration: none;
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out
}
.how-it-works .pag-dots li:hover {
    border-color: #FFF
}
.how-it-works .pag-dots li:hover a {
    color: #FFF
}

.how-it-works .heading {
	color: #fff;
	margin: 0 0 40px 0;
} 

/********************************CREATE-A-PROJECT-PAGE**************************************/
.create-project-bannerArea {
	height: auto;
	position:relative;
	height: 370px;
}
.create-project-bannerArea:after {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.25);
	content:'';
}
.steps{
	margin-top:40px;
}
.create-project{
	margin-bottom:40px;
}
.steps-heading{
	margin-bottom:20px;

}
.steps-heading .number {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-right: 14px;
    border: 1px #000 solid;
    font-size: 18px;
    vertical-align: middle;
}
.steps ul.canvas-size-list{
   font-size:0;
}
.steps ul.canvas-size-list li {
    text-align: center;
    padding: 0;
    border: 3px #617da5 solid;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 5px;
	margin-left: 5px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
	position: relative;
}
.steps ul.canvas-size-list li a {
    width: 100%;
    height: 100%;
    border: 3px #c2cad6 solid;
    display: block;
	text-decoration:none;
	color:#333;
	position: relative;
	top: 0;
	left: 0;
}

.steps ul.canvas-size-list li a.active-bg{
	background:#000;
}
.steps ul.canvas-size-list li a.active-bg img{
	opacity: 0.7;
}
.steps ul.canvas-size-list li.active a img{
	opacity: 1;
}

.steps ul.canvas-size-list li.size a {
    width: 100%;
    height: 194px;
    border: 3px #fff solid;
    display: block;
    box-shadow: 1px 1px 16px #afc3e0 inset;
	text-decoration:none;
	color:#333;
}
.steps ul.canvas-depth-list{
   font-size:0;
}
.steps ul.canvas-depth-list li.size {
    width: 14.66%;
    height: 125px;
    text-align: center;
    padding: 0;
    border: 3px #1b1931  solid;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 125px;
}
.steps ul.canvas-depth-list li.size a {
    width: 100%;
    height: 119px;
    border: 3px #fff solid;
    display: block;
    box-shadow: 1px 1px 16px #1e1e38 inset;
	text-decoration:none;
	color:#333;
}
.steps ul.art-style-list li{
    width: 24.25%;
    height: 300px;
	border: 3px #1b1931 solid;
	margin-bottom: 10px;
	padding:0;
	position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
 }
.steps ul.active-ul li{
	opacity: 0.4;
 }
 .steps ul.art-style-list li.active, .steps ul.active-ul li.active{
	opacity: 1;
 }
.steps ul li img{
	vertical-align:middle;
	width:100%;
	
}
.steps .style{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align:center;
}
.steps .style .hover-box{
	position: absolute;
	bottom: -120%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	transition: all 0.5s ease-in-out;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px;
	box-sizing: border-box;
}
.steps .style >.title{
	background: #fff;
	color: #333;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.steps .style:hover  > .title{
	opacity: 0;
	visibility: hidden;
}
.steps .style:hover .hover-box{
	bottom: 0;
}
.steps ul.canvas-medium-list{
   font-size:0;
}
.steps ul.canvas-medium-list li.size {
    width: 14.66%;
    height: 125px;
    text-align: center;
    padding: 0;
    border: 3px #617da5 solid;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 125px;
}
.steps ul.canvas-medium-list li.size a {
    width: 100%;
    height: 119px;
    border: 3px #fff solid;
    display: block;
    box-shadow: 1px 1px 16px #afc3e0 inset;
	text-decoration:none;
	color:#333;
}
 .colorpicker {
	   float: left;
	   margin: 1em;
	 }
.steps .form-area{
	margin-bottom:20px;
}
.steps .canvas-depth-form{
	margin-bottom:40px;
}
.form-area  .form-control{
	margin-bottom: 10px;
}
.form-area .box{
   /*  display: inline-block; */
    vertical-align: top;
}
.form-area .btn {
    display: inline-block;
    padding: 8px 60px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.steps .art-style-list h5 {
	font-size: 15px;
    color: #615f5f;
    font-weight: normal;
	font-family: 'FranklinGothic-Medium';
	 margin-bottom:20px;
}
.steps .form-area textarea{
	height: 100px;
}
.next-button{
	margin-top:20px;
}
.next-button a{
	text-decoration: none;
    color: #1f214b;
    background: #fff;
    padding: 10px 30px;
    border: 5px #1f214b double;
    text-align: center;
    font-size: 18px;

} 
.next-button a:hover{
	text-decoration:none;
	background:#1f214b;
	color:#fff;
	padding:10px 30px;
	border:5px #ccc double;
	font-size:18px;

}
.overview-next-button{
	margin-top:20px;
}
.overview-next-button a{
	text-decoration: none;
    color: #1f214b;
    background: #fff;
    padding: 10px 30px;
    border: 5px #617da5 double;
    text-align: center;
    font-size: 18px;

} 
.overview-next-button a:hover{
	text-decoration:none;
	background:#617da5;
	color:#fff;
	padding:10px 30px;
	border:5px #ccc double;
	font-size:18px;

}
/********************************JOB-OVERVIEW-PAGE**************************************/
.job-overview{
	text-align:center;
	margin:0 auto;
	padding:25px 0px;
}
.job-overview h2{
	padding-bottom:20px;
	position:relative;
	padding-bottom:20px;
}
.job-overview h2:after{
	position:absolute;
	width:100px;
	height:4px;
	background:#000;
	margin:0 auto;
	text-align:center;
	bottom:0px;
	left:0;
	right:0;
	content:'';
}
.job-overview img{
	margin:0 auto;
}
/********************************ARTIST-DASHBOARD-PAGE**************************************/
.artist-dashboard{
	padding:35px 0px;
	font-family: 'Raleway', sans-serif;
}
.artist-dashboard-profile-pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.artist-dashboard-profile-pic img{
	width: 100%;
	padding: 5px;
	border: 1px #617da5 solid;
}

.artist-dashboard-profile-pic .image-upload-area {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 10px;
    color: #fff;
	text-align: center;
    background: rgba(255, 255, 255, 0.55);
	transition: all 0.4s ease-in-out;
}
.artist-dashboard-profile-pic:hover .image-upload-area{
    bottom: 0;
}
.artist-dashboard-profile-pic .image-upload-area p{
	font-size: 15px;
}
.artist-dashboard-details{
	padding-top:10px;
}

.artist-dashboard-details li a{
	text-decoration:none;
	color:#121f28;
	padding: 10px;
	display: block;
}
.artist-dashboard-details li{
	position: relative;
}
.artist-dashboard-details li.active:after{
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #617da5;
}
.artist-dashboard-details li.active a{
	background: #617da5;
	color:#fff;
}
.artist-dashboard-details ul li{
	border-bottom:1px #ccc solid;
}
.artist-dashboard-details ul li:last-child{
	border-bottom:0;
}
.artist-dashboard-details ul li .chatReceived{
	width: 20px;
    height: 20px;
    background: #1e2050;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}
.artist-dashboard-message a{
	text-decoration:none;
	background:#617da5;
	padding:5px 15px;
	color:#fff;
}
.artist-dashboard-details .dropdown-menu {
	min-width: 100%;
	width: 100%;
}
.dashboard-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    float: right;
}

.artist-details-menu{
	text-align:right;
}
.artist-details-menu .fa-bell-o{
	font-size:22px;
}
.artist-details-menu .fa-sign-out{
	font-size:18px;
}
.artist-portfolio-details ul{
	font-size:0;
	text-align: center;
}
.artist-portfolio-details > ul > li{
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
    width: 33.33%;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.artist-portfolio-details > ul#itemContainer > li.col-md-6, .artist-portfolio-margin > ul#itemContainer > li.col-md-6{
	width: 50%;
}
.artist-portfolio-details > ul > li .image-box{
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
.artist-portfolio-details > ul > li .image-box img{
	width: auto;
	height: 250px;
	margin: 0 auto;
	border: 0;
	max-width: 100%;
}
.artist-portfolio-details > ul > li img.port-img{
	width: auto;
	height: 200px;
	margin: 0 auto;
	border: 0;
}
.artist-portfolio-details > ul > li .chatReceived1{
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.full-details .artist-portfolio-details > ul > li{
    width: 100%;
}
.artist-portfolio-details > ul > li img{
	border:2px solid transparent;
	width: 100%;
	/* height: 260px; */
}
.table-hover>tbody>tr:hover {
    background-color: #d9edf7;
}
.table{
	text-align: center;
}
.table th{
	text-align: center;
}
.table >tbody>tr:hover {
    background-color: #d9edf7;
}
.text-blue{
    color: #1e2047;
    font-weight: bold;
}
.modal-header {
    background: #637bab;
    color: #fff;
	text-align: center;
	font-weight: bold;
}
.star-mark{
	color: #1f204c;
    font-weight: bold;
}
.star-mark span {
    color: #f00;
    font-size: 25px;
}
.artist-portfolio-details ul li .invitecheck{
	margin: 0 auto 10px auto;
	display: block;
}
.artist-portfolio-details ul li .invited-request{
	background: #637bab;
	color: #fff;
	border-color: #637bab;
}
.artist-portfolio-details .btn-group-sm>.btn, .artist-portfolio-details .btn-sm {
    padding: 5px 5px;
}
.artist-portfolio-details ul li:hover .invited-request{
	background: #181a33;
}

.artist-portfolio-details ul li.active img{
	border:2px solid #1f204c;
}
.artist-details-menu > ul > li > a, .artist-details-menu > ul > li  .dropdown-toggle{
	    font-size: 18px;
    color: #fff;
	text-decoration: none;
}
.artist-details-menu ul li a.btn-info {
		font-size: 14px;
	}
.artist-details-menu > ul > li > a:focus{
	color: #fff;
}
.art-style-list li{
	margin-bottom: 10px;
}
.artist-details-menu ul li a span, .artist-details-menu ul li a div {
    padding-left: 5px;
	display: inline-block;
}
.artist-details-menu > ul > li{
	padding: 0 7px;
	position: relative;
	line-height: 1;
}
.artist-details-menu ul li .chatReceived{
    width: 20px;
    height: 20px;
    background: #1e2050;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    position: absolute;
    right: -5px;
    bottom: -10px;
}
.artist-details-menu ul li .tool-tip{
	position: absolute;
	left: -33px;
	right: 0;
	margin: auto;
	bottom: -50px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	background: #1e2050;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
	width: 100px;
	text-align: center;
	z-index: 99;
}
.artist-details-menu ul li .tool-tip:before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #1e2050;
	position: absolute;
	left: 0px;
	right: 0;
	margin: auto;
	top: -10px;
	content: '';
}
.artist-details-menu ul li:hover .tool-tip{
	opacity: 1;
	visibility: visible;
}

.artist-project-details{
	padding-top:20px;
}
.artist-payment-details{
	padding-top:20px;
}

.artist-message-details textarea.form-control {
    height: 200px;
}
.artist-details-description a{
	text-decoration:none;
}
.artist-details-description p{
	padding-top:20px;
}
.artist-details-description .fa{
	color:#6280a6;
	float:right;
}
.artist-dashboard .chat-box-online-head{
	border: 0;
}
.artist-dashboard .chat-box-online-head li  a{
	color: #333;
	text-decoration: none;
}
.artist-dashboard .chat-box-online-head li.active a{
	color: #f00;
	text-decoration: none;
}
.artist-dashboard .chat-box-online-head li .chat-img{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	height: 80px;
    width: 80px;
    border: 1px #cacaca solid;
    border-radius: 100%;
    padding: 5px;
}
.artist-dashboard .chat-box-online-head li .chat-img h5{
	margin-top: 15px;
}
.artist-dashboard .chat-box-online-head li .chat-img img {
    width: 65px;
    height: 65px;
    margin: 2px auto;
    display: block;
    border-radius: 100%;
}
.artist-dashboard .chat-box-online-head li.active .chat-img:after {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    content: '';
}
.artist-dashboard .chat-box-online-head li{
	text-align: center;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
}
.artist-dashboard .chat-box-online-head li:last-child{
	text-align: center;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.artist-dashboard .chat-box-online-body {
    border: 2px solid #0077b5;
    padding: 10px 15px;
}
.artist-details-description h3{
	color:#617da5;
}
.imageportfolioartstyle ul li img{
	border: 2px solid transparent;
	height: 100px;
}
.imageportfolioartmedium ul li img{
	border: 2px solid transparent;
	height: 100px;
}
/********************************DASHBOARD**************************************/
.dashboard-details{
	padding:25px 0px;
}
.dashboard-details h2{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:300;
	font-size:25px;
}
.artist-profile-pic img{
	width: 100%;
	padding: 5px;
	border: 1px #617da5 solid;
}
.artist-profile-pic{
	border-bottom:3px solid #000;
	padding-bottom:30px;
}
.artist{
	padding-top:20px;
}
.artist-profile-details ul li h4{
	color:#121f28;
	 font-size: 15px;
}
.artist-profile-details ul li h5{
	color:#878787;
}
.artist-description{
	padding-top:30px;
	}
.description p{
	color:#878787;
	font-weight:300;
	max-width:780px;
	padding-top:10px;
}
.description{
	border-bottom:1px solid #6280a6;
	padding-bottom:20px;
}
.dashboard-artist-portfolio h3{
	text-align:center;
}
.portfolio{
	padding-bottom:20px;
}
.portfolio h4{
	color:#637bab;
}
.review{
	border-top:1px solid #ccc;
	text-align:center;
}
.review ul li{
	width:550px;
	margin:0 auto;
}
.review .fa{
	color:#637bab;
}
.loading{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(255,255,255,0.8);
z-index: 9999;
}
.loading span{
position: fixed;
top: 50%;
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
left: 0;
right: 0;
margin: auto;
display: block;
text-align: center;
text-align: center;
font-size: 28px;
color: #000;
}
/********************************BUYER-DASHBOARD**************************************/
.edit-button{
	font-size: 20px;
	text-align: right;
}
.review-icon{
	color:#617da5;
}
.dashboard-buyer-portfolio{
	margin:0 auto;
}
.buyer-projects{
	padding-top:5px;
}
.buyer-projects h4 span{
	color:#1f2050;
}
.buyer-projects h4 {
	color:#1b1931;
}
.buyer-projects h5 span{
	color:#1f2050;
}
.buyer-projects p span{
	color:#1f2050;
}
.artist-says{
	width:580px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
.artist-says p{
	font-weight:bold;
	text-align:center;
}
.artist-says h3{
	text-align:center;
	color:#637bab;
	font-weight:normal;
	padding-bottom:10px;
}
.artist-portfolio-details h4{
	color:#1e2047;
	position:relative;
}
.artist-portfolio-details .artist-portfolio-margin{
	margin-bottom:15px;
}
.backSelectArtist {margin-bottom: 10px;}

.almember a {
	color: #fff;
	text-decoration: underline;
}
.signupList {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.signupList li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.sugnupRow {
	margin-left: -5px;
	margin-right: -5px;
}
.sugnupBtn {
	width: 100%;
	border: 3px double #fff;
	background: transparent;
}
.previewList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.previewList li {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 10px;
	background: #f0f0f0;
	padding-left: 50px;
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}
.previewList li .number {
	display: block;
	width: 40px;
	height: 100%;
	background: #637bab;
	color: #fff;
	text-align: center;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.previewList li .highlight {
	font-size: 20px;
	text-decoration: underline;
	color: #637bab;
}
.previewContent {
	line-height: 26px;
}
.colorccodeList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
    vertical-align: middle;
}
.colorccodeList li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.recommendBlock {
	position: relative;
	cursor: pointer;
}
.recommendBlock input[type="checkbox"] {
	position: absolute;
	left: -99em;
}
.recommendBlock i {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
	background:#f00;
	color:#fff;
}
.recommendBlock input[type="checkbox"]:checked + i {
	opacity: 1;
}
.recommendTitle {
	font-size: 20px;
	font-weight: 400;
}
.notification-dropdown h4 {
	white-space: nowrap;
}
.notification-dropdown ul li {
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.accept_buyer, .reject_buyer {
	padding: 5px;
	border-radius: 50%;
	line-height: 10px;
	font-size: 10px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.text-success {
	color: #5cb85c;
}
.text-danger {
	color: #d9534f;
}
.userTitle {
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.chatleft, .chatright {
	width: 100%;
	float: left;
	height: auto;
}
.chatleft .chat-box-name-left {
	float: left;
	position: relative; 
}
.chatleft .chat-box-left {
	margin-left: 50px;
	position: relative; 
	background: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.chatleft .chat-box-left:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #f0f0f0 transparent transparent;
	position: absolute;
	top: 0;
	left:auto;
	right: 100%;
}


.chatright .chat-box-name-right {
	float: right;
	position: relative; 
}
.chatright .chat-box-right {
	margin-right: 50px;
	position: relative; 
	background: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.chatright .chat-box-right:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #f0f0f0 transparent transparent transparent;
	position: absolute;
	top: 0;
	left:100%;
}
.chatReceived1 {
    background: #1e2050 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    width: 20px;
}
.video-block{
    max-width: 644px;
    width: 100%;
    border: 7px solid rgba(0, 0, 0, 0.2);
    margin: 36px auto;
}
.video-block video{
width: 100%;
}
/********************************RESPONSIVE-PAGE**************************************/
@media(max-width: 1199px) {
.topNav.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: normal;
    padding: 30px 10px;
    text-transform: uppercase;
    font-size: 12px;
	}
}
@media(max-width: 991px) {
	.topNav .navbar-brand > img {
		width: 150px;
	}
	.topNav.navbar-default .navbar-nav > li > a {
		padding: 30px 5px;
	}
	.becomeArtists .browse-artist-button {
		font-size: 40px;
		padding:15px 8px;
	}
	.artist-portfolio-details > ul#itemContainer > li.col-md-6, .artist-portfolio-margin > ul#itemContainer > li.col-md-6{
		width: 100%;
	}
	.artistsList li {
		width: 50%;
	}
	.becomeArtists .browse-artist-button{
		max-width: 600px;
	}
	.rating-list li span{
		margin-bottom: 10px;
	}
}

@media(max-width: 767px) {
	.invite_artist, .invite_artist1{
		font-size: 12px;
		padding: 4px;
		margin: 5px auto;
	}
	.steps ul.art-style-list li {
		width: 100%;
	}
	.artist-portfolio-details ul li .invited-request, .artist-portfolio-details .btn-dark {
		margin: 5px 0;
	}
	.holder {
		margin-bottom: 20px;
	}
	.artist-dashboard .chat-box-online-body {
		margin-bottom: 20px;
	}
	.artist-details-menu ul li a.btn-info {
		font-size: 12px;
		padding: 4px;
	}
	.topNav.navbar-default .navbar-nav{
		text-align: center;
	}
	.topNav.navbar-default .navbar-nav > li > a {
		padding: 10px 0;
		font-size: 14px;
	}
	.project-title span:after {
		right: -20px;
		left: auto;
	}
	.project-title span:before {
		left: -20px;
		right: auto;
	}
	.project-title {
		font-size: 16px;
	}
	.project-title span:before, .project-title span:after {
		width: 20px;
		height: 2px;
		content: '';
	}
	.artist-portfolio-details > ul > li{
		width: 100%;
	}
	.footerMenu li a{
		padding: 0 5px;
	}
	.artist-buyer-header > .row, .artist-buyer-header > .artist-details  > .row {
		font-size: 0;
	}
	.artist-buyer-header > .row > div, .artist-buyer-header > .artist-details  > .row  > div{
		font-size: 14px;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
		position: static;
	}
	.artist-details-menu ul li a.btn-info {
		font-size: 12px;
		padding: 5px;
	}
	.artist-details-menu ul li .tool-tip{
		bottom: -30px;
	}
	.artist-details-menu > ul > li, .artist-details-menu > ul > li .dropdown, .artist-buyer-header > .row > div{
		position: static;
	}
	.artist-details-menu > ul > li  .dropdown-toggle{
		position: relative;
	}
	.artist-buyer-header .heading-artist-buyer, .artist-details-menu .fa-bell-o {
		font-size: 18px;
	}
	.notification-dropdown .dropdown-menu {
		min-width: 100%;
		height: 300px;
		width: 100%;
	}
	.artist-buyer-header{
		position: relative;
	}
	.artist-dashboard-details li.active:after{
		display: none;
	}
	.how-it-works .pag-dots li {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.how-it-works .pag-dots li a{
		line-height: 30px;
	}
	.login-form-block{
		padding: 20px;
	}
	.signUpSection h2{
		font-size: 25px;
	}
	.projectSection .sectionTitle {
		font-size: 50px;
	}
	.create-project-bannerArea{
		height: 300px;
	}
	.artist-profile-details {
		margin: 0 auto;
		text-align: center;
		}
	.artist-description{
		padding:20px;
	}
	.description{
		text-align:center;
		border-top: 1px solid #6280a6;
		padding-top:10px;
	}
	.dashboard-buyer-portfolio {
		margin: 0 auto;
		text-align: center;
	}
	.buyer-projects h4{
		font-size:15px;
	}
	.becomeArtists{
		height: 300px;
	}
	.becomeArtists .browse-artist-button {
		font-size: 30px;
		padding: 10px;
		max-width: 430px;
		border-width: 2px;
	}
	.artistsList li {
		width: 100%;
	}
	.navbar-toggle {
		margin-top: 20px;
	}
	.becomeArtists .button {
		font-size: 30px;
	}
	.projectSection{
		margin: 0px 0px;
	}
}
@media(max-width: 675px) {
	.collection {
		padding: 0;
	}
	.collectionList li h4 {
		font-size: 14px;
	}
	.collectionList li h5 {
		font-size: 12px;
	}
	.collectionList li {
		display: inline-block;
		width: 50%;
	}
}
@media(max-width: 616px) {
	.becomeArtists .browse-artist-button {
		font-size: 30px;
		padding:12px 5px;
	}
}
@media(max-width: 560px) {
	.projectSection .button {
		font-size: 30px;
		width: 100%;
		max-width: 490px;
	}
	.projectSection .browse-button{
		font-size: 40px;
		padding: 8px 12px;
	}
	.login-form-block h3{
		font-size:20px;
	}
	.Signup-form-block ul li{
		display:block;
		padding-bottom:20px;
	}
	.signupList li {
		width: 100%;
		margin-bottom: 5px;
	}
	.signupList li:last-child{
		margin-bottom: 0;
	}
}
@media(max-width: 480px) {
	.artistsList li {
		width: 100%;
	}
	.becomeArtists .browse-artist-button {
		font-size: 20px;
		max-width: 288px;
	}
	.projectSection .browse-button{
		font-size: 32px;
		padding: 5px 10px;
	}
	.whatsection-btn.list-inline>li{
		padding-left: 2px;
		padding-right: 2px;
	}
}
@media(max-width: 375px){
	.login-form-block h3{
		font-size:18px;
	}
	.projectSection .sectionTitle {
		font-size: 55px;
	}
}