html {
	 min-height:100%;
	 min-width:100%;
}
body {
	 background: #FFF;
	 font-size: 13px;
     font-family: 'Roboto', sans-serif;
	 min-height:100%;
	 min-width:100%;
}

.bg {
	 min-width:1200px;
	 /*max-width: 1920px;*/
	 margin: 0 auto;
}

.topbar-bg {
	top: 69px;
	position: absolute;
	z-index: 101;

	height: 50px;
	background: #2e2e2e;
	color: #fff;
	width: 100%;
	display:none;
}

.topbar {
	max-width: 1200px;
	width: 100%;
	display: table;

	margin: 0 auto;
	padding: 14px 0 16px 0;
	font-size: 12px;
    font-family: 'Roboto', sans-serif;
	line-height: 20px;
}

.topbar .profile_comp {
    display: none;
}

.topbar .profile_comp .bar {
	 float: left;
	 width: 205px;
	 padding: 2px;
	 height: 20px;
	 background: #fff;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 margin: 0 10px 0 0;
}

.topbar .profile_comp .bar_finish {
	 display: block;
	 width: 0;
	 height: 16px;
	 background: #1ddde8;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -khtml-border-radius: 2px;
}

.topbar .profile_mess {
    text-align: center;
    display: none;
    white-space: nowrap;
}

.topbar .profile_menu {
	 
}
#loading div {
	background: url("../images/fancybox_loading.gif") no-repeat scroll center center;
	height: 44px;
	width: 44px;
}
#loading {
	background-image: url("../images/fancybox_sprite.png");
	background-position: 0 -108px;
	cursor: pointer;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* for IE8 */
	position: fixed;
	top: 50%;
	z-index: 8060;
	display:none;
}

.warning{
	margin: 25px auto;
}
.warning .warning-body{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #fa7023;
	border-radius: 6px;
	color: #fa7023;
	font-size: 16px;
	padding: 10px;
}
.warning-body {
	
}
.profile_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;

	font-size: 0;
	line-height:0;
	letter-spacing:-4px;
}

.profile_menu ul li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;

	font-size:16px;
	line-height:normal;
	letter-spacing:normal;


}
.profile_menu ul li a {
	 color: #fff;
	 text-decoration: none;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
}

.profile_menu ul li a:hover {
	 color: #fff;
	 text-decoration: underline;
}

.profile_menu ul li.pfm1 a {
	 padding-left: 24px;
	background-position: -50px -4268px;
}

.profile_menu ul li.pfm2 a {
	 padding-left: 30px;
	 background-position: -50px -531px;
}

.profile_menu ul li.pfm3 a {
	 padding-left: 27px;
	 background-position: -50px -647px;
}

.profile_menu ul li.pfm4 a {
	 padding-left: 23px;
	 background-position: -50px -763px;
}

.profile_menu ul li.nocredits{
	margin: 0;
}
.profile_menu ul li.nocredits span{
	background-image: url(../images/spritesheet.png?v=4);
	padding-left: 23px;
	background-position: -50px -763px;
}
.profile_menu ul li.nocredits a {
	margin: -4px;
	padding: 5px 15px 3px;
	background: #fa7023;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.header-background {
	 height: 68px;
}

.header-background.main {
	 height: 500px;
	 background: url(../images/header_main.jpg) no-repeat top center;
}

/*.header-background.bg1 {
	 background: url(../images/bg1.jpg) no-repeat top center;
}*/

.header {
	 
}

.header.row {
    width: 100%;
    position: relative;
}

.header .logo {
	 float:left;
	 width: 200px;
     height: 68px;
     font-family: 'Roboto', sans-serif;
	 font-weight: bold;
	 font-size: 30px;
     margin: 0 0 0 16px;
}

.header .logo img {
	 max-width: 100%;
	 height: auto;
}

.header .logo a, .header .logo a:hover {
	 text-decoration: none;
	 color: #fff;
	 display:block;
	 width:200px;
	 height:68px;
	 background:url('../images/logo3.png') transparent 50% 50% no-repeat;
	 font-size: 0;
	 line-height: 0;
	 text-indent: -9999px;
}

.header .top_menu {
	width: 790px;
    position: absolute;
    top:2px;
    left: 50%;
    margin: 0 0 0 -420px;
}
    .header .top_menu .bgicon { background: url(../images/sprite-top-menu.png) no-repeat; }
        .header .top_menu .bgicon.icon-1 { background-position: 53px 0; }
        .header .top_menu .bgicon.icon-2 { background-position: 53px -100px; }
        .header .top_menu .bgicon.icon-3 { background-position: 25px -197px; }
        .header .top_menu .bgicon.icon-4 { background-position: 34px -296px; }
        .header .top_menu .bgicon.icon-5 { background-position: 16px -396px; }

.header .top_menu .title{
	display:none;
}
.header .topMenuIcon {
	display: none;
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 20px;
	cursor: pointer;
}
.topMenuSmallContentWrap{
    float: right;
    margin-right: 20px;
}
	.topMenuSmallContentWrap #overlay_small_menu {
		z-index: 9998;
		display:none;
		background: rgba(0,0,0,0.4);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.topMenuSmallContentWrap.active #overlay_small_menu {
		display:none;
	}
	.topMenuSmallContentWrap .topMenuSmallContent{
		display: none;
		width: 305px;
		margin-left: 0;
		height: 100%;
		right: 0;
		left: auto;
		position: fixed;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		text-align: left;
		z-index: 9999;
		overflow: auto;
	}
		.topMenuSmallContentWrap .topMenuSmallContent .topbar .profile_mess {
			display: none;
		}
		.topMenuSmallContentWrap .topMenuSmallContent .close {
			position: absolute;
			top: 8px;
			right: 10px;
			width: 14px;
			height: 15px;
			background: url(../images/close2.png) no-repeat;
			cursor: pointer;
			display: block;
		}
	.topMenuSmallContentWrap.active .topMenuSmallContent{
		display: none!important;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_menu ul{
		text-align: center
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_menu ul li {
		display: block;
		font-size: 14px!important;
        margin-top: 10px;
	}
        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu .bgicon.icon-1 { background-position: 19px 0; }
        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu .bgicon.icon-2 { background-position: 6px -100px; }
        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu .bgicon.icon-3 { background-position: 0px -197px; }
        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu .bgicon.icon-4 { background-position: 11px -290px; }
        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu .bgicon.icon-5 { background-position: 4px -394px; }

        .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu ul li a {
            line-height: 57px;
        }

	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu{
		width: 100%;
		display: block;
		margin: 0 0 10px 0;
        float: left;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul{
		text-align: center;
		float: none;
        margin: 10px 0 0 0;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li{
		display: block;
		font-size: 14px!important;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.register,
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.login,
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.logout
    {
        padding: 0 33px;
        width: 100%;
    }
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.login-icon,
	.topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.delimiter
    {
        display: none;
    }

    .topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu ul li.search-btn {
        width: 100% !important;
        background-color:#555E6E !important;
        background-position: 135px -482px;
    }

	.topMenuSmallContentWrap.active .topMenuSmallContent .title{
		text-transform: uppercase;
		width: 275px;
		margin: auto 10px;
		font-size: 20px;
		text-align: center;
		display:block;
	}

	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line{
		display: block;
		font-size: 15px;
        float:left;
	}

    .topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .quick-search-title-wrap {
        display: none;
    }

	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line form {
		padding: 0;
        width: 100%;
        color: #fff;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .jq-selectbox__select-text{
		text-align: center;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .gr{
		display:block;
		margin: 5px auto 0;
		padding-right: 0;
		text-align: right;
		width: 270px;
	}
		.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .gr .gr_weight,
		.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .gr .gr_age{
			display:block;
			margin: 5px 0 0 0;
		}

	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line .btn_wrap button {
		margin: 10px 0 0;
	}

	.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line a.top_search_btn{
		background:none;
		margin: 10px 0 0 0;
		padding-top: 10px;
		width: 275px;
	}
		.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line a.top_search_btn button{
			padding: 0 50px 0 30px;
			position: relative;
			margin: 0;
			padding: 0 54px;
			display: inline-block;
			border: none;
			font-size: 14px;
			line-height: 38px;
			text-decoration: none;
			cursor: pointer;
			transition: all .1s linear 0s;
			-moz-transition: all .1s linear 0s;
			-webkit-transition: all .1s linear 0s;
			-o-transition: all .1s linear 0s;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			font-weight: 600;
		}
		.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line a.top_search_btn button:hover {
			border-bottom: 2px solid #089aa2;
			background-color: #1ddde8;
			color: #fff;
			text-decoration: none;
		}

		.topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line a.top_search_btn button .icon
		{
			width: 24px;
			height: 24px;
			background-image: url(../images/spritesheet.png?v=4);
			background-repeat: no-repeat;
			background-position: -50px -1429px;
			margin: -9px 0 0 0;
			position: absolute;
			top: 50%;
			right: 15px;
		}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg{
		display:block!important;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .title{
		display:block!important;
	}
	.topbar-bg .title{
		display:none;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg {
		position: static;
		background: none;
		height: auto;
        float:left;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg ul {
		text-align: center;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg ul li{
		margin: 0 0 10px 0;
		padding: 0;
		display: block;
		font-size: 14px!important;
	}

	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .topbar{
		margin: 10px auto;
		padding: 10px;
	}

	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .topbar {
		padding: 10px 0 0 0;
		display: block;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg ul li {
		text-transform: uppercase;
		margin: 10px 0 0 0;
        padding: 10px 0 0;
	}
	.header.scroll .topMenuSmallContentWrap .topMenuIcon { display: block; margin-top: 20px;}
	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent{display: block!important;}
	.header.scroll .topMenuSmallContentWrap.active #overlay_small_menu { display:block;}
	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu{
		width: 100%!important;
		display: block;
	}

	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu,
	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .top_user_menu,
	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .header_search,
	.header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .header_search_line{
		width: 100%;
		display: block;
	}
    .header.scroll .topMenuSmallContentWrap.active .topMenuSmallContent .top_menu{
        width: 100%;
        display: block;
        position: relative;
        margin: 0;
        left: auto;
    }

	.header.scroll .top_user_menu {
		width: 235px;
	}
.topbar-bg .profile_comp {width:360px;}
.topbar-bg .profile_mess {width:260px;}
	.topbar-bg .profile_mess a { color:#ffffff; }
.topbar-bg .profile_menu {width:460px;}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_comp {
		display: block;
		width: 210px;
		margin: auto;
		height: 20px;
	}
	.topbar-bg .l_float {
		float: left;
		margin: 0 20px;
	}
	.topbar-bg .r_float {
		float: right;
		margin: 0 20px;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .l_float {
		float: none;
		margin: auto;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_comp .use_float{
		clear: both;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_comp a{
		text-decoration:none;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_comp .bar_text{
		margin: 0 0 0 -170px;
		color: black;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_menu{
		display: block;
		width:100%;
        margin:0;
	}
	.topMenuSmallContentWrap.active .topMenuSmallContent .topbar-bg .profile_menu ul li a{
		height: 22px;
		line-height: 22px;
        padding-bottom: 3px;
	}

.topMenuIcon:before{
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAATklEQVRIS+2SMQ4AIAgD6f8fXRMH11oSmOp8AT0PNXwwPL+yQBp+ikhS0gYA4M7eW2BczkJTkdS198njmcq3NoFUJMWlon9FkmwCyVSKOynjGBlnn22wAAAAAElFTkSuQmCC);
}
.topMenuIcon.active:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAUklEQVRIS2NkoDFgpLH5DKMWEAxheBAFMDD9J6iaBAUbGP6BzaafBSQ4jiSlo6mIYHDRL5JpnkwJ+pVMBaOpiGDAjaYi4oOIoEoyFYwmU4IBBwDYYxIZX3JRaAAAAABJRU5ErkJggg==);
}

.header .top_menu ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 font-size: 0;
	 text-align: left;
}

.header .top_menu ul li {
	 height: 66px;
	 padding: 0 10px;
     margin: 0 13px;
	 font-size: 18px;
	 font-weight: 600;
	 display: inline-block;
	 vertical-align: top;
}
.header .top_menu ul li:hover {
    border-bottom: 3px solid #d8333d;
}

.header .top_menu ul li a {
    display: block;
    height: 100%;
    width: 100%;
	 color: #fff;
	 text-decoration: none;
     line-height: 83px;
}


.header .top_user_menu {
	 float: right;
	 width: 314px;
}

.header .top_user_menu ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 font-size: 0;
	 text-align: left;
	 float: right;
}

.header .top_user_menu ul li {
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	font-weight: 600;
	display: block;
    float: left;
}
    .header .top_user_menu ul li.login-icon {
        width: 56px;
        background:#555e6e url(../images/sprite-top-menu.png) no-repeat 18px -582px;
    }
    .header .top_user_menu ul li.register {
        background:#555e6e;
    }
    .header .top_user_menu ul li.delimiter {
        padding: 0 5px;
        background: #555e6e;
    }
    .header .top_user_menu ul li.login {
        padding: 0 22px 0 0;
        background: #555e6e;
    }
    .header .top_user_menu ul li.logout {
        padding: 0 22px 0 0;
        background: #555e6e;
    }
    .header .top_user_menu ul li.search-btn {
        width: 80px;
        background: url(../images/sprite-top-menu.png) no-repeat 21px -482px;
    }

.header .top_user_menu ul li a {
	 color: #fff;
	 text-decoration: none;
	 display: inline-block;
	 height: 68px;
    width: 100%;
}
    .header .top_user_menu ul li.search-btn a {
        float: left;
        width: 100%;
        height: 100%;
    }
.header .top_user_menu ul li a:hover {
	 color: #fff;
	 text-decoration: underline;
}
    .header .top_user_menu ul li.search-btn a:hover {
        text-decoration: none;
    }

.header .top_user_menu ul li.active a {
	 background: #fff;
	 border-radius: 12px;
	 -moz-border-radius: 12px;
	 -webkit-border-radius: 12px;
	 -khtml-border-radius: 12px;
	 color: #1ddde8;
}


.breadcrumb{
    font-size: 14px;
    margin: 15px 0 5px;
    line-height: 30px;
}
.breadcrumb ol{
    list-style-type: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0;
}
.breadcrumb ol li{
    float: left;
    padding: 0px 2px 0 2px;
    font-size: 12px;
    margin:0;
}


.header_search {
	 position: absolute;
	 top: 238px;
	 left: 50%;
	 margin-left: -386px;
	 width: 773px;
	 height: 222px;
     font-family: 'Roboto', sans-serif;
}

.header_search .header_search_count {
	 background: url(../images/header_search_count.png) no-repeat 0 0;
	 width: 185px;
	 height: 44px;
	 position: absolute;
	 top: -54px;
	 right: -9px;
}

.header_search .header_search_valid {
	 background: url(../images/header_search_valid.png) no-repeat 0 0;
	 width: 81px;
	 height: 43px;
	 position: absolute;
	 bottom: 13px;
	 right: 12px;
}

.header_search .header_search_form {
	 padding: 15px;
	 background: url(../images/black50.png);
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 color: #fff;
}

.header_search_form .title {
	 font-size: 36px;
	 color: #fff;
	 margin-bottom: 16px;
}

.header_search_form .title span {
	 font-size: 24px;
	 float: right;
	 padding-top: 11px;
}

.header_search_form label {
	 height: 38px;
	 display: inline-block;
	 vertical-align: top;
	 line-height: 38px;
	 font-size: 20px;
}

.header_search_form a.bt,
.header_search_form button.bt {
	 width: 141px;
	 height: 38px;
	 float: right;
	 cursor: pointer;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 color: #fff;
	 font-size: 14px;
	 line-height: 38px;
	 border-bottom: 2px solid #b2480d;
	 font-weight: 600;
	 text-align: center;
	 text-decoration: none;
	 background: #fa7023;
}

.header_search_form a.bt:hover,
.header_search_form button.bt:hover {
	 cursor: pointer;
	 color: #fff;
	 text-decoration: none;
	 border-bottom: 2px solid #089aa2;
	 background: #1ddde8;
}

.header_search_form button.bt{
	padding:0;
	font-size:12px;
}

.header_search_bts {
	 margin-top: 30px;
	 height: 64px;
	 text-align: center;
}

.header_search_bts a {
	 display: inline-block;
	 vertical-align: top;
	 height: 64px;
	 width: 246px;
	 margin: 0 15px;
	 text-align: center;
	 background: #18c5d0;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 color: #fff;
	 border-bottom: 2px solid #089aa2;
	 cursor: pointer;
	 text-decoration: none;
	 font-size: 22px;
	 font-weight: 500;
	 padding-top: 8px;
}

.header_search_bts a:hover {
	 border-bottom: 2px solid #089aa2;
	 cursor: pointer;
	 color: #fff;
	 background: #1ddde8;
}

.header_search_bts a span {
	 font-size: 16px;
	 display: block;
}

.header_search_bts a.fb {
	 font-size: 18px;
	 background: url(../images/bt1.png) repeat-x 0 0;
	 padding-top: 18px;
	 border-bottom: 2px solid #2c487e;
	 transition: none;
	 -webkit-transition: none;
	 -moz-transition: none;
	 -o-transition: none;
}

.header_search_bts a.fb:hover {
	 border-bottom: 2px solid #089aa2;
	 cursor: pointer;
	 color: #fff;
	 background: #1ddde8;
}

.header_search_bts a.fb span {
	 display: inline-block;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
	 background-position: -50px -50px;
	 padding: 0 0 0 43px;
	 height: 25px;
	 line-height: 30px;
	 margin: 0 0 0 0;
	 font-size: 18px;
	 font-weight: 500;
}

.wh_bg {
	 background: #fff;
}

.wh {
	 padding-top: 36px;
	 padding-bottom: 36px;
	 font-size: 16px;
	 color: #666;
}

.wh .title, .wrap .title {
	 font-size: 22px;
     font-family: 'Roboto', sans-serif;
	 margin: 0 0 20px 0;
	 color: #424c5d;
	 text-align:center;
}
#profile-details .title {
    color:#424c5d;
    font-size: 43px;
    text-align:left;
}
#profile-details .title sup {
    font-size: 20px;
    top: -5px;
}

.wrap .description {
     font-family: 'Roboto', sans-serif;
	 font-size: 14px;
	 margin: 0 0 24px 0;
}

.wh p {
	 line-height: 21px;
	 margin: 0 0 20px 0;
}

.wh .wh_items {
	 margin: 24px 0 0 0;
}

.wh.wh_mini .wh_items {
	 margin: 0;
}

.wh_item {
	 text-align: center;
}

.wh_item .image {
	 display: inline-block;
	 width: 160px;
	 height: 160px;
	 overflow: hidden;
	 border-radius: 160px;
	 -moz-border-radius: 160px;
	 -webkit-border-radius: 160px;
	 -khtml-border-radius: 160px;
	 margin: 0 0 30px 0;
	 position: relative;
}

.wh_mini .wh_item .image {
	 margin: 0;
}

.wh_item .image > img {
	 width: 100%;
	 height: 100%;
	 border-radius: 160px;
	 -moz-border-radius: 160px;
	 -webkit-border-radius: 160px;
	 -khtml-border-radius: 160px;	 
}

.wh_item .image > span {
	 width: 100%;
	 height: 35px;
	 line-height: 35px;
	 background: url(../images/white85.png);
	 position: absolute;
	 top: 102px;
	 left: 0;
	 font-size: 20px;
     font-family: 'Roboto', sans-serif;
	 text-align: left;
	 color: #fa7023;
	 white-space: nowrap;
}

.wh_item .image > span span {
	 display: block;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
}

.wh_item .image span.wh1 span {
	 padding-left: 50px;
	 background-position: -27px -1505px;
}
.wh_item .image span.wh2 span {
	 padding-left: 50px;
	 background-position: -25px -1623px;
}
.wh_item .image span.wh3 span {
	 padding-left: 37px;
	 background-position: -40px -1742px;
	 letter-spacing: -2px;
}

.wh_item p {
	 margin: 0;
	 text-align: left;
}

.wrap-background {
	min-height: 700px;
	#overflow: hidden;/*because in search criterias not shown*/
	padding: 20px 0 20px;
	width: 100%;
}

.wrap {
	 
}

.gallery_title {
    color:#d8333d;
    text-align: center;
}
.gallery_title h1 {
    color:#d8333d;
}

.gallery_container {
	 width: 100%;
}

.gallery_profile {
    background: #424c5d;
    border-radius: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 216px;
    height: 390px;
    padding: 10px 16px 20px 16px;
    margin: 0 9px 20px 0;
    font-size: 14px;
    line-height: normal;
    letter-spacing:normal;
}

.gallery_profile .picture .new-profile,
.userprofile .image .new-profile{
	background-image: url(/images/spritesheet.png?v=4);
	background-repeat: no-repeat;
	background-position: 0 -5075px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 9;
	margin: 0;
}

.gallery_profile .gpr_name {
    float: left;
    font-size: 14px;
    color: #b8c5d8;
    font-family: 'Roboto', sans-serif;
    margin-left: 4px;
    text-transform: uppercase;
}
    .gallery_profile .gpr_name a {
        color:#FFF;
        text-decoration: none !important;
    }
    .gallery_profile .gpr_name a:hover {
        text-decoration: underline !important;
    }

.gallery_profile .gpr_status {
	 float: right;
	 font-size: 14px;
	 color: #3adc30a;
     font-family: 'Roboto', sans-serif;
	 margin-right: 4px;
}

.gallery_profile .name {
	color: #333;
	float: left;
    font-family: 'Roboto', sans-serif;
	margin: 14px 0 0;
	text-align: center;
}

.gallery_profile .name a {
	color: #333;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	width: 125px;
}

.gallery_profile .name a:hover {
	 color: #333;
	 text-decoration: underline;
}

.gallery_profile .year {
	color: #333;
	float: right;
	font-size: 16px;
	line-height: 22px;
	margin: 14px 0 0;
	text-align: center;
}

.gallery_profile .picture {
    width: 184px;
    height: 276px;
    margin: 12px auto 18px;
    overflow: hidden;
    text-align: center;
}
.gallery_profile .picture a{
	display: block;
	position: relative;
	width: 184px;
	margin: 0 auto;
}
.gallery_profile .picture a i.live-cam {
		position: absolute;
		bottom: 6px;
		left: 8px;
		background: url(../images/live-cam.gif) no-repeat;
		width: 35px;
	}

.gallery_profile .picture .no-photo{
	background: rgba(0, 0, 0, 0) url("../images/wo_0.png") no-repeat scroll 50% 50% / 184px 276px;
	display: block;
	height: 276px;
}

.gallery_profile .picture img {
	width: auto;
	height: 276px;
}

.gallery_profile .service-button {
	 text-align: center;
}

.gallery_profile .service-button a {
	margin: 0 3px;
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	position:relative;
    border:1px solid #69707d;
    border-radius: 4px;
    background: #555e6e;
}
.gallery_profile .service-button a.videochat{
	height: 42px;
	width: 45px;
	*margin: -8px -5px -8px 5px;
}
.gallery_profile .service-button a span.msg{
	display: none;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 25px;
	right: -3px;
	margin: -7px 0 0 0;
	border: 2px solid;
	border-radius: 10px;
	font-size: 9px;
	line-height: 12px;
	text-indent: 0;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.gallery_profile .service-button a span.has.msg{
	display: block;
}
.gallery_profile .service-button a span.icon{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/sprite-gallery.png) no-repeat;
	width: 100%;
	height: 100%;
}
.gallery_profile .service-button a.videochat span.icon {
	background-position: 11px -490px;
}
.gallery_profile .service-button a.videochat.live-cam-on span.icon {
	background-position: 11px -490px;;
}
.gallery_profile .service-button a.letter span.icon{
	background-position: 9px -587px;
}
.gallery_profile .service-button a.videoclip span.icon{
	background-position: 9px -689px;
}

.gallery_profile .service-button a.videoclip.disabled:hover {
	cursor:no-drop;
}

.gallery_profile.c1of5 {
	 position: relative;
}

.gallery_profile.c1of5 .wof_item {
	 display: none;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 width: 468px;
	 min-height: 360px;
	 background: #fff;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 box-shadow: 1px 1px 11px #d3d3d3, -1px -1px 11px #d3d3d3;
	 padding: 8px 20px 20px 20px;
}

.gallery_profile.c1of5.last1of5 .wof_item {
	 left: auto;
	 right: 0;
}

.gallery_profile.c1of5 .wof_item .name {
	float:none;
	text-align: left;
	margin-top: 14px;
}

.gallery_profile.c1of5 .wof_item .picture {
	 float: left;
	 margin-top: 12px;
	 margin-bottom: 0;
	 width: 184px;
	 height: auto;
	 border-radius: 2px;
	 -moz-border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -khtml-border-radius: 2px;
}

.gallery_profile.c1of5 .wof_item .info {
	 float: right;
	 width: 230px;
	 color: #666;
}

.gallery_profile.c1of5 .wof_item .title {
	 font-size: 16px;
	 font-weight: 600;
	 margin: 0 0 4px 0;
}

.gallery_profile.c1of5 .wof_item p {
	 font-size: 14px;
	 line-height: 20px;
	 margin: 0 0 12px 0;
}

.gallery_profile.c1of5 .wof_item .link {
	 color: #18c5d0;
	 padding: 0 0 0 25px;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
	 background-position: -50px -2219px;
}

.gallery_profile.c1of5 .wof_item .link a {
	 color: #18c5d0;
	 text-decoration: none;
}

.gallery_profile.c1of5 .wof_item .link a:hover {
	 color: #18c5d0;
	 text-decoration: underline;
}
.pager {
	 text-align: center;
	 margin: 15px 0 30px 0;
	 font-size: 0;
}

.pager a, .pager span {
	 display: inline-block;
	 padding: 0 10px;
	 min-width: 38px;
	 height: 38px;
	 background: #b8c5d8;
	 text-align: center;
	 line-height: 38px;
	 font-weight: 500;
	 font-size: 14px;
	 color: #515a69;
     font-family: 'Roboto', sans-serif;
	 margin: 0 5px 5px 5px;
	 text-decoration: none;
    border-radius: 4px;
}

.pager a:hover, .pager span,
.pager a.active {
	 background: #e4ebf5;
}
.pagination {
	 text-align: center;
	 margin: 15px 0 30px 0;
	 font-size: 0;
}

.pagination a, .pagination span {
	 display: inline-block;
	 padding: 0 10px;
	 min-width: 38px;
	 height: 38px;
	 background: #b8c5d8;
	 text-align: center;
	 line-height: 38px;
	 font-weight: 500;
	 font-size: 14px;
	 color: #fff;
     font-family: 'Roboto', sans-serif;
	 margin: 0 5px 5px 5px;
	 text-decoration: none;
}

.pagination a:hover, .pagination span {
	 background: #e4ebf5;
}

a.joinnow_bt {
	width:282px;
    height: 73px;
    display: block;
    margin: 40px auto 30px;
    padding: 16px 0 0;

    background: #cc343f;
    line-height: 25px;
    color:#FFF;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
    box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
}

a.joinnow_bt span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
    text-transform: none;
}

.joinnow_txt {
	 text-align: center;
	 font-size: 22px;
	 color: #333;
	 line-height: 28px;
	 padding: 14px 0 14px 0;
}

.joinnow_txt a {
	 color: #18c5d0;
	 text-decoration: underline;
}

.joinnow_txt a:hover {
	 color: #18c5d0;
	 text-decoration: none;
}

.site-description {
	 font-size: 13px;
	 color: #666;
	 line-height: 20px;
	 padding: 36px 0 0 0;
}

.site-description p {
	 margin: 0 0 20px 0;
}

.wrap .links {
	 margin: 0 0 20px 0;
}

.wrap .links > ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

.wrap .links > ul > li {
	 margin: 0;
	 padding: 0;
	 display: block;
}

.wrap .links > ul > li > a {
	 display: inline-block;
	 color: #fa7023;
	 text-decoration: none;
	 font-size: 20px;
     font-family: 'Roboto', sans-serif;
	 line-height: 28px;
}

.wrap .links > ul > li > a:hover {
	 color: #fa7023;
	 text-decoration: underline;
}

.wrap .links .link_desc h4 {
	 line-height: normal;
	 margin: 0 0 8px 0;
	 font-weight: 600;
	 font-size: 16px;
}

.wrap .faq_links .link_desc {
	 display: none;
}

.wrap .faq_links .active .link_desc {
	 display: block;
}

.romanse, .romanse p {
	 font-size: 22px;
	 line-height: 28px;
}

.romanse .image {
	 float: left;
	 background: #fff;
	 width: 212px;
	 height: 212px;
	 overflow: hidden;
	 border-radius: 212px;
	 -moz-border-radius: 212px;
	 -webkit-border-radius: 212px;
	 -khtml-border-radius: 212px;
	 padding: 3px;
	 border: 3px solid #1ddde8;
	 margin: 0 32px 0 0;
}

.romanse .image.rt {
	 float: right;
	 margin: 0 0 0 32px;
}

.romanse .image img {
	 width: 200px;
	 height: 200px;
	 border-radius: 200px;
	 -moz-border-radius: 200px;
	 -webkit-border-radius: 200px;
	 -khtml-border-radius: 200px;
}

.romanse .lt_itext {
	 margin-left: 244px;
}

.romanse ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

.romanse ul li {
	 margin: 0;
	 padding: 0 0 14px 24px;
	 font-size: 18px;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
	 background-position: -50px -870px;
}

.title .title_id {
	 color: #b8c5d8;
}

.title .user-status {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 35px;
    font-size: 16px;
    text-transform: lowercase;
    background: url(../images/sprite-gallery.png) no-repeat 9px 12px;
}
.title .user-status-offline {
	 color: #666;
	 text-transform: lowercase;
}

.user_pr.lv {
	text-align: center;
}
.user_pr .last-video {
	display: inline-block;
    overflow: hidden;
}

.user_pr .block-container .block {
	background: #fff none repeat scroll 0 0;
	border: none;
	border-radius: 4px;
	display: block;
	/*padding: 20px;*/
	position: relative;
}
.user_pr .video-group {
	margin: 20px auto auto;
	width: 910px;
}
.user_pr .video-group.count-1 {
	width: 262px;
}
.user_pr .video-group.count-2 {
	width: 605px;
}
.user_pr .video-item {
	margin:0 20px 20px;
	width: 220px;
	display: inline-block;
}
.user_pr .video-item .preview img {
	border-radius: 4px;
	height: auto;
	/*opacity: 0.7;*/
}

.user_pr .video-player{
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	margin: 20px auto;
	padding: 20px;
	width: 440px;
	text-align:center;
	color:#333;
}

.user-left-part .image {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #f5f5f5;
	position: relative;
}

.user-left-part .image img,
.user-left-part .image .no-photo {
	display: block;
	height: 525px;
}

.user-left-part .image a.btn {

}
.user-left-part .image .no-photo{
	background: rgba(0, 0, 0, 0) url("../images/wo_0.png") no-repeat scroll 50% 50%;
}
.user-left-part .image .no-photo button{
	bottom: 30px;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -73px;
	padding: 0 29px;
	position: absolute;
}

.user-left-part {
	 float: left;
	 width: 356px;
}

.woman_images {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	padding: 0px 0px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.user-left-part .favorite {
	 text-align: left;
	 height: 20px;
	 margin: 0 0 18px 0;
    padding:18px 0;
}

.user-left-part .favorite a {
    display: inline-block;
    padding: 0 0 0 24px;
    background-image: url(../images/spritesheet.png?v=4);
    background-repeat: no-repeat;
    background-position: -50px -5247px;
    vertical-align: top;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.user-left-part .favorite a:hover {
	 color: #000;
	 text-decoration: underline;
}
.gallery_profile.c1of5 .picture{
	position:relative;
}

.user-left-part .image img {
	 width: 100%;
	 height: auto;
    border: 3px solid #69707d;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}

.user-left-part .user_id {
	 text-align: center;
	 padding: 18px 0 0;
	 font-size: 14px;
	 color: #000;
     font-family: 'Roboto', sans-serif;
}

.user-left-part .user_id span {
	 font-weight: bold;
}

/*.user-left-part .images,*/
.photo-folder-list {
	font-size: 0;
	width: 110%;
}

/*.user-left-part .images a,*/
.photo-folder-list div{
    border: 2px solid #424c5d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	display: inline-block;
	height: 150px;
	margin-left: 15px;
	margin-bottom: 11px;
	overflow: hidden;
	width: 150px;
    text-align: center;
}
.photo-folder-list div.first {
    margin-left: 0;
}

.photo-folder-list div img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

#profile-details .photo-more {
	margin: 8px 0 20px;
	text-align: right;
    font-weight: 600;
}
#profile-details .photo-more a {
    padding: 0 0 0 30px;
    background: url(../images/spritesheet.png) no-repeat -50px -5200px;
}

#profile-details .photo-folder-title {
	margin: 10px 0;
	padding: 10px 0;
	padding: 10px 0 10px 41px;
    text-align: center;
}

#profile-details .photo-folder-title a {
  position: relative;
}

#profile-details .photo-folder-title a::before {
	background: transparent url("../images/photo-folder-locked-3.png") no-repeat scroll 50% 50%;
	content: "";
	display: block;
	height: 32px;
	left: -41px;
	position: absolute;
	top: -12px;
	width: 32px;
}

#profile-details .unlocked a::before {
	background: transparent url("../images/photo-folder-unlocked-3.png") no-repeat scroll 50% 50%;
	content: "";
	display: block;
	height: 32px;
	left: -41px;
	position: absolute;
	top: -12px;
	width: 32px;
}

/*
.user-left-part .images a img,
.photo-folder-list div a img{
	 width: 100%;
	 height: auto;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}
*/

.user-left-part a.woman_roman_btn {
	 display: block;
	 margin: 30px 0;
	 height: 50px;
	 line-height: 50px;
	 background: #ba0101;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 text-align: center;
	 color: #fff;
	 font-size: 14px;
    font-family: 'Roboto', sans-serif;
	 text-decoration: none;
	 border-bottom: 2px solid #8f0000;
}

.user-left-part a.woman_roman_btn:hover {
	 border-bottom: 2px solid #089aa2;
	 background: #1ddde8;
	 color: #fff;
	 text-decoration: none;
}

.user-left-part a.woman_roman_btn span {
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
	 background-position: -50px -2812px;
	 display: inline-block;
	 vertical-align: middle;
	 width: 22px;
	 height: 20px;
	 margin: 0 8px 0 0;
}

.user-left-part .user-video {
	background: #fff;
	position: relative;
	border-radius: 4px;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.user-left-part .user-video img {
    width: 100%;
    height: auto;
    border: 3px solid #69707d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.user-left-part .user-video .play,
.user_pr .block-container .block .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background-image: url(../images/spritesheet.png?v=4);
	background-repeat: no-repeat;
	background-position: -50px -2932px;
	z-index: 2;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70); /* for IE8 */
}
.user-left-part .user-video:hover .play,
.user_pr .block-container:hover .block .play {
	opacity: 1;
	filter: alpha(opacity=100); /* for IE8 */
}

.user-right-part {
	 margin-left: 380px;
}

.user-right-part .contacts-request-info {
	margin: 30px 0;
	padding: 0 3px;
}

.user-right-part .contacts-request-info .btn{
	margin: 30px 0;
}

.woman_bts {
	 margin: 0 0 20px 0;
	 height: 50px;
}

.account .woman_bts {
	margin-right:4%;
}

.woman_bts a {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    height: 45px;
    line-height: 45px;
    background: #cc343e;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    text-align: center;
    font-family: 'Roboto', sans-serif;

    -webkit-box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
    box-shadow: 1px 1px 3px 0px rgba(147,144,142,1), inset 0px 1px 2px 0px rgba(255,255,255,1);
}

.woman_bts a:hover {
	 color: #fff;
	 text-decoration: none;
}

.woman_bts a:first-child {
	 margin-left: 0;
}

.woman_bts.bts1of2 a {
	 width: 49%;
}

.woman_bts.bts1of2 a.bt {
	 float: right;
}

.woman_bts a span {
	 display: inline-block;
	 vertical-align: middle;
	 margin-top: -3px;
	 background-image: url(../images/spritesheet.png?v=4);
     background-repeat: no-repeat;
}

.woman_bts a.bt1 span {
    width: 17px;
    height: 20px;
    background-position: -50px -2334px;
    margin-right: 10px;
    padding: 12px 12px;
}

.woman_bts a.bt2 span {
    width: 20px;
    height: 16px;
    background-position: -48px -2456px;
    margin-right: 10px;
    padding: 0 12px;
}

.woman_bts a.bt3 span {
	 width: 20px;
	 height: 20px;
	 background-position: -50px -2572px;
	 margin-right: 6px;
}

.woman_bts a.bt4 span {
    width: 18px;
    height: 20px;
    background-position: -50px -2692px;
    margin-right: 8px;
    padding: 0 12px;
}

.user-info {
	 padding: 10px 20px;
	 background: #fff;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 overflow: hidden;
}

.user-info-left {
	 float: left;
	 width: 48%;
	 border-right: 1px solid #f5f5f5;
}

.user-info-right {
	 float: right;
	 width: 48%;
}

.user-info table {
	 width: 100%;
	 margin: 0;
	 padding: 0;
	 vertical-align: top;
	 text-align: left;
	 border-collapse: collapse;
}

.user-info table td {
	 width: 50%;
	 border: none;
	 padding: 0 0 10px 0;
}

.user-info table td:first-child {
	 font-weight: 600;
}

.user-desc {
    padding: 0 20px;
    overflow: hidden;
}

.user-desc-left {
	 float: left;
	 width: 46%;
}

.user-desc-right {
	 float: right;
	 width: 48%;
}

.user-desc h3 {
	 font-weight: 600;
	 font-size: 16px;
	 margin: 0 0 5px 0;
}

.user-desc-full {
	 padding: 0px 20px 0;
}

.user-desc-full h3 {
	 font-weight: 600;
	 font-size: 16px;
	 margin: 0 0 5px 0;
}

.user-right-part .line {
	 width: 75%;
	 height: 1px;
	 background: #fff;
}

#gifts-list-menu {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	margin-bottom: 50px;
	padding: 7px 20px 6px;
}
#gifts-list-menu-body{
	height: 35px;
}
#gifts-list-menu-body a{
	font-weight: 600;
	padding: 7px 5px 7px 34px;
	text-decoration: none;
	text-transform: uppercase;
}
#gifts-list-menu-body a:hover{
	text-decoration: underline;
}
#gifts-list-menu-body a.active{
	color: #a3a3a3;
	font-weight:600;
}
#gifts-list-menu-body a.active:hover{
	text-decoration: none;
}
#gifts-block .photo {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 4px;
	height: 95px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 95px;
}
#gifts-list-content{
	margin: 50px 0 0;
}
#gifts-list-content .text-row{
	line-height: 20px;
	margin: 0;
	width: 100%;
}
#gifts-list-content .col-photo {
	float: left;
	margin: 0;
	width: 107px;
}
#gifts-list-content .col-actions {
	line-height: 21px;
	margin: 0 0 0 127px;
	padding: 0;
}
#gifts-list-content .gifts-list-item{
	display: block;
	margin: 0 0 50px;
}
.gift-order-form {
	margin: 50px 0 0;
	width: 100%;
}
.gift-order-form .description {
	height: 90px;
	padding: 0 0 7px;
	margin: 0;
}
.gift-order-form .request-date {
	padding: 0 0 21px;
}
.gift-order-form .request-date .text-label{
	line-height: 36px;
}
.gift-order-form .request-date .inputtext {
	margin: 0 0 0 15px;
	width: 120px !important;
}
.gift-order-form .textarea {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #CCC;
	border-radius: 5px;
	display: block;
	line-height: 25px;
	padding: 3px 7px;
	position: relative;
}
.gift-order-form .textarea textarea{
	background: #fff none repeat scroll 0 0;
	border: medium none;
	font-size: 12px;
	height: 150px;
	line-height: 14px;
	margin: 0;
	padding: 6px 0 5px;
	width: 100%;
}
.gift-order-form .textarea {
	min-height: 158px;
	margin: 0 0 18px;
}
#gifts-list-menu a {
    border: 1px solid #fff;
    float: left;
    margin: 0 0 0 3.3%;
    position: relative;
}
#gifts-list-menu a i {
	background: transparent url("../images/icons.png") no-repeat scroll 999px 999px;
	content: "";
	cursor: pointer;
	font-size: 0;
	height: 24px;
	left: 5px;
	line-height: 0;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 24px;
	z-index: 1;
}
#gifts-list-menu a.category-1 i {
    background-position: -175px -75px;
}
#gifts-list-menu a.category-2 i {
    background-position: -100px -100px;
}
#gifts-list-menu a.category-3 i {
    background-position: -125px -100px;
}
#gifts-list-menu a.category-4 i {
    background-position: -150px -100px;
}
#gifts-list-menu a.category-5 i {
    background-position: -175px -100px;
}
#gifts-list-menu a.category-1:hover i {
    background-position: -75px -75px;
}
#gifts-list-menu a.category-2:hover i {
    background-position: 0 -100px;
}
#gifts-list-menu a.category-3:hover i {
    background-position: -25px -100px;
}
#gifts-list-menu a.category-4:hover i {
    background-position: -50px -100px;
}
#gifts-list-menu a.category-5:hover i {
    background-position: -75px -100px;
}

.myform {

}
.myform.support {
    width:1000px;
    margin: 0 auto;
}

.myform .myform_line {
	 min-height: 57px;
	 margin-bottom: 20px;
}
.myform .myform_line:after {
	content:'';
	display:block;
	height:0;
	line-height:0;
	text-indent:-9999px;
	clear:both;
}

.myform .myform_line50 {
	 float: left;
	 width: 50%;
}

.myform .myform_line.captcha {
	 padding-left: 180px;
}

.myform .myform_line label {
	float: left;
	width: 180px;
	padding: 0 9px 0 0;
	margin:0;
	line-height: 38px;
	font-size: 16px;
	text-align: right;
    font-family: 'Roboto', sans-serif;
}

.myform .myform_line2 label {
	 width: 160px;
	 padding: 0 9px 0 0;
}

.myform .myform_line.captcha label {
	 width: 100px;
	 background: rgba(255, 255, 255, 0.75);
	 border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	 margin: 0 10px 0 0;
}

.myform .myform_line.captcha label img {
	 vertical-align: top;
}

.myform .myform_line input[type="text"] {
	 float: left;
	 width: 691px;
	 height: 38px;
	 background: #fff;
	 border-radius: 6px;
	 -moz-border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	 border: 1px solid #CCC;
	 padding: 0 20px;
}

.myform .myform_line50 input[type="text"] {
	 width: 210px;
}

.myform .myform_line.captcha input[type="text"] {
	 width: 176px;
}
	 
.myform .myform_line textarea {
    float: left;
    width: 691px;
    height: 160px;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border: 1px solid #CCC;
    padding: 10px 20px;
}

.myform .myform_line textarea.form_textarea{
	width:690px;
	float:none;
}

.myform .myform_agree {
	 line-height: 20px;
	 padding-bottom: 14px;
	 border-bottom: 1px solid #fff;
	 margin-bottom: 20px;
}

.myform .myform_line input[type="submit"] {
	 float: right;
	 margin-right: 87px;
}

.myform_check {
}

.myform .myform_check label {
	display: inline-block;
	float: none;
	width: auto;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}

.myform.payment_form { max-width:650px; margin:auto; }
.myform.payment_form .myform_line .jq-selectbox__select { width:340px !important; }
.myform.payment_form .myform_line .on_select { float:left; width:300px; }
.myform.payment_form .myform_line { min-height:30px; }
.myform.payment_form .myform_line input { width:300px !important; }
.myform.payment_form .myform_line.zip_code input { width:180px !important; }
.myform.payment_form .myform_line.zip_code span { padding:0 10px; line-height:35px; }
.myform.payment_form .myform_line label { width:180px; }
.myform.payment_form .proceed_btn { margin-left:180px; }
/*** support guest ***/
.contact-info {
	display: block;
	margin: 0 auto 50px;
	padding: 30px 0 0;
	width: 70%;
}
.contact-info .attention {
  background: #c1daee none repeat scroll 0 0;
  font-size: 13px;
  line-height: 17px;
  padding: 20px 0 19px;
  text-align: center;
}
.contact-info .address {
  margin: 50px 0;
}
.contact-info .address .col-1 {
  float: left;
  margin: 0 0 25px;
  width: 37%;
}
.contact-info .address .col-2 {
  float: left;
  margin: 0 0 25px;
  width: 33%;
}
.contact-info .address::after, .contact-info .address > .after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}
.contact-info .payment {
	background: #fff none repeat scroll 0 0;
	margin: 20px 0 0;
	min-height: auto;
	padding: 0 15px;
}
.contact-info .payment .payment-item {
  padding: 15px 0;
}
.contact-info .payment .payment-item::after, .contact-info .payment .payment-item > .after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.contact-info .payment .payment-item span:first-child {
  padding: 7px 0 0;
  text-align: center;
  width: 53%;
}
.contact-info .payment .payment-item span {
  display: block;
  float: left;
  width: 46%;
}
/*** !support guest ***/

/*** invitations ***/
#letters-list #letters-list-menu {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    margin-bottom: 50px;
	padding: 16px 20px 15px;
}
#letters-list #letters-list-menu::after, #letters-list #letters-list-menu > .after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}
#letters-list.read #letters-list-menu::before, #letters-list #letters-list-menu > .before {
	content: "";
	display: block;
	font-size: 0;
	height: 21px;
	line-height: 0;
	position: absolute;
	text-indent: -9999px;
	top: 100%;
	width: 100%;
}
#letters-list #letters-list-menu a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 17px;
	line-height: 17px;
	margin: 0 0 0 33px;
	padding: 0 0 0 34px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#letters-list #letters-list-menu a:hover {
	text-decoration: underline;
}
#letters-list #letters-list-menu a i {
	background: transparent url("../images/icons.png") no-repeat scroll 999px 999px;
	content: "";
	cursor: pointer;
	font-size: 0;
	height: 24px;
	left: 0;
	line-height: 0;
	position: absolute;
	text-indent: -9999px;
	top: -5px;
	width: 24px;
	z-index: 2;
}
#letters-list #letters-list-menu a.active {
	color: #a3a3a3;
	text-decoration: none;
}
#letters-list #letters-list-menu a.inbox i {
	background-position: -175px -25px;
}
#letters-list #letters-list-menu a.outbox i {
	background-position: -100px -50px;
}
#letters-list #letters-list-menu a.inbox:hover i {
	background-position: -75px -25px;
}
#letters-list #letters-list-menu a.outbox:hover i {
	background-position: 0 -50px;
}
#letters-list #letters-list-content .letters-list-head::after, #letters-list #letters-list-content .letters-list-head > .after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
#letters-list #letters-list-content .letters-list-head {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #fa7023;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	line-height: 21px;
	padding: 8px 19px 7px;
}
#letters-list #letters-list-content.invitations .col-actions {
  width: 48%;
}
#letters-list #letters-list-content .col-actions {
  float: left;
  margin: 0 2% 0 0;
  width: 43%;
}
#letters-list #letters-list-content .letters-list-item::after, #letters-list #letters-list-content .letters-list-item > .after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
#letters-list #letters-list-content .letters-list-item.unread {
	background: #fff none repeat scroll 0 0;
}
#letters-list #letters-list-content .letters-list-item {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #fa7023;
	font-size: 13px;
	line-height: 21px;
	padding: 19px;
}
#letters-list #letters-list-content .col-sender {
  float: left;
  margin: 0 2% 0 0;
  width: 150px;
}
#letters-list #letters-list-content .photo {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 162px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 112px;
}
#letters-list #letters-list-content .photo a {
  border-top: 1px solid #fff;
  display: block;
  font-size: 0;
  height: 150px;
  line-height: 0;
  padding: 4px 5px 0;
  text-decoration: none;
}
#letters-list #letters-list-content .photo a.p span {
	border-radius: 4px;
	display: block;
	height: 150px;
	overflow: hidden;
	width: 100px;
}
#letters-list #letters-list-content .photo a img {
  height: auto;
  width: 100%;
}
#letters-list #letters-list-content .photo-view-container {
  font-size: 0;
  height: 0;
  line-height: 0;
  position: relative;
}
#letters-list #letters-list-content .photo-view::before, #letters-list #letters-list-content .photo-view > .before {
  background: none;
  content: "";
  display: none;
  font-size: 0;
  height: 10px;
  left: 50%;
  line-height: 0;
  margin: 0 0 0 -8px;
  position: absolute;
  text-indent: -9999px;
  top: -10px;
  width: 16px;
}
#letters-list #letters-list-content .photo-view::after, #letters-list #letters-list-content .photo-view > .after {
  background: none;
  bottom: -10px;
  content: "";
  display: none;
  font-size: 0;
  height: 10px;
  left: 50%;
  line-height: 0;
  margin: 0 0 0 -8px;
  position: absolute;
  text-indent: -9999px;
  width: 16px;
}
#letters-list #letters-list-content .photo-view {
  background: #f2f8ff none repeat scroll 0 0;
  border: 1px solid #cadfef;
  border-radius: 5px;
  margin: 0 0 0 -60px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 231px;
  z-index: 1000;
}
#letters-list #letters-list-content .photo-view span {
  border-radius: 3px;
  border-top: 1px solid #fff;
  display: block;
  font-size: 0;
  line-height: 0;
  min-height: 1%;
  padding: 4px 5px 5px;
  position: relative;
}
#letters-list #letters-list-content .photo-view img {
  height: auto;
  width: 100%;
}
#letters-list #letters-list-content .col-attach {
    float: left;
    margin: 0 2% 0 0;
    width: 15%;
}
#letters-list #letters-list-content .col-replied {
    float: left;
    margin: 0 2% 0 0;
    width: 10%;
}
#letters-list #letters-list-content .col-date {
    float: left;
    width: 10%;
}
#letters-list #letters-list-content .col-delete {
    float: left;
    text-align: center;
    width: 10%;
}
#letters-list #letters-list-content .col-accept {
    float: left;
    width: 16%;
}
#letters-list #letters-list-content .col-decline {
    float: left;
    width: 16%;
}
#letters-list #letters-list-content .new-invitation {
	color: red;
	font-weight: 700;
}
/*** !invitations ***/
#add-credits-wallet {
	text-align: center;
}
#add-credits-wallet .logo-wallet {
	font-size: 0;
	line-height: 0;
	margin: 0 0 33px;
}
#add-credits-wallet .info-wallet {
	margin: 85px 0 0;
}

.account {

}

.account_lt {
	float: left;
	width: 335px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #fff;
}

.account_w {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.account_b {
	font-size: 14px;
	margin: 0 0 16px 0;
}

.account_lt .image {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background: #f5f5f5;
	position: relative;
}

.account_lt .image img{
	display: block;
    height: auto;
    width: 100%;
}
.account_lt .image .no-photo {
	display: block;
	height: 394px;
}

.account_lt .image a.btn {

}
.account_lt .image .no-photo{
	background: rgba(0, 0, 0, 0) url("../images/wo_0.png") no-repeat scroll 50% 50%;
}
.account_lt .image .no-photo button{
	bottom: 30px;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -73px;
	padding: 0 29px;
	position: absolute;
}
.account_b span {
	font-weight: 600;
}

.account_rt {
	margin-left: 357px;
}

.account_items {
	font-size: 0;
	line-height:0;
	letter-spacing:-4px;
}

.account_items a.account_item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-height: 188px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	margin: 0 3% 20px 0;
	background: url(../images/account-sprite.png?v=4) #fff 999px 999px no-repeat;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
	border:1px solid #ccc;

	letter-spacing:normal;
}

.account_items a.account_item.acci_4 {
	background-position:50% 22px;
}
.account_items a.account_item.acci_6 {
	background-position:50% -188px;
}
.account_items a.account_item.acci_2 {
	background-position:50% -376px;
}

.account_items a.account_item:hover {
	box-shadow: 1px 1px 6px #d7d7d7;
}

.account_items a.account_item span {
	padding-left: 40px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px 0;
	background-image: url(../images/spritesheet.png?v=5);
    background-repeat: no-repeat;
}

.account_items a.account_item.full {
	width: 96%;
	min-height: 20px;
	margin: 0 0 20px 0;
}

.account_items a.account_item.acci_1 span {
	background-position: -50px -3296px;
}
.account_items a.account_item.acci_2 span {
	background-position: -50px -5148px;
}
.account_items a.account_item.acci_3 span {
	background-position: -50px -3888px;
}
.account_items a.account_item.acci_4 span {
	background-position: -50px -4002px;
}
.account_items a.account_item.acci_5 span {
	background-position: -50px -4121px;
}
.account_items a.account_item.acci_6 span {
	background-position: -50px -4241px;
}
.account_items a.account_item.acci_7 span {
	background-position: -50px -4359px;
}

.acc_tab_menu {
	 text-align: center;
	 font-size: 0;
	 padding: 10px 0 38px 0;
}

.acc_tab_menu a {
	 display: inline-block;
	 width: 217px;
	 height: 50px;
	 vertical-align: top;
	 background: #fff;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 line-height: 50px;
	 color: #333;
	 font-size: 16px;
	 font-weight: 600;
	 text-decoration: none;
	 margin: 0 10px;
	 border:1px solid #ccc;
}

.acc_tab_menu a:hover, .acc_tab_menu a.active {
	 box-shadow: 1px 1px 6px #e8e8e8;
}

.acc_tab_menu a span {
	 display: inline-block;
	 padding: 0 0 0 40px;
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
}

.acc_tab_menu a.acc_tm1 span {
	 background-position: -50px -3758px;
}
.acc_tab_menu a.acc_tm2 span {
	 background-position: -50px -3874px;
}
.acc_tab_menu a.acc_tm3 span {
	 background-position: -50px -3281px;
}

.acc_edit {
	 
}

.acc_edit_lt {
	 float: left;
	 width: 50%;
	 padding-left: 35px;
}

.acc_edit_rt {
	 float: right;
	 width: 50%;
	 padding-left: 45px;
}

.acc_edit_t {
	 font-size: 20px;
	 color: #fa7023;
	 margin: 0 0 20px 0;
	 padding-left: 3%;
}

.acc_edit_line {
	 min-height: 38px;
	 line-height: 38px;
	 margin: 0 0 10px 0;
}

.acc_edit_line label {
	 display: inline-block;
	 padding: 0 10px 0 0;
	 line-height: 38px;
	width: 155px;
	text-align: right;
}

.acc_edit_line .confirm-email-label {
    vertical-align: top;
}

.email-status-confirmed-label {
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    margin-left: 5px;
}
.email-status-confirmed-label.email-confirmed-label {
    color:#295622;
}
.email-status-confirmed-label.email-not-confirmed-label {
    color:#e06767;
}
.confirm-email-block input {
    width: 236px;
}
.confirm-email-block .resend-confirm-link a {
    font-size: 13px;
}
.confirm-email-block .confirm-link-sent {
    color:grey;
}

.acc_edit_val {
	 display: inline-block;
	 font-weight: 600;
}

.acc_edit_line input[type="text"], .acc_edit_line input[type="password"] {
	 width: 322px;
	 box-sizing: border-box;
}

.password-switch {
	position: absolute;
	margin-left: 10px;
}

.acc_edit_line textarea {
	 display: block;
	 width: 322px;
	 height: 60px;
	 padding: 20px;
	box-sizing: border-box;
}

.acc_edit_line.acc_edit_line_y  input[type="text"] {
	 width: 67px;
}

.acc_edit_line.acc_edit_line_y  label.to {
	 width: auto;
	 padding: 0 10px;
}

.acc_edit a.acc_edit_show {
	 display: inline-block;
	 margin: 0 0 0 10px;
}

.acc_form .acc_edit_line .small {
	padding: 2px 0;
}

.acc_form {
	 margin: 14px 0 0 0;
}

.acc_form .acc_edit_line  {
	 margin: 0 0 20px 0;
}

.acc_form .acc_edit_line label {
	 width: 156px;
	 text-align: right;
}

.acc_form .acc_edit_line .jq-selectbox__select {
	 width: 322px;
}

.acc_form .acc_edit_line.acc_edit_line_area label {
	text-align: right;
	float: left;
}

.acc_form .acc_bts {
	 min-height: 38px;
	 text-align: center;
}

.acc_form .acc_bts .btn {
	 padding: 0 32px;
}

.acc_menu {
	 padding: 18px 0 34px 0;
	 text-align: center;
	 font-size: 0;
}

.acc_menu ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 font-size: 0;
}

.acc_menu ul li {
	 display: inline-block;
	 height: 50px;
	 line-height: 48px;
	 margin: 0 10px;
	 font-size: 14px;
     font-family: 'Roboto', sans-serif;
}

.acc_menu ul li a {
	 display: inline-block;
	 padding: 0 46px;
	 height: 50px;
	 border-top: 2px solid #b2480d;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 background: #fa7023;
	 color: #fff;
	 text-decoration: none;
}

.acc_menu ul li a:hover, .acc_menu ul li.active a {
	 border-top: 2px solid #079aa2;
	 background: #1ddde8;
	 color: #fff;
	 text-decoration: none;
}

.acc_menu ul li a span {
	 display: inline-block;
	 padding: 0 0 0 31px;
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
}

.acc_menu ul li.acc8 a span {
	 background-position: -50px -4465px;
}
.acc_menu ul li.acc9 a span {
	 background-position: -50px -4582px;
}
.acc_menu ul li.acc10 a span {
	 background-position: -50px -3400px;
}
.acc_menu ul li.acc11 a span {
	 background-position: -50px -3519px;
}

.letters {
	 min-height: 400px;
}

.acc_photo_desc {
	 padding: 0;
}

/*.favorites {
	 min-height: 400px;
}*/


/******/
.acc_photo_items {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}
.acc_photo_items .photo-group{
	display: inline-block;
	overflow: hidden;
}
.acc_photo_items a {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.acc_photo_items a:hover {
	 box-shadow: 1px 1px 6px #e6e6e6;
	 color: #333;
	 text-decoration: none;
}

.acc_photo_items a.add {
	 min-height: 230px;
	 line-height: 230px;
}

.acc_photo_items a.add span {
	 padding-top: 38px;
	 display: inline-block;
	 background-image: url(../images/spritesheet.png?v=5);
    background-repeat: no-repeat;
	 background-position: -8px -3652px;
	 line-height: 16px;
}

.acc_photo_items a img {
	border-radius: 4px;
	width: 176px;
	height: auto;
}

.acc_photo_items .photo-item {
	float: left;
	width: 218px;
	border:1px solid #ccc;
}

/******/
.imd-button {
	color: #000 !important;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.imd-button .button-body {
	background: #ffffff repeat-x scroll 0 100%;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
}
.imd-button .button-c {
	display: block;
	font-size: 16px;
	line-height: 14px;
	padding: 20px;
	position: relative;
	text-align: center;
	z-index: 1;
	min-height: 230px;
	color: #333;
	font-weight: 600;
}
i.imd-button .button-c {
	line-height: 240px;
    margin:0 0 -30px 0;
}
.acc_photo_items .add-photo {
	background-image: url("../images/spritesheet.png?v=5");
	background-position: -8px -3652px;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
	padding-top: 38px;
}
.acc_photo_items input {
	position: absolute;
	height: auto;
	left: 0;
	top: 60%;
	opacity: 0;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.acc_photo_items .delim{
	display: block;
	float: left;
	height: 230px;
	width: 10px;
}
.acc_photo_items .photo-menu{
	background: white none repeat scroll 0 0;
	border: 1px solid #fa7023;
	border-radius: 4px;
	display: none;
	margin: -60px 20px 0;
	position: absolute;
	width: 176px;
	z-index: 200;
}
.acc_photo_items .button-c .photo{
	height: 210px;
	overflow: hidden;
	width: 176px;
    border-radius: 4px;
}
.acc_photo_items .photo-menu a{
	color: #fa7023;
	font-weight: normal;
}
.acc_photo_items .photo-menu a.photo-make-main,
.acc_photo_items .photo-menu a.photo-delete{
	margin: 0;
}
.acc_photo_items .photo-menu a:hover{
	text-decoration:underline;
}

.payment {
	 min-height: 400px;
}

.payment_desc {
	 text-align: center;
	 padding: 10px 0;
}

.payment_items {
	 text-align: center;
	 font-size: 0;
}

.payment_items .payment_item {
	 display: inline-block;
	 vertical-align: top;
	 width: 50%;
	 font-size: 14px;
	 line-height: 25px;
}

.payment_items .payment_item .name {
	 font-weight: 600;
}

.payment_items .payment_item .image {
	 margin: 38px 0;
	 height: 96px;
	 width: 100%;
}

.payment_items .payment_item .image img {
	 max-width: 100%;
	 height: auto;
}

.credits {

}

.credits_lt {
	 float: left;
	 width: 335px;
}

.credits_lt a {
	 display: block;
	 height: 50px;
	 line-height: 48px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
     border-bottom: 2px solid #b2480d;
	 text-decoration: none;
	 color: #fff;
	 font-size: 14px;
	 cursor: pointer;
	 background: #fa7023;
	 text-align: center;
	 margin: 0 0 20px 0;
}

.credits_lt a:hover {
	 background: #1ddde8;
	 text-decoration: none;
	 color: #fff;
}

.credits_lt a span {
	 font-size: 20px;
	 font-weight: 600;
}

.credits_rt {
	 margin-left: 355px;
	 background: #fff;
	 padding: 20px;
	 min-height: 470px;
}

.credits_rt .title2 {
	 font-size: 20px;
	 color: #fa7023;
	 margin: 0 0 10px 0;
     font-family: 'Roboto', sans-serif;
}

.credits_rt table td {
	 padding: 0 0 24px 0;
	 font-weight: 600;
}

/***videoclips***/
.last-video .video-item a.name {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin:0 auto 10px;
}

a.mod-button {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	width: 300px;
	float:none; 
	margin:auto;
}
/***!videoclips***/
.search_form {
	margin-bottom: 50px;
}

.search_form_lt {
	float: left;
	width: 50%;
	padding-left: 25px;
}
.nonebox .search_form_lt{
	padding-left: 0;
}
.search_form_rt {
	float: right;
	width: 50%;
}

.search_form_line {
	min-height: 38px;
	margin: 0 0 20px 0;
}

.search_form_line label, .search_form_check label {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
	line-height: 38px;
}

.search_form_rt .search_form_line label {
	width: 125px;
}

.search_form_line_fromto label.to {
	width: 40px;
}

.search_form_line input[type="text"], .search_form_line input[type="password"] {
	width: 316px;
}

.search_form_line .jq-selectbox__select{
	width: 356px;
	padding: 0 34px 0 10px;
}

.search_form_line_fromto input[type="text"], .search_form_line_fromto input[type="password"] {
	 width: 70px;
}

.search_form_line_fromto .jq-selectbox__select {
	 width: 155px;
}

.search_form_line .gender_form {
	 line-height: 38px;
	 display: inline-block;
	 vertical-align: top;
	 font-size: 15px;
	 padding: 0 0 0 40px;
	 cursor: pointer;
}

.search_form_line .gender_form.female {
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
	 background-position: -42px -4701px;
}

.search_form_bts {
	 text-align: right;
	 padding: 0 190px;
}

.search_form_check {
	 display: inline-block;
	 vertical-align: middle;
	 margin-right: 115px;
}

.search_form_check label {
	 vertical-align: middle;
}

.search-result-cnt{
	text-align:center;
}
.search-criteria{
	text-align:center;
	margin-bottom:10px;
}

.vchat {

}

.vchat_t {
	 font-size: 20px;
	 color: #fa7023;
	 padding: 0 0 14px 0;
	 margin: 0 0 18px 0;
	 text-align: center;
	 border-bottom: 1px solid #f8f8f8;
     font-family: 'Roboto', sans-serif;
}

.vchat_lt {
	 float: left;
	 width: 298px;
	 background: #fff;
	 padding: 20px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}

.vchat_online {
	 position: relative;
}

.vchat_online_slider {
	 position: relative;
	 overflow: hidden;
	 height: 724px;
}

.vchat_online_slider ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%;
	 height: 2000em;
	 position: absolute;
}

.vchat_online_slider ul li {
	 display: block;
	 height: 171px;
	 padding: 0 0 20px 0;
	 border-bottom: 1px solid #f8f8f8;
	 margin: 0 0 19px 0;
}

.vchat_online_slider ul li .image {
	 float: left;
	 width: 151px;
	 height: 151px;
	 overflow: hidden;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}

.vchat_online_slider ul li .image img {
	 width: 100%;
	 min-height: 151px;
}

.vchat_online_slider ul li .info {
	 float: right;
	 width: 90px;
}

.vchat_online_slider ul li .name {
	 color: #333;
	 font-size: 22px;
     font-family: 'Roboto', sans-serif;
}

.vchat_online_slider ul li .name a {
	 color: #333;
	 text-decoration: none;
}

.vchat_online_slider ul li .name a:hover {
	 color: #333;
	 text-decoration: underline;
}

.vchat_online_slider ul li .char {
	 margin: 24px 0;
	 line-height: 20px;
}

.vchat_bts {
	 margin: 20px 0 0 0;
	 padding: 22px 0 0 0;
	 border-top: 1px solid #f6f6f6;
	 min-height: 37px;
	 text-align: center;
}

.vchat_bts a {
	 display: inline-block;
	 width: 15px;
	 height: 11px;
	 margin: 0 19px;
	 cursor: pointer;
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
}

.vchat_bts a.prev {
	 background-position: -50px -5054px;
}
.vchat_bts a.next {
	 background-position: -50px -4943px;
}

.vchat_ct {
	 float: left;
	 width: 564px;
	 background: #fff;
	 padding: 20px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 margin: 0 0 0 20px;
}

.vchat_area {
	 min-height: 591px;
}

.vchat_form {
     
}

.vchat_form .user_id {
	 height: 54px;
	 line-height: 54px;
	 border-top: 1px solid #f5f5f5;
	 border-bottom: 1px solid #f5f5f5;
	 margin: 20px 0;
}

.vchat_form .image {
     float: left;
	 width: 96px;
	 height: 96px;
	 overflow: hidden;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}

.vchat_form .image img {
     width: 100%;
	 height: auto;
	 min-height: 96px;
}

.vchat_form_area {
	 margin-left: 116px;
	 text-align: left;
}

.vchat_form_area textarea {
	 border: 1px solid #f5f5f5;
	 display: block;
	 width: 92%;
	 padding: 10px 4%;
	 margin: 0 0 10px 0;
	 height: 35px;
}

.vchat_form_area .btn {
	 height: 28px;
	 line-height: 26px;
	 padding: 0 56px;
}

.vchat_rt {
	 float: right;
	 width: 298px;
}

.vchat_wrap {
	 background: #fff;
	 padding: 20px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 margin: 0 0 20px 0;
}

.vwrap1_area {
	 min-height: 221px;
}

a.vchat_broadcast_bt {
	 display: block;
	 margin: 0 0 20px 0;
	 height: 50px;
	 line-height: 50px;
	 background: #fa7023;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 text-align: center;
	 color: #fff;
	 font-size: 14px;
	 font-family: Verdana;
	 text-decoration: none;
	 border-top: 2px solid #b0300a;
}

a.vchat_broadcast_bt:hover {
	 background: #1ddde8;
	 border-top: 2px solid #089aa2;
	 color: #fff;
	 text-decoration: none;
}

.vwrap2 {

}

.vchat_clist {
	 position: relative;
}

.vchat_clist_slider {
	 position: relative;
	 overflow: hidden;
	 height: 314px;
}

.vchat_clist_slider ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 width: 100%;
	 height: 2000em;
	 position: absolute;
}

.vchat_clist_slider ul li {
	 display: block;
	 height: 18px;
	 margin: 0 0 14px 0;
	 font-size: 0;
}

.vchat_clist_slider ul li div {
	 display: inline-block;
	 vertical-align: top;
	 font-size: 14px;
}

.vchat_clist_slider ul li div.name {
     width: 30%;
}

.vchat_clist_slider ul li div.id {
     width: 35%;
}

.vchat_clist_slider ul li div.min {
	 width: 25%;
}

.vchat_clist_slider ul li div.remove {
	 width: 10%;
	 text-align: right;
}

.vchat_clist_slider ul li div.remove .remove_img {
	 display: inline-block;
	 cursor: pointer;
	 width: 9px;
	 height: 10px;
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
	 background-position: -50px -4833px;
}

.footer-background {
	 min-height: 190px;
	 background: #424c5d;
	 overflow: hidden;
}

.footer {
	 padding: 30px 0 22px 0;
}

.footer.row .row {
    width: 100%;
}

.foot_menu {
	 text-align: center;
	 margin-bottom: 12px;
}

.foot_menu ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

.foot_menu ul li {
	 margin: 0 35px;
	 font-size: 18px;
	 display: inline-block;
	 vertical-align: top;
     font-weight: 600;
    line-height: 40px;
}


.foot_menu ul li a {
	 color: #fff;
	 text-decoration: none;
}

.foot_menu ul li a:hover {
	 color: #fff;
	 text-decoration: underline;
}

.footer .copy {
	 font-size: 14px;
	 color: #fff;
	 margin-top: 20px;
     width:100%;
     text-align: center;
}

.footer .valid {
	 text-align: center;
	 float:none;
	 margin:auto;
}

.footer .social {
	 margin-top: 10px;
	 text-align: center;
     width: 100%;
}

.footer .social a {
	 display: inline-block;
	 margin-left: 8px;
	 vertical-align: top;
}


/***********************************************
Popup
***********************************************/

.overlay {
     background:#000;
     position:fixed;
     top:0px;
     bottom:0px;
     left:0px;
     right:0px;
     z-index:7999;
     opacity:0.7;
	filter: alpha(opacity=70); /* for IE8 */	 
}

.nonebox{
     position:fixed;
     top:-9500px;
     left:50%;
     margin-left:-490px;
     background: #EDEBEB;
     border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
     padding:42px;
     width:980px;
     z-index:8000;
}

.close{
	 position: absolute;
	 top: -17px;
	 right: -17px;
	 z-index: 2;
	 width:31px;
	 height:31px;
	 cursor:pointer;
	 background-image: url(../images/spritesheet.png?v=5);
     background-repeat: no-repeat;
	 background-position: -50px -175px;
}

.sign_pop {

}

.sign_pop .myform .myform_line {
	margin-bottom: 0;
}

.sign_pop_lt {
	 float: left;
	 width: 335px;
	position: absolute;
}

.sign_pop_rt a.fb_login {
	width: 315px;
	height: 50px;
	 display: block;
	 background: url(../images/sign_fb.png) no-repeat 0 0;
	 background-size: 100% 100%;
	 text-decoration: none;
	 text-align: center;
	 line-height: 50px;
	 color: #fff;
     font-family: 'Roboto', sans-serif;
	 cursor: pointer;
	 margin: 0 auto 20px;
}

.sign_pop_lt a.fb_login,
.fb_login {
	 height: 50px;
	 display: block;
	 background: url(../images/sign_fb.png) no-repeat 0 0;
	 background-size: 100% 100%;
	 text-decoration: none;
	 text-align: center;
	 line-height: 50px;
	 color: #fff;
     font-family: 'Roboto', sans-serif;
	 cursor: pointer;
	 margin: 50px 0 20px 0;
}

@media screen and (min-width: 788px) {
	.fb_login{
		margin: 0 0 0 30px;
	}
}
.sign_pop_lt .profile-photo {
	 background: #fff;
	 padding: 20px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}
.romanceNet-banner{
	margin: 20px;
}

.sign_pop_lt .profile-photo img {
	 width: 100%;
	 height: auto;
}

.sign_pop_lt .profile-info {
	 padding: 18px 0 20px 0;
	 text-align: center;
}

.sign_pop_lt .image {
	 background: #fff;
	 padding: 20px;
	 border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
}

.sign_pop_lt .image img {
	 width: 100%;
	 height: auto;
}

.sign_pop_lt .user_id {
	 padding: 18px 0 0 20px;
}

.sign_pop_rt {
	 margin: 0 0 85px 375px;
	 overflow: hidden;
}

.sign_pop_rt .title {
	font-size: 22px;
	color: #666;
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

.sign_pop_rt .title_desc {
	font-size: 22px;
    font-family: 'Roboto', sans-serif;
	line-height: 28px;
	margin: 0 0 14px 0;
}

.sign_pop_rt .myform_line label {
	width: 185px;
	font-size: 18px;
}

.sign_pop_rt .myform_line input[type="text"], .sign_pop_rt .myform_line input[type="password"] {
	width: 294px;
	-webkit-appearence: none;
}

.sign_pop_rt .jq-selectbox__select {
	width: 336px;
}

.sign_pop_rt .myform_line input[type="submit"], .sign_pop_rt .myform_line input[type="button"], .sign_pop_rt .myform_line a.btn, .sign_pop_rt .myform_line .btn-join{
	float: right;
}

.sign_pop_rt .myform_line .valid {
	float: left;
}
.sign_pop_rt .error-text{
	color:red;
	display:block;
	margin-left:185px;
}
.sign_pop_ct {
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
}

.sign_pop_ct .myform_line label {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 180px;
}

.sign_pop_ct .myform_check label {
	width: auto;
	vertical-align: middle;
}

.sign_pop_ct .myform_line input[type="text"], .sign_pop_ct .myform_line input[type="password"] {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.sign_pop_ct .title_desc {
	margin-bottom: 34px;
}

.sign_pop_ct .myform_bts {
	text-align: center;
}

.sign_pop_ct .myform_line input[type="submit"], .sign_pop_ct .myform_line input[type="button"], .sign_pop_ct .myform_line a.btn {
	float: none;
	margin: 0 auto 38px auto!important;
	display: block;
}

.sign_pop_ct .myform_line .valid {
	float: none;
	margin: 38px auto 0 auto;
	display: block;
}

.sign_pop_ct .myform_bts a.forgot {
    font-size: 22px;
    text-transform: uppercase;
	color: #fff;
	text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.sign_pop_ct .myform_bts a.forgot:hover {
	color: #333;
	text-decoration: underline;
}

.bg form.login-form{
	margin: 0 auto;
	width: 560px;
}

form.login-form{
	margin: 0 auto;
	width: 560px;
}

.bg form.registration-form{
	margin: 0 auto;
	width: 896px;
}

.title-ns h1 {
	font-size: 22px;
	color: #666;
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

div.bd-d{ width:107px; }
div.bd-d .jq-selectbox__select{ padding:0 17px; width:100%; }
div.bd-m{ width:108px; }
div.bd-m .jq-selectbox__select{ padding:0 17px; width:100%; }
div.bd-y{ width:108px; }
div.bd-y .jq-selectbox__select{ padding:0 17px; width:100%; }

.acc_form .acc_edit_line div.bd-d{ width:80px; }
.acc_form .acc_edit_line div.bd-d .jq-selectbox__select{ padding:0 17px; width:100%; }
.acc_form .acc_edit_line div.bd-m{ width: 130px; margin: 0 5px; }
.acc_form .acc_edit_line div.bd-m .jq-selectbox__select{ padding:0 17px; width:100%; }
.acc_form .acc_edit_line div.bd-y{ width:95px; }
.acc_form .acc_edit_line div.bd-y .jq-selectbox__select{ padding:0 17px; width:100%; }

/*****
.fancybox-wrap {width: 980px;}
.login-form-container{
	position:relative;
	/*left:50%;*/
	/*margin-left:-490px;*//*
	background: #f5f5f5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding:42px;
	width:980px;
	z-index:8000;
}
.jq-selectbox ul{
	max-height:250px;
}

.myform .myform_line textarea{ 
	width:294px;
}
*****/
.captcha-code{
	float:left;
}
.registration-form #captcha,
.nonebox_signup #captcha {
	width:194px;
}

.secure-block-container-login{
	float:none;
	margin: 0 auto 24px;
	width: 550px;
}
.secure-block-container{
	float: left;
	margin: 0 auto 24px;
	width: auto;
}
.secure-block-footer{}

.secure-block-container  .mcafee,
.secure-block-container-login  .mcafee,
.secure-block-footer  .mcafee{
	display:inline-block;
	margin: 12px 3% 0;
	text-align: right;
	width: 90px;
	background:#fff;
}
.secure-block-container  .mcafee {
	margin: 0 3% 0;
}
.secure-block-container  .verisign,
.secure-block-container-login  .verisign,
.secure-block-footer .verisign {
	float: right;
	margin: 0 3%;
	text-align: left;
	width: 44%;
}
.secure-block-container  .verisign-one,
.secure-block-container-login .verisign-one,
.secure-block-footer .verisign-one{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.fancybox-skin{
	background:#EDEBEB !important;
	color:#333333 !important;
}

.ok{
	margin: 0 auto 25px auto;
	background: #D9FFC4;
	padding: 10px;
	border: 1px solid #2E5F1D;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
.ok .ok_close{
    float: right;
    cursor: pointer;
    height: 12px;
    line-height: 12px;
}
.ok .ok-body{
}

.error{
	background:#EFE5E5;
	border: 1px solid #ff0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	padding: 10px;
	margin: 25px auto;
	max-width: 1000px;
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
.login-form .description.small {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.login-form label {
	cursor: default;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 33px;
	margin: 0 38px 0 0;
	text-align: right;
	width: 127px;
}
.login-form div.button{
	margin-top: 20px;
	margin-left: 165px;
}

.login-form .inputtext{
	width:151px;
}

.ui-widget-header {
	background: #fa7023 !important;
	border: 1px solid #fa7023 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #ffcc99 !important;
	color: #ffbb77 !important;
	font-weight: bold;
}
.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border: 1px solid #fa7023 !important;
	color: #fa7023 !important;
}
.ui-widget-content{
	border: 1px solid #fa7023 !important;
}
.ui-datepicker-header .ui-corner-all {
	border: 1px solid #fa7023 !important;
}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
	opacity:.05;
	filter:Alpha(Opacity=5);
	/*background-image:none;*/
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none !important;
	border: 1px solid #ffffff !important;
}

.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_d8e7f3_256x240.png") !important;
}

.iblock{
	display:inline-block;
}
/*
.ui-state-hover .ui-icon{
	background-image: url("../images/ui-icons_d8e7f3_256x240.png") !important;
	background-position: -80px -192px !important;
}
*/

/*quick search*/
	.header_search_line {
		text-align: center;
		font-size: 19px;
	}
	.header_search_line form{
		margin: 0 auto;
		padding: 15px;
		width: 95%;
	}

	.header_search_line .title{
		display:none;
	}
	.header_search_line .jq-selectbox {
		vertical-align: middle;
	}
	.header_search_line .jq-selectbox__select{
		width: 78px;
		padding: 0 34px 0 0;
	}
	.header_search_line .btn_wrap{
		padding: 2px 0 0 0;
	}
	.header_search_line .btn_wrap button{
		padding: 0;
		width: 130px;
		margin: 0 0 0 20px;
		height: 39px;
	}

	.header_search_line a.top_search_btn {
		width: 24px;
		height: 24px;
		margin: 1px 0 0 11px;
		background-image: url(../images/spritesheet.png?v=6);
		background-repeat: no-repeat;
		background-position: -50px -1429px;
		cursor: pointer;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		line-height: 14px;
	}
	.header_search_line a.top_search_btn button{
		font-size: 0;
		line-height: 0;
		background: none;
		border: none;
		padding: 0 54px;
		/*position: relative;
		display: none;*/
	}
	.header_search_line a.top_search_btn:hover {
		background-position: -120px -1429px;
	}
/**/

.spinner:before {
	content: url(../images/ajax-loader.gif);
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
}

.spinner:not(:required):before {
	content: '';
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .3);
	border-top-color: #FA7023;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
}
.spinner {
	width: 25px;
	height: 25px;
	min-width: 24px;
	min-height: 24px;
	margin: 47px auto 35px;
	z-index: 99999;
	font-weight:bold;
	position:relative
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
	to {-webkit-transform: rotate(360deg);}
}

.add-credits-choose {
	text-align:center;
}


#invite-block { width:175px; position:fixed; bottom:0; right:20px; z-index:2000; -moz-box-shadow: 0px 0 10px 0 #000000; -webkit-box-shadow: 0px 0 10px 0 #000000;  -khtml-box-shadow: 0px 0 10px 0 #000000; box-shadow: 0px 0 10px 0 #000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
#invite-block .invite-shdw { display:block; margin:0 5px; height:5px; background:url('../images/sprite-chat-inv.png') transparent 0 -75px repeat-x; font-size:0; line-height:0; }
#invite-block .invite-panel { height:35px; padding:7px 15px; font-size:15px; line-height:18px; font-weight:bold; color:#ffffff; background:#2E2E2E; position:relative; z-index:1; border-top:none; border-left:1px solid #FFF; border-right:1px solid #FFF; }
#invite-block.closed .invite-panel { -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; cursor:pointer; border-top:1px solid #cadfef; }
#invite-block.closed-part .invite-panel { cursor:pointer; }
#invite-block .invite-panel .invite-maximize-btn { display:none; width:30px; height:23px; position:absolute; right:0; top:5px; background:url('../images/sprite-chat-inv.png') transparent 0 -25px no-repeat; cursor:pointer; }
#invite-block.closed .invite-panel .invite-maximize-btn, #invite-block.closed-part .invite-panel .invite-maximize-btn { display:block; }
#invite-block .invite-head { height:25px; padding:0px 35px 0px 15px; font-size:15px; line-height:20px; font-weight:bold; background:#2E2E2E; position:relative; z-index:1; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; -khtml-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; border:1px solid #FFF; cursor:pointer; }
#invite-block .invite-head .invite-minimize-btn { display:block; width:30px; height:23px; position:absolute; right:0; top:0; background:url('../images/sprite-chat-inv.png') no-repeat; cursor:pointer; }
#invite-block.closed .invite-head { display:none; }
#invite-block .invite-item-list-wrapper { overflow:hidden; }
#invite-block .invite-item-list { z-index:1; overflow-y:scroll; overflow-x:hidden; width:195px !important; }
#invite-block .invite-item-list::-webkit-scrollbar { width:0; }
#invite-block .invite-item-list-inner { width:100%; }
#invite-block.closed .invite-item-list { display:none; }
#invite-block .invite-item-list .invite-item { padding:17px; height:200px; width:175px; border-bottom:2px solid #cadfef; z-index:1;
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #810101 0%, #d50403 50%, #810101 100%);
    background: #FFF;
    border-left:1px solid #FFF; border-right:1px solid #FFF;
}
#invite-block .invite-item-list .invite-item .col-photo { width:140px; float:left; }
#invite-block .invite-item-list .invite-item .col-photo img{ width:100%; height:auto; }
#invite-block .invite-item-list .invite-item .col-info { position:absolute; display:none; left:-150px; margin:-19px 0 0 0; width:150px; height:202px; z-index:99;
    background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #810101 0%, #d50403 50%, #810101 100%);
    background: #FFF;
    border:2px solid #cadfef; border-right:none; -webkit-box-shadow: -4px 0px 8px -6px rgba(153,153,153,1); -moz-box-shadow: -4px 0px 8px -6px rgba(153,153,153,1); box-shadow: -4px 0px 8px -6px rgba(153,153,153,1); -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
#invite-block .invite-item-list .invite-item:hover { border-left: 1px solid transparent;}
#invite-block .invite-item-list .invite-item:hover .col-info { display:block; }
#invite-block .invite-item-list-bar { position:absolute; z-index:1; right:-19px; width:16px; margin:29px 0 0; top:0; display:none; }
#invite-block.closed .invite-item-list-bar { display:none !important; }
#invite-block .invite-item-list-bar .drag-top { background: #fa7023; border: 2px solid #fff; border-bottom: none; width:16px; height:10px; position:absolute; top:0; left:0; }
#invite-block .invite-item-list-bar .drag-middle { background: #fa7023; border-left: 2px solid #fff; border-right: 2px solid #fff; width:16px; position:absolute; top:10px; bottom:14px; height:auto; }
#invite-block .invite-item-list-bar .drag-bottom { background: #fa7023; border: 2px solid #fff; border-top: none; width:16px; height:14px; position:absolute; bottom:0; left:0; }

#invite-block .photo { border:5px solid #ffffff; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; width:110px; height:105px; text-align:center; position:relative; overflow:hidden; margin:0 0 10px 13px; }
#invite-block .photo a { display:block; border-top:1px solid #ffffff;  font-size:0; line-height:0; height:100px; text-decoration:none; }
#invite-block .photo a.no-photo { background:url('../images/_no_photo_mdl_sq.png') transparent 50% 100% no-repeat; }
#invite-block .photo a.p span { display:block; width:100px; height:100px; zoom:1; overflow:hidden; }
#invite-block .photo a.p img { /*visibility:hidden;*/ }
#invite-block .progress { margin:0 5px 10px; border:1px solid #cadfef; height:6px; font-size:0; line-height:0; }
#invite-block .progress div { height:5px; background:#1ddde8; }
#invite-block .decline { text-align:center; margin:32px 0 0 0;}
#invite-block .decline a { color:#717273; }
#invite-block .name { margin:15px 0 0 10px; font-family: 'Roboto', sans-serif; font-size: 20px;  }
#invite-block .name a { color:#fa7023; text-decoration: none;}
#invite-block .name a:hover { text-decoration: underline;}
#invite-block .age { display:block; width:140px; height:25px; line-height:20px; font-size:16px; color:#fa7023; margin:5px 0 0 10px; }
#invite-block .row { width:150px; margin:5px 0 0 10px; color:#B2A3A3; }
#invite-block .accept { text-align:center; }
#invite-block .btn { display:block; margin:6px 5px 0; padding:0px 10px 0px; height:30px; line-height: 30px; }


.main-content{
    width: 100%;
}
.blog-container{
    width: 100%;
    min-height: 100px;
    position: relative;
}
.blog-left{
    margin: 0 250px 0 0;
    min-height: 870px;
}
.blog-right{
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
}
.blog-right .blockWraper{
    margin-bottom: 20px;
    padding: 10px;
    background: #424c5d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    color:#FFF;
}
.blog-right .blockWraper a {
    color:#FFF;
}

.article-link{
    text-align: left;
    min-width: 345px;
    *background: rgba(111, 1, 2, 0.7);
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 0 20px;
    padding: 10px;
}
.article-link .wraper{
    /*background-color: #f6f7f8;
    border: 1px solid rgba(0,0,0,.08);
    margin: 10px;
    text-align: left;
    padding: 10px;
    border-radius: 10px;*/
}
.article-link.categoryDesc{
    background-color: transparent;
    padding: 0 10px;
}
.article-link.categoryDesc .wraper{
}
.article-link .blog-date{
    font-size: 12px;
    padding-bottom: 5px;
    float: left;
}
.article-link .blog-category{
    float: right;
}
.article-link .blog-title{
    font-size: 20px;
    color:black;
    padding-bottom: 10px;
}
.article-link .art-text{
    padding-bottom: 10px;
    text-align: justify;
}
.article-link .art-text img {
    max-width: 100%;
	height: auto!important;
}
.blockTitle {
    /*text-align: center;*/
    font-size: 20px;
    padding-bottom: 10px;
}
.category-list{
    list-style-type: none;
    font-size: 16px;
    margin:0 0 5px;
    padding:0;
}
.category-list li{
    line-height: 18px;
    padding-bottom: 5px;
}
.title-ns.blog{
    margin: 28px 0 5px;
}
.title-ns.blog span{
    display: none;
}
.title-ns.blog h1{
    white-space: normal;
    padding:0 10px;
}
.blog-container .blockWraper.random-girl .blog-profile-women{
    margin: 0;
    text-align: center;
}
.blog-container .blockWraper.random-girl .blog-profile-women .t{
    padding: 0 0 10px;
}

.blog-container .blockWraper.random-girl .blog-profile-women .women-gallery-4-item .women-name {
    margin: 0;
}
.blog-container .blockWraper.random-girl .blog-profile-women .blog-profile-women-item .picture-wrap{
    width: 140px;
    margin: auto;
}
.blog-container .blockWraper.random-girl .blog-profile-women .blog-profile-women-item .picture {
    display: table;
    width: 100%;
    height: 210px;
    background: #e4e6e8;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog-container .blockWraper.random-girl .blog-profile-women .blog-profile-women-item .picture .label-new-profile {
    width: 38px;
    height: 56px;
    position: absolute;
    left: -7px;
    top: -12px;
    background: url('../images/label-new-profile.png') no-repeat;
    z-index: 9;
}
.blog-container .blockWraper.random-girl .blog-profile-women .blog-profile-women-item .picture a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}
.blog-container .blockWraper.random-girl .blog-profile-women .blog-profile-women-item .picture a span i {
    position: absolute;
    top: 100%;
    left: 0;
    width: 29px;
    height: 18px;
    margin: -18px 0 0;
    background: url('../images/gallery-4-webcam-on.gif') transparent 0 0 no-repeat;
}
.blog-container .blockWraper.searchProfile{
}
.blog-container .blockWraper.searchProfile .search-form{
    margin:0;
}

.blog-container .blockWraper.searchProfile .search-form .search-form-part {
    float: none;
    width: auto;
}

.blog-container .blockWraper.searchProfile .search-form .search-form-part .filter {
    line-height: 15px;
}
.blog-container .blockWraper.searchProfile .search-form .search-form-part .filter .col1 {
    text-align: left;
    padding: 10px 0px 3px 0px;
}
.blog-container .blockWraper.searchProfile .search-form .search-form-part .filter .col2 {
    margin: 0;
}
.blog-container .blockWraper.searchProfile .search-form .search-form-part .filter .col2.age {
    line-height: 35px;
}
.blog-container .blockWraper.searchProfile .search-form .jqselect {
    width: 200px !important;
    margin-left: 0;
    position: relative;
    min-height: 1%;
}
.blog-container .blockWraper.searchProfile .search-form .jqselect.small-first {
    width: 85px !important;
    margin: 0 5px 0 0;
}
.blog-container .blockWraper.searchProfile .search-form .jqselect.small {
    width: 85px !important;
    margin: 0 0 0 5px;
    padding: 0;
}
.blog-container .blockWraper.searchProfile .search-form .jq-selectbox__select {
    width: 200px !important;
    margin-left: 0;
    position: relative;
    min-height: 1%;
}
.blog-container .blockWraper.searchProfile .search-form .small-first .jq-selectbox__select {
    width: 85px !important;
    margin: 0 5px 0 0;
    padding: 0 0 0 15px;
}
.blog-container .blockWraper.searchProfile .search-form .small .jq-selectbox__select {
    width: 85px !important;
    margin: 0;
    padding: 0 0 0 15px;
}
.blog-container .search-form-table .gender.female {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 0 0 35px;
    vertical-align: top;

    background-image: url("../images/spritesheet.png?v=5");
    background-position: -42px -4709px;
    background-repeat: no-repeat;
}
.blog-container .blockWraper.searchProfile .btnWraper{
    width: 100%;
    float: right;
    margin-top: 11px;
}
.blog-container .blockWraper.searchProfile .btnWraper button {
    width: 100%;
}

.uablog{
    margin: 10px 0;
    float: left;
}
.uablog .uablogtitle{

}
.uablog h2{

}
.uablog .btitle{
    line-height: 20px;
    padding-bottom: 5px;
}
.uablog .articlesall{
    border-radius: 15px;
}
.uablog .articlesall .wraper {
    border-radius: 10px;

}
.uablog .blogart{
    border-bottom: solid 1px #424C5D;
    padding: 15px 0;
    color: grey;
}
.uablog div.blogart:last-child{
    border: none;
}

.blog-comments{
    margin:15px 0 0;
}
.blogtitle-wraper{
}
.blogtitle-wraper div{
    float: left;
}
.blogtitle-wraper .addCommentLink{
    float: right;
    line-height: 30px;
}

.blog-comments-list{
    /*float: left;
    width: 100%;*/
}
.blog-comments-list .blog-comments-item{
    margin: 10px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #F6F7F8;
    padding:10px;
}
.blog-commnets-title{
    font-size: 26px;
}

.blog-comments .blog-comments-list .blog-comments-item .blog-comments-text{
    padding-top: 25px;
    text-align: justify;
    color: #636363;
}
.blog-comments .blog-comments-list .blog-comments-item .blog-comments-author{
    font-weight: bold;
    color:#af0000;
    float: left;
    line-height: 25px;
}
.blog-comments .blog-comments-list .blog-comments-item .blog-comments-date{
    font-weight: bold;
    font-size: 10px;
    color:#C1C1C1;
    float: right;
    line-height: 25px;
}

.blog-comments .blog-comments-post-form{
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
.blog-comments .blog-comments-field {
    margin-bottom: 20px;
}
.blog-comments .blog-comments-field .textarea{
    box-sizing: border-box;
    width: 100%;
    min-width: 300px;
    height: 200px;
    margin: auto;
}
.blog-comments-post-form .inputtext{
    width: 50%;
    min-width: 300px;
    margin: auto;
    margin-bottom: 15px;

}
.blog-comments-post-form .inputtext input{
    width: 41%;
    margin: 0 0 20px;
}
.blog-comments .blog-comments-submit {
    width: 100%;
}
.blog-comments .blog-comments-submit .btn{
 float: right;
}
.blog-comments-post-form .result{
    margin-bottom: 15px;
    text-align:center;
    display: none;
}
.blog-comments-post-form .result.ok{
    color:green;
}
.blog-comments-post-form .result.error{
    color:red;
}
.blog-comments .g-recaptcha {
    min-height: 90px;
    float: left;
}
.blog-comments .g-recaptcha div {
    margin: auto;
    margin-bottom: 15px;
}

form .inputtext.errorField, form .textarea.errorField, form .inputtext.errorField input{
    border-color: red;
}
form .myform_line_text{
	margin: 0 0 20px;
	font-size: 14px;
	text-align: center;
}
