/*------------------------------------------------------------------
[Basic info about this CSS]

Site: www.artursliwinski.pl
For: dr n. med. Artur Śliwiński
Author: Lukasz Bachur/Eppearance.pl, hand coded
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Style reset]
-------------------------------------------------------------------*/

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, img, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*------------------------------------------------------------------
[Basic styles]
-------------------------------------------------------------------*/

body {
    background: #eae5cc url(../img/main_background.jpg) top center no-repeat;
    color: #797256;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 15px;
    line-height: 27px;
    margin: 0;
}

p {
    margin: 0 0 15px 0;
}

a {
    color: #72495e;
    text-decoration: underline;
}

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

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.distext {
    display: none;
}

.description {
    font-family: 'OpenSansItalic', Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

h1 {
    font-size: 30px;
}

h2 {
    color: #8b7d75;
    font-size: 19px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

h2 span {
    color: #a57b62;
}

h2.home_left_column {
    color: #a57b62;
    text-transform: uppercase;
}

h2.home_right_column {
    color: #56496d;
    text-transform: uppercase;
}

h2.intervention_header {
    color: #8b7d75;
    font-size: 23px;
}

h3 {
    font-size: 16px;
    color: #a57b62;
    text-transform: uppercase;
    margin: 25px 0 5px;
}
h3 a {
    color: #a57b62;
}
h3.no-margin{
	margin: 0 0 15px 0;
}

h4 {
    font-size: 15px;
    color: #a57b62;
    text-transform: uppercase;
    margin: 5px 0 10px;
}

ul {
    margin-left: 20px;
    list-style-type: disc;
    margin-bottom: 15px;
}

ul.files {
    font-size: 12px;
    list-style-type: none;
    margin: 0 0 25px 0;
}

ul.files li {
    background: url('../img/file_icon.png') no-repeat 4px 8px;
    border-bottom: 1px solid #d6d1b9;
    padding: 2px 6px 4px 30px;
    display: block;
    clear: both;
    min-height: 39px;
    line-height: 15px;
}

ul.files li:hover { background-color: #efebd7; }

ul.files li a {
    float: left;
    text-align: right;
    display: block;
    width: 100px;
    padding-top: 5px;
}

ul.files li span {
    display: block;
    float: left;
    width: 423px;
    padding-top: 5px;
}

ul.prices {
    font-size: 12px;
    list-style-type: none;
    margin: 0 0 25px 0;
}

ul.prices li {
    background: url('../img/price_icon.png') no-repeat 4px 8px;
    border-bottom: 1px solid #d6d1b9;
    padding: 4px 6px 4px 30px;
}

ul.prices li:hover { background-color: #efebd7; }

ul.prices li a {
    float: right;
}

ol {
    margin-left: 25px;
    list-style-type: decimal;
    margin-bottom: 15px;
}

.contact-tab {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1001;
}

/*------------------------------------------------------------------
[Main containers]
-------------------------------------------------------------------*/

.centered_content {
    margin: 0 auto;
    text-align: left;
    width: 978px;
}

/*------------------------------------------------------------------
[Menu]
-------------------------------------------------------------------*/

#menu_wrapper {
    background: transparent url(../img/menu_bg.png) top left repeat-x;
    height: 120px;
    margin: 0 0 40px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1000;
}

#menu_wrapper .centered_content ul {
    list-style-type: none;
    margin: 55px 0 0 0;
    float: left;
    font-size: 20px;
}

#menu_wrapper .centered_content ul li {
    color: #606060;
    margin: 0 53px 0 0;
    float: left;
}

#menu_wrapper .centered_content ul li#last {
    color: #606060;
    margin: 0;
    float: left;
}

#menu_wrapper .centered_content ul li a {
    color: #606060;
    text-decoration: none;
    display:block;
    line-height: 21px;
}

#menu_wrapper .centered_content ul li a:hover {
    color: #72495e;
    text-decoration: none;
}

.dropdown_wrapper {
    background: transparent url(../img/dropdown_bg.png) top left repeat-x;
    height: 155px;
    left: 0;
    position: absolute;
    top: 119px;
    width: 100%;
    z-index: 100;
    display: none;
}

.dropdown_item {
    color: #72495e;
    font-size: 14px;
    float: left;
    margin: 0 19px 0 0;
    text-align: center;
    width: 120px;
}

.dropdown_item:last-child {
    margin: 0!important;
}

a.dd_tile {
    color: #606060;
    display: block;
    height: 115px;
    width: 138px;
}

a.dd_tile:hover {
    color: #873961;
    display: block;
    height: 117px;
    width: 138px;
}

/*------------------------------------------------------------------
[Contact Tab]
-------------------------------------------------------------------*/

.contact-tab {
    position: fixed;
    right: -282px;
    top: 150px;
    z-index: 1001;
}

.contact-tab a {
	display: block;
	float: left;
	width: 50px;
}

.contact-tab .tab-content {
	width: 260px;
	background-color: #fbfaf5;
	height: 300px;
	margin-left: 50px;
	margin-top: 3px;
	border-top: 2px solid #F6efea;
	border-bottom: 2px solid #F6efea;
	border-left: 2px solid #F6efea;
	padding: 10px 10px 15px 10px;
}

.contact-tab .tab-content .zoomed-out {
	-ms-transform: scale(0.785);
        -ms-transform-origin: 0 0;
        -moz-transform: scale(0.785);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.785);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
        transform: scale(0.785);
        transform-origin: 0 0;
}

.contact-tab .tab-content .zoomed-out .go_to_contact{
	margin: 20px 0 0 60px;
	width: 200px;
}



.contact-tab .tab-content img a {
	border: 0;
}

/*------------------------------------------------------------------
[Content]
-------------------------------------------------------------------*/

/*--------
a) overall
--------*/

#top_stripe {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 978px;
}

#ptchprie {
    background: transparent url(../img/ptchprie_logo.png) top left no-repeat;
    color: #736171;
    float: right;
    font-size: 11px;
    line-height: 13px;
    margin: 15px 22px 0 0;
    padding: 6px 0 6px 70px;
    text-transform: uppercase;
}

/*#contact_stripe {
        background: transparent url(../img/contact_stripe_bg.png) top left repeat;
        float: right;
        font-size: 17px;
        margin: 30px 0 0 0;
        padding: 3px 10px 3px 10px;
}*/

img#fb_top_logo, img#yt_top_logo {
    float: left;
    margin: 0 0 0 7px;
}

#top_phone_number {
    display: block;
    float: left;
    margin: 6px 3px 3px 0;
    line-height: 0;
}

#main_slider {
    position: absolute;
    top: 0;
    left: 205px;
    height: 450px;
    width: 450px;
    overflow: hidden;
}

#welcome_clinic {
    margin-top: -20px;
    margin-left: 20px;
    text-align: left;
    float: left;
}

#welcome_doctor {
    margin-top: 40px;
    text-align: left;
    float: right;
    position: relative;
}

#welcome_doctor_subsite {
    margin-top: 40px;
    margin-right: 50px;
    text-align: left;
    float: right;
    position: relative;
}

#welcome_surname_bottom {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #56496D;
    left: -233px;
    opacity: 0.8;
    padding: 1px 6px 3px;
    position: absolute;
    top: 224px;
    z-index: 100;
}

#welcome_subsite {
    margin-top: 44px;
    text-align: left;
    float: left;
}

#welcome_surname {
    color: #56496d;
    font-size: 32px;
    margin: 0 0 8px 0;
}

#welcome_surname h1 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

#welcome_logo {
    color: #56496d;
    font-size: 32px;
    margin: 0 0 8px 10px;
}

h2#links_h2{
	font-size: 30px;
	margin-left: 10px;
	margin-top: -24px;
	margin-bottom: -25px;
}

h2#links_h2 a{
	font-size: 30px;
	margin-left: 10px;
	margin-top: -24px;
	margin-bottom: -25px;
}

h2#links_h2 a:hover{
	font-size: 30px;
	margin-left: 10px;
	margin-top: -24px;
	margin-bottom: -25px;
}

h1#logo_amc {
    display: block;
    width: 200px;
    height: 242px;
}

h1#logo_amc a {
    display: block;
    height: 242px;
    background: transparent url(../img/logo_amc.png) top left no-repeat;
}

h1#logo_amc a:hover {
    background: transparent url(../img/logo_amc.png) 0 -242px;
}

#features-icons {
    margin: 33px 0 0 5px;
}

#features-icons a img {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    z-index: 1000;
}

#welcome_titles {
    color: #56496d;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

#welcome_titles a {
    text-decoration: none;
}

#welcome_titles a:hover {
    color: #A57B62;
}

#welcome_titles h2 {
    margin-bottom: 0;
}

#welcome_txt {
    color: #56496d;
    font-size: 16px;
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    height: 68px;
}

.phone_label {
    float: left;
    display: block;
    width: 105px;
    font-family: 'OpenSansSemiBold';
}

.soon {
    font-family: 'OpenSansItalic', Arial, sans-serif;
    font-size: 14px;
}

#dr_foto {
    margin: 40px 0 0 25px;
}

img#signature {
    margin: 10px 0 0 130px;
}

#sub_left_column {
    float: left;
    margin: 30px 84px 0 0;
    width: 560px;
}

.half_sub_left_column {
    width: 255px;
}

#sub_right_column {
    float: left;
    width: 309px;
}

.sub_right_box_wrapper {
    background: transparent url(../img/sub_right_column_middle_bg.jpg) top left repeat-y;
    float: left;
    margin: 0;
    padding: 0 0 0 25px;
    width: 309px;
}

.estheticon {
    padding: 0;
    background: #ffffff!important;
}

.estheticon .main-wrapper {
    width: 330px;
}

.sub_right_box {
    background: transparent url(../img/home_flower_bg.jpg) bottom right no-repeat;
    padding: 30px 25px 30px 0;
    min-height: 250px;
    width: 283px;
}

.contact_right_box {
    background: transparent;
    padding: 30px 25px 30px 0;
    margin: 0 0 20px 0;
    min-height: 250px;
    width: 283px;
}

span.contact_icon {
    width: 60px;
    float: left;
}

span.contact_icon img {
    vertical-align: middle;
}

.sub_right_column_bottom {
    width: 334px;
    height: 3px;
    background: transparent url(../img/home_right_column_bottom_bg.jpg) top left no-repeat;
    float: left;
    margin-bottom: 25px;
}

img.right_box_img {
    margin: 0 0 20px 0;
}

.sub_right_intervention_box {
    float: left;
    width: 334px;
    height: 337px;
    padding: 25px 0 0 25px;
    background: url('../img/intervention_bg.jpg') no-repeat;
    position: relative;
}

.sub_right_intervention_box a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #c9c9c9;
    position: absolute;
    left: 15px;
}

.sub_right_intervention_box a:hover {
    border-bottom: 1px solid #bdbdbd;
    color: #6b1e46;
}

.sub_right_intervention_box a .dot {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 16px;
}

.sub_right_intervention_box a#hand-surgery:hover .dot,
.sub_right_intervention_box a#plastic-surgery:hover .dot,
.sub_right_intervention_box a#aesthetic-surgery:hover .dot,
.sub_right_intervention_box a#surgery:hover .dot,
.sub_right_intervention_box a#gynecology:hover .dot,
.sub_right_intervention_box a#aesthetic-gynecology:hover .dot,
.sub_right_intervention_box a#orthopedics:hover .dot {
    background-position: 0 -21px;
}

.sub_right_intervention_box a#hand-surgery {
    width: 130px;
    top: 65px;
    line-height: 18px;
}

.sub_right_intervention_box a#hand-surgery .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -22px;
    top: 7px;
}

.sub_right_intervention_box a#plastic-surgery {
    width: 140px;
    top: 100px;
    line-height: 18px;
}

.sub_right_intervention_box a#plastic-surgery .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 25px;
}

.sub_right_intervention_box a#aesthetic-surgery {
    width: 120px;
    top: 150px;
    line-height: 18px;
}

.sub_right_intervention_box a#aesthetic-surgery .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 26px;
}

.sub_right_intervention_box a#surgery {
    width: 132px;
    top: 205px;
    line-height: 18px;
}

.sub_right_intervention_box a#surgery .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 28px;
}

.sub_right_intervention_box a#gynecology {
    width: 132px;
    top: 255px;
    line-height: 18px;
}

.sub_right_intervention_box a#gynecology .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 10px;
}

.sub_right_intervention_box a#aesthetic-gynecology {
    width: 132px;
    top: 278px;
    line-height: 18px;
}

.sub_right_intervention_box a#aesthetic-gynecology .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 28px;
}

.sub_right_intervention_box a#orthopedics {
    width: 138px;
    top: 330px;
    line-height: 18px;
}

.sub_right_intervention_box a#orthopedics .dot {
    background: url('../img/dot_violet.png') no-repeat;
    right: -25px;
    top: 0;
}


.carrer_row h3 {
    font-size: 26px;
    color: #7f758f;
}

.images_grid {
    float: left;
    margin-bottom: 30px;
}

.images_row {
    float: left;
    width: 605px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.image_wrap {
    float: left;
    margin-left: 45px;
}

.image_wrap:first-child { margin-left: 0; }

.image_wrap span {
    text-align: center;
    color: #72495e;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 3px;
    width: 235px;
    float: left;
    line-height: 19px;
}

.image_centered {
    margin-left: 143px!important;
}

.image_box {
    background: url('../img/image_bg.png') no-repeat;
    width: 229px;
    height: 135px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 50px;
}

.image_box img {
    float: left;
    position: relative;
    margin: 3px 0 0 4px;
    width: 221px;
    height: 126px;
}

.image_box:hover img {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
}

.link a {
    background: url('../img/read_more_bg.png') no-repeat;
    width: 160px;
    height: 31px;
    position: absolute;
    top: 50px;
    left: 35px;
    font-size: 13px;
    padding-top: 1px;
    text-align: center;
    display: none;
}
div.image_box_trip {
	position:relative;
}

span.image_box_trip_caption {
	background: #fff;
	padding: 2px 15px;
	border-radius: 20px;
	box-shadow: 0 2px 2px #DBD9D9;
	line-height: 31px;
	position: absolute;
	top:135px;
	left:133px;
	text-decoration: underline;
}

span.image_box_trip_caption:hover {
	text-decoration: none;
}

.image_box_trip_caption img {
	vertical-align: middle;
	margin-right: 5px;
}

.image_box:hover a {
    display: block;
}

img.left {
    float: left;
    margin: 0 15px 15px 0;
}

img.right {
    float: right;
    margin: 0 0 15px 15px;
}

img.small {
    background: url('../img/small_image_bg.png') no-repeat;
    width: 181px;
    padding: 3px 3px 6px 4px;
}

img.noborder {
    background: none!important;
}

img.big {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    float: left;
    height: auto;
    width: 505px;
}

img#map {
    float: left;
    margin-top: 10px;
    margin-left: -24px;
}

#map_canvas {
    float: left;
    margin-top: 10px;
    margin-left: -24px;
    width: 332px;
    height: 300px;
}


/*------
b) home
------*/

#home_left_column {
    background: transparent url(../img/home_left_column_middle_bg.jpg) top left repeat-y;
    float: left;
    margin: 0 29px 0 0;
    min-height: 300px;
    padding: 30px 25px 0 25px;
    width: 340px;
}

#home_left_column_bottom {
    width: 390px;
    height: 3px;
    margin: 30px 0 0 -25px;
    background: transparent url(../img/home_left_column_bottom_bg.jpg) top left no-repeat;
}

#home_right_column_wrapper {
    background: transparent url(../img/home_right_column_middle_bg.jpg) top left repeat-y;
    float: left;
    margin: 0;
    padding: 0 0 0 25px;
    width: 534px;
}

#home_right_column {
    background: transparent url(../img/home_flower_bg.jpg) bottom right no-repeat;
    padding: 30px 25px 30px 0;
    min-height: 423px;
}

#home_right_column_bottom {
    width: 559px;
    height: 3px;
    margin: 0 0 0 -25px;
    background: transparent url(../img/home_right_column_bottom_bg.jpg) top left no-repeat;
}

img#img_left_floated {
    float: left;
    padding: 0 10px 0 0;
}

/*-----------------
c) doktor sliwinski
-----------------*/

.carrer_row {
    float: left;
    line-height: 23px;
    margin: 0 0 7px 0;
}

.carrer_item_left {
    float: left;
    margin: 0 56px 0 0;
    width: 252px;
}

.carrer_item_right {
    float: left;
    margin: 0;
    width: 252px;
}

/*--------
d) zabiegi
--------*/

/*-------------------------
e) informacje dla pacjentow
-------------------------*/
.steps {
    float: left;
    height: 113px;
    width: 100%;
    margin: 15px 0 30px;
}

.steps .line {
    width: 36px;
    height: 56px;
    float: left;
    border-bottom: 1px solid #c9c9c9;
}

.steps .circle {
    width: 113px;
    height: 75px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    line-height: 17px;
    padding-top: 38px;
    color: #7f7e79;
}

.steps .white { background: url('../img/circle_white.png') no-repeat; }
.steps .orange { background: url('../img/circle_orange.png') no-repeat; }
.steps .violet { background: url('../img/circle_violet.png') no-repeat; }
.steps .blue { background: url('../img/circle_blue.png') no-repeat; }

/*------
f) media
------*/

/*--------
g) kontakt
--------*/
form#contact-form {
    float: left;
    margin-top: 30px;
    width: 552px;
}

form#contact-form dt {
    float: left;
    width: 552px;
}

form#contact-form dd {
    float: left;
    width: 552px;
    margin-bottom: 10px;
}

input[type="text"] {
    border: 1px solid #d8d4bf;
    border-bottom: 2px solid #cecab8;
    height: 40px;
    width: 370px;
    padding: 0 10px;
    line-height: 40px;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-size: 14px;
    color: #797256;
}

input[type="text"].errors {
    border: 1px solid #d87f7f;
    border-bottom: 2px solid #d87f7f;
}

input[type="submit"] {
    border: 0;
    background: url('../img/send_message.gif') no-repeat;
    width: 213px;
    height: 42px;
    float: right;
    cursor: pointer;
}

input[type="submit"].de {
    background: url('../img/send_message_de.gif') no-repeat;
    width: 294px;
}

input[type="submit"].en {
    background: url('../img/send_message_en.gif') no-repeat;
    width: 213px;
}

input[type="submit"]:hover {
    background-position: 0 -42px;
}

textarea {
    border: 1px solid #d8d4bf;
    border-bottom: 2px solid #cecab8;
    height: 120px;
    width: 539px;
    resize: none;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    color: #797256;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
}

ul.errors {
    color: #d87f7f;
    font-family: 'OpenSansItalic', Arial, sans-serif;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
}




/*------------------------------------------------------------------
[Images]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Footer]
-------------------------------------------------------------------*/

#footer {
    background: transparent url(../img/footer_bg.jpg) top center repeat-y;
    color: #706464;
    font-size: 12px;
    line-height: 21px;
    margin: 55px 0 0 0;
    padding: 30px 0;
    width: 100%;
}

#left_footer {
    margin-left: 50px;
    width: 100%;
}


#middle_footer {
    margin: 60px 0 0 0;
    float: left;
    text-align: left;
    width: 245px;
}

#right_footer {
    margin: 50px 0 0 0;
    float: right;
    width: 198px;
}

.footer_logo_text{
    display:block;
    padding-bottom: 25px;
    font-size: 20px;
}

.footer_logo_item {
    float: left;
    margin: 0 129px 0 0;
    padding: 17px;
    display:block;
}

.footer_logo_item_last {
    float: left;
    margin: 0;
}

.large_logo {
    display:none;
}

.financing_links {
    text-decoration: none;
}

#medi_raty_logo {
    margin: 30px 36px 70px 10px;
}

#pragnienia_kobiet_logo {
    margin: 0 36px 70px 0;
}

#ratalnie_logo {
    margin: 0 0 70px 0;
}

.implants-left {
    margin-right: 96px;
}

.implants-wrapper{
    margin-top: 30px;
}

.implants-wrapper img {
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
}

.pagination a {
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #72495E;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pagination a:hover, .pagination a.active {
    background: #dacdc4;
}

/*.sel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/

/*
 *
 *  Zabiegi
 *
 */

.go-up {
  position: fixed;
  bottom: 80px;
  right: 50px;
  text-decoration: none;
}

.go-back {
  position: fixed;
  bottom: 20px;
  right: 50px;
  text-decoration: none;
}

.go-back,
.go-up {
  color: #a57b62;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  transition: 400ms all ease;
  vertical-align: middle;
}

.go-back:hover,
.go-up:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 400ms all ease;
}

h3 a span {
  margin-left: -5px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

tr,
td {
  border: 1px solid #BB9C82;
  padding: 3px 6px;
}

.new-catalog-desc .title {
  font-size: 21px;
  color: #797256;
  font-weight: 900;
}

.new-catalog-desc .new-catalog-list {
  padding-left: 50px;
  margin-bottom: 20px;
  list-style-image: url('../img/list-img.png');
}

.new-catalog-list a {
  color: #797256;
}

.new-catalog-list a:hover {
  color: #72495e;
}


.right_column_img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.read-more h4 {
  cursor: pointer;
  color: #787155;
  text-align: right;
  text-transform: none;
}

.hidden-text {
  display: none;
  clear: both;
}

.innovation {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid #D1C4B4;
}

.innovation-title {
  color: #72495b;
  margin-bottom: 15px!important;
  font-weight: 900;
}

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

.img-left {
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.new-catalog h2 {
  color: #72495b;
  margin-bottom: 0px;
}

.new-catalog-buttons {
  text-align: center;
  margin: 30px 0 50px 0;
}

.new-catalog-buttons img {
  display: inline-block;
  margin: 0 10px;
  opacity: 1;
  transition: 400ms ease;
}
.new-catalog-buttons img:hover {
  opacity: 0.7;
  transition: 400ms ease;
  cursor: pointer;
}

.new-catalog-selector {
  text-align: center;
  background-color: #d6c6b9;
}

.new-catalog-selector.light {
  background-color: #eae5cc;
}

.new-catalog-selector span {
  position: relative;
  top: -47px;
}

.new-catalog-title {
  text-align: center;
  text-transform: uppercase;
  color: #71485A;
  font-size: 65px;
  font-weight: 400;
  margin-top: 30px;
}

.center-img-block {
  text-align: center;
}

.center-img-block a {
  display: inline-block;
}

.new-catalog-sub-title {
  text-align: center;
  text-transform: uppercase;
  color: #71485A;
  font-size: 33px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.25em;
}

.catalog-abs {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

.catalog-abs:hover {
  cursor: pointer;
}

.catalog-abs.men {
  left: auto;
  right: 0px;
}

.catalog-abs.top {
  bottom: 0px;
  top: auto;
}

.active-abs {
  display: none;
}

.new-catalog-parts-single {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #d6c6b9;

  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.new-catalog-parts-single span {
  display: inline-block;
  vertical-align: middle;

  line-height: 32px;
  font-size: 24px;
  color: #71485A;
  text-transform: uppercase;
}

.facebook-share {
  float: right;
}

.new-catalog-parts-single.grey {
  background-color:  #ded5c4;
}


.fancybox-inline-img {
  float: left;
  display: inline-block;
  width: 449px;
  border-left: 1px solid #CCC;
}


.hide {
  display: none;
}