#printer_version {
    display: none;
    font-size: 16px;
    margin: 40px auto
}

@media print {
    #printer_version {
        display: block
    }
    body .page {
        display: none
    }
}

body {
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', 'Lato', 'vitali', corbel;
    font-size: 15px;
    background-color: #fff;
    font-weight: 400
}

.subpage {
    margin: 108px 0 0 0
}

.loaded_body {
    opacity: 1
}

.silt {
    font-family: "Shadows Into Light Two"
}

.page {
    width: 100%;
    background-color: white;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 0 0
}

.inner {
    margin: 0 auto;
    width: 1240px;
    max-width: 100%
}

.big_inner {
    margin: 0 auto;
    width: 1500px;
    max-width: 100%
}

.m_col {
    display: inline-block;
    vertical-align: middle
}

.t_col {
    display: inline-block;
    vertical-align: top
}

.b_col {
    display: inline-block;
    vertical-align: bottom
}

.tooltipp,
.cr {
    cursor: pointer
}

.popup {
    display: none;
    background: white;
    width: 700px;
    z-index: 9998 !important;
    max-width: 90%;
    border-top: 10px solid #3da35e;
    padding: 20px 20px 30px;
    min-height: 300px
}

.popup .title {
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    margin: 0 auto 30px;
    text-align: center;
    display: inline-block
}

.popup .title:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 40%;
    background: #A89176;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto
}

.popup .close-popup {
    background: #A89176 none repeat scroll 0 0;
    color: white;
    height: 40px;
    position: absolute;
    right: -20px;
    cursor: pointer;
    top: -20px;
    transform: rotate(-45deg);
    width: 40px
}

.popup .close-popup .fa {
    font-size: 23px;
    left: 11px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg)
}

.popup .hr_01 {
    height: 2px;
    background: #8E765C;
    width: 80%;
    margin: 0 auto 25px
}

.pagination_div {
    text-align: center;
    margin: 20px auto
}

.pagination_div b,
.pagination_div a {
    padding: 6px
}

.desktop_hidden {
    display: none !important
}

.sep {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.button {
    background: #3da35e;
    none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.btn {
    background: #3da35e;
    none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.btn.little {
    width: 120px
}

.input_div {
    display: inline-block;
    vertical-align: middle
}

.input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 0 10px;
    width: 100%;
    font-family: 'Open Sans'
}

.input:focus {
    border: 1px solid black
}

.input_div .label {
    font-size: 15px;
    margin: 5px auto 5px;
    text-align: left;
    text-transform: uppercase
}

.textarea_label {
    font-size: 15px;
    margin: 0 auto 10px;
    text-align: left;
    text-transform: uppercase
}

.textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    height: 140px;
    line-height: 1.5;
    font-family: 'Open Sans';
    outline: medium none;
    padding: 10px;
    width: 100%
}

.textarea:focus {
    border: 1px solid black
}

.info_todo {
    font-style: italic;
    font-size: 13px;
    text-align: right;
    padding: 10px 0
}

.fa_right {
    margin: 0 0 0 5px
}

.fa_left {
    margin: 0 5px 0 0
}

.fa_button {
    margin: 0 10px
}

.upto {
    margin: -50px auto 0 !important;
    position: relative;
    z-index: 200
}

.transit {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.open_login {
    cursor: pointer
}

@font-face {
    font-family: 'Segoe Print';
    src: url(../plugins/font/SegoePrint-Bold.woff2) format('woff2'), url(../plugins/fontSegoePrint-Bold.woff) format('woff'), url(../plugins/fontSegoePrint-Bold.ttf) format('truetype');
    font-style: normal
}

#answer_popup,
.answer_popup {
    background: white;
    box-shadow: 0 0 10px #3b3b3b;
    width: 800px;
    z-index: 9998 !important;
    max-width: 90%;
    display: none
}

#answer_popup .col_01,
.answer_popup .col_01 {
    width: calc(100% - 200px);
    position: relative;
    padding: 20px;
    text-align: justify;
    line-height: 1.5
}

#answer_popup .col_01:after,
.answer_popup .col_01:after {
    position: absolute;
    height: 100%;
    width: 200px;
    right: -200px;
    content: '';
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    top: 0
}

#answer_popup .close-popup,
.answer_popup .close-popup {
    background: #e99c25 none repeat scroll 0 0;
    color: white;
    height: 40px;
    position: absolute;
    right: -20px;
    z-index: 200;
    cursor: pointer;
    top: -20px;
    transform: rotate(-45deg);
    width: 40px
}

#answer_popup .close-popup .fa,
.answer_popup .close-popup .fa {
    font-size: 23px;
    left: 11px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg)
}

.breadcrumbs {
    padding: 7px;
    text-align: right;
    font-style: italic;
    font-size: 12px;
    background: #cfcfcf
}

.breadcrumbs span {
    margin: 0 5px
}

ul.pagination {
    background: white;
    margin: 10px auto
}

ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px
}

ul.pagination li.active {
    background: #3da35e;
    color: white
}

#profile_mobile_menu {
    display: none
}

.popup_info .t0 {
    text-transform: uppercase;
    margin: 0 auto 20px;
    font-size: 20px;
    background: #3da35e;
    color: white;
    padding: 20px
}

.popup_info {
    padding: 0;
    width: 800px
}

.popup_int_col {
    width: 60%;
    line-height: 1.5;
    padding: 10px 40px 20px 40px;
    text-align: justify;
    position: relative
}

.popup_img_col {
    width: 40%;
    padding: 40px 0 0 0
}

.popup_img {
    max-width: 90%;
    display: block;
    margin: 0 auto
}

.popup_info .fa-quote-left {
    position: absolute;
    font-size: 40px;
    top: 0;
    left: 5px;
    opacity: .08
}

.popup_info .fa-quote-right {
    position: absolute;
    font-size: 40px;
    bottom: 0;
    right: 5px;
    opacity: .08
}

#header {
    position: fixed;
    z-index: 9980;
    background: #fff;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px #3b3b3b
}

#header .first_line {
    background: #433e3b;
    color: #fff;
    padding: 3px 0 3px 0
}

#header .phone,
#header .email {
    display: inline-block;
    margin: 0 10px 0 10px;
    padding: 5px 0 0 0;
    vertical-align: middle
}

#header .link {
    display: inline-block;
    margin: 0 5px 0 5px;
    padding: 0 0 0 0;
    width: 27px;
}

#header .mobile_social {
	display:	none;
}

#header .lang {
    display: inline-block;
    margin: -0 10px 0 20px;
    padding: 0 0 3px 0;
    vertical-align: middle
}

#header .log_reg {
    display: inline-block;
    margin: -5px 20px 0 20px;
    padding: 0 0 3px 0;
    vertical-align: middle
}

#header .col01 {
    width: 400px;
    text-align: left
}

#header .col02 {
    width: calc(100% - 400px);
    text-align: right
}

#header .h_logo {
    background: #3da35e;
    padding: 10px 20px 20px 20px;
    position: absolute;
    z-index: 500;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 10px #3b3b3b
}

#header .h_logo img {
    display: block;
    margin: 0 auto
}

#header .logo {
    position: relative;
    width: 159px
}

#header .after {
    color: #3da35e;
    padding: 15px 15px 10px 15px;
    font-size: 25px;
    width: 241px;
    font-family: 'Segoe Print'
}

#header .menulist {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 20px 0 20px 0;
    position: relative;
    font-size: 15px;
    margin: 0 12px
}

#header .menulist:after {
    position: absolute;
    content: '';
    background: #433e3b;
    width: 2px;
    top: 0;
    bottom: 0;
    height: 12px;
    margin: auto;
    left: -15px
}

#header .menulist:first-child:after {
    display: none
}

#header .active {
    position: relative;
    font-weight: 600
}

#header .menulist:before {
    position: absolute;
    content: '';
    background: #e99c25;
    width: 15px;
    height: 15px;
    top: 40px;
    bottom: 0;
    margin: auto;
    left: 0;
    border-radius: 50%;
    right: 0;
    opacity: 0
}

#header .iconzoom {
    display: inline-block;
    width: 40px;
    padding: 0 20px 0 0
}

#header .menulist:hover:before {
    opacity: 1
}

#header .menulist.active:before {
    opacity: 1
}

#header.fixed .h_logo {
    height: 66px;
    padding: 5px 20px 20px 20px
}

#header.fixed .h_logo img {
    height: 55px
}

#footer {
    background: #433e3b
}

#footer .decor1 {
    position: relative
}

#footer .tree {
    position: absolute;
    left: -130px;
    bottom: -137px;
    width: 130px
}

#footer .logo {
    padding: 25px 20px 10px 20px
}

#footer .col01 {
    width: 280px
}

#footer .col02 {
    width: calc(100% - 350px);
    background: #3da35e;
    padding: 10px 0 10px 0;
    border-right: solid 5px #fff;
    border-left: solid 5px #fff
}

#footer .sub_col01 {
    width: 50%;
    line-height: 1.5;
    color: #fff;
    position: relative
}

#footer .sub_col01:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 5px;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: auto;
    right: 20px
}

#footer .sub_col02 {
    width: 50%;
    line-height: 1.5;
    color: #fff
}

#footer .ml_type_a {
    text-align: right;
    padding: 0 10px 0 20px;
    border-right: solid 3px #433e3b;
    width: 50%
}

#footer .ml_type_b {
    text-align: left;
    padding: 0 20px 0 10px;
    width: 50%
}

#soul {
    text-align: right
}

#soul img {
    margin: 5px 5px;
    width: 140px
}

#welcome .sec01 {
    position: relative
}

#welcome .sec01:after {
    position: absolute;
    content: '';
    background: #433e3b;
    width: 100%;
    bottom: 50px;
    height: 3px;
    margin: auto;
    left: 0
}

#welcome .sec01 .inner {
    position: relative
}

#welcome .sec01 .slider_img {
    background-image: url(../img/sample.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 2560px;
    height: 520px
}

#welcome .mobile_slider_img {
	display:	none;
}

#welcome .sec01 .s1_row {
    display: none;
    margin: 80px 0 0 0;
    padding: 10px 0 10px 0;
    background-color: rgb(100%, 100%, 100%, .2)
}

#welcome .sec01 .s1_title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 600px;
    margin: 0 auto;
    position: relative;
    text-shadow: 0 0 10px #3b3b3b
}

#welcome .sec01 .s1_title::after {
    position: absolute;
    content: '';
    background: #e99c25;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -1005px;
    height: 3px
}

#welcome .sec01 .s1_title:before {
    position: absolute;
    content: '';
    background: #e99c25;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1005px;
    height: 3px
}

#welcome .sec01 .s1_sub_row {
    margin: 0 auto;
    text-align: center;
    margin: 30px auto
}

#welcome .sec01 .option1 {
    padding: 4px;
    background: #3da35e;
    margin: 0 5px 0 0;
    box-shadow: 0 0 10px #3b3b3b;
    cursor: pointer
}

#welcome .sec01 .option2 {
    padding: 4px;
    background: #3da35e;
    margin: 0 0 0 5px;
    box-shadow: 0 0 10px #3b3b3b;
    cursor: pointer
}

#welcome .sec01 .tour {
    background: #3da35e;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    border: 2px solid #fff;
    padding: 2px 10px 2px 10px;
    width: 220px
}

#welcome .sec01 .middle_arrow {
    position: absolute;
    top: 0;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto
}

#welcome .sec01 .bottom_arrow {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: none
}

#welcome .sec01 .right_link {
    max-width: 100%;
    width: 400px;
    position: absolute;
    right: 0;
    color: #fff;
    background: #3da35e;
    padding: 10px;
    height: 150px;
    margin: 270px 0 0 0;
    z-index: 1000
}

#welcome .sec01 .right_link .right_col01 {
    width: 100px
}

#welcome .sec01 .right_link .right_col02 {
    width: calc(100% - 100px)
}

#welcome .unslider ul,
#welcome .unslider ol,
#welcome .unslider li {
    overflow: hidden
}

#welcome .sec01 .right_link:before {
    width: 0;
    height: 0;
    border-bottom: 150px solid #3da35e;
    border-left: 100px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -100px
}

#welcome .sec01 .right_link:after {
    position: absolute;
    content: '';
    background: #3da35e;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -1000px
}

#welcome .sec01 .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    text-align: center
}

#welcome .sec01 .type-a {
    text-align: right
}

#welcome .sec01 .type-b {
    text-align: left
}

#welcome .sec01 .quarter {
    width: 50%;
    color: #262626
}

#welcome .sec01 .line1 {
    padding: 12px 0 0 0
}

#welcome .sec01 .line2 {
    padding: 5px 0 0 0
}

#welcome .sec01 .nr {
    padding: 0 0 0 5px;
    font-size: 16px
}

#welcome .sec01 .right_link .title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0 10px 0 20px
}

#welcome .sec01 .right_link .date {
    padding: 0 0 0 20px;
    line-height: 1.5
}

#welcome .sec01 .next {
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    background: #433e3b;
    width: 160px;
    text-align: center;
    padding: 3px 0 3px 0;
    margin: 5px 0 0 20px;
    cursor: pointer;
    position: relative
}

#welcome .sec01 .next:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -1010px;
    height: 3px;
    z-index: 100
}

#welcome .y {
    width: 5px;
    height: 5px
}

#welcome .sub-sec {
    position: absolute;
    z-index: 100;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#welcome .sec01 .unslider-nav ol li.unslider-active {
    background: #3da35e;
    border: 0
}

#welcome .sec01 .unslider-nav ol li {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%
}

#welcome .sec01 .unslider-nav {
    position: absolute;
    z-index: 5100;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 25px;
    left: 700px
}

.sec_sl {
    background: #433e3b;
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff
}

.sec_sl .row {
    text-align: center
}

.sec_sl .row .img {
    border-radius: 50%;
    padding: 8px;
    z-index: 200;
    position: absolute;
    top: -15px
}

.sec_sl .row .link {
    position: relative
}

.sec_sl .row .link:after {
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: -8px;
    content: '';
    right: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -11px
}

.sec_sl .row .circle {
    position: relative
}

.clr1 {
    background: #3da35e
}

.clr2 {
    background: #42d0be
}

.clr3 {
    background: #009fe3
}

.clr4 {
    background: #e99c25
}

.clr5 {
    background: #bf3d4e
}

.sec_sl .link {
    margin: 0 10px 0 10px;
    cursor: pointer
}

.sec_sl .title {
    padding: 5px 0 5px 70px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase
}

.sec_sl .resp {
    display: none
}

#welcome .sec02 .fb-page {
    margin: 10px 0 0 0;
    max-width: calc(100% - 20px)
}

#welcome .sec02 .decor_line {
    position: relative;
    content: '';
    height: 20px;
    background: #ededed;
    width: 3000px;
    right: 0;
    bottom: 0;
    margin: auto
}

#welcome .sec02 .form .row1 {
    background: #3da35e;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: solid 3px #433e3b
}

#welcome .sec02 .form .title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5
}

#welcome .sec02 .form {
    width: calc(100% - 40px);
    text-align: center
}

#welcome .sec02 .form .box {
    box-shadow: 0 0 10px #3b3b3b;
    position: relative;
    z-index: 200
}

#welcome .sec02 .col01:after {
    position: absolute;
    content: '';
    top: 50px;
    margin: auto;
    left: -20px;
    height: 423px;
    width: 88%;
    border: solid 2px #262626;
    z-index: 100
}

#welcome .sec02 .col01 {
    width: 310px;
    position: relative
}

#welcome .sec02 .col02 {
    width: calc(100% - 310px)
}

#welcome .sec02 .form .row2 {
    background: #dedede;
    padding: 10px;
    border-bottom: solid 3px #fff
}

#welcome .sec02 .form .row2 .img {
    border-radius: 50%;
    padding: 8px;
    border: solid 3px #fff;
    z-index: 200;
    top: -15px;
    margin: 0 5px 0 5px
}

#welcome .sec02 .form .row3 {
    background: #3da35e;
    padding: 10px
}

#welcome .sec02 .form .row4 {
    text-align: center
}

#welcome .sec02 .form .row4 .button {
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    background: #433e3b;
    width: 200px;
    text-align: center;
    padding: 3px 0 3px 0;
    margin: 10px auto;
    cursor: pointer;
    position: relative;
    z-index: 200
}

#welcome .sec02 .form2 .row5 {
    background: #e99c25;
    position: relative
}

#welcome .sec02 .form2 .icon {
    position: absolute;
    left: -20px;
    top: -40px
}

#welcome .sec02 .form2 {
    width: calc(100% - 40px);
    text-align: center;
    margin: 40px 0 0 0;
    box-shadow: 0 0 10px #3b3b3b
}

#welcome .sec02 .form2 .title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
    padding: 10px 0 10px 0
}

#welcome .sec02 .form2 .line {
    background: #ededed;
    height: 20px;
    width: 100%
}

#welcome .sec02 .form2 .cont {
    line-height: 1.3;
    font-size: 13px;
    text-align: justify;
    padding: 20px 10px
}

#welcome .sec02 .form2 .row6 {
    background: #ededed;
    padding: 0 0 10px 0
}

#welcome .sec02 .form2 .input_div {
    width: calc(100% - 40px);
    margin: 0 auto 10px
}

#welcome .sec02 .form2 .input_div .input {
    background: #fff
}

#welcome .sec02 .form2 .button {
    margin: 20px auto 0 auto;
    width: calc(100% - 40px)
}

#welcome .sec02 .card .info_content {
    padding: 10px 10px 10px 10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px
}

#welcome .sec03 {
    position: relative
}

#welcome .sec03 .inner {
    position: relative
}

#welcome .sec03 .line {
    content: '';
    height: 30px;
    background: #433e3b;
    width: 100%;
    margin: auto
}

#welcome .sec03 .col01 {
    width: 310px;
    position: relative;
    top: -30px
}

#welcome .sec03 .col02 {
    width: calc(100% - 310px)
}

#welcome .sec03 .col01 .title {
    background: #3da35e;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    border: 2px solid #fff;
    padding: 20px;
    text-align: center
}

#welcome .sec03 .col01 .title_001 {
    text-transform: lowercase;
    font-size: 13px;
    font-style: italic
}

#welcome .sec03 .col01 .box {
    padding: 4px;
    background: #3da35e;
    width: calc(100% - 40px)
}

#welcome .sec03 .boots {
    position: relative;
    margin: -30px auto 0
}

#welcome .sec04 {
    margin: 20px 0 0 0;
    position: relative
}

#welcome .sec04 .line {
    content: '';
    height: 15px;
    background: #433e3b;
    width: 100%;
    margin: auto
}

#welcome .sec04 .title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: solid 2px #3da35e;
    margin: 20px auto;
    width: 290px;
    text-align: center
}

#welcome .sec04 .col01,
#welcome .sec04 .col02 {
    width: 50%;
    position: relative
}

#welcome .sec04 .content {
    padding: 20px 70px 20px 70px;
    line-height: 1.5;
    text-align: justify;
    position: relative
}

#welcome .sec04 .q1 {
    position: absolute;
    top: 0;
    left: 40px
}

#welcome .sec04 .q2 {
    position: absolute;
    bottom: 0;
    right: 60px
}

#welcome .sec04 .unslider-nav ol li.unslider-active {
    background: #e99c25;
    border: 0
}

#welcome .sec04 .unslider-nav ol li {
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 2px #e99c25;
    border-radius: 50%
}

#welcome .sec04 .unslider-nav {
    position: absolute;
    z-index: 5100;
    margin: 0;
    left: -80px;
    right: 0;
    bottom: 60px;
    width: 120px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#welcome .sec04 .inner {
    position: relative
}

#welcome .sec04 .name_place {
    padding: 20px 20px 20px 230px
}

#welcome .sec04 .name {
    line-height: 1.5;
    text-transform: uppercase;
    color: #3da35e;
    font-weight: 600;
    font-size: 16px
}

#welcome .sec04 .mref_star {
	height: 25px;
	width: 125px;
	background: url('../img/star.png');
	background-size: auto;
	background-size: auto 100%;
	margin: 10px 0 0 230px;
	
}

#welcome .sec04 .dateplace {
    line-height: 1.5;
    font-size: 16px
}

#welcome .sec04 .ref_img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 120px
}

#welcome .sec05 {
    margin: 40px 0 0 0
}

#welcome .sec05 .line {
    content: '';
    height: 30px;
    background: #433e3b;
    width: 100%;
    margin: 0 0 30px 0
}

#welcome .sec05 .line .col01 {
    width: 250px;
    text-align: left;
    background: #3da35e;
    height: 40px;
    position: relative;
    top: -4px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0 0 10px;
    font-size: 18px
}

#welcome .sec05 .line .col01:after {
    width: 0;
    height: 0;
    border-bottom: 40px solid #3da35e;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px
}

#welcome .sec05 .line .col01:before {
    position: absolute;
    content: '';
    background: #3da35e;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1000px
}

#welcome .sec05 .line .col02 {
    width: calc(100% - 250px);
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px 0 0;
    font-size: 18px
}

#welcome .sec05 .col01,
#welcome .sec05 .col02,
#welcome .sec05 .col03 {
    width: calc(100% / 3);
    text-align: center
}

#welcome .sec05 .box {
    position: relative
}

#welcome .sec05 .box .title {
    position: absolute;
    background: #3da35e;
    bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 5px 5px 5px 15px;
    text-align: left;
    width: calc(100% - 80px);
    left: 0;
    height: 55px;
    opacity: .9
}

#welcome .sec05 .box .title:after {
    width: 0;
    height: 0;
    border-bottom: 55px solid #3da35e;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px
}

#welcome .sec05 .content {
    line-height: 1.5;
    text-align: justify;
    padding: 20px 60px 20px 60px
}

#welcome .sec05 .button {
    width: 200px;
    background: #e99c25;
    box-shadow: 0 0 10px #3b3b3b
}

#welcome .sec05 .link {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0 5px
}

#welcome .sec05 .more {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 20px
}

#welcome .sec05 .slick-prev {
    background-image: url(../img/arrow4.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    left: -40px
}

#welcome .sec05 .slick-next {
    background-image: url(../img/arrow3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px
}

#welcome .sec05 .slick-prev:before {
    content: ''
}

#welcome .sec05 .slick-next:before {
    content: ''
}

#welcome .sec05 .slick-slide img {
    display: block;
    margin: 0 auto
}

#welcome .sec06 {
    margin: 40px 0 0 0
}

#welcome .sec06 .line {
    content: '';
    height: 15px;
    background: #433e3b;
    width: 100%;
    margin: auto
}

#welcome .sec06 .col01,
#welcome .sec06 .col02 {
    width: 50%;
    text-align: center
}

#welcome .sec06 .col01 .title {
    width: 300px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 5px;
    text-align: center;
    background: #3da35e;
    position: relative;
    top: -15px;
    box-shadow: 0 0 10px #3b3b3b
}

#welcome .sec06 .col02 .title {
    width: calc(100% - 100px);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 2px 5px 0 5px;
    text-align: center;
    background: #3da35e;
    position: relative;
    top: 15px;
    margin: 0 auto;
    height: 35px
}

#welcome .sec06 .col02 .title:after {
    width: 0;
    height: 0;
    border-bottom: 35px solid #3da35e;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px
}

#welcome .sec06 .col02 .title:before {
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-right: 30px solid #3da35e;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -30px
}

#welcome .sec06 .blog_news_col {
    width: calc(50% - 40px);
    text-align: center;
    margin: 20px 40px 0 0
}

#welcome .sec06 .blog_others_col {
    width: calc(50% - 40px);
    text-align: center;
    margin: 20px 0 0 40px
}

#welcome .sec06 .sub_col01 {
    width: 204px;
    position: relative;
    z-index: 100
}

#welcome .sec06 .img {
    box-shadow: 0 0 10px #3b3b3b;
    max-width: 100%;
    display: block
}

#welcome .sec06 .sub_col02 {
    width: calc(100% - 204px);
    border: solid 2px #433e3b;
    margin: 8px 0 0 -4px
}

#welcome .sec06 .sub_title {
    text-transform: uppercase;
    color: #fff;
    background: #d4bb9c;
    font-size: 16px;
    padding: 5px 5px 5px 30px;
    text-align: left;
    margin: 10px -20px 0 -20px;
    position: relative;
    height: 55px;
    line-height: 1.5;
    z-index: 150
}

#welcome .sec06 .sub_title:after {
    width: 0;
    height: 0;
    border-bottom: 55px solid #d4bb9c;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px
}

#welcome .sec06 .sub_content {
    line-height: 1.5;
    text-align: justify;
    padding: 10px;
    font-size: 14px
}

#welcome .sec06 .hashtag {
    background: #433e3b;
    padding: 3px 0 3px 0;
    color: #fff
}

#welcome .space {
    width: 10px
}

#welcome .sec06 .next {
    background: #3da35e;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 3px 0 3px 0;
    width: 200px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    cursor: pointer;
    box-shadow: 0 0 10px #3b3b3b
}

#welcome .selectBox {
    background: #fff
}

#welcome .selectBox-arrow {
    border-left: 0;
    width: 30px;
    height: 30px;
    margin: 3px 3px 0 0
}

#welcome .select_div {
    margin: 5px auto
}

.selectBox-options LI.selectBox-hover A {
    background-color: #ededed
}

#welcome .sec07 {
    margin: 40px 0 20px 0
}

#welcome .sec07 .col01 {
    width: 60%
}

#welcome .sec07 .col02 {
    width: 40%;
    text-align: center
}

#welcome .sec07 .fb-page {
    margin: 10px 0 0 0
}

#welcome .sec07 .line {
    content: '';
    height: 30px;
    background: #e99c25;
    width: 100%;
    margin: auto
}

#welcome .sec07 .title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: left;
    padding: 0 10px 0 10px
}

#welcome .sec07 .content {
    line-height: 1.5;
    text-align: justify;
    padding: 0 10px 10px 10px
}

#welcome .sec07 .sub_col01 {
    width: calc(100% - 200px)
}

#welcome .sec07 .sub_col02 {
    width: 200px;
    text-align: center;
    position: relative
}

#welcome .sec07 .credit {
    margin: 70px 0 0 0;
    position: relative
}

#welcome .sec07 .sub_col02:after {
    position: absolute;
    content: '';
    background: #433e3b;
    width: 3px;
    top: 60px;
    bottom: 0;
    height: 60px;
    margin: auto;
    right: 0
}

#welcome .sec07 .title_r {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: left;
    padding: 0 10px 0 10px;
    text-align: center
}

#header .mobile_menu {
    display: none;
    cursor: pointer
}

#header {
    height: 95px
}

#welcome .about_vid {
    max-width: 90%;
    min-width: 350px;
    min-height: 200px
}

#contact .sec01 {
    background: #433e3b
}

#contact .sec01 .box {
    height: 400px;
    background-size: cover !important;
    background-position: center !important
}

#contact .sec01 .box01 {
    width: calc(20% - 50px);
    background: url(../img/sample/03.jpeg);
    background-position: right !important
}

#contact .sec01 .box02 {
    width: calc(5% - 50px);
    background: #3da35e
}

#contact .sec01 .box03 {
    width: calc(25% - 50px);
    background: url(../img/sample/02.jpeg)
}

#contact .sec01 .box04 {
    width: 300px;
    padding: 69px 0;
    text-align: center;
    background: #e4e4e4
}

#contact .sec01 .box05 {
    width: calc(25% - 50px);
    background: url(../img/sample/01.jpeg)
}

#contact .sec01 .box06 {
    width: calc(5% - 50px);
    background: #3da35e
}

#contact .sec01 .box07 {
    width: calc(20% - 50px);
    background: url(../img/sample/04.jpeg)
}

#contact .sec01 .row span {
    margin: 0 auto 5px;
    display: block;
    color: #3da35e;
    font-size: 50px
}

#contact .sec01 .row .t0 {
    font-size: 17px;
    font-variant: small-caps
}

#contact .sec01 .row:first-child,
#contact .sec01 .row:nth-child(2) {
    margin: 0 auto 20px
}

#contact .sec02 .col01 {
    width: 50%
}

#contact .sec02 .col02 {
    width: 50%;
    margin: 40px 0 0 0
}

#contact .sec02 .form {
    margin: 20px 0 0 0;
    width: calc(100% - 40px);
    margin: 20px auto 0
}

#contact .sec02 .title {
    color: #3da35e;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    font-size: 26px;
    font-family: "Shadows Into Light Two";
    letter-spacing: 3px;
    font-weight: 700;
    margin: 20px auto
}

#contact .sec02 .lang_infos {
    text-align: center;
    line-height: 1.5
}

#contact .input_div {
    display: block;
    margin: 0 auto 15px
}

#contact .input_div label {
    text-transform: uppercase;
    display: block;
    margin: 0 auto 5px
}

#contact .textarea_label {
    font-size: 15px;
    margin: 5px auto 5px;
    text-align: left;
    text-transform: uppercase
}

#contact .btn {
    background: #3da35e;
    none repeat scroll 0 0;
    border: 1px solid #3da35e;
    color: white;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px
}

#contact .btn:hover {
    background: #fff;
    color: #000
}

#contact .sec02 .content {
    line-height: 1.5;
    text-align: justify;
    padding: 20px
}

#contact .sec02 .img {
    width: calc(100% - 40px);
    margin: auto
}

#contact .sec02 .sample {
    max-width: 100%
}

#contact #map .path #start {
    background: #3da35e;
    color: white;
    font-size: 24px;
    height: 200px;
    position: relative;
    line-height: 1.5;
    padding: 61px 0;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    cursor: pointer;
    z-index: 200
}

#contact #map {
    position: relative;
    border-top: 2px solid #3da35e;
    border-bottom: 2px solid #3da35e;
    margin: 20px auto;
    display: none
}

#contact #map .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 400px
}

#contact #map .path {
    bottom: 0;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 300;
    padding: 0 0 20px 0
}

#contact #map .form.show {
    left: 120px;
    opacity: 1;
    z-index: 100
}

#contact #map .form {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    height: 133px;
    z-index: 160;
    margin: auto;
    padding: 10px 10px 10px 100px;
    position: absolute;
    top: 0;
    width: 400px;
    left: -120px;
    opacity: 0;
    z-index: -1
}

#contact #map-canvas {
    height: 400px
}

#map .button {
    background: #e99c25
}

#navigation {
    display: none;
    background: #f7f7f7;
    padding: 20px;
    margin: -50px auto 0;
    position: relative;
    border: 2px solid #262626;
    z-index: 200
}

#navigation .adp-text {
    vertical-align: middle;
    font-family: vitali;
    font-size: 16px;
    font-weight: 600
}

#navigation .adp-placemark tr {
    background-color: #262626;
    color: white;
    font-family: vitali;
    font-weight: 700
}

#navigation .adp-substep {
    margin: 0;
    padding: 10px 3px;
    font-family: vitali;
    font-weight: 400;
    vertical-align: middle;
    border-top: 1px solid #fff;
    text-align: center
}

#navigation .adp-summary {
    padding: 10px 0 20px;
    font-weight: 400
}

#navigation .adp-directions {
    width: 100%;
    font-family: spoon
}

#navigation td img {
    margin: 5px
}

#contact .sec03 .col01 {
    width: 50%;
    line-height: 1.5;
    text-align: center;
    border-right: solid 2px #3da35e
}

#contact .sec03 .col02 {
    width: 50%;
    line-height: 1.5;
    text-align: center
}

#contact .sec03 .title {
    text-align: center;
    line-height: 1.5;
    color: #3da35e;
    text-transform: uppercase;
    padding: 20px 0 20px 0;
    font-weight: 700;
    font-size: 26px;
    font-family: "Shadows Into Light Two"
}

#contact .sec03 .row .textcol {
    font-size: 18px;
    font-weight: 400
}

#contact .sec03 .row span {
    font-size: 30px;
    color: #3da35e;
    margin: 0 10px 0 0
}

#contact .sec03 .row {
    margin: 0 auto 20px;
    width: 300px;
    text-align: center
}

#contact .infos {
    padding: 30px 0 50px 0
}

#contact .sec03 {
    margin: 0 auto 20px auto
}

#contact .link {
    line-height: 1.5
}

#contact .link:hover {
    color: #3da35e
}

#reg {
    padding: 0 0 0 0
}

#reg .aszf-box {
    line-height: 1.5
}

#reg .text {
    line-height: 1.5;
    text-align: justify
}

#reg .col_01 {
    width: calc(100% - 300px);
    padding: 70px 20px 10px 10px;
    border-right: 1px dotted #3b3b3b;
    position: relative
}

#reg .success_reg:after {
    position: absolute;
    height: 100%;
    width: 200px;
    right: -200px;
    content: '';
    background: url(../img/hangulat_07.JPG);
    background-size: cover;
    background-position: center;
    top: 0
}

#reg .col_02 {
    width: 300px;
    padding: 10px 10px 10px 20px
}

#reg .col_01 .text,
#reg .col_02 .text {
    line-height: 1.5;
    padding: 10px 0;
    text-align: justify
}

.c {
    text-align: center
}

#reg .col_01 .input_div {
    display: block;
    margin: 0 auto 15px
}

#reg #set_reg {
    background: #3da35e;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    border: 2px solid #fff;
    padding: 2px 10px 2px 10px;
    width: 200px;
    margin: 20px auto;
    cursor: pointer;
    height: auto
}

#reg .facebook_button {
    color: white;
    padding: 10px;
    cursor: pointer;
    margin: 0 auto 10px;
    background: #273C68;
    text-transform: uppercase
}

#reg .facebook_button span {
    font-size: 20px;
    margin: 0 11px 0 auto
}

#blog .col_01 {
    width: calc(100% - 300px);
    position: relative;
    min-height: 1200px;
    padding: 35px 25px 0 15px
}

#blog img {
    max-width: 100%
}

#blog .col_01:after {
    height: 100%;
    position: absolute;
    content: '';
    background: #e4e4e4;
    width: 300px;
    right: -300px;
    top: 0
}

#blog .col_01 .catname {
    text-transform: uppercase;
    padding: 12px;
    background: #e99c25;
    color: white;
    margin: 10px auto 10px;
    text-align: center
}

#blog .col_02 {
    width: 300px;
    position: relative;
    min-height: 800px;
    color: #000;
    padding: 15px;
    background: #e4e4e4
}

#blog .col_02 .cats {
    margin: 30px auto;
    text-align: center
}

#blog .col_02 .cats .catbox {
    padding: 10px;
    font-variant: small-caps;
    margin: 0 5px 10px;
    background: white;
    color: black;
    display: inline-block;
    vertical-align: middle
}

#blog .col_02 .sec_01 {
    text-align: center
}

#blog .col_02 .sec_01 img {
    border-radius: 50%
}

#blog .col_02 .sec_01 .t0 {
    font-size: 22px;
    margin: 10px auto
}

#blog .col_02 .sec_01 .t1 {
    line-height: 1.5;
    font-size: 13px
}

#blog .col_02 .sec_01 img {
    border-radius: 50%;
    max-width: 80%;
    display: block;
    margin: 0 auto 20px
}

.blog_row {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px 0
}

.blog_row .coo1 {
    width: 25%
}

.blog_row .coo2 {
    width: 75%;
    padding: 0 0 0 20px
}

.blog_row.full_row .coo1 {
    display: none
}

.blog_row.full_row .coo2 {
    width: 100%;
    padding: 0 0 0 20px
}

.blog_row .coo1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.blog_row .t0 {
    font-size: 22px;
    text-align: left;
    margin: 0 auto 15px
}

.blog_row .img_div img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.blog_row .intro {
    line-height: 1.5;
    text-align: justify;
    margin: 15px auto;
    font-size: 14px
}

.blog_row .next {
    text-align: right;
    margin: 0 auto 15px;
    font-style: italic
}

#blog .sameblogs {
    width: 800px;
    max-width: 100%;
    text-align: center
}

.blogd {
    max-width: 100%;
    border-bottom: 2px solid #e4e4e4;
    margin: 0 auto 40px 0
}

.blogd .t0 {
    font-size: 22px;
    margin: 10px auto 15px
}

.blogd .img_div img {
    display: block;
    max-width: 300px;
    float: left;
    margin: 0 20px 20px 0
}

.blogd .intro {
    line-height: 1.5;
    text-align: justify;
    margin: 15px auto;
    font-size: 14px
}

.blogd .social {
    padding: 5px 0
}

.blogd .social a {
    margin: 0 3px
}

.blogd .social .share_text {
    font-style: italic
}

.blogd .cats {
    margin: 0 auto 15px
}

.blogd .cats .catbox {
    font-style: italic;
    margin: 0 10px 10px;
    text-decoration: underline;
    text-align: left;
    color: #e99c25
}

#blog .gallerycol {
    width: 45%;
    margin: 0 auto 40px 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle
}

#blog .gallerycol .next {
    text-align: right;
    margin: 15px auto 15px;
    font-style: italic
}

#blog .gallerycol .img_div img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

#blog .blog_galleries {
    width: 800px;
    max-width: 100%;
    text-align: center
}

.blogcol {
    width: 45%;
    margin: 0 auto 40px 0;
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle
}

.blogcol .t0 {
    text-align: center;
    font-size: 22px;
    margin: 0 auto 15px
}

.blogcol .img_div img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.blogcol .intro {
    line-height: 1.5;
    text-align: justify;
    margin: 15px auto;
    font-size: 14px
}

#blog .title {
    font-size: 28px;
    text-align: center;
    margin: 0 auto 30px
}

#blog .title span {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #e99c25;
}

.blogcol .next {
    text-align: right;
    margin: 0 auto 15px;
    font-style: italic
}

#blog_mobile_menu {
    display: none;
    position: fixed;
    right: 8px;
    background-color: #373531;
    width: 140px;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    top: 119px
}

#op {
    padding: 10px;
    background: #3da35e
}

#op .t0 {
    background: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative
}

#op .t0:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1000px;
    width: 1000px;
    background: #e4e4e4;
    height: 100%
}

#op .opinion_form {
    width: 90%;
    margin: 0 auto
}

#op .input_div {
    width: 100%;
    margin: 0 auto 20px;
    display: block
}

#op .name_input_div .m_col {
    width: calc(50% - 10px)
}

#op .name_input_div .m_col:first-child {
    margin: 0 20px 0 0
}

#op .button {
    margin: 10px 0 0 auto;
    display: block;
    width: 300px;
    background: white;
    color: black
}

#blog .comment_row {
    padding: 20px 0
}

#ask_more_opinion {
    width: 400px;
    margin: 0 0 0 auto
}

#blog .comment_row .row {
    margin: 0 0 20px;
    line-height: 1.5;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 5px 0
}

#blog .comment_row .row .desc {
    text-align: justify
}

#blog .comment_row .row .details {
    text-align: right;
    font-style: italic;
    font-size: 13px;
    margin: 5px auto 0
}

#blog .comment_row .t0 {
    background: #e4e4e4;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative
}

#blog .comment_row .t0:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1000px;
    width: 1000px;
    background: #3da35e;
    height: 100%
}

#blog .input {
    background: #fff
}

#blog .textarea {
    background: #fff
}

#blog .about_vid {
    max-width: 100%
}

#blog .vid {
    text-align: center
}

#blog .vid .next {
    text-transform: uppercase;
    color: white;
    padding: 6px;
    background: #e99c25;
    text-align: center
}

#blog .fb {
    margin: 30px auto
}

#blog .next {
    margin: 10px auto;
    cursor: pointer
}

.fb_stream {
    margin: 30px 0 0 0
}

#videok .vid-div {
    display: inline-block;
    width: calc(100% / 2);
    text-align: center;
    padding: 0 10px 40px
}

#videok iframe {
    width: 640px;
    max-width: 100%;
    height: 340px
}

#videok .title {
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 16px
}

#videok {
    margin: 50px auto
}

#gallery {
    margin: 50px 0 20px 0
}

#gallery .gallery_pic {
    max-width: 100%
}

#gallery .galbox {
    display: inline-block;
    margin: 0 10px 0 10px
}

#gallery .current_gallery {
    width: calc(100% / 3);
    text-align: center;
    display: inline-block;
    margin: 20px 0 20px 0;
    vertical-align: top
}

#gallery .gal_name {
    line-height: 1.5;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
    font-size: 18px
}

#keptar h1 {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    background: #3da35e;
    font-size: 18px
}

#keptar .img {
    max-width: 300px;
    padding: 10px
}

#keptar .sec02 .box .author .img_div {
    width: 120px
}

#keptar .sec02 .box .author .img_div img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 50%
}

#keptar .sec02 .box .author .t2 {
    font-weight: 700;
    text-transform: uppercase
}

#keptar .sec02 .box .author .t3 {
    font-style: italic;
    margin: 5px auto 0;
    font-size: 12px
}

#keptar .sec02 .box .t0.full_t0 {
    width: calc(100% - 280px)
}

#keptar .sec02 .box .t0 {
    padding: 20px;
    line-height: 1.5;
    text-align: justify;
    position: relative
}

#keptar .sec02 .box .author .t1 {
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
    text-align: left;
    line-height: 1.5
}

#keptar .sec02 .box .t0 .fa-quote-left {
    position: absolute;
    font-size: 50px;
    top: 0;
    left: 0;
    opacity: .08
}

#keptar .sec02 .box .t0 .fa-quote-right {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-size: 50px;
    opacity: .08
}

#keptar {
    margin: 50px 0 20px 0
}

#keptar .sec02 .box .author {
    margin: 10px auto 0;
    width: 280px
}

#referenciak .img {
    max-width: 300px;
    padding: 10px
}

#rolunk .sec01 {
    padding: 50px 0 30px 0
}

#rolunk .sec01 .col01,
#rolunk .sec01 .col02 {
    width: 50%
}

#rolunk .sec01 .content {
    line-height: 1.5;
    text-align: justify;
    padding: 20px
}

#rolunk .sec01 .col02 {
    text-align: center;
    padding: 0 0 0 0
}

#rolunk .sec01 .front {
    max-width: 100%;
    padding: 10px 0 10px 0
}

#rolunk .sec02 {
    background: #433e3b
}

#rolunk .sec02 .quote {
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding: 20px 0 10px 0
}

#rolunk .sec02 .author {
    text-align: center;
    font-style: italic;
    line-height: 1.5;
    color: #fff;
    padding: 0 0 10px 0
}

#rolunk .sec02 .quote {
    width: auto;
    position: relative
}

#rolunk .sec02 .q1 {
    position: absolute;
    left: -7px;
    top: -24px;
    color: #e4e4e4;
    font-size: 50px
}

#rolunk .sec02 .q2 {
    position: absolute;
    right: -7px;
    bottom: -24px;
    color: #e4e4e4;
    font-size: 50px
}

#rolunk .sec03 {
    background: #ededed;
    padding: 0 0 20px 0
}

#rolunk .sec03 .inner {
    padding: 0 40px
}

#rolunk .sec03 .title {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 40px 0
}

#rolunk .sec03 .team_img {
    max-width: 90%;
    display: block;
    margin: 0 auto
}

#rolunk .sec03 .team_mate {
    text-align: center
}

#rolunk .sec03 .name {
    text-transform: uppercase;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    font-weight: 700
}

#rolunk .slick-next {
    background-image: url(../img/arrow3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px
}

#rolunk .slick-next:before {
    display: none
}

#rolunk .slick-prev {
    background-image: url(../img/arrow4.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    left: -40px
}

#rolunk .slick-prev:before {
    display: none
}

#rolunk .sec03 .desc {
    text-align: justify;
    line-height: 1.5;
    padding: 0 20px 10px 20px
}

#rolunk .sec03 .more {
    text-align: right;
    line-height: 1.5;
    cursor: pointer;
    font-style: italic;
    padding: 0 20px
}

#rolunk .sec04 {
    padding: 20px 0 20px 0
}

#rolunk .sec04 .col01 {
    width: 50%;
    border-right: solid 2px #000
}

#rolunk .sec04 .col02 {
    width: 50%
}

#rolunk .sec04 .title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 20px auto
}

#rolunk .sec04 .description {
    text-align: justify;
    line-height: 1.5;
    padding: 0 20px 0 20px;
    width: calc(100% - 100px)
}

#rolunk .sec04 .circle {
    width: 80px;
    height: 80px;
    background: #433e3b;
    border-radius: 50%;
    position: relative
}

#rolunk .sec04 .date {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #fff;
    width: 60px;
    line-height: 1.5;
    font-style: italic;
    text-align: center
}

#rolunk .sec04 .box {
    margin: 40px auto;
    padding: 0 40px 0 40px
}

#rolunk .sec04 .ref_img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

#rolunk .sec04 .ref_title {
    padding: 10px 0 10px 0;
    text-align: center
}

#rolunk .sec04 .ref_name {
    font-weight: 700;
    line-height: 1.5
}

#rolunk .sec04 .ref_coname {
    font-style: italic;
    line-height: 1.5
}

#rolunk .sec04 .ref_desc {
    line-height: 1.5;
    text-align: justify;
    padding: 0 20px 20px 20px;
    position: relative;
    width: calc(100% - 40px)
}

#rolunk .sec04 .line {
    text-align: center;
    padding: 0 20px 10px 20px
}

#rolunk .reference_card {
    margin: 20px auto
}

#rolunk .sec04 .fa-quote-left {
    position: absolute;
    font-size: 50px;
    top: -20px;
    left: -10px;
    opacity: .08
}

#rolunk .sec04 .fa-quote-right {
    position: absolute;
    font-size: 50px;
    bottom: -20px;
    right: -10px;
    opacity: .08
}

#rolunk .reference_card .img {
    width: 100%
}

#hasznos .col01 {
    width: 300px;
    background: #ededed;
    position: relative;
    z-index: 200;
    display: inline-block
}

#hasznos .col02 {
    width: calc(100% - 300px);
    position: relative;
    line-height: 1.5;
    text-align: justify;
    padding: 20px;
    display: inline-block
}

#hasznos .col02:before {
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    background: #ededed;
    width: 300px;
    content: ''
}

#hasznos #tools ul li {
    list-style-type: disc;
    list-style-position: inside
}

.useful_menu {
    display: none
}

#uf_menu {
    background: #ededed;
    width: 100%;
    text-align: center;
    padding: 80px 0 40px 0
}

#uf_menu .link {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 0 10px 0;
    cursor: pointer
}

#uf_menu .link:hover {
    background: #3da35e;
    color: #fff
}

#uf_menu .active {
    background: #3da35e;
    color: #fff
}

#hasznos .main_title {
    text-align: center;
    font-size: 22px;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5
}

#hasznos .sub_title {
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px 0;
    line-height: 1.5
}

#hasznos .title {
    font-size: 18px;
    color: #3da35e;
    line-height: 1.5;
    margin: 10px auto;
    font-weight: 600
}

#hasznos .content {
    line-height: 1.5;
    text-align: justify;
    padding: 0 10px 10px 10px;
    position: relative
}

#hasznos .fa-circle {
    font-size: 8px;
    position: absolute;
    left: 20px;
    top: 8px;
    display: none
}

#hasznos table {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 20px auto
}

#hasznos table td {
    line-height: 1.5
}

#hasznos #tools table td {
    padding: 10px
}

#hasznos .last {
    width: 100%
}

#hasznos .img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center
}

#hasznos #tools .row {
    margin: 0 auto 40px
}

#hasznos #tools .row .col_01 {
    width: 300px
}

#hasznos #tools .row .col_01 img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

#hasznos #tools .row .col_02 {
    width: calc(100% - 300px);
    padding: 0 20px
}

#hasznos #tools .row .name {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 10px
}

#hasznos #tools .gimages {
    position: relative
}

#hasznos #tools .gimages .div {
    margin: 0 10px;
    width: 170px
}

#hasznos #tools .gimages .div img {
    max-width: 100%;
    display: block
}

#hasznos #tools .gimages_ {
    padding: 0 50px
}

#hasznos .slick-prev {
    height: 40px;
    width: 30px;
    background: url(../img/h_arrow_left.png);
    background-size: 100% 100%;
    left: -30px;
    right: auto;
    color: transparent
}

#hasznos .slick-next {
    height: 40px;
    width: 30px;
    background: url(../img/h_arrow_right.png);
    background-size: 100% 100%;
    left: auto;
    right: -30px;
    color: transparent
}

.extra_popup {
    background: white;
    box-shadow: 0 0 10px #3b3b3b;
    width: 800px;
    display: none;
    z-index: 9998 !important
}

.extra_popup .col_01 {
    width: calc(100% - 200px);
    position: relative
}

.extra_popup .col_01:after {
    position: absolute;
    height: 100%;
    width: 200px;
    right: -200px;
    content: '';
    background: url(../img/hangulat_01.JPG);
    background-size: cover;
    background-position: center;
    top: 0
}

.extra_popup .col_01:before {
    position: absolute;
    height: 100%;
    width: 200px;
    right: -200px;
    z-index: 20;
    content: '';
    background: rgba(0, 0, 0, .4);
    top: 0
}

.extra_popup .col_02 {
    width: 200px
}

.extra_popup .close-popup {
    background: #3da35e none repeat scroll 0 0;
    color: white;
    height: 40px;
    position: absolute;
    right: -20px;
    z-index: 200;
    cursor: pointer;
    top: -20px;
    transform: rotate(-45deg);
    width: 40px
}

.extra_popup .close-popup .fa {
    font-size: 23px;
    left: 11px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg)
}

.extra_popup .social {
    margin: 20px auto;
    border-top: 1px dotted #b8b8b8;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #b8b8b8;
    text-align: center
}

.extra_popup .t0 {
    text-transform: uppercase;
    margin: 0 auto 20px;
    font-size: 20px;
    background: #3da35e;
    color: white;
    padding: 20px
}

.extra_popup .cont {
    padding: 20px
}

.extra_popup .input_div {
    display: block;
    margin: 0 auto 15px
}

.extra_popup .input_div label {
    text-transform: uppercase;
    display: block;
    margin: 0 auto 5px
}

#login_popup .forgot {
    text-align: right;
    font-size: 13px;
    font-style: italic;
    margin: 20px auto 0
}

#login_popup .facebook_button {
    color: white;
    padding: 6px;
    cursor: pointer;
    margin: 0 auto;
    background: #273C68;
    width: 300px;
    height: 35px;
    text-transform: uppercase
}

#login_popup .btn .fa {
    padding: 0 0 0 10px
}

#login_popup .facebook_button span {
    font-size: 20px;
    margin: 0 11px 0 auto
}

#login_popup .btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    background: #3da35e;
    width: 300px;
    margin: 0 auto
}

#login_popup .reg_div {
    text-align: center
}

#login_popup .login_div {
    text-align: right
}

#mobile_profile_header {
    display: none
}

#profile_header.opened {
    left: 0;
    opacity: 1
}

#profile .col001 {
    width: 300px;
    padding: 50px 20px 20px 0;
    vertical-align: top
}

#profile .col001 .link {
    margin: 0 auto 10px;
    border-bottom: 1px dotted black;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 10px 10px
}

#profile .col001 .link:hover {
    color: #3da35e
}

#profile .col001 .link.active {
    color: #3da35e;
    border-bottom: 1px dotted #3da35e
}

#profile .col001 .link .fa {
    margin: 0 10px 0 0
}

#profile .col002 {
    width: calc(100% - 300px);
    padding: 20px;
    vertical-align: top
}

#profile .desc {
    text-align: justify;
    line-height: 1.5;
    font-size: 15px
}

#profile .block_div {
    background: #f7f7f7;
    padding: 20px
}

#profile .subtitle01 {
    font-size: 17px;
    text-transform: uppercase;
    color: #3da35e;
    text-align: left;
    margin: 0 auto 14px
}

#profile.personal .input_div {
    margin: 0 15px 20px;
    width: calc((100% - 60px) / 2)
}

#profile.personal .input_div .input {
    border: 1px solid #f4f4f4
}

#profile #submit_personal {
    width: 200px
}

#profile #bdate {
    margin: 0 15px 20px;
    border: 1px solid #f4f4f4;
    width: calc(100% - 30px)
}

#profile.personal .links {
    padding: 5px;
    background: #f7f7f7;
    text-align: center;
    margin: 0 0 0
}

#delete_profile_popup .input_div {
    margin: 0 auto;
    display: block
}

#delete_profile_popup .col_01:after {
    background: url(../img/profile_01.jpeg);
    background-size: cover;
    background-position: center
}

#new_address_popup_empty .input_div,
#available_address_popup .input_div,
#new_address_popup .input_div {
    display: block;
    margin: 0 auto 20px;
    width: 90%
}

#available_address_popup .desc {
    text-align: center;
    margin: 0 auto 15px
}

#save_new_address_empty,
#save_new_address,
#save_available_address {
    width: 200px
}

#open_new_address_popup_empty,
#open_new_address_popup {
    width: 90%;
    max-width: 750px
}

#profile.address .table table {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

#profile.address .table td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #959595
}

#profile.address .header td {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    background: #959595;
    color: white;
    border-bottom: 2px solid #959595
}

#profile.address .header td:last-child {
    border-top-right-radius: 10px
}

#profile.address .header td:first-child {
    border-top-left-radius: 10px
}

#profile.address .table tr:hover {
    background: #f7f7f7
}

#profile.pass .input_div {
    display: block;
    margin: 0 auto 20px
}

#submit_pass {
    width: 200px
}

#profile.orders .empty_orders {
    text-align: center;
    width: 100%;
    padding: 0 0 0;
    line-height: 1.5;
    font-size: 20px
}

#profile.orders .more {
    width: 300px
}

#profile.orders .table table {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

#profile.orders .table td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #f7f7f7
}

#profile.orders .header td {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-bottom: 2px solid #f7f7f7
}

#profile.orders .table tr:hover {
    background: #f7f7f7
}

#profile.orders .header_list_ {
    background: #f7f7f7;
    border: 2px solid #b98e27;
    width: 100%;
    text-align: center
}

#profile.orders .header_list_ td {
    line-height: 1.5;
    padding: 10px
}

#profile.orders .section_title {
    text-transform: uppercase;
    font-size: 19px;
    color: #b98e27;
    margin: 0 auto 10px 0;
    font-weight: 700
}

#profile.orders .section_div {
    background: #f7f7f7;
    padding: 10px;
    width: 100%
}

#profile.orders .section_div.section_delivery table tr td:first-child,
#profile.orders .section_div.section_profile table tr td:first-child,
#profile.orders .section_div.section_billing table tr td:first-child,
#profile.orders .section_div.section_done table tr td:first-child {
    width: 30%
}

#profile.orders .section_div.section_billing table tr td {
    line-height: 1.3
}

#profile.orders .table td span {
    display: none
}

#repass .repass_header {
    text-align: center;
    font-size: 24px;
    margin: 20px auto;
    padding: 20px;
    line-height: 1.5
}

#repass .desc {
    line-height: 1.5;
    text-align: center
}

#repass .input_div {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto 20px auto;
    width: 100%;
    text-align: center
}

#repass .input_div .label {
    text-align: center
}

#repass .input {
    width: 500px
}

#repass .button {
    width: 500px
}

.travelcard .normal_price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    background: #e99c25;
    padding: 0 40px 0 40px;
    font-weight: 700
}

.travelcard .discount_price {
    position: absolute;
    bottom: 60px;
    right: 15px;
    color: #e99c25;
    text-decoration: line-through;
    font-size: 26px;
    line-height: 1.5;
    background: #fff;
    padding: 0 30px 0 30px;
    font-weight: 700
}

.slow_transit {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#turak .apptitle {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    background: #3da35e;
    font-family: 'Shadows Into Light Two';
    font-size: 20px
}

#turak .prior-sector .img {
    border-radius: 50%;
    padding: 8px;
    z-index: 200;
    top: 150px;
    position: absolute;
    left: -10px
}

#turak .prior-sector .box {
    width: 33%;
    position: relative;
    padding: 0 10px;
    margin: 0 auto 10px
}

#turak .prior-sector .sub-title {
    background: #433e3b;
    color: #fff;
    line-height: 1.5;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px
}

#turak .prior-sector .header {
    background: #ededed;
    text-align: center;
    line-height: 1.5;
    padding: 5px 0 5px 0;
    font-size: 13px;
    font-style: italic
}

#turak .prior-sector .tour_img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 150px;
    background-size: cover !important;
    background-position: center center !important
}

#turak .prior-sector .content {
    background: #f8f8f8;
    padding: 10px;
    min-height: 140px;
    line-height: 1.5;
    font-size: 13px;
    text-align: justify
}

#turak .prior-sector .small_normal_price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    background: #e99c25;
    padding: 0 20px 0 20px;
    font-weight: 700
}

#turak .prior-sector .small_discount_price {
    position: absolute;
    bottom: 46px;
    right: 10px;
    color: #e99c25;
    font-size: 22px;
    line-height: 1.5;
    background: #fff;
    padding: 0 10px 0 10px;
    font-weight: 700;
    text-decoration: line-through
}

#turak .prior-sector .box:hover .slow_transit {
    right: -250px;
    opacity: 0
}

#turak .prior-sector .pos_box2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -230px;
    border: solid 2px #fff;
    width: 150px;
    height: 50px;
    cursor: pointer;
    opacity: 0
}

#turak .prior-sector .pos_box2 .alt-title {
    line-height: 1.5;
    background: #e99c25;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    padding: 7px 0 7px 0
}

#turak .prior-sector .box:hover .pos_box2 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

#turak .prior-sector .box:hover .zoom {
    display: inline-block;
    overflow: hidden !important;
    -webkit-transition: all 7s ease-in-out;
    -moz-transition: all 7s ease-in-out;
    -o-transition: all 7s ease-in-out;
    transition: all 7s ease-in-out
}

#turak .prior-sector .box:hover .zoom {
    transform: scale(1.5)
}

#turak .prior-sector .infos {
    background: #433e3b
}

#turak .prior-sector .c0 {
    padding: 10px 5px
}

#turak .prior-sector .circ {
    border: 1px solid white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    position: relative;
    margin: 0 auto
}

#turak .prior-sector .intro {
    font-size: 13px;
    margin: 0 auto 10px;
    text-align: justify;
    line-height: 1.5
}

#turak .prior-sector .circ.circ01 img {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#turak .prior-sector .circ.circ02 {
    font-size: 20px;
    font-family: 'Shadows Into Light Two';
    line-height: 40px;
    color: white
}

#turak .prior-sector .circ.circ03 {
    font-size: 20px;
    font-family: 'Shadows Into Light Two';
    line-height: 40px;
    color: white
}

#turak #welcome .card {
    margin: 20px auto 40px auto
}

#turak .line {
    content: '';
    height: 30px;
    background: #433e3b;
    width: 100%;
    margin: 40px auto 20px auto
}

#turalist .cal_search {
    font-weight: 700;
    margin: 20px auto 0;
    text-align: center
}

#turalist .col01 {
    width: 270px;
    padding: 45px 10px 0 10px;
    position: relative;
    z-index: 500;
    margin: 0 40px 0 0
}

#turalist .col02 {
    width: calc(100% - 310px);
    position: relative
}

#turalist .col02:before {
    position: absolute;
    top: 0;
    left: -310px;
    width: 270px;
    content: '';
    top: 0;
    z-index: 300;
    background: #f7f7f7;
    height: 100%
}

#turalist .appintro {
    font-size: 13px;
    margin: 30px auto 0;
    text-align: justify;
    line-height: 1.5
}

#turak .prior-sector .line {
    content: '';
    height: 30px;
    background: #433e3b;
    width: 100%;
    margin: 0 0 30px 0
}

#turak .prior-sector .line .col01 {
    width: 250px;
    text-align: left;
    background: #3da35e;
    height: 40px;
    position: relative;
    top: -4px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0 0 10px;
    font-size: 18px
}

#turak .prior-sector .line .col01:after {
    width: 0;
    height: 0;
    border-bottom: 40px solid #3da35e;
    border-right: 30px solid transparent;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px
}

#turak .prior-sector .line .col01:before {
    position: absolute;
    content: '';
    background: #3da35e;
    width: 1000px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1000px
}

#td .lang_form {
    padding: 15px;
    border: 1px solid black
}

#td .lang_form .input_div {
    display: block;
    margin: 0 auto 15px
}

#td .lang_form label {
    text-transform: uppercase;
    display: block;
    margin: 0 auto 5px
}

#td .lang_form .textarea_label {
    font-size: 15px;
    margin: 5px auto 5px;
    text-align: left;
    text-transform: uppercase
}

#td .lang_form .btn {
    background: #3da35e;
    none repeat scroll 0 0;
    border: 1px solid #3da35e;
    color: white;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 200px
}

#td .lang_form .btn:hover {
    background: #fff;
    color: #000
}

#td .sec01 {
    height: 400px;
    position: relative;
    background-size: cover !important;
    background-position: center !important
}

#td .sec01_inner:before {
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .sec01_inner:after {
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .sec01 .arrow {
    position: absolute;
    width: 174px;
    right: -70px;
    z-index: 200;
    bottom: 20px;
    display: none
}

#td .sec01 .infos {
    padding: 10px;
    width: 350px;
    text-align: center;
    position: relative;
    z-index: 4000;
    color: white
}

#td .sec01 .infos .t0 {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 26px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid white;
    margin: 0 auto 10px
}

#td .sec01 .infos .t1 {
    font-size: 20px
}

#td .sec01 .line {
    width: calc(100% - 360px);
    padding: 0 10px;
    margin: 128px auto;
    position: relative;
    text-align: center
}

#td .sec01 .line .circ {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, .8);
    z-index: 200;
    display: block;
    margin: 0 auto
}

#td .sec01_inner {
    position: relative
}

#td .sec01:after {
    background: rgba(67, 62, 59, .8);
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 350px;
    content: '';
    z-index: 100
}

#td .sec01 .line .circ01 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

#td .sec01 .line .t1 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 10px auto 0;
    background: #e99c25;
    color: white;
    padding: 10px
}

#td .sec01 .line .circ02 {
    font-size: 40px;
    text-align: center;
    font-family: 'Shadows Into Light Two';
    line-height: 100px
}

#td .sec01 .line .circ03 {
    font-size: 40px;
    line-height: 100px
}

#td .sec01 .line .c0 {
    margin: 0 20px
}

#td .sec02 .intro {
    line-height: 1.5;
    text-align: justify;
    padding: 20px 0
}

#td .sec02 .leader {
    position: relative;
    margin: 0 auto 30px
}

#td .sec02 .leader:before {
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .sec02 .leader:after {
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .sec02 .leader .col_01 {
    width: 200px;
    text-align: center
}

#td .sec02 .leader .col_02 {
    width: calc(100% - 200px);
    padding: 0 10px 0 20px;
    font-size: 14px
}

#td .sec02 .leader .t0 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10px
}

#td .sec02 .leader .t1 {
    line-height: 1.5;
    text-align: center;
}

#td .sec02 .leader .t00 {
    font-weight: 700;
    margin: 0 auto 10px
}

#td .sec02 .leader .col_01 img {
    border-radius: 50%;
    width: 180px
}

#td .column1 {
    width: 300px;
    background: #e4e4e4;
    display: none
}

#td .column2 {
    width: calc(100%);
    padding: 0 10px;
    position: relative
}

#td .rowb {
    margin: 0 auto 30px;
    position: relative
}

#td .rowb ul li {
    list-style-type: disc;
    list-style-position: inside
}

#td .rowb .title {
    color: white;
    padding: 10px;
    text-transform: uppercase;
    background: #3da35e;
    font-family: 'Shadows Into Light Two';
    font-size: 20px
}

#td .rowb .why {
    line-height: 1.5;
    text-align: justify
}

#td .rowb .colwhy1,
#td .rowb .colwhy2 {
    width: calc(50% - 10px);
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

#td .rowb .colwhy1 {
    margin: 0 10px 0 0
}

#td .rowb .w1 {
    padding: 10px
}

#td .rowb .colwhy2 {
    margin: 0 0 0 10px
}

#td .scol01,
#td .scol02 {
    width: 50%
}

#td .scont {
    line-height: 1.5;
    text-align: justify;
    padding: 0 0 30px 0
}

#td .rowb .desc {
    line-height: 1.5;
    text-align: justify;
    padding: 10px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

#td .rowb.hasznos .desc {
    padding: 10px 200px 10px 10px
}

#td .rowb.hasznos .tree {
    position: absolute;
    right: -111px;
    bottom: -4px;
    height: 500px;
    max-height: 110%
}

#td .path iframe {
    max-width: 100%
}

#td .rowb.description .desc table {
    width: 100%;
    max-width: 100%
}

#td .rowb.description .desc table td {
    vertical-align: top;
    width: 50%;
    max-width: 100%
}

#td .rowb.description .desc table li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0 0 0 10px
}

#td .dayscircle {
    background: white;
    color: black;
    padding: 5px;
    margin: 10px auto 0
}

#td .dayscircle .m_col {
    margin: 0 3px
}

#td .rowb.program span[style*='background-color: #99cc00;'] {
    font-size: 14px;
    background: #e99c25 !important;
    color: white;
    text-align: left;
    padding: 5px;
    margin: 0 auto 10px;
    display: inline-block
}

#td .rowb.program .etitle {
    font-size: 14px;
    background: #e99c25 !important;
    color: white;
    text-align: left;
    padding: 5px;
    margin: 0 auto 10px;
    display: inline-block
}

#td .rowb.program .edesc {
    margin: 0 auto 10px
}

#td .rowb.program .img-div {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: 0 10px 20px
}

#td .rowb.program .img-div img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    display: block
}

#td .button_alert_01 {
    background: #e99c25;
    color: white;
    cursor: pointer;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    box-shadow: 0 0 10px #3b3b3b
}

#td .prices .p_01,
#td .prices .p_02 {
    width: 50%;
    padding: 0 20px
}

#td .prices.bigger .p_01 {
    width: 100%
}

#td .prices.bigger .p_02 {
    display: none
}

#td .prices .table {
    width: 100%
}

#td .prices.bigger .action_table {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
    display: block
}

#td .prices .table td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4
}

#td .prices .table td:first-child {
    border-right: 1px solid #e4e4e4;
    font-weight: 700
}

#td .prices .table tr:last-child td {
    border-bottom: 0 solid #e4e4e4
}

#td .prices .table span {
    font-style: italic;
    font-weight: 400;
    font-size: 13px
}

#td .prices .table .p4 {
    line-height: 1.5;
    font-style: italic;
    font-size: 13px
}

#td .prices .stop {
    color: red
}

#td .prices .action_table {
    padding: 20px;
    position: relative;
    background: #e4e4e4
}

#td .prices .action_table .decor {
    position: absolute;
    width: 238px;
    transform: rotate(-45deg);
    right: -113px;
    top: -42px;
    display: none
}

#td .prices .action_table .table td {
    border-bottom: 1px solid #fff
}

#td .prices .action_table .table td:first-child {
    border-right: 1px solid #fff
}

#td .prices .action_table .table tr:last-child td {
    border-bottom: 0 solid #fff
}

#td .torzs {
    background: #e99c25;
    padding: 20px;
    margin: 30px auto 0;
    position: relative
}

#td .torzs:before {
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .torzs:after {
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#td .torzs .t_01 {
    width: 200px;
    position: relative
}

#td .torzs .t_01 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

#td .torzs .t_02 {
    width: calc(100% - 200px)
}

#td .torzs .t_02 .tzs0 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 10px
}

#td .torzs .t_02 .tzs1 {
    line-height: 1.5;
    font-size: 13px;
    text-align: justify
}

#td .torzs .t_02 .tzs2 {
    margin: 10px auto 0;
    font-weight: 700;
    line-height: 1.5
}

#td .media_div {
    margin: 30px auto 0;
    border-top: 1px solid #e4e4e4;
    padding: 30px 0 0
}

#td .media_div .m0 {
    text-align: center;
    font-size: 30px;
    font-family: 'Shadows Into Light Two';
    margin: 0 auto 30px
}

#td .media_div .vids {
    text-align: center
}

#td .media_div .vids .box {
    margin: 0 20px 20px
}

#td .media_div .vids iframe {
    width: 400px;
    height: 200px
}

#td .media_div .vids .content {
    font-style: italic;
    font-size: 13px;
    margin: 10px auto 0
}

#td .galleries {
    text-align: center
}

#td .current_gallery {
    width: 300px;
    margin: 0 20px 20px
}

#td .current_gallery img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#td .media_div .current_gallery .content {
    font-style: italic;
    font-size: 13px;
    margin: 10px auto 0
}

#welcome .card .card_title {
    background: #433e3b;
    color: #fff;
    padding: 10px 10px 10px 40px;
    width: 400px;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    line-height: 1.5
}

.travelcard .img {
    border-radius: 50%;
    padding: 8px;
    z-index: 200;
    top: 0;
    position: absolute;
    left: -30px
}

.travelcard .info_header {
    background: #ededed;
    text-align: center
}

.travelcard .date {
    padding: 10px 5px;
    font-style: italic;
    font-size: 14px;
    width: 50%;
    line-height: 1.5
}

.travelcard .place_info {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 14px
}

.travelcard .mark {
    margin: 0 5px 0 0
}

.travelcard .card_img {
    width: 550px
}

.travelcard .sub_col01 {
    width: calc(100% - 550px);
    margin: 5px -2px 0 0;
    border-top: solid 2px #433e3b;
    border-bottom: solid 2px #433e3b;
    border-left: solid 2px #433e3b;
    border-right: solid 2px #433e3b
}

.travelcard .place {
    padding: 10px 5px;
    line-height: 1.3;
    font-size: 13px;
    width: 50%
}

.travelcard .info_content {
    padding: 10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 14px
}

.travelcard {
    position: relative;
    margin: 60px 0 0 0
}

.travelcard .price {
    line-height: 1.5;
    padding: 5px 0 10px 10px
}

.travelcard .badge {
    position: absolute;
    top: -20px;
    right: -30px;
    z-index: 100
}

.travelcard .sub_col02 {
    position: relative;
    width: 550px;
    height: 248px;
    background-size: auto 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #e4e4e4 !important;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.travelcard .sub_col02:hover {
    background-size: auto 120% !important
}

.travelcard .box2 .title {
    line-height: 1.5;
    background: #e99c25;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    padding: 7px 0 7px 0
}

.travelcard:hover .box2 {
    opacity: 1
}

.travelcard .button {
    background: #262626
}

.travelcard .card_title {
    background: #433e3b;
    color: #fff;
    padding: 10px 10px 10px 40px;
    width: 400px;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    line-height: 1.5
}

.travelcard .pos_box2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -230px;
    border: solid 2px #fff;
    width: 220px;
    height: 50px;
    cursor: pointer;
    opacity: 0
}

.travelcard:hover .pos_box2 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 2px #fff;
    width: 220px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.travelcard .sub_col02 {
    overflow: hidden
}

.travelcard .pos_box2 .title {
    line-height: 1.5;
    background: #e99c25;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    padding: 7px 0 7px 0
}

.travelcard:hover .slow_transit {
    right: -250px;
    opacity: 0
}

#turak .search_form .row1 {
    background: #3da35e;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
    border-bottom: solid 3px #433e3b
}

#turak .search_form .title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5
}

#turak .search_form {
    text-align: center
}

#turak .search_form .box {
    position: relative;
    z-index: 200
}

#turak .search_form .row2 {
    background: #dedede;
    padding: 8px;
    border-bottom: solid 3px #fff;
    border-top: solid 3px #fff
}

#turak .search_form .row2 .img {
    border-radius: 50%;
    padding: 8px;
    border: solid 3px #fff;
    z-index: 200;
    top: -15px;
    margin: 0 5px 0 5px;
    cursor: pointer
}

#turak .search_form .empty_filter {
    font-size: 12px;
    padding: 20px 0;
    font-style: italic
}

#turak .search_form .row2 .img:hover,
#wm_search_form .search_form .row2 .img:hover {
    border: 3px solid #3b3b3b;
    box-shadow: 0 0 10px #3b3b3b
}

#turak .search_form .row2 .img.active_type,
#wm_search_form .search_form .row2 .img.active_type {
    border: 3px solid #3b3b3b;
    box-shadow: 0 0 10px #3b3b3b
}

#turak .search_form .row3 {
    background: #3da35e;
    padding: 10px
}

#turak .search_form .row4 {
    text-align: center
}

#turak .search_form .t0 {
    font-family: 'Shadows Into Light Two';
    font-size: 29px;
    text-align: center;
    line-height: 1.3
}

#turak .search_form .familyimg {
    display: block;
    margin: 0 auto;
    max-width: 60%
}

#turak .search_form .intro {
    line-height: 1.5;
    font-size: 13px;
    margin: 0 auto 20px;
    text-align: justify
}

#turak #start_search {
    width: calc(100%)
}

#td .scol01,
#td .scol02 {
    width: 50%
}

#turak .search_form .t1 {
    background: #e99c25;
    position: relative;
    margin: 20px auto 10px;
    text-align: center;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px
}

#turak .search_form .fa-angle-double-down {
    font-size: 40px;
    color: black;
    margin: 0 auto 10px
}

#turak .search_form .column_2,
#wm_search_form .search_form .column_2 {
    width: 100%
}

#turak .search_form .label,
#wm_search_form .search_form .label {
    font-weight: 700;
    color: #fff
}

#turak .search_form .input_div,
#wm_search_form .search_form .input_div {
    display: block;
    padding: 0 0;
    margin: 0 auto 20px
}

#turak .search_form .selectBox-dropdown .selectBox-arrow {
    width: 30px;
    background-position: -3px -166px !important
}

#turak .search_form .input_div .in {
    background-color: white
}

#wm_search_form #start_search {
    background: #433e3b
}

#turak .torzs {
    background: #e99c25;
    padding: 20px;
    margin: 30px auto 0;
    position: relative
}

#turak .torzs:before {
    position: absolute;
    height: 100%;
    width: 1000px;
    left: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#turak .torzs:after {
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1010px;
    content: '';
    background: #433e3b;
    top: 0
}

#turak .torzs .t_01 {
    width: 200px;
    position: relative
}

#turak .torzs .t_01 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

#turak .torzs .t_02 {
    width: calc(100% - 200px)
}

#turak .torzs .t_02 .tzs0 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 10px
}

#turak .torzs .t_02 .tzs1 {
    line-height: 1.5;
    font-size: 13px;
    text-align: justify
}

#turak .torzs .t_02 .tzs2 {
    margin: 10px auto 0;
    font-weight: 700
}

#welcome .torzs {
    background: #e99c25;
    padding: 20px;
    margin: 30px auto 0;
    position: relative
}

#welcome .torzs .t_01 {
    width: 200px;
    position: relative
}

#welcome .torzs .t_01 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

#welcome .torzs .t_02 {
    width: calc(100% - 200px)
}

#welcome .torzs .t_02 .tzs0 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 10px
}

#welcome .torzs .t_02 .tzs1 {
    line-height: 1.5;
    font-size: 13px;
    text-align: justify
}

#welcome .torzs .t_02 .tzs2 {
    margin: 10px auto 0;
    font-weight: 700
}

#calendar_content {
    background: white;
    box-shadow: 0 0 10px #3b3b3b;
    width: 1000px;
    display: none;
    max-width: 90%
}

#calendar_content .travelcard .sub_col02 {
    width: 300px
}

#calendar_content .travelcard .sub_col01 {
    width: calc(100% - 300px);
    vertical-align: middle
}

#calendar_content .travelcard .card_title {
    width: 100%
}

#calendar_content .col_01 {
    width: calc(100% - 200px);
    position: relative;
    padding: 20px;
    text-align: justify;
    line-height: 1.5
}

#calendar_content .col_01:after {
    position: absolute;
    height: 100%;
    width: 200px;
    right: -200px;
    content: '';
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    top: 0
}

#calendar_content .close-popup {
    background: #e99c25 none repeat scroll 0 0;
    color: white;
    height: 40px;
    position: absolute;
    right: -20px;
    z-index: 200;
    cursor: pointer;
    top: -20px;
    transform: rotate(-45deg);
    width: 40px
}

#calendar_content .close-popup .fa {
    font-size: 23px;
    left: 11px;
    position: absolute;
    top: 8px;
    transform: rotate(45deg)
}

#calendar_content .t0 {
    padding: 10px;
    background: #3b3b3b;
    color: white;
    font-size: 17px
}

#calendar_content .cont {
    max-height: 600px;
    overflow-y: scroll
}

#calendar_content .travelcard {
    width: calc(100% - 80px);
    margin: 10px auto
}

#order #td .sec01 {
    height: 300px
}

#order #td .sec01 .line {
    margin: 78px auto
}

#order .a1 {
    font-family: 'Shadows Into Light Two';
    font-size: 34px
}

#order #td .sec01 .infos .t0 {
    font-size: 20px
}

#order #td .sec01 .infos .t1 {
    font-size: 19px
}

#order #sec01 .inner {
    line-height: 1.5;
    text-align: center;
    padding: 20px 10px
}

#order #prog .inner {
    padding: 0 10px
}

.oline {
    margin: 0 auto 20px
}

.oline .bottom {
    padding: 10px
}

.oline .top {
    font-size: 19px;
    padding: 10px;
    color: #3da35e;
    font-family: Shadows Into Light Two;
    border-bottom: 1px solid;
    border-top: 1px solid;
    background: #f7f7f7
}

.oline .x0 {
    font-style: italic;
    font-size: 12px;
    margin: 0 auto 10px
}

.oline .input_div {
    width: calc(50% - 20px);
    margin: 0 10px 20px
}

.oline .input {
    height: 30px;
    line-height: 30px
}

.oline .input_div .label {
    font-size: 14px
}

.oline .pbox {
    margin: 0 auto 40px;
    border: 1px solid #433e3b;
    width: 100%
}

.oline .pbox .col001,
.oline .pbox .col002,
.oline .pbox .col003 {
    width: 32%;
    padding: 0 10px
}

.oline .pbox .p0 {
    background: #433e3b;
    color: white;
    padding: 4px 4px 4px 10px;
    text-transform: uppercase
}

.oline .pbox .form {
    padding: 10px
}

.oline .pbox .input_div {
    width: 100%;
    margin: 0 auto 10px
}

#order_prog .m_col {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-family: 'Shadows Into Light Two';
    margin: 0 60px;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    background: #e4e4e4
}

#order_prog .m_col:hover {
    color: white;
    background: #e99c25
}

#order_prog .m_col:before {
    position: absolute;
    height: 10px;
    width: 120px;
    background: #e4e4e4;
    content: '';
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto
}

#order_prog .m_col:first-child:before {
    display: none
}

#order_prog {
    text-align: center;
    margin: 0 auto 40px
}

#order_prog #box1 {
    background: #3da35e;
    color: white
}

#order_prog .m_col.active {
    background: #3da35e;
    color: white
}

#order_prog .m_col.active:before {
    background: #3da35e
}

#order #step2,
#order #step3,
#order #step4 {
    display: none
}

#to_step_2,
#to_step_3 {
    width: 300px;
    max-width: 100%
}

#to_step_4 {
    width: 400px;
    max-width: 100%
}

#to_step_5 {
    width: 400px;
    max-width: 100%
}

#order .bikeline {
    margin: 0 auto 10px
}

#order .roomline {
    margin: 0 auto 10px
}

#order .roomline input {
    margin: 0 10px;
    width: 40px;
    text-align: center
}

#order .alr {
    margin: 0 auto 10px;
    font-weight: 700;
    text-transform: uppercase
}

#order #step4 .alr {
    margin: 10px auto;
    font-family: 'Shadows Into light two';
    color: #e99c25;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 1px solid;
}

#order #step4 .bottom {
    line-height: 1.5
}

#order .from_checkbox .m_col {
    margin: 0 20px
}

#order #step4 .bottom .column__1,
#order #step4 .bottom .column__2 {
    width: 50%
}

#order #step4 .bottom .column__1 {
    padding: 0 20px 0 0
}

#order #step4 .bottom .column__2 {
    padding: 0 0 0 20px
}

#order #step4 table {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left
}

#order #step4 table td {
    padding: 6px
}

#order .su1 {
    text-align: center;
    font-size: 30px;
    margin: 0 auto 20px;
    font-family: 'Shadows Into Light Two'
}

#order .su2 {
    text-align: justify;
    line-height: 1.5;
    padding: 0 10px
}

#profile.personal .col_d1 {
    width: 200px
}

#profile.personal .col_d1_ {
    width: calc(100% - 200px)
}

.expired_btn {
    text-align: center;
    padding: 10px;
    font-style: italic;
    line-height: 1.5;
    font-size: 13px
}

.preorder .input_div {
    width: 50%;
    padding: 0 10px 20px
}

.preorder .input_div.text {
    width: 100%
}

.preorder #submit_form {
    width: 220px
}

#error .header {
    height: 350px;
    background: url(../img/error.jpeg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center
}

#error .center {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1000;
    color: #fff
}

#error .c1 {
    font-size: 100px;
    padding: 40px 0 0 0;
    line-height: 1.5
}

#error .c2 {
    font-size: 40px;
    line-height: 1.5
}

#error .back {
    font-size: 20px;
    padding: 20px 0 0 0
}

.default_h1 {
    display: none
}

.default_page {
    padding: 20px 10px 0
}

.default_page .text {
    line-height: 1.5;
    text-align: justify
}

.default_page .deftit {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto 10px
}

#cookie_popup {
    width: 900px;
    max-width: 100%
}

#cookie_popup .p0 {
    line-height: 1.5;
    text-align: justify;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid black;
    margin: 0 auto 10px
}

#cookie_popup .col_01 {
    width: 400px
}

#cookie_popup .col_02 {
    width: calc(100% - 400px);
    padding: 20px
}

#cookie_popup .col_01:after {
    display: none
}

#cookie_popup .pp0 {
    position: absolute;
    top: 29px;
    font-variant: small-caps;
    left: 60px
}

#cookie_popup .pp1 {
    position: absolute;
    top: 80px;
    font-variant: small-caps;
    left: 60px
}

#cookie_popup .pp2 {
    position: absolute;
    top: 140px;
    font-variant: small-caps;
    left: 60px
}

#cookie_popup .range-output {
    display: none
}

#cookie_popup .btn {
    padding: 0;
    margin: 30px auto 0;
    width: 100%;
    font-size: 13px
}

#cookie_popup .p5 {
    text-transform: uppercase;
    margin: 0 auto 10px;
    font-weight: 700
}

#cookie_popup .p6 {
    line-height: 1.5;
    text-align: justify
}

#cookie_popup .p7 {
    padding: 0 0 0 20px;
    line-height: 1.5
}

#cookie_popup .pcont {
    display: none
}

#cookie_popup .pcont.opened {
    display: block
}

#cookie_popup .modify_cookie_default {
    display: none
}

#cookie_popup .modify_cookie_default .btn {
    width: 400px;
    margin: 0 auto;
    display: block
}

#cookie_popup .modify_cookie_default,
#cookie_popup .modify_cookie {
    display: none
}

#cookie_popup .modify_cookie_default.mod_o,
#cookie_popup .modify_cookie.mod_o {
    display: block
}

#cookie_handler {
    cursor: pointer
}

#cookie_popup .default_title {
    background: #3da35e;
    color: white;
    text-transform: uppercase;
    padding: 10px
}

.filterempty_x {
    padding: 10px;
    line-height: 1.5
}

#big_cala .fc-calendar .fc-row>div>span.fc-date {
    height: auto !important;
    line-height: 1.3 !important
}

#tourtype .row {
    background: #433e3b;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff
}

#tourtype .sec_sl .row .inner {
    text-align: right;
    padding: 0 30px 0 200px
}

#tourtype .sec_sl .row .img {
    border-radius: 50%;
    padding: 8px;
    z-index: 200;
    position: absolute;
    top: -4px
}

#tourtype .sec_sl .row .link {
    position: relative;
    text-align: center
}

#tourtype .sec_sl .row .link:after {
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: -8px;
    content: '';
    right: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -11px;
    display: none
}

#tourtype .sec_sl .row .circle {
    position: relative;
    width: 20px
}

#tourtype .sec_sl .title {
    padding: 5px 0 5px 45px;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase
}

.mapoverlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 480px;
    top: 480px;
    margin-top: -480px
}

#td_top .circbr {
    display: none
}

#td_top {
    height: 600px;
    background-size: cover !important;
    background-position: center center !important;
    color: white;
    position: relative;
    text-align: center
}

#td_top:after {
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

#td_top .inner {
    position: relative;
    z-index: 200
}

#td_top .z0 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    font-size: 33px;
    padding: 100px 0 0
}

#td_top .z1 {
    font-size: 20px;
    font-weight: 700
}

#td_top .z2 {
    margin: 220px auto 0
}

#td_top .z2 .c0 {
    margin: 0 10px
}

#td_top .z2 .circ02 {
    font-size: 40px;
    text-align: center;
    font-family: 'Shadows Into Light Two';
    line-height: 100px
}

#td_top .z2 .circ03 {
    font-size: 40px;
    line-height: 100px
}

#td_top .z2 .circ {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, .8);
    z-index: 200;
    color: black;
    display: block;
    margin: 0 auto
}

#td_top .z2 .t1 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 10px auto 0;
    background: #e99c25;
    color: white;
    padding: 10px
}

#td_top .z2 .circ01 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

#td_top .z2 .circ04 {
    padding: 20px 0
}

#td_top .z2 .quarter {
    margin: 0 5px 0 0;
    font-weight: 700;
    font-size: 17px
}

.instabox {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    position: relative;
}

.instabox .bg {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.instabox .end {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    color: white;
    line-height: 1.5;
    padding: 50px 30px;
    text-align: center;
    opacity: 0;
    bottom: -100%;
}

.instabox:hover .end {
    opacity: 1;
    bottom: 0;
}

.instabox .end .fa-heart {
    font-size: 25px;
    margin: 0 auto 20px;
}

#td_top_mobile {
	display:	none;
}

#td_top_mobile .m0 {
	font-family: 'Shadows Into Light Two';
	padding: 5px 10px 5px 10px;
	line-height:	1.5;
	font-size: 22px;
}

#td_top_mobile .m1 {
	padding: 0 10px 0;
	line-height: 1.5;
	font-weight: 300;
}

#td_top_mobile .z1 {
	padding: 0 10px 0;
	line-height: 1.5;
	font-weight: 300;
}

#td_top_mobile .m2 {
	padding: 0 10px 0;
	line-height: 1.5;
	font-weight: 300;
}

#td_top_mobile .m3 {
	padding: 0 10px 0;
	font-weight: 300;
	line-height: 1.5;
	color: 	#3da35e;
}

#td_top_mobile .m4_div {
	background:	#f7f7f7;
	padding: 15px;
	text-align: right;
	margin: 10px auto 0;
	line-height: 1.5;
}

#td_top_mobile .m5 {
	color: 	#3da35e;
	font-weight: 300;
}

#td_top_mobile .m6 {
	font-size: 12px;
	font-weight: 300;
}

#td_top_mobile .m7 {
	font-size: 13px;
	font-weight: 300;
}

#td_top_mobile .wrong_m {
	text-decoration: line-through;
	margin: 0 10px 0 0;
}

#td_top_mobile .godd_m {
	color: 	#3da35e;
	font-weight: bold;
	font-size: 16px;
}

#td_bottom_fixed {
	display:	none;
	
	position: fixed;
	bottom: 0;
	left: 0;
	background: white;
	width: 100%;
	z-index: 400;
	padding: 10px;
	box-shadow: 0 0px 10px #e4e4e4;
}

#td_bottom_fixed .tbf_alert_01 {
	padding: 10px;
	color: white;
	background:	#e99c25;
	text-align: center;
	
	width: 150px;
	display:inline-block;
	vertical-align:	middle;
}

#td_bottom_fixed .tbf_alert_02 {
	padding: 10px;
	color: #e99c25;
	border: 2px solid #e99c25;
	text-align: center;
	
	width: 150px;
	display:inline-block;
	vertical-align:	middle;
	float: right;
	margin: 0 50px 0 0;
}

#media_div_mobile {
	display:	none;
}

#media_div_mobile .mdm_0 {
	font-weight:	bold;
	line-height:	1.5;
	padding:	0 0 10px;
}

#media_div_mobile iframe {
	width:	calc(100%);
	display:	block;
	margin: 0 auto;
	height: 250px;
}

#media_div_mobile .mdm_2 {
  font-style: italic;
  font-size: 13px;
  margin: 10px auto 20px;
  text-align: center;
}

#path_mobile {
	display:	none;
}

#path_mobile iframe {
	width: 100%;
	margin: 0 auto 10px;
}

#mobile_why,
#mobile_attr {
	display:	none;
}

#mobile_why ul li {
	list-style-type: disc;
	padding: 0 0 0 10px;
	list-style-position: inside;
}

.mob_title {
  padding: 10px;
  text-align: center;
  font-family: 'Shadows Into Light Two';
  font-size: 25px;
  margin: 	40px auto 10px;
}

#mobile_event {
	display:	none;
	padding: 0 0 30px 0;
}

#mobile_event .em_title {
	font-weight: bold;
	line-height: 1.5;
	font-size:	16px;
	position: relative;
	padding:	0 40px 0 0;
	cursor: pointer;
}

#mobile_event .em_desc {
	display:	none;
	line-height: 1.5;
	padding: 20px 0 0 0;
	text-align: justify;
}

#mobile_event .em_title .fa-angle-down,
#mobile_event .em_title .fa-angle-up {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #bfbfbf;
  font-size: 34px;
  display:	none;
}

#mobile_event .em_title.opened .fa-angle-up {
  display: inline-block;
}

#mobile_event .em_title:not(.opened) .fa-angle-down {
  display: inline-block;
}
 
#mobile_event .em_box {
	border-bottom: 2px solid #e4e4e4;
	padding: 10px;
}

#mobile_event .em_slider {
	margin: 20px auto 0;
	padding: 0 40px;
}

#mobile_event .em_slider .img-div img {
	margin: 0 auto;
}


#mobile_event .em_slider .slick-prev {
    background-image: url(../img/arrow4.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    left: 10px;
}

#mobile_event .em_slider .slick-next {
    background-image: url(../img/arrow3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    right: 10px;
}

#mobile_ref {
	display:	none;
	padding: 0 0 30px 0;
}

#mobile_ref .mr01 {
	width:	70px;
}

#mobile_ref .mr01 img {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	display:	block;
}

#mobile_ref .mr02 {
	width:	calc(100% - 70px);
	padding: 0 0 0 10px;
}

#mobile_ref .mref_bottom {
	line-height:	1.5;
	text-align:	justify;
	padding:	10px 10px 0 7px;
}

#mobile_ref .mr02 .name {
	font-size: 	17px;
	margin: 0 auto 10px;
}

#mobile_ref .mr02 .date_place {
	font-size:	13px;
	color:#969696;
}

#mobile_ref .mref_box {
	padding:	20px 0 20px 0;
	border-bottom: 2px solid #e4e4e4;
}

#mobile_ref .mref_star {
	height: 25px;
	width: 125px;
	background: url('../img/star.png');
	background-size: auto;
	background-size: auto 100%;
	margin: 10px 0 0;
	
}

#mobile_description {
	display:	none;
}

#mobile_description .md_01 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  padding: 0 40px 0 0;
  cursor: pointer;
}

#mobile_description .md_02 {
	line-height:	1.5;
	padding: 6px 0 0 0;
	text-align:	justify;
	display:	none;
}

#mobile_description .md_02 table {
	width: 100% !important;
}

#mobile_description .md_02 td {
	display:	block;
	height: auto !important;
	width: 100% !important;
	   word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

#mobile_description .md {
  border-bottom: 2px solid #e4e4e4;
  padding: 10px;
}


#mobile_description .md .fa-angle-down,
#mobile_description .md .fa-angle-up {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #bfbfbf;
  font-size: 34px;
  display:	none;
}

#mobile_description .md .md_01.opened .fa-angle-up {
  display: inline-block;
}

#mobile_description .md .md_01:not(.opened) .fa-angle-down {
  display: inline-block;
}


#td .m_stars {
	height: 25px;
	width: 125px;
	background: url('../img/star.png');
	background-size: auto;
	background-size: auto 100%;
	margin: 0 10px 10px 10px;
	display:	inline-block;
	vertical-align:middle;
}

#td .star_txt {
	color: blue;
	font-size: 12px;
	line-height: 1.5;
	display:	inline-block;
	vertical-align:middle;
}

#td #top_img_slider  {
	position: absolute !important;
	top: 0;
	height: 600px;
	width: 100%;
	left: 0;
	z-index: 2000;
}

#td #top_img_slider li {
	height: 600px;
	background-size: cover;
	background-position: center center;
}

#td_top {
	position: relative;
}

#td_top .inner {
	position: relative;
	z-index: 4000;
}

#td_top .unslider-arrow.next {
position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  z-index: 5000;
  left: auto;
  margin: auto;
  right: 10px;
  color: transparent;
}

#td_top .unslider-arrow.next:before {
font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-right: 3px;
  color: white;
  top: 0;
  left: 0;
  font-size: 43px;
}


#td_top .unslider-arrow.prev {
position: absolute;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  z-index: 5000;
  right: auto;
  margin: auto;
  left: 10px;
  color: transparent;
}

#td_top .unslider-arrow.prev:before {
font-family: FontAwesome;
  content: "\f104";
  display: inline-block;
  padding-right: 3px;
  color: white;
  top: 0;
  left: 0;
  font-size: 43px;
}

.mobile_prior_box {
	display:	none;
}

.mobile_prior_box .top_images {
	margin: 0 auto 10px;
	position: relative;
}

.mobile_prior_box .top_images .bg {
	background-size: cover;
	height: 200px;
	background-position: center center;
	display: block;
  	max-width: 100%;
}

.mobile_prior_box .col_mp_01 {
width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding: 6px 0 0 0;
}

.mobile_prior_box .col_mp_02 {
	width: calc(100% - 60px);
	padding: 	0 0 0 10px;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}

.mobile_prior_box .mp_time {
	line-height: 1.5;
	text-align: left;
	font-weight: 300;
	margin: 10px auto 0;
}

.mobile_prior_box .mp_level {
	line-height: 1.5;
	font-weight: 300;
	text-align: left;
}

.mobile_prior_box .mp_level span {
	color: blue;
	text-decoration: underline;
}

.mobile_prior_box .bottom_infos {
	padding: 0 10px;
}

.mobile_prior_box .bottom_infos_right {
	text-align: right;
	line-height: 1.5;
	padding: 0 10px;
}

.mobile_prior_box .m3 {
	padding: 0 10px 0;
	font-weight: 300;
	line-height: 1.5;
	color: 	#3da35e;
}

.mobile_prior_box .m5 {
	line-height: 1.5;
}

.mobile_prior_box .wrong_m {
	text-decoration: line-through;
	margin: 0 10px 0 0;
}

.mobile_prior_box .godd_m {
	color: 	#3da35e;
	font-weight: bold;
	font-size: 16px;
}

.mobile_prior_box {
	margin: 0 auto 40px;
	box-shadow: 0 10px 10px #e4e4e4;
	padding: 0 0 10px 0;
}


#new_search_form .row2 {
	width:	300px;
}

#new_search_form .row3 {
	width:	calc(100% - 300px);
}

#new_search_form {
	
}

#new_search_form .row2 .img {		
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 2px 2px;
  position: relative;
  line-height: 50px;
  text-align: center;
}

#new_search_form .row2 .img img {
	width: 30px;
	margin: 0 auto;
	position: relative;
	top: 9px;
}

#new_search_form .input_div {
	width:	50%;
	padding:	7px;
}

#new_search_form .input_div .label {
	margin:	0 auto 5px;
	font-size: 13px;
}

#new_search_form .selectBox-dropdown .selectBox-arrow {
	width:	30px;
	border:	0 none;
 }
 
#new_search_form #new_start_search {
	width:	166px;
	margin:	0 0 0 auto;
 }
 
						 
#new_search_form .row2 .img:hover {
	border:		3px solid #3b3b3b;
    box-shadow: 0 0 10px #3b3b3b;
}

#new_search_form .row2 .img.active_type {
	border:		3px solid #3b3b3b;
    box-shadow: 0 0 10px #3b3b3b;
}

#nsf {
	padding: 10px;
}

#nsf .nsf_col_01 {
	width: 50%;
	padding: 0 20px 0 0;
}

#nsf .nsf_col_02 {
	width: 50%;
	padding: 0 0 0 20px;
}

#nsf .input_div {
	display:	block;
	margin: 0 auto 20px;
}

#nsf .input_div .label {
	text-transform:	inherit;
	font-weight: 300;
}

#nsf .nsf_col_01 .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 2px 2px;
  position: relative;
  line-height: 40px;
  text-align: center;
  background:	#b3b3b3;
}

#nsf .nsf_col_01 .img img {
  width: 72%;
  padding: 5px 0 0 0;
}

#nsf .month {
	margin: 0 10px 10px 0;
	border: 1px solid #b3b3b3;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
}

#nsf .month:hover {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .month.active_month {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .level {
	margin: 0 10px 10px 0;
	border: 1px solid #b3b3b3;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
}

#nsf .level:hover {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .level.active_level {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .period {
	margin: 0 10px 10px 0;
	border: 1px solid #b3b3b3;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
}

#nsf .period:hover {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .period.active_period {
	color: #42d0be;
	border: 1px solid #42d0be;
}

#nsf .orange_border {
	border: 2px solid #e99c25;
	background: white;
	width: 150px;
	color:	#e99c25;
	display:	inline-block;
	vertical-align:	middle;
}

#nsf .orange {
	background:	#e99c25;
	color: white;
	width: 150px;
	margin: 0 0 0 10px;
	display:	inline-block;
	vertical-align:	middle;
}


#nsf .nsf_col_01 .img.clr1 {
    background: #3da35e
}

#nsf .nsf_col_01 .img.clr2 {
    background: #42d0be
}

#nsf .nsf_col_01 .img.clr3 {
    background: #009fe3
}

#nsf .nsf_col_01 .img.clr4 {
    background: #e99c25
}

#nsf .nsf_col_01 .img.clr5 {
    background: #bf3d4e
}

#nsf_top {
	display:	none;
	position: relative;
	font-weight: 300;
	text-align: right;
	padding: 10px 40px 10px 10px;
	border-bottom: 2px solid #e4e4e4;
	cursor: pointer;
}


#nsf_top .fa-angle-down,
#nsf_top .fa-angle-up {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #bfbfbf;
  font-size: 34px;
  display:	none;
}

#nsf_top.opened .fa-angle-up {
  display: inline-block;
}

#nsf_top:not(.opened) .fa-angle-down {
  display: inline-block;
}



