/*
Theme Name: LeDesire
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: LeDesire
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
    min-width: 320px;
	}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Global 
------------------------------------------------ */
img {
	border: none;
}
body {
    background-color: #000000;
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

a, a:visited, a:active {
    text-decoration: none;
    color:#a2a2a2;
    -webkit-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

h3 {
    line-height: 1.3;
    font-size: 20px;
    font-weight: normal;
    text-align: justify;
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
}

/* =Structure
-------------------------------------------------------------- */
#page {
    display: block;
    height: auto;
    margin: 10px auto;
	width: 1000px;
}


#primary {
	width:740px;
    height: auto;
	float: left;
}

#secondary {
	width:260px;
	float: left;
}

/* =Header
-------------------------------------------------------------- */
#topbg {
    display: block;
    width: 1351px;
    margin:0 auto;
    height: auto;
    background-image: url(images/top_background.png);
    background-repeat: no-repeat;
}

#header {
    display: block;
    margin:0 auto;
	width:1000px;
	height: 270px;
}

#site-description {
	font-family: verdana;
	font-size: 16pt; 
	color: #a2a2a2; 
	font-weight: normal; 
	position:absolute;
	margin-left: 8px; 
	margin-top: 165px;
}

#header .phone {
    color: #fff;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    width: 1000px; /* устанавливаем ширину 1000px */
    height: 24px; /*устанавливаем высоту блока в 24 px */
    position: absolute;
    margin-top: 246px;
    background-color: #151515;
    z-index:1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #151515;
    -moz-box-shadow: 1px 1px 2px #151515;
    -o-box-shadow: 1px 1px 2px #151515;
    -ms-box-shadow: 1px 1px 2px #151515;
    box-shadow: 1px 1px 2px #151515;  
}


#access ul {
    margin: 0; 
    padding: 0; /* устанавливаем отступы */
}

#access li    {
    display: block;
    float: left;
    width: 160px;
    line-height: 24px; /* Эта высота должна совпадать с высотой, указанной в #header-nav */
    height: 24px; /* Эта высота должна совпадать с высотой, указанной в #header-nav */
    position: relative; /* Устанавливаем родительское отношение к суб-меню */
}

/*стиль ссылок в меню*/
#access li a  {
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 15px; /*устанавливаем размер полей вокруг надписи на кнопке в меню*/
    text-align:center; /*устанавливаем положение текста по-центру */
    text-decoration: none; /*отменяем всяческое декорирование ссылок, такое как не нужное нам в этом случае подчеркивание */
	font-family: Tahoma, Helvetica, sans-serif; /*устанавливаем шрифт надписи */
    font-weight: normal; /* устанавливаем насыщенность начертания шрифта */
	font-size: 13px; /*устанавливаем размер шрифта в 14px */
	color: #A2A2A2; /*устанавливаем текст шрифта надписи на кнопке в меню*/
    text-shadow: 1px 1px 1px #373737;
    filter: dropshadow(color=#373737, offx=1, offy=1);
}

#access a {
    color: #a2a2a2; 
    text-decoration: none;
    text-transform:uppercase;
    -webkit-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
/*устанавливаем стиль ссылок в меню при наведении мыши*/
#access a:hover {
    color: #FFFFFF; /*устанавливаем белый цвет текста надписи на кнопке в меню при наведении мыши*/
	background-color: #151515
    text-shadow: 1px 1px 1px #373737;
    filter: dropshadow(color=#373737, offx=1, offy=1);
}

/*выделение активной страницы и выбранного пункта меню*/
#access li.current_menu_parent, #access li.current_page_item, #access li .current_page_ancestor {   
    color: #FFFFFF;
    background-color: #292929;
    text-shadow: 1px 1px 1px #373737;
    filter: dropshadow(color=#373737, offx=1, offy=1);
    text-decoration: none; /*отменяем всяческое декорирование ссылок, такое как не нужное нам в этом случае подчеркивание */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/* Определяем вид всех суб-меню */
#access ul ul {
    display: none; /* скрываем все суб-меню с виду */
    position: absolute; /*определяем абсолютную позицию относительно высшей точки меню, включая сумму всех высот и отступов */
    top: 24px; /*определяем абсолютную позицию относительно высшей точки меню, включая сумму всех высот и отступов */
    background-color: #292929;
}

/* Определяем вид всех подпунктов суб-меню */
#access ul ul li {
    float: none; /* overwriting our float up above */
    width: 200px; /* Устанавливаем ширину для суб-меню. Это значение должно совпадать со значением указанным ниже*/
}

/* Определяем вид ссылок всех подпунктов суб-меню */
#access ul ul li a {
    padding: 0px 10px; 
    text-align:left; /*устанавливаем положение текста в меню слева*/
    font-size: 11px; /*устанавливаем размер шрифта в 12px */    
    text-shadow: 1px 1px 1px #373737;
    filter: dropshadow(color=#373737, offx=1, offy=1);
    font-weight: normal; /* устанавливаем насыщенность начертания шрифта */
}

/* отображает суб-меню, в то время как курсор установлен на пункте меню - родителе */
#access ul li:hover > ul {
    display: block; 
}

/*Определяем стиль второго, третьего и более глубоких уровней меню */
#access ul ul li ul {
    left: 200px; /* Устанавливаем отступ влево относительно родительского пункта меню */
    top: 0; /* Устанавливаем начало пункта в линию с началом родительского пункта меню */
    background-color: #000000
}

/* =Content
-------------------------------------------------------------- */
#branding {
    margin-bottom: 10px;
    width: 720px;
    height: 360px;
}

#content {
    padding: 20px 0px 0px 20px;
    margin:0 auto;
    float : left;
    width: 700px;
    height:auto;
    background-color: #151515;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #151515;
    -moz-box-shadow: 1px 1px 2px #151515;
    -o-box-shadow: 1px 1px 2px #151515;
    -ms-box-shadow: 1px 1px 2px #151515;
    box-shadow: 1px 1px 2px #151515;  
}

#content2 {
    float : left;
    width: 258px;
    height:100%;
    margin: 0 auto;
    background-color: #151515;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #151515;
    -moz-box-shadow: 1px 1px 2px #151515;
    -o-box-shadow: 1px 1px 2px #151515;
    -ms-box-shadow: 1px 1px 2px #151515;
    box-shadow: 1px 1px 2px #151515;
}
#page-content {
    padding: 20px 0px 0px 20px;
    float : left;
    width: 980px;
    height:auto;
    background-color: #151515;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #151515;
    -moz-box-shadow: 1px 1px 2px #151515;
    -o-box-shadow: 1px 1px 2px #151515;
    -ms-box-shadow: 1px 1px 2px #151515;
    box-shadow: 1px 1px 2px #151515;  
}
.addon-block #page-content {
    background: url(images/slide_04.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 0;
    width: 1000px;
}
.addon-block .order-form-content .order-form-content-wrapper {
    background: rgba(21,21,21,0.6);
    float: right;
    padding: 20px 0;
    width: 45%;
}
.addon-block .order-form-content #posttitle,
.addon-block .order-form-content #postcontent {
    width: auto;
}
.addon-block .order-form-content #postcontent {
    margin-bottom: 0;
}
.addon-block .order-form-content .clear-all {
    clear: both;
}
.foot-slider-girls-wrapper .foot-slider-girls-content {
    margin-top: 10px;
}
.foot-slider-girls-wrapper #page-content {
    /*background: url(images/slide_04.jpg) no-repeat 0 0;
    background-size: cover;*/
    padding: 20px 0;
    width: 1000px;
}
#content a, #content a:visited, #content a:active {
    text-decoration: none;
    color:#E6E6E6;
}

#content a:hover {
    color: #EC008C;
}

#posttitle {
    width:960px;
    font-family: georgia, "times", serif;
    font-size: 24pt;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: 'Lobster', cursive;
}

#postcontent {
    width:960px;
    margin-bottom: 20px;
    color: #a2a2a2;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

#content-thumbnail {
    float: left;
    width: 240px;
    height: 200px;
}

#content-thumbnail img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}


#content2-thumbnail {
    float: left;
    width: 240px;
    height: auto;
}

#thumb2-description {
    width: 240px;
    height: 50px;
    float: left;
    text-decoration:none;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #A2A2A2;
}

#content-thumbnail img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#content-thumbnail img:hover{
    -webkit-filter: grayscale(100%);
}

#thumb-description {
    background-image: url(images/shadow200.png);
    background-position: 50% 10px;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    top:150px;
    text-decoration:none;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-weight: normal;
    font-size: 13px;
    color: #A2A2A2;
}

.thumb-description {
    position:relative;
    top:50%;
    margin-top: -12px;
}

#content-row {
	width: 720px;
    height: 200px;
}

#content-group {
    float : left;
    height: 40px;
    width: 680px;
    margin-bottom:10px;
    border-bottom: solid 1px #272727
}

#content-group2 {
    float : left;
    height: 39px;
    width: 680px;
    border-bottom: solid 1px #000000;
}


.content-group-text {
    font-family: tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 3px;
    text-shadow: 1px 1px 1px #4E4E4E;
    filter: dropshadow(color=#4E4E4E, offx=1, offy=1);
    position:relative;
    top:20px;
}

#content-text {
    float: left;
    height: auto;
    width:auto;
    text-indent: 20px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    color: #a2a2a2;
    font-family: 'Lobster', cursive;
    padding: 0 20px 10px 0;
}

/* =Footer
----------------------------------------------- */
#colophon {
    float: left;
    padding-top: 10px;
	width: 1000px;
    height: 300px;
    margin: 10px auto;
    background-color: #151515;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #151515;
    -moz-box-shadow: 1px 1px 2px #151515;
    -o-box-shadow: 1px 1px 2px #151515;
    -ms-box-shadow: 1px 1px 2px #151515;
    box-shadow: 1px 1px 2px #151515;
    color: #a2a2a2;
}

#columns{
    width: 980px;
    height: 270px;
    position:relative;
    top: 5px;
    left: 10px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

#col1 {
    float: left;
    width: 189px;
    height: 265px;
    border-right: 1px solid #272727;
}

#col2-4 {
    float: left;
    width: 198px;
    height: 265px;
    border-left: 1px solid #000000;
    border-right: 1px solid #272727;
}

#col5 {
    float: left;
    position: relative;
    width: 189px;
    height: 265px;
    border-left: 1px solid #000000;
}

#col-name {
    position:relative;
    color: #E6E6E6;
    left: 4px;
    width: 190px;
    height: 18px;
    border-bottom: 1px solid #000000;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    float: bottom;
    text-align: center;
}
#col-item {
    width: 190px;
    height: 18px;
    margin-left:4px;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    float: bottom;
    padding-top: 5px;
}

#copyright {
    width: 980px;
    height: 24px;
    margin-top: 5px;
    /*position: relative;*/
    /*top: 5px;*/
    /*left: 10px;*/
    /*border-top: 1px solid #272727;*/
}

.copyright {
    position: relative;
    top: 5px;
    left: 20px;
    color: #a2a2a2;
    font-family: verdana;
    font-size: 12px;
}

/* =Sidebar extras
----------------------------------------------- */
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 20px;
}
.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    cursor: default;
}

.ch-info-wrap, 
.ch-info{
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.ch-info-wrap {
    top: 20px;
    left: 20px;
    background: #f9f9f9 url(images/bg.jpg);
    box-shadow: 
        0 0 0 20px rgba(255,255,255,0.2), 
        inset 0 0 3px rgba(115,114, 23, 0.8);
    
}

.ch-info {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-front {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    
    z-index: 100;
    box-shadow: 
        inset 2px 1px 4px rgba(0,0,0,0.1);
}

.ch-info .ch-info-back {
    background: rgba(230,132,107,0);
}

.ch-img-1 { 
    background-image: url(images/vak.jpg);
}

.ch-img-2 { 
    background-image: url(images/cocktail.jpg);
}

.ch-img-3 { 
    background-image: url(images/relax.jpg);
}
.ch-img-4 { 
    background-image: url(images/spa.jpg);
}
.ch-img-5 { 
    background-image: url(images/podarok.jpg);
}
.ch-img-6 { 
    background-image: url(images/tea.jpg);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 25px;
    padding: 40px 0 0 0;
    height: 50px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
    text-align: center;

    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-info .more-s {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;

    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.ch-info a:hover h3,
.ch-info a:hover .more-s {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
    -webkit-transform: rotate3d(1,0,0,-180deg);
    -moz-transform: rotate3d(1,0,0,-180deg);
    -o-transform: rotate3d(1,0,0,-180deg);
    -ms-transform: rotate3d(1,0,0,-180deg);
    transform: rotate3d(1,0,0,-180deg);
    
    box-shadow: 
        inset 0 0 5px rgba(255,255,255,0.2), 
        inset 0 0 3px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-back {
    background: rgba(240, 119, 240, 0.6);
}

.order-form-content {
    padding: 20px 10px 0px 10px;
    margin-top: 10px;
}

.order-form-content .order-form {
    margin: 0 auto;
    width: 250px;
}

.order-form form {
    text-align: center;
}

.order-form .title-f-r {
    display: block;
    padding-bottom: 5px;
    text-align: left;
}

.order-form form p {
    padding: 5px 0;
}

.order-form input:not([type=submit]),
.order-form textarea {
    background: rgba(103,100,129,0.8);
    border: 1px solid #9e9dac;
    border-radius: 5px;
    color: #bbbac5;
    font-size: 16px;
    padding: 2px 4% 4px;
    width: 92%;
}

.order-form input[type=submit] {
    background:  #fe60ff url(images/btn_heart.png) no-repeat 4px center/ auto 60%;
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -webkit-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -moz-linear-gradient(#fed7fe, #fe60ff), url(images/btn_heart.png) no-repeat 0 0;
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -o-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -ms-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, linear-gradient(#fed7fe, #fe60ff);

    border: 1px solid rgba(255,95,255,0.8);
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 11px;
    text-transform: uppercase;

    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.order-form input[type=submit]:after {
    background: #fff;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}

.order-form input[type=submit]:hover {
    opacity: 0.85;
}

/* Отзывы Begin */

.reviews-list-wrapper > ul {
    list-style: none;
}

.reviews-list-wrapper > ul > li {
    border-bottom: 1px solid #a2a2a2;
    padding: 20px 0;
}

.reviews-list-wrapper > ul > li:first-of-type {
    padding: 10px 0 20px;
}

.reviews-list-wrapper > ul > li:last-of-type {
    border-bottom: 0;
}

.reviews-list-wrapper > ul > li > div {
    display: inline-block;
    vertical-align: top;
}

.reviews-list-wrapper .review-photo-wrapper {
    width: 20%;
}

.reviews-list-wrapper .review-photo-wrapper img {
    width: 90%;
}

.reviews-list-wrapper .review-content-wrapper {
    width: 80%;
}

.reviews-list-wrapper .review-content-wrapper h3 {
    margin-bottom: 15px;
}

/* Отзывы End */

/* Форма анкета begin */

.worksheet-add-form {
    margin: 0 auto;
    width: 50%;
}

.worksheet-add-form input[type="text"],
.worksheet-add-form input[type="tel"],
.worksheet-add-form input[type="email"],
.worksheet-add-form input[type="number"],
.worksheet-add-form textarea {
    background: rgba(103,100,129,0.8);
    border: 1px solid #9e9dac;
    border-radius: 5px;
    color: #bbbac5;
    font-size: 16px;
    padding: 3px 2%;
    width: 96%;
}

.worksheet-add-form textarea {
    height: 100px;
}

.worksheet-add-form input[type="number"] {
    width: 100px;
}

.worksheet-add-form input[type=submit] {
    background:  #fe60ff url(images/btn_heart.png) no-repeat 4px center/ auto 60%;
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -webkit-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -moz-linear-gradient(#fed7fe, #fe60ff), url(images/btn_heart.png) no-repeat 0 0;
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -o-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, -ms-linear-gradient(#fed7fe, #fe60ff);
    background: url(images/btn_heart.png) no-repeat 4px center/ auto 60%, linear-gradient(#fed7fe, #fe60ff);

    border: 1px solid rgba(255,95,255,0.8);
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 11px;
    text-transform: uppercase;

    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.worksheet-add-form input[type=submit]:after {
    background: #fff;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}

.worksheet-add-form input[type=submit]:hover {
    opacity: 0.85;
}

.worksheet-add-form .submit_btn {
    text-align: center;
}

.worksheet-add-form form > div {
    margin-bottom: 15px;
}

.worksheet-add-form form > div > br {
    display: none;
}

.worksheet-add-form label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.worksheet-add-form label span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.worksheet-add-form .photos_girl > div {
    padding-right: 50px;
    position: relative;
}

.worksheet-add-form .photos_girl > div:not(:first-of-type) {
    display: none;
}

.worksheet-add-form .photos_girl > div > span:not([class]) {
    border: 1px solid #9e9dac;
    border-radius: 3px;
    cursor: pointer;
    height: 22px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 3px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.worksheet-add-form .photos_girl > div > span:not([class]):hover {
    background: rgba(103,100,129,0.8);
}

.girls-lists article {
    display: inline-block;
    padding: 0 0 20px;
    width: 50%;
}

.girls-lists article #posttitle {
    width: auto;
}

.postcontent-wrapper {
    display: table;
    width: 100%;
}

.postcontent-wrapper > * {
    display: table-cell;
    vertical-align: top;
}

.postcontent-wrapper .photo {
    width: 150px;
}

.postcontent-wrapper .photo a {
    display: block;
    line-height: 0;
    -webkit-transition: 100ms linear 0s;
    -moz-transition: 100ms linear 0s;
    -o-transition: 100ms linear 0s;
    transition: 100ms linear 0s;
}

.postcontent-wrapper .photo a:hover {
    transform: scale(1.1);
}

.postcontent-wrapper .photo img {
    width: 100%;
}

.postcontent-wrapper #postcontent {
    padding-left: 20px;
    width: auto;
}

.postcontent-wrapper #postcontent * {
    line-height: 18px;
    text-align: left;
}

.postcontent-wrapper #postcontent > * {
    margin-bottom: 5px;
}

.postcontent-wrapper #postcontent strong {
    font-weight: bold;
}

.postcontent-wrapper .more-btn a {
    color: red;
    font-weight: bold;
    margin-top: 15px;
}

.postcontent-wrapper .more-btn a:hover {
    text-decoration: underline;
}

.full-anketa-girl {
    padding: 0 20px 20px 0;
}

.full-anketa-girl .postcontent-wrapper {
    display: table;
    width: 100%;
}

.full-anketa-girl .postcontent-wrapper > * {
    display: table-cell;
    vertical-align: top;
}

.full-anketa-girl .postcontent-wrapper .photos {
    padding: 0 20px 0 0;
}

.full-anketa-girl .postcontent-wrapper .photos img {
    position: relative;
    width: 100%;

    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s;
}

.full-anketa-girl .postcontent-wrapper .photos img:hover {
    transform: scale(1.5);
    z-index: 9;
}

.full-anketa-girl .postcontent-wrapper .photos .photos-wrapper > div {
    margin-bottom: 15px;
}

.full-anketa-girl .postcontent-wrapper .description {
    color: #a2a2a2;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    width: 40%;
}

.full-anketa-girl .postcontent-wrapper .description > * {
    margin-bottom: 5px;
}

.full-anketa-girl strong {
    font-weight: bold;
}

.full-anketa-girl .postcontent-wrapper .description * {
    line-height: 18px;
    text-align: left;
}

/* Форма анкета end */

/* -------------------------------------- */

#ads_carousel .slider-3 ul li img {
	max-width: 195px;
	height: 195px;
	display: block;
	min-height: auto;
	float: none;
	margin: 15px auto;
}
#ads_carousel {
	position: relative;
	margin-bottom: 30px;
	font-family: tahoma;
}
#ads_carousel li {

}
#slider-inner-block {
	border: 1px solid #eee;
	width:90%;
	margin: 0 auto;
	background: rgba(103,100,129,0.8);
	color: #fff;
}
.slider-3-info-block {
	min-width: 160px;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.slider-3 .bx-wrapper .bx-prev {
    left: 0px;
    background: url('images/slider-3-arrow-left.png') no-repeat;
        background-size: auto auto;
		margin-left: -15px;
}
.slider-3 .bx-wrapper .bx-next {
    right: 0px;
    background: url('images/slider-3-arrow-right.png') no-repeat;
        background-size: auto auto;
		margin-right: -15px;
}
.slider-3 .bx-wrapper .bx-prev, .slider-3 .bx-wrapper .bx-next {
    width: 19px;
	height: 40px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -16px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 50;
}
#tit_sl_prod {
    display: block;
    min-height: 50px;
    text-align: left;
	box-sizing: border-box;
}
#slider-inner-padd {
    padding: 0 10px;
	box-sizing: border-box;
	display: block;
}
#cost_prod {
    font-weight: bold;
    font-size: 16px;
}
#ads_link {
    display: block;
    float: right;
    background-color: #e353c2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -5px;
    cursor: pointer;
    box-shadow: 1px 1px 3px brown;
    text-shadow: 0px 0px 1px #555;
}
#ads_title {
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #fff;
	font-family: tahoma;
	padding-top: 20px;
}
#ads_likes {
	
    position: absolute;
    margin-top: -25px;
}
#ads_likes .like {
	background: url('img/g_like_h.png') no-repeat 0px 0px transparent;
    border-radius: 5px !important;
    height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    bottom: 5px;
    position: absolute;
    left: 15px;
    cursor: pointer;
    padding-left: 40px;
}
