.container {
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff
}

@font-face {
    font-family: Minion_bold;
    src: url('fonts/Minion%20Cyrillic%20Bold.ttf')
}

@font-face {
    font-family: Minion_Italic;
    src: url('fonts/Minion%20Cyrillic%20Italic.ttf')
}

@font-face {
    font-family: 'Conv_FTR45';
    src: url('fonts/FTR45.eot');
    src: local('☺'), url('fonts/FTR45.woff') format('woff'), url('fonts/FTR45.ttf') format('truetype'), url('fonts/FTR45.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: opensans_light;
    src: url('fonts/OpenSans-Light.ttf')
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('fonts/OpenSans-CondLightItalic.ttf')
}

@font-face {
    font-family: 'bikham';
    src: url('fonts/bikham.ttf')
}

@font-face {
    font-family: opensansRegular;
    src: url('fonts/OpenSans-Regular.ttf')
}

@font-face {
    font-family: open_sans_bold;
    src: url('fonts/OpenSans-CondBold.ttf')
}

.opensans_light {
    font-family: opensans_light
}

.open_sans_bold {
    font-family: open_sans_bold
}

.opensans_regular {
    font-family: opensansRegular
}

.bikham {
    font-family: 'bikham'
}

.open_sans {
    font-family: open_sans_condensedbold
}

.Conv_FTR45 {
    font-family: 'Conv_FTR45'
}

.Minion_bold {
    font-family: Minion_bold
}

.Minion_Italic {
    font-family: Minion_Italic
}

body {
    background: url("../img/body_bg.jpg") 50% 0 repeat-y;
}

.header_bg {
    background: #fff;
    padding: 0 0 10px 0
}

.container .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}

.container .header .header_left {
    margin: 10px 0 0 0
}

.container .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}

.container .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}

.container .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}

.container .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px;
    display: none;
}

.container .header .header_left .input-group span button:focus {
    outline: 0
}

.container .header .header_left .input-group span button:active {
    box-shadow: none
}

.container .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}

.container .header .header_left .left_header_nav .current a {
    color: #c19e55
}

.container .header .header_left .left_header_nav li {
    padding: 0 10px;
}

.container .header .header_left .left_header_nav li.hasChildren ul {
    display: none;
}

.container .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}

.container .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}
.container .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.left_header_nav li {
    position: relative;
}
.left_header_nav li ul{
    position: absolute;
    list-style: none;
    margin: 0;
    background: #fff;
    min-width: 100px;
    /*padding-top: 12px;*/
    padding-bottom: 12px;
    padding-right: 12px;
    top: 20px;
    left: 0;
    z-index: 1000;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.container .header .header_left .left_header_nav li.hasChildren ul li {
    padding: 0 0 0 14px;
    margin: 10px 0 0 0;
}
.container .header .header_left .left_header_nav li.hasChildren ul li a {
    font-size: 13px;
    white-space: nowrap;
}
.container .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}
.container .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 44px
}
.container .header .header_right {
    margin: 10px 0 0 0
}
.container .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}
.container .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}
.container .header .header_right .right_header_nav li.current a {
    color: #c19e55
}
.container .header .header_right .right_header_nav li {
    padding: 0 10px
}
.container .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}
.container .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}
.container .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.container .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}
.header_slider .slider_top {
    position: relative;
    overflow: hidden
}
.header_slider .slider_top .slider_top_bg {
    position: absolute;
    bottom: 0;
    /*background: url("../img/slider_bg.png") 50% 58px no-repeat;*/
    background: url("../img/slider_bg.png") 50% 0 no-repeat;
    width: 100%;
    height: 125px;
    z-index: 90;
}
.header_slider .slider_top .slider .slide {
    position: relative;
    overflow: hidden;
    float: left;
}
.header_slider .slider_top .slider .slide .slide_img {
    width: 100%;
    height: 478px;
    background: no-repeat
}
.header_slider .slider_top .slider .slide .slider_text_wrap {
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff;
    z-index: 110 !important;
    position: relative;
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left {
    margin: 10px 0 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group span button:focus {
    outline: 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .input-group span button:active {
    box-shadow: none
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav .current a {
    color: #c19e55
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav li {
    padding: 0 18px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 26px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right {
    margin: 10px 0 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li.current a {
    color: #c19e55
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li {
    padding: 0 10px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.header_slider .slider_top .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}
.header_slider .slider_top .slider .slide .slider_text_wrap .slider_text {
    position: absolute;
    background: url("../img/slide_text_bg.png");
    width: 376px;
    max-height: 180px;
    bottom: 26px;
    z-index: 10;
    color: #fff;
    padding: 16px 19px;
    margin-left: 15px;
    z-index: 110 !important;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.header_slider .slider_top .slider_nav_wrap {
    position: relative;
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff
}
.slider_nav a{
	text-indent:-9999px;
	float:left;
	margin:0px 1px;}
.header_slider .slider_top .slider_nav_wrap .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_left {
    margin: 10px 0 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group span button:focus {
    outline: 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .input-group span button:active {
    box-shadow: none
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav .current a {
    color: #c19e55
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav li {
    padding: 0 18px
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.header_slider .slider_top .slider_nav_wrap .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}
.header_slider .slider_top .slider_nav_wrap .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 26px
}
.header_slider .slider_top .slider_nav_wrap .header .header_right {
    margin: 10px 0 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li.current a {
    color: #c19e55
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li {
    padding: 0 10px
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}
.header_slider .slider_top .slider_nav_wrap .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}
.header_slider .slider_top .slider_nav_wrap .slider_nav {
    position: absolute;
    bottom: 26px;
    right: 15px;
    z-index: 100;
}
.header_slider .slider_top .slider_nav_wrap .slider_nav .current {
    background: url("../img/slider_nav_img2.png") no-repeat
}
.header_slider .slider_top .slider_nav_wrap .slider_nav a {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/slider_nav_img.png") no-repeat;
    display: inline-block;
    font-size: 0;
    margin: 0 0 0 4px;
}
.header_slider .slider_top .slider_nav_wrap .slider_nav a:hover {
    background: url("../img/slider_nav_img2.png") no-repeat
}
.slider_content {
    position: relative
}
.slider_content .slider .slide {
    float: left;
    line-height: 42px;
    width: 170px;
    text-align: center;
    overflow: hidden;
    margin: 0 38px
}
.slider_content .slider .slide a {
    opacity: .8
}
.slider_content .slider .slide a:hover {
    opacity: 1
}
.slider_content .prew_back {
    position: absolute;
    display: block;
    width: 16px;
    height: 30px;
    background: url("../img/prew_back.png");
    bottom: 10px
}
.slider_content .prew_back:hover {
    opacity: .75
}
.slider_content .prew_next {
    position: absolute;
    display: block;
    width: 16px;
    height: 30px;
    background: url("../img/prew_back.png");
    bottom: 10px;
    background: url("../img/prew_next.png");
    right: 0
}
.slider_content .prew_next:hover {
    opacity: .75
}
.concluded_content .new_offers {
    margin: 0 30px 0 0
}
.concluded_content .new_offers:last-child {
    margin: 0
}
.name {
    color: #c19e55;
    width: 100%;
    font-size: 15px;
    background: url("../img/border_offers.png") 50% repeat-x;
    overflow: hidden;
    margin: 22px 0;
    font-family: Minion_bold
}
.name .text_bg {
    background: #fff;
    padding-right: 20px;
    letter-spacing: 2px
}
.new_offers {
    width: 300px;
    position: relative
}
.new_offers .shadow {
    position: absolute;
    bottom: -11px;
    display: none
}
.new_offers:hover .shadow {
    display: block
}
.new_offers .new_offers_wrap {
    background: #f7f7f7;
    padding: 5px 5px 7px 5px;
}
.new_offers .new_offers_wrap .offers_img {
    overflow: hidden;
    width: 290px;
    height: 262px;
    text-align: center;
    display: block;
}
.new_offers .new_offers_wrap .name_offers {
    width: 100%;
    padding: 28px 7px 0 7px;
    outline: hidden;
    border-bottom: 1px solid #dccaa6;
}
.new_offers .new_offers_wrap .name_offers a {
    color: #383838;
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    font-family: opensansRegular;
    padding: 0 0 4px 0;
    float: left;
    overflow: hidden;
    max-width: 276px;
    text-overflow: ellipsis;
    display: block;
}
.new_offers .new_offers_wrap .name_offers a:hover {
    text-decoration: none;
}
.new_offers .new_offers_wrap .description_offers {
    padding: 7px 7px 20px 7px;
    color: #383838;
    font-size: 12px;
    font-family: opensansRegular
}
.new_offers .new_offers_wrap .description_offers div {
    height: 17px;
    outline: hidden
}

.new_offers .new_offers_wrap .price_wrap {
    padding: 0 7px
}

.new_offers .new_offers_wrap .price_wrap .price {
    color: #b28e43;
    font-size: 20px;
    font-family: Candara
}

.new_offers .new_offers_wrap .price_wrap .price span {
    /*color: #383838;*/
    font-size: 16px;
    /*font-family: opensansRegular;*/
}

.new_offers .new_offers_wrap .price_wrap .price_link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    padding: 6px 16px
}

.new_offers .new_offers_wrap .price_wrap .price_link:hover {
    background: #2d71af
}
.new_offers_main_page
.events_wrap .events_img {
    width: 290px;
}

.events_wrap .event_date {
    font-size: 20px;
    color: #b28e43;
    font-family: Candara;
    padding: 0 7px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.events_wrap a {
    font-family: opensansRegular;
    color: #383838;
    font-size: 20px;
    line-height: 20px;
    padding: 0 7px 0 7px;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
}

.events_wrap .event_event {
    padding: 0 7px;
    font-size: 12px;
    color: #383838;
    font-family: opensansRegular;
    line-height: 18px;
    overflow: hidden
}
.events_wrap .event_event p {
    margin: 0;
}
.container .club_wrap {
    background: url("../pic/club_img.png");
    position: relative;
}

.container .club_wrap .club_top {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-style: italic;
    font-family: Minion_Italic;
    line-height: 20px;
    margin-top: 44px
}

.container .club_wrap .club_bottom {
    text-align: center;
    margin: 170px 0 0 0
}

.container .club_wrap .club_bottom .top {
    font-size: 15px;
    font-family: Minion_bold;
    color: #d2b16d;
    margin-bottom: 10px;
    height: 21px;
    overflow: hidden
}

.container .club_wrap .club_bottom .bottom {
    line-height: 14px;
    font-size: 13px;
    color: #d2b16d;
    height: 28px;
    overflow: hidden
}

.container .club_wrap .club_border {
    width: 153px;
    height: 1px;
    background: #163857;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 14px
}

.container .club_wrap .club_link {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    width: 134px;
    padding: 6px 14px;
    margin: 0 auto
}

.container .club_wrap .club_link:hover {
    opacity: .9
}

.border {
    width: 100%;
    height: 1px;
    background: #c19e55;
    margin: 53px 0 25px 0
}

.video_wrap {
    background: #f7f7f7;
    width: 476px;
    padding: 15px
}

.video_wrap .video {
    position: relative;
    overflow: hidden
}

.video_wrap .video .play_video {
    position: absolute;
    display: block;
    height: 78px;
    width: 78px;
    background: url("../img/play_video.png") no-repeat;
    top: 100px;
    left: 184px
}

.video_wrap .video .play_video:hover {
    background: url("../img/play_video2.png") no-repeat
}

.video_wrap .video_description {
    margin: 14px 0 0 0;
    border-top: 1px solid #dccaa6;
    padding: 5px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    font-family: opensansRegular;
    font-size: 20px;
    color: #383838;
    letter-spacing: 1px;
}

.video_wrap .video_description a {
    font-family: opensansRegular;
    font-size: 20px;
    color: #383838;
    letter-spacing: 1px
}

.footer {
    margin: 28px 0 10px 0;
    border-top: 1px solid #c19e55
}

.footer .footer_content {
    padding: 30px 0 0 0
}

.footer .footer_content:first-child {
    margin: 0 92px 0 0
}

.footer .footer_content .footer_contacts {
    padding: 0 0 20px 0;
    color: #c19e55;
    font-family: Minion_bold;
    font-size: 15px;
    letter-spacing: 1px
}

.footer .footer_content .footer_phone {
    padding: 0 0 0 26px;
    background: url("../img/phone_img.png") 4px 4px no-repeat;
    font-family: opensansRegular;
    font-size: 13px;
    color: #9e7d38;
    width: 248px
}

.footer .footer_content .footer_phone li {
    padding-left: 0
}

.footer .footer_content .footer_mail {
    padding: 0 0 0 26px;
    margin: 6px 0 0 0;
    background: url("../img/mail_img.png") 0 4px no-repeat;
    font-family: opensansRegular;
    font-size: 13px;
    color: #9e7d38
}
.footer_nav {
    margin: 15px 0 0 0;
    float: left;
    width: 105%;
}
.footer_nav li {
    padding: 0 0 0 75px;
}
.footer_nav li:first-child {
    padding: 0;
}
.footer_nav li a {
    font-family: opensansRegular;
    color: #9e7d38;
    font-size: 13px;
    text-decoration: none
}
.footer_nav li a:hover {
    color: #000
}
.footer .footer_content .soc_link {
    margin:0;
}
.footer .footer_content .soc_link li {
    padding: 0 10px 0 0
}
.footer .footer_content .soc_link li:hover {
    opacity: .8
}
.footer .footer_content .logo_footer {
    text-align: right;
    display: block;
    padding: 0 0 8px 0
}
.footer .footer_content .all_rights {
    font-family: opensans_light;
    color: #9e7d38;
    font-size: 11px
}
.catalog_wrap {
    padding: 0;
    margin-top: -20px
}
.catalog_wrap .catalog {
    border: 1px solid #f2f1f2;
    padding: 20px
}
.catalog_wrap .catalog .slider_content .slider .slide {
    margin: 0 37px
}
.catalog_form {
    margin: 14px 0 0 0
}
.catalog_form .select_wrap {
    width: 232px;
    display: inline-block;
    margin: 0 50px 0 0
}
.catalog_form .select_wrap .form-control {
    border: 0;
    border-bottom: 1px solid #383838;
    height: 26px;
    border-radius: inherit;
    box-shadow: none;
    padding: 4px 8px 4px 4px;
    color: #c2a058;
    font-size: 15px;
    font-family: opensansRegular
}
.catalog_form .select_wrap label {
    color: #383838;
    font-size: 13px;
    font-family: opensansRegular;
    padding: 0 8px;
    font-weight: normal
}
.catalog_form .input-group {
    display: inline-block;
    width: 68px;
    margin: 0 10px 0 0;
    color: #c2a058
}

.catalog_form .input-group label {
    color: #383838;
    font-size: 13px;
    font-family: opensansRegular;
    padding: 0 0 0 8px;
    font-weight: normal
}

.catalog_form .input-group .form-control {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none;
    font-size: 15px;
    color: #c2a058;
    font-family: opensansRegular;
    border-bottom: 1px solid #383838
}

.catalog_wrap .catalog_new_offer {
    color: #000;
    background: url("../img/border_catalog.png") 0 50% repeat-x
}

.catalog_offer .new_offers {
    margin: 0 19px
}

.catalog_offer .new_offers:first-child {
    margin-left: 0
}

.catalog_offer .new_offers:last-child {
    margin-right: 0
}

.all_boat_wrap .new_offers {
    margin: 42px 18px 0 18px
}

.all_boat_wrap .new_offers:nth-child(3n+1) {
    margin-left: 0
}

.all_boat_wrap .new_offers:nth-child(3n-3) {
    margin-right: 0
}

.all_boat_wrap .new_offers:nth-child(-n+3) {
    margin-top: 0
}

.pagination_wrap {
    display: block;
    text-align: center
}

.pagination_wrap .pagination {
    text-align: center;
    margin: 50px 0 20px 0
}

.pagination_wrap .pagination li.active a {
    background: #c18e55;
    color: #fff
}

.pagination_wrap .pagination li.active a:hover {
    background: #c18e55
}

.pagination_wrap .pagination li a {
    color: #c19e55;
    font-size: 13px;
    font-family: opensansRegular;
    border: 0
}

.about_wrap {
    background: #f7f7f7;
    padding: 30px
}

.about_wrap .name {
    margin-top: 0
}

.about_wrap .name span {
    background: #f7f7f7
}

.about_wrap .pull-left {
    width: 340px;
    overflow: hidden;
    font-family: opensansRegular;
    padding: 14px 0 0 0
}

.about_wrap .pull-left div {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #383838;
    line-height: 30px;
    width: 340px
}

.about_wrap .pull-left p {
    font-size: 12px;
    color: #383838;
    text-align: justify;
    font-family: opensansRegular;
    line-height: 20px
}

.about_wrap .pull-right {
    width: 550px
}

.about_wrap .pull-right .slider_wrap {
    position: relative
}

.about_wrap .pull-right .slider_wrap .slider {
    position: relative;
    outline: hidden
}

.about_wrap .pull-right .slider_wrap .slider .slide img {
    margin: 0 0 0 10px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap {
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left {
    margin: 10px 0 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:focus {
    outline: 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:active {
    box-shadow: none
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav .current a {
    color: #c19e55
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li {
    padding: 0 18px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 26px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right {
    margin: 10px 0 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li.current a {
    color: #c19e55
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li {
    padding: 0 10px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}

.about_wrap .pull-right .slider_wrap .slider .slide .slider_text {
    position: absolute;
    background: url("../img/slide_text_bg.png");
    width: 376px;
    height: 180px;
    font-family: "Times New Roman";
    color: #fff;
    padding: 16px 19px;
    font-size: 13px;
    margin-top: -206px;
}

.about_wrap .pull-right .slider_wrap .slider_nav {
    position: absolute;
    bottom: -20px;
    right: 0
}

.about_wrap .pull-right .slider_wrap .slider_nav .current {
    background: url("../img/slider_nav_img2.png") no-repeat
}

.about_wrap .pull-right .slider_wrap .slider_nav a {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/slider_nav_img.png") no-repeat;
    display: inline-block
}

.about_wrap .pull-right .slider_wrap .slider_nav a:hover {
    background: url("../img/slider_nav_img2.png") no-repeat
}

.big_banner {
    background: url("../pic/big_bunner.png");
    height: 270px;
    margin-top: 30px
}

.big_banner .pull-right {
    height: 250px;
    width: 440px;
    text-align: center;
    padding: 120px 0 0 0
}

.big_banner .pull-right div {
    color: #f7f7f7;
    font-family: Minion_Italic;
    font-size: 20px
}

.big_banner .pull-right a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    width: 134px;
    padding: 6px 12px;
    margin: 0 auto;
    margin-top: 20px
}

.big_banner .pull-right a:hover {
    opacity: .9
}

.dockage {
    margin: 28px 0
}

.dockage .dockage_img {
    width: 476px
}

.dockage .dockage_img .pull-left {
    margin-right: 10px;
    width: 228px;
    height: 212px;
    overflow: hidden;
    margin-bottom: 26px;
    opacity: .75;
    position: relative
}

.dockage .dockage_img .pull-left .zoom {
    display: none;
    position: absolute;
    z-index: 10
}

.dockage .dockage_img .pull-left .category_gal {
    display: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-family: opensansRegular;
    background: url("../img/category_gal.png")
}

.dockage .dockage_img .pull-left:hover {
    opacity: 1;
    background: url("../img/zoom_img.png");
    z-index: 2
}

.dockage .dockage_img .pull-left:hover .zoom {
    display: block;
    top: 92px;
    left: 90px
}

.dockage .dockage_img .pull-left:hover .category_gal {
    display: block
}

.dockage .dockage_info {
    width: 502px;
    font-family: opensansRegular;
    color: #383838;
    padding-left: 30px;
    padding-right: 30px
}

.dockage .dockage_info div {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 20px
}

.dockage .dockage_info p {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px
}

.block_calina {
    height: 260px;
    background: #f1f1f1;
    text-align: center;
    position: relative;
    padding: 0 264px;
    padding-top: 32px;
    margin-top: 20px;
}

.block_calina .title {
    color: #2c2513;
    font-family: Minion_bold;
    font-size: 15px
}

.block_calina .calina_border {
    background: url("../img/calina_border.png");
    width: 116px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px
}

.block_calina p {
    color: #383838;
    font-size: 12px;
    font-family: opensansRegular
}

.block_calina .calina_logo_left {
    position: absolute;
    left: 40px;
    bottom: 0
}

.block_calina .calina_logo_right {
    position: absolute;
    right: 30px;
    bottom: 0
}

.service_wrap {
    margin: 0 0 40px 0
}

.service_wrap .pull-left {
    width: 387px
}

.service_wrap .pull-left .service_title {
    font-family: Minion_bold;
    color: #c19e55;
    font-size: 28px;
    line-height: 30px
}

.service_wrap .pull-left .service_title2 {
    color: #383838;
    font-size: 12px;
    font-family: opensansRegular;
    line-height: 20px;
    margin: 16px 0 26px 0
}

.service_wrap .pull-left .at_your_service {
    color: #383838;
    font-size: 20px;
    font-family: opensansRegular
}

.service_wrap .pull-left .at_your_service_wrap {
    font-family: opensansRegular;
    line-height: 20px;
    font-size: 13px;
    color: #9e7d38;
    background: #f7f7f7;
    padding: 15px 10px;
    margin-top: 10px
}

.service_wrap .pull-left .at_your_service_wrap div {
    border-bottom: 1px solid #e9e1ce;
    padding: 0 0 0 20px
}

.service_wrap .pull-left .at_your_service_wrap div:hover {
    background: #eeecec;
    border-bottom: 1px solid #eeecec
}

.service_wrap .pull-right {
    width: 551px
}

.service_wrap .pull-right .slider_wrap {
    position: relative
}

.service_wrap .pull-right .slider_wrap .slider {
    position: relative;
    outline: hidden
}

.service_wrap .pull-right .slider_wrap .slider .slide img {
    margin: 0 0 0 10px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap {
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff;
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left {
    margin: 10px 0 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:focus {
    outline: 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:active {
    box-shadow: none
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav .current a {
    color: #c19e55
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li {
    padding: 0 18px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 26px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right {
    margin: 10px 0 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li.current a {
    color: #c19e55
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li {
    padding: 0 10px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .slider_text {
    position: absolute;
    background: url("../img/slide_text_bg.png");
    width: 376px;
    height: 180px;
    bottom: 26px;
    z-index: 10;
    font-family: "Times New Roman";
    color: #fff;
    font-size: 25px;
    padding: 16px 19px
}

.service_wrap .pull-right .slider_wrap .slider .slide .slider_text_wrap .slider_text span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin: 10px 0 0 0
}

.service_wrap .pull-right .slider_wrap .slider_nav {
    position: absolute;
    bottom: -26px;
    right: 0
}

.service_wrap .pull-right .slider_wrap .slider_nav .current {
    background: url("../img/slider_nav_img2.png") no-repeat
}

.service_wrap .pull-right .slider_wrap .slider_nav a {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/slider_nav_img.png") no-repeat;
    display: inline-block;
    font-size: 0;
}

.service_wrap .pull-right .slider_wrap .slider_nav a:hover {
    background: url("../img/slider_nav_img2.png")
}

.breadcrumb_ship {
    background: 0;
    padding-left: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0ceaa;
    border-radius: 0;
    margin-bottom: 25px;
    font-family: Minion_bold
}

.breadcrumb_ship li a {
    color: #c19e55;
    font-size: 15px
}
.ship_slider_top {
    min-height: 293px;
}
.ship_slider_top .slider {
    width: 440px;
    overflow: hidden;
    min-height: 293px;
    max-height: 293px;
}

.ship_slider_top .slider .slide {
    float: left;
    display: block;
}

.ship_slider_bottom {
    position: relative;
    margin-bottom: 30px
}

.ship_slider_bottom .slider {
    /*padding: 0 21px;*/
    padding: 0 0;
    margin: 8px 0 0 21px;
    width: 398px;
    height: 91px;
    overflow: hidden;
}

.ship_slider_bottom .slider .slide {
    float: left;
    padding: 0 5px;
    display: block;
    line-height: 91px;
    text-align: center;
    vertical-align: middle;
}

.ship_slider_bottom .slider .slide img {
    height: 91px;
    width: 122px;
}

.ship_slider_bottom .slider .slide:hover {
    opacity: .7
}

.ship_slider_bottom .prew_back {
    background: url("../img/ship_prew_back.png");
    width: 12px;
    height: 22px;
    position: absolute;
    bottom: 40px;
    left: 0
}

.ship_slider_bottom .prew_back:hover {
    opacity: .8
}

.ship_slider_bottom .prew_next {
    background: url("../img/ship_prewnext.png") no-repeat;
    width: 12px;
    height: 22px;
    position: absolute;
    bottom: 40px;
    right: 0
}

.ship_slider_bottom .prew_next:hover {
    opacity: .8
}

.ship_video .video_wrap {
    width: inherit
}

.ship_video .video_wrap .video {
    width: inherit
}

.ship_video .video_wrap .video a {
    left: 172px
}

.ship_wrap .pull-left {
    width: 440px
}

.ship_wrap > .pull-right {
    width: 500px
}

.ship_wrap > .pull-right .ship_title {
    color: #c19e55;
    padding-left: 10px;
    font-family: Minion_bold;
    font-size: 28px
}

.ship_wrap > .pull-right .ship_link {
    background: url("../img/ship_link_bg.png") 50% repeat-x;
    margin: 20px 0 14px 0
}

.ship_wrap > .pull-right .ship_link .current a {
    color: #191919
}

.ship_wrap > .pull-right .ship_link li {
    background: #fff;
    padding: 0 3px;
    margin: 0 16px
}

.ship_wrap > .pull-right .ship_link li:first-child {
    margin-left: 0
}

.ship_wrap > .pull-right .ship_link li:last-child {
    margin-right: 0
}

.ship_wrap > .pull-right .ship_link li a {
    font-family: Minion_bold;
    font-size: 15px;
    color: #c19e55;
    text-decoration: none
}

.ship_wrap > .pull-right .ship_link li a:hover {
    color: #191919
}

.ship_wrap > .pull-right .ship_characteristics {
    padding: 15px 10px;
    background: #f7f7f7;
    /*height: 649px;*/
}

.ship_wrap > .pull-right .ship_characteristics .border_characteristics {
    border-bottom: 1px solid #e9e1ce
}

.ship_wrap > .pull-right .ship_characteristics .border_characteristics:hover {
    background: #eeecec;
    border-bottom: 1px solid #eeecec
}

.ship_wrap > .pull-right .ship_characteristics .border_characteristics .pull-left {
    width: 300px;
    color: #9e7d38;
    font-size: 13px;
    line-height: 20px;
    font-family: opensansRegular;
    padding-left: 22px
}

.ship_wrap > .pull-right .ship_characteristics .border_characteristics .pull-right {
    width: 180px;
    font-size: 13px;
    line-height: 20px;
    font-family: opensansRegular;
    color: #383838
}

.ship_wrap > .pull-right .ship_characteristics .price {
    border-bottom: 1px solid #dccaa6
}

.ship_wrap > .pull-right .ship_characteristics .price .pull-left {
    line-height: 50px
}

.ship_wrap > .pull-right .ship_characteristics .price .pull-right {
    line-height: 50px;
    font-size: 18px
}
.ship_characteristics form {
    margin: 0;
}
.inquiry {
    padding-right: 20px
}

.inquiry .inquiry_info {
    padding: 22px 0;
    font-family: opensansRegular;
    font-size: 13px;
    color: #383838
}

.inquiry .input-group {
    width: 100%
}

.inquiry .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none;
    font-size: 15px;
    font-family: opensansRegular;
    border-bottom: 1px solid #888;
    background: #f7f7f7;
    padding-left: 0
}

.inquiry .captcha_wrap {
    margin: 10px 0 0 0
}

.inquiry .captcha_wrap .captcha_info {
    color: #838383;
    font-size: 12px;
    font-family: opensansRegular;
    display: inline-block;
    padding-right: 24px
}

.inquiry .captcha_wrap .captcha_img {
    display: inline-block
}

.inquiry button {
    color: #fff;
    background: #c19e55;
    border-radius: 0;
    height: 26px;
    width: 134px;
    padding: 0;
    margin: 30px 0 0 0
}

.on_the_picture label {
    display: inline-block;
    color: #838383;
    font-size: 12px;
    font-family: opensansRegular;
    font-weight: normal;
    padding: 0 42px 0 0
}

.on_the_picture input.form-control {
    display: inline-block;
    width: 260px
}

.ship_club_wrap .service_title {
    font-family: Minion_bold;
    color: #c19e55;
    font-size: 28px;
    line-height: 30px
}

.ship_club_wrap .service_title2 {
    color: #383838;
    font-size: 12px;
    font-family: opensansRegular;
    line-height: 20px;
    margin: 16px 0 26px 0
}

.ship_club_wrap .at_your_service {
    color: #383838;
    font-size: 20px;
    font-family: opensansRegular
}

.ship_club_wrap .at_your_service_wrap {
    font-family: opensansRegular;
    line-height: 20px;
    font-size: 13px;
    color: #9e7d38;
    background: #f7f7f7;
    padding: 15px 10px;
    margin-top: 10px
}

.ship_club_wrap .at_your_service_wrap div {
    border-bottom: 1px solid #e9e1ce;
    padding: 0 0 0 20px
}

.ship_club_wrap .at_your_service_wrap div:hover {
    background: #eeecec;
    border-bottom: 1px solid #eeecec
}

.event_date {
    color: #b28e43;
    font-family: Candara;
    font-size: 20px
}

.event_container {
    padding: 40px 0 0 0
}

.event {
    margin: 14px 0
}

.event:first-child {
    margin-top: 0
}

.event:last-child {
    margin-bottom: 0
}

.event .pull-left {
    width: 280px;
    height: 260px;
    overflow: hidden
}

.event .pull-right {
    width: 680px
}

.event .pull-right .date {
    color: #b28e43;
    font-family: Candara;
    font-size: 20px
}

.event .pull-right .event_title {
    color: #383838;
    font-size: 20px;
    font-family: opensansRegular;
    line-height: 30px;
    height: 60px;
    overflow: hidden
}

.event .pull-right .event_content {
    font-family: opensansRegular;
    color: #383838;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    height: 96px;
    overflow: hidden
}

.event .pull-right .event_link {
    color: #fff;
    text-decoration: none;
    display: block;
    background: #c19e55;
    padding: 6px 16px;
    float: left;
    margin: 24px 0 0 0
}

.event .pull-right .event_link:hover {
    background: #2d71af
}
.map_wrap .map {
    overflow: hidden;
}
.map_wrap .map img {
    max-width: inherit;
}
.map_info {
    background: url("../img/map_info_img.png");
    top: 90px;
    padding: 26px 36px;
    margin-bottom: 10px
}

.map_info .map_info_name {
    font-family: Minion_bold;
    font-size: 24px;
    padding: 0 0 18px 0;
    color: #fff;
    border-bottom: 1px solid #a5c1dc;
    font-weight: 800
}

.map_info .contact_map_block {
    margin-top: 10px
}

.map_info .contact_map_block div {
    float: left;
    width: 120px;
    text-align: right;
    font-family: opensansRegular;
    font-size: 13px;
    color: #b9d1e9;
    margin-right: 16px
}

.map_info .contact_map_block span {
    font-family: opensansRegular;
    color: #fffeff;
    font-size: 13px
}

.map_info .gps {
    line-height: 20px
}

.map_info div.telephone span {
    white-space: pre;
    color: #fff
}

.map_info div.telephone span span {
    font-size: 10px
}

.our_services_wrap .our_services {
    height: 215px;
    width: 472px;
    margin: 20px 17px 10px 17px
}

.our_services_wrap .our_services:nth-child(2n) {
    margin-right: 0
}

.our_services_wrap .our_services:nth-child(2n -1) {
    margin-left: 0
}

.our_services_wrap .our_services .our_services_content {
    width: 242px;
    height: 215px;
    overflow: hidden;
    padding: 0 0 0 18px
}

.our_services_wrap .our_services .our_services_content .our_services_title {
    font-family: opensansRegular;
    font-size: 20px;
    color: #383838;
    padding: 5px 0 15px 0;
    line-height: 20px
}

.our_services_wrap .our_services .our_services_content .our_services_info {
    color: #383838;
    font-size: 12px;
    font-family: opensansRegular;
    line-height: 20px
}

.our_service_bg {
    background: #f7f7f7;
    padding: 20px
}

.our_service_bg .catalog_new_offer .text_bg {
    background: #f7f7f7
}

.club_container {
    background: #f7f7f7;
    padding: 30px
}

.club_container .text_bg {
    background: #f7f7f7
}

.club_container_top .pull-left .slider_wrap {
    width: 550px;
    position: relative
}

.club_container_top .pull-left .slider_wrap .slider {
    position: relative;
    outline: hidden
}

.club_container_top .pull-left .slider_wrap .slider .slide img {
    margin: 0 10px 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap {
    min-width: 1020px !important;
    margin: 0 auto;
    max-width: 1020px;
    background: #fff
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header {
    padding: 20px 0 0 0;
    margin: 0 0 22px 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left {
    margin: 10px 0 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group {
    border-bottom: 1px solid #a6a6a6;
    width: 240px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input {
    border: 0;
    height: 26px;
    border-radius: inherit;
    box-shadow: none
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group input:focus {
    border: 0;
    box-shadow: none
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button {
    background: url("../img/search_img.png") no-repeat;
    border: 0;
    width: 16px;
    height: 16px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:focus {
    outline: 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .input-group span button:active {
    box-shadow: none
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav {
    margin: 37px 0 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav .current a {
    color: #c19e55
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li {
    padding: 0 18px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:first-child {
    padding: 0 10px 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li:last-child {
    padding: 0 0 0 14px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_left .left_header_nav li a:hover {
    color: #c19e55
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_logo {
    display: block;
    float: left;
    margin: 0 0 0 26px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right {
    margin: 10px 0 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .phone_number {
    color: #838383;
    font-family: opensansRegular;
    font-size: 14px;
    text-align: right
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav {
    margin: 24px 0 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li.current a {
    color: #c19e55
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li {
    padding: 0 10px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:first-child {
    padding: 0 18px 0 0
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li:last-child {
    padding: 0 0 0 14px
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a {
    font-family: opensansRegular;
    color: #000;
    font-size: 15px;
    text-decoration: none
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text_wrap .header .header_right .right_header_nav li a:hover {
    color: #c19e55
}

.club_container_top .pull-left .slider_wrap .slider .slide .slider_text {
    background: url("../img/slide_text_bg.png");
    position: absolute;
    width: 376px;
    height: 180px;
    margin-top: -206px;
    z-index: 10;
    font-family: "Times New Roman";
    color: #fff;
    font-size: 25px;
    padding: 16px 19px;
    font-size: 13px;
    line-height: 20px;
    margin-left: 175px;
}

.club_container_top .pull-left .slider_wrap .slider_nav {
    position: absolute;
    bottom: -20px;
    right: 10px
}

.club_container_top .pull-left .slider_wrap .slider_nav .current {
    background: url("../img/slider_nav_img2.png") no-repeat
}

.club_container_top .pull-left .slider_wrap .slider_nav a {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/slider_nav_img.png") no-repeat;
    display: inline-block
}

.club_container_top .pull-left .slider_wrap .slider_nav a:hover {
    background: url("../img/slider_nav_img2.png") no-repeat
}

.club_container_top .pull-right {
    width: 368px;
    padding: 0 0 0 34px;
    text-align: justify
}

.club_container_top .pull-right div {
    font-family: Minion_bold;
    font-size: 28px;
    color: #c19e55;
    line-height: 30px;
    margin-bottom: 22px
}

.club_container_top .pull-right p {
    font-size: 12px;
    color: #383838;
    font-family: opensansRegular
}

.share_news_video .news_video_left {
    width: 460px
}

.share_news_video .news_video_left .club_news_wrap .club_news_img {
    width: 218px;
    height: 326px;
    overflow: hidden;
    padding: 5px;
    background: #f7f7f7;
    width: 228px;
    height: 336px
}

.share_news_video .news_video_left .club_news_wrap .club_news {
    padding: 0 0 0 10px;
    width: 232px;
    height: 336px;
    overflow: hidden
}

.share_news_video .news_video_left .club_news_wrap .club_news .news_price {
    font-family: candara;
    font-size: 20px;
    color: #b28e43;
    margin-bottom: 5px
}

.share_news_video .news_video_left .club_news_wrap .club_news .news_title {
    color: #383838;
    font-size: 20px;
    line-height: 20px;
    font-family: opensansRegular;
    margin-bottom: 14px
}

.share_news_video .news_video_left .club_news_wrap .club_news .news_news {
    font-family: opensansRegular;
    color: #383838;
    font-size: 12px;
    height: 180px;
    overflow: hidden;
    line-height: 20px
}
.news_news p {
    margin: 0;
}
.share_news_video .news_video_left .club_news_wrap .club_news a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    padding: 6px 16px
}

.share_news_video .news_video_left .club_news_wrap .club_news a:hover {
    background: #2d71af
}

.share_news_video .news_video_right {
    width: 518px;
    padding-left: 50px
}

.shares_wrapper .shares {
    height: 216px;
    margin-bottom: 23px
}

.shares_wrapper .shares:last-child {
    margin-bottom: 0
}

.shares_wrapper .shares .shares_left {
    padding: 5px;
    background: #f7f7f7;
    overflow: hidden;
    width: 198px;
    height: 216px
}

.shares_wrapper .shares .shares_right {
    width: 270px;
    padding-left: 10px
}

.shares_wrapper .shares .shares_right .shares_date {
    font-family: candara;
    font-size: 20px;
    color: #b28e43;
    margin-bottom: 5px
}

.shares_wrapper .shares .shares_right .shares_title {
    color: #383838;
    font-size: 20px;
    line-height: 20px;
    font-family: opensansRegular;
    margin-bottom: 14px
}

.shares_wrapper .shares .shares_right .shares_content {
    font-family: opensansRegular;
    color: #383838;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    height: 65px;
    margin: 0 0 14px 0
}

.shares_wrapper .shares .shares_right a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    padding: 6px 16px
}

.shares_wrapper .shares .shares_right a:hover {
    background: #2d71af
}

.our_service_bg_padding_fix {
    border: 1px solid #f2f1f2
}

.our_service_bg_padding_fix div.our_service_bg {
    border: 0;
    padding-bottom: 1px
}

div.catalog div.about_wrap div.event_img_fix {
    width: 540px;
    margin-left: 30px;
}

.product-tab-image{
    display: block;
    width: 230px;
    height: 140px;
    float: left;
    margin: 0 8px 8px 0;
}

.product-tab-image img{
    width: 230px;
    height: 140px;
}

#product-request-form .errorMessage{
    color: #ff0000;
}

.product-request-success{
    color: #c19e55;
}

.news-title{
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #383838;
    line-height: 30px;
    font-family: opensansRegular;
}

.news-view{
    color: #383838;
    /*font-family: opensansRegular;*/
    line-height: 16px;
}

.news-view-text{
    font-size: 12px;
    color: #383838;
    text-align: justify;
    font-family: opensansRegular;
}
.product_main_page .name_offers {
    white-space: nowrap;
    padding: 10px 7px 5px 7px !important;
}
.product_main_page .name_offers a {
    height: 28px !important;
}
.product_main_page .new_offers .new_offers_wrap .description_offers {
    padding: 7px 7px 15px 7px !important;
}
.product_main_page .new_offers .shadow {
    bottom: -12px;
}
.new_offers_main_page .shadow {
    bottom: -12px;
}
a.event_more {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: block;
    background: #c19e55;
    padding: 6px 16px;
    margin: 0;
    float: right;
    height: 29px;
    line-height: 18px;
}
a.event_more:hover {
    background: #2d71af;
}
.main_page_news {
    height: 362px;
    overflow: hidden;
}
.dl_price_list{
    margin-left: 10px;
    color: #c19e55;
    font-size: 16px;
    background: url(../img/excel_bg.png) no-repeat 0 50%;
    padding: 0 0 0 40px;
    line-height: 32px;
    display: block;
}
.dl_price_list:hover{
    color: #000000;
}