body, html {
    /* height: 100%; */
    overflow-x: hidden;
}

body{
    margin: 0px;
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    color: #403F41;
}

img{
    max-width: 100%;
    max-height: 100%;
}

a {
    text-decoration: none;
    color: #403F41;
}

p, ul {
    line-height: 25px;
}

table {
    overflow: scroll;
}

textarea,
input,
select {
-webkit-appearance: none;
border-radius: 0;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default radio button */
.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
.container input[type="text"].datepicker,
.container input[type="text"].datepicker2 {
    width: 200px;
    margin: 2px 10px;
}

input[type="text"].datepicker3 {
    width: 200px;
    margin: 2px 0 2px 10px;
}

  /* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}
  
  /* On mouse-over, add a grey background color */
.container:hover input[type="radio"]~.checkmark {
    background-color: #ccc;
}
  
  /* When the radio button is checked, add a blue background */
.container input:checked[type="radio"]~.checkmark {
    background-color: #eee;
}
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the indicator (dot/circle) when checked */
  .container input[type="radio"]:checked~.checkmark:after {
    display: block;
}
  
  /* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 3.1px;
    left: 3.3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: black;
}

select {
    background-color: #F1F2F2;
    padding: 5px 20px;
    border: 0px;
    color: #403F41;
    font-size: 16px;
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select-arrow.png);
    background-position: calc(100% - 12px) calc(1em + -7px);
    background-repeat: no-repeat;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

select::-ms-expand { 
    display: none; /*remove default arrow on ie10 and ie11 */
}

textarea {
    background-color: #F1F2F2;
    padding: 5px 20px;
    border: 0px;
    color: #403F41;
    font-size: 16px;
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    height: 150px;
    width: 100%;
}

input[type="text"], input[type="email"] {
    background-color: #F1F2F2;
    padding: 5px 20px;
    border: 0px;
    color: #403F41;
    font-size: 20px;
    height: 35px;
    /*margin: 2px 0 2px;*/
    vertical-align: middle;
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A6A9AC;
    text-align: center;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A6A9AC;
    text-align: center;

  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #A6A9AC;
    text-align: center;
  }

.msg {
    color: #940000;
}

.web_space{
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #A6A9AC;
    font-size: 20px;
}

.header_logo {
    display: inline-block;
    width: 220px;
    height: 83px;
}

.header_menu {
    display: inline-block;
    width: calc(100% - 220px - 5px);
    text-align: right;
    font-size: 18px;
}

.header_menu_item {
    display: inline-block;
    margin: 0 0 0 40px;
    position: relative;
    height: 25px;
    vertical-align: middle;
}

#trigger {
    position: absolute;
    top: 55%;
    right: 25px;
    width: 35px;
    display: none;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.trigger .bar > div {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #77787A;
}

.mob_header_menu{
    position: fixed;
    display: none;
    top: 0;
    right: -100%;
    clear:both;
    width: 70%;
    height: calc(100% - 65px - 0px);
    z-index: 10;
    background-color: white;
    max-width: 100%;
    overflow: auto;
    padding: 40px 30px 30px;
    transition: 0.25s all;
    box-shadow: inset 7px 0 9px -3px rgba(0,0,0,0.4);
}

.mob_menu_item {
    font-size: 20px;
    border-bottom: 1px solid #6C6D71;
    padding: 20px 0;
    color: #6C6D71;
}

.mob_menu_item.last {
    border-bottom: 0px;
}

.mob_submenu {
    padding: 10px 0 0;
    font-size: 17px;
}

.mob_submenu_item {
    padding: 10px 0 10px 20px;
}

.mob_submenu_item.page_active a.page_active {
    position: relative;
}

.mob_submenu_item.page_active a.page_active:before {
    content: "";
    top: 25%;
    position: absolute;
    left: -20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 5px 0px 6px 9px;
    border-color: transparent transparent transparent #940000;
}

.mob_menu_btn {
    height: 30px;
    margin-bottom: 20px;
}

.mob_header_x_btn div {
    background-color: #6C6D71;
    height: 2px;
    width: 30px;
}

.mob_header_x_btn {
    float: right;
    padding-right: 15px;
    padding: 15px 0;
    cursor: pointer;
}

.main-content {
    min-height: calc(100% - 50px);
    padding: 0 0 50px;
    position: relative;
}

.footer {
    border-top: 1px solid #A6A9AC;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer_menu {
    display: inline-block;
}

.footer_menu_item {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

.copyright {
    float: right;
        font-size: 14px;
}

.page_active {
    color: #940000;
}

.header_submenu {
    background-color: #F1F2F2;
    padding: 15px 0;
    text-align: right;
}

.header_submenu_item {
    padding: 0 11px;
    border-left: 1px solid #403F41;
    display: inline-block;
    font-size:18px;
    margin: 1px 0;
}

.header_submenu_item.first {
    border-left: 0px;
    padding: 0 11px 0 0;
}

.header_submenu_item.last {
    padding: 0 0 0 11px;
}

.header_menu_item.page_active:before, .header_menu_item.page_active:after {
    content: "";
    top: 173%;
    top: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header_menu_item.page_active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7.5px 0px 7.5px;
    border-color: #fff transparent transparent transparent;
}

.header_menu_item.page_active:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #A6A9AC transparent transparent  transparent;
}

.footer_menu_item.page_active:before, .footer_menu_item.page_active:after {
    content: "";
    top: -132%;
    top: -25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer_menu_item.page_active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1px 7.5px 9px 7.5px;
    border-color: transparent transparent #fff transparent;
}

.footer_menu_item.page_active:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #A6A9AC transparent;
}

.swiper-container {
    width: 100%;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 90px;
    background-size: 35px 90px;
    margin-top: -85px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/arrow-left.png");
  left: 20px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/arrow-right.png");
  right: 20px;
  left: auto;
}

.ug-lightbox .ug-lightbox-top-panel {
    top: auto !important;
    bottom: 0px; 
}

.content {
    margin: 50px 0;
}

.index_slider{
    display: inline-block;
    margin: 30px 0;
    width: 100%;
    text-align: center;
}

.index_slider .slider_left {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    min-height: 400px;
}
.index_slider .slider_right {
    display: inline-block;
    width: calc(100% - 65% - 4px - 20px);
    vertical-align: top;
    padding: 0 0 0 20px;
    font-family:  'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    font-size: 37px;
    text-align: left;
    font-weight: 200;
    color: #58595B;
    padding-top: 200px;
}

.slider_right_bold {
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    font-weight: 900;
    font-size: 53px;
    color: #414042;
}

.index_slider .swiper-slide {
    background: #F1F2F2;
    position: relative;
}

.slider_item {
    padding: 70px;
    width: 100%;
    /* padding-bottom: 160px; */
}

.slider_img img {
    width: auto;
    max-width: 100%;
}

.slider_info {
    bottom: 15px;
    left: 50%;
    /* position: absolute;
    transform: translate(-50%, -50%); */
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
}

.slider_title {
    font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    font-weight: 600;
    font-size: 23px;
    /* margin-top: 40px;
    width: 90%;
    bottom: 60px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); */


    /* -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-box-orient: vertical; */


    font-size: 23px;
}

.slider_date {
    font-size: 16px;
    /* bottom: 40px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%); */
}

.btn {
font-family: 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    background-color: #808285;
    border: 0px;
    padding: 5px 15px;
    font-size: 22px;
    color: white;
    margin: 0 0 10px 15px;
    cursor: pointer;
     font-weight: 200;
}

.image_title {
    padding: 20px 0;
    font-size: 30px;
}

.image_info {
    text-align: right;
    padding: 20px 0;
}

.image_name {
    float: left;
     font-size: 18px;
}

.image_view {
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: bold;
        font-size: 18px;
}

.image_like {
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: bold;
        font-size: 18px;
}

.btn_row {
    text-align: right;
    margin: 20px 0;
}

.btn_left {
    float: left;
}

.btn_left .btn{
    margin: 0 15px 10px 0;
}

.btn_right {
    display: inline-block;
}

.img_block {
    text-align: center;
}

.btn.keywords {
    font-size: 18px;
    color: #403F41;
    font-weight: 400;
    
    background-color: #F1F2F2;
   
   
    margin: 0 15px 10px 0;
}

.image_desc {
    padding: 0 0 80px;
    line-height: 1.5;
    font-size: 18px;
}

.image_keywords {
    padding: 0 0 80px;
}

.image_keywords_title {
    font-size: 30px;
    margin: 15px 0;
    font-weight: 300;
}

.image_keywords_cat.top {
    padding-top: 50px;
}

.image_keywords_cat.top .image_keywords_title {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 15px 0;
    background-color: #fff;
    max-width: 1440px;
}

.permitted_free_use_info_box, .keyword_list_info_box {
    position: fixed;
    width: 80%;
    max-width: 1400px;
    max-height: 80%;
    left: 50%;
    top: 45%;
    color: white;
    transform: translate(-50%, -50%);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: 0.25s all;
    line-height: 1.5;
}

.permitted_free_use_info_inner {
    position: relative;
}

.permitted_free_use_info_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.permitted_free_use_info_close .fa {
    font-size: 30px;
}

.permitted_free_use_info_box_title, .keyword_list_info_box_title {
    font-family: 'Montserrat', 'Microsoft JhengHei', 'Microsoft YaHei';
    margin: 0 0 20px;
    font-size: 90px;
    font-weight: 200;
    letter-spacing: 5px;

}

.permitted_free_use_info_box.active, .keyword_list_info_box.active {
    visibility: visible;
    opacity: 1;
}

.permitted_free_use_info_overlay, .keyword_list_info_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 5;
    transition: 0.25s all;
}

.permitted_free_use_info_box.active~.permitted_free_use_info_overlay,
.keyword_list_info_box.active~.keyword_list_info_overlay {
    opacity: 0.9;
    visibility: visible;
}

.search_area {
    margin: 0 auto;
    max-width: 1200px;
}

.search_title {
    font-size: 120px;
    text-align: right;
    font-weight: 100;
    font-family: 'Montserrat', 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
}

.search_form_left {
    display: inline-block;
    font-weight: 600;
    font-size: 35px;
    width: 180px;
    text-align: right;
    vertical-align: top;
    font-family: 'Montserrat', 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
}

.search_form_left2 {
    display: inline-block;
    width: 180px;
    text-align: right;
    vertical-align: top;
    font-size: 20px;
}

.search_form_right {
    display: inline-block;
    width: calc(100% - 180px - 30px - 4px);
    padding: 0 0 0 30px;
    font-size: 25px;
}

.search_row {
    display: block;
    margin: 10px 0;
}

.search_text {
    margin: 90px 0;
    line-height: 1.5;
}

.search_select {
    width: 100px;
    margin: 0 10px 0px 0;
    vertical-align: middle;
    font-size: 20px;
}

.search_input_full {
    width: 100%;
}

.search_input_right {
    width: calc(100% - 100px - 10px - 7px);
}

.g-recaptcha {
    display: inline-block;
    padding: 20px 0 0;
}

#g-recaptcha2 {
    display: inline-block;
    padding: 20px 0 0;
}


.btn.b-captcha {
    font-size: 16px;
    padding: 3px 10px;
    margin: 0px 0px 5px 10px;
    vertical-align: top;
}

.btn.float-right {
    float: right;
    margin: 20px 0 0 0;
}

.result_keyword_val {
    display: inline-block;
    font-size: 30px;
    color: #403F41;
    vertical-align: middle;
}

.result_keyword_opt {
    display: inline-block;
    margin: 10px;
    font-size: 19px;
    color: #BBBEBF;
    vertical-align: middle;
}

.result_keyword {
    margin: 10px 0;
}

.result_img_list {
    margin: 0 0 50px;
    min-height: 200px;
}

.rich-text {
    padding: 20px 0 50px 0px;
    line-height: 1.5;
}

.rich-text .photo-block {
    max-width: 500px; 
    float: left; 
    padding: 0 40px 40px 0;
}

.contact-us {
    padding: 50px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.contact_left {
    display: inline-block;
    width: 330px;
    vertical-align: top;
    font-family: 'Montserrat', 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
}

.contact_right {
    display: inline-block;
    padding: 0 0 0 60px;
    width: calc(100% - 330px - 60px - 4px);
}

.contact_left_row1 {
    font-size: 70px;
    font-weight: 100;
}

.contact_left_row2 {
    font-size: 103px;
    margin: -20px 0 0;
    text-align: right;
        font-weight: 100;
}

.contact_right_row {
    padding: 0 0 20px;
}

.contact_right_row_helf {
    width: calc(50% - 30px);
    display: inline-block;
}

.contact_right_title {
    font-size: 25px;
    padding: 0 0 10px;
}

.contact_right_row input[type="text"] {
    width: 100%;
}

.btn.float-right2 {
    float: right;
    margin: 20px 0 0;
}

.contact_right_row_helfspace {
    width: 52px;
    display: inline-block;
}

.share_line {
    text-align: right;
    padding-bottom: 20px;
}

.share_line .whatsapp,
.share_line .facebook,
.share_line .twitter,
.share_line .googlePlus {
    width: 30px;
    margin-left: 10px;
    display: inline-block;
}


.ug-lightbox-button-sideshow.btn {
    position: absolute;
    top: 15px;
    right: 100px;
    z-index: 10;
}

.ug-lightbox .ug-lightbox-button-close {
    background-image: url(../images/cross.png);
    width: 60px;
    top: 20px !important;
}

.ug-lightbox .ug-lightbox-arrow-right {
    background-image: url(../images/arrow-right-mob.png);
    height: 70px;
    background-position: left;
}

.ug-lightbox .ug-lightbox-arrow-left {
    background-image: url(../images/arrow-left-mob.png);
    height: 70px;
    background-position: right;
}

.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover {
    background-position: 0px;
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover {
    background-position: 0px 0px;
}

.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover {
    background-position: right;
}

.ug-lightbox .ug-textpanel-title, .ug-lightbox .ug-textpanel-description {
    font-size: 20px;
}

.ug-lightbox .ug-textpanel-description .btn {
    font-size: 16px;
    float: right;
}

.photographer_title {
    display: inline-block;
    padding: 50px 0;
    font-family: 'Montserrat', 'Libre Franklin', 'Microsoft JhengHei', 'Microsoft YaHei';
    line-height: normal;

}

.photographer_title_row1 {
    font-size: 30px;
}

.photographer_title_row2 {
    font-size: 80px;
    padding-left: 30px;
}
.photographer_title_row3 {
    font-size: 30px;
    padding-left: 90px;
}
.photographer_title_row4 {
    font-size: 30px;
    padding-left: 150px;
    margin-top: -15px;
}

.slide-play {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999999;
}

.slide-play .swiper-wrapper {
    height: 100%;
}

.slide-play.active {
    visibility: visible;
}

.slide-play .swiper-slide{
    background: black;
    height: 100%;
    /* position: relative; */
}

.slide-popup {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999999;
}

.slide-popup .swiper-wrapper {
    height: 100%;
}

.slide-popup.active {
    visibility: visible;
}

.slide-popup .swiper-slide{
    background: black;
    height: 100%;
    /* position: relative; */
}

.slider_close{
    max-width: none;
    transition: all !important;
    cursor: pointer;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url(../images/cross.png);
    width: 60px;
    top: 20px !important;
    position: absolute;
    margin: 0px;
    left: calc(100% - 60px);
    z-index: 10;
}

.slider_panel {
    max-width: none;
    transition: all !important;
    cursor: pointer;
    height: 29px;
    top: 20px !important;
    position: absolute;
    margin: 0px;
    left: calc(100% - 300px);
    z-index: 10;
    border: 1px solid white;
    background-color: black;
}

.slider_panel>div{
    display: inline-block;
    color: white;
    border-right: 1px solid white;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 5px 5px;
}

.slider_panel>div.slider_playbtn{
    width: 29px;
    height: 19px;
    border-right: 0px solid white;
}

.slider_s{
    display: inline-block;
    width: 70px;
    height: 29px;
    vertical-align: middle;
    background-color: black;
    color: white;
    border-right: 1px solid white;
    background-image: url(../images/down-white.png);
}

.slider_playbtn:before {
    content: '\f04b';
    font-family: 'FontAwesome';
}

.slider_playbtn.playing:before {
    content: '\f04c';
}

.slide_img {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    text-align: center;

    display: flex;
    justify-content: center;
}

.slide_title {
    color: #fff;
    font-size: 18px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
    position: absolute;
    bottom: 20px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
}

.slide_img .helper {
    display: inline-block;
    height: 90%;
    vertical-align: middle;
}

.slide_img img {
    max-width: 100%;
    max-height: 90%;
    vertical-align: middle;
}

.slide-play.playing .slide_title {
    display: none;
}

.slide-play.playing .slide_img .helper {
    height: 100%;
}

.slide-play.playing .slide_img img {
    max-height: 100%;
}

.slide-play.playing .slider_playbtn:before {
    content: '\f04c';
}

.ug-slider-wrapper, .ug-item-wrapper img {
    top: calc(50% - 20px) !important;
    transform: translateY(-50%);
}

.ug-tile .ug-textpanel, .ug-tile  .ug-textpanel-bg, .ug-tile .ug-textpanel-textwrapper {
    height: 100% !important;
    
}

.ug-tile .ug-textpanel-title {
    font-size: 16px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.keywords_page {
    padding: 25px 0 50px;
    margin: 0 auto;
    max-width: 1200px;
}

.archive_not_find {
    text-align: center;
    font-size: 25px;
    padding: 50px 0;
}

#keyword_point {
    min-width: 85px;
    float: right;
}

.image_keywords_backTop span {padding: 10px 20px;}

.image_keywords_backTop {
    text-align: right;
}

/* .search-popup-btn:hover .search-popup, #ui-datepicker-div:hover~.search-popup {
    opacity: 1;
    visibility: visible;
} */

.search-popup-btn {
    cursor: pointer;
}

.search-popup-btn.active~.search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup {
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: transparent;
    padding: 20px 0 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.search-popup_inner {
    width: 293px;
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
    color: #403F41;
    border: 1px solid #403F41;
}

.search-popup_inner form {
    margin: 0;
}

.search-popup_row {
    margin: 5px 0;
}

.search-popup_left {
    width: 65px;
    display: inline-block;
}

.search-popup_right {
    width: calc(100% - 75px);
    display: inline-block;
}

.search-popup_row.right {
    text-align: right;
}

@media only screen and (max-width:1475px) {
    .web_space{
        padding: 0 25px;
    }
    .image_keywords_cat.top .image_keywords_title {
        padding: 15px 25px;
    }
}

@media only screen and (max-width:1460px) {
    .index_slider .slider_right {
        font-size: 32px;
    }
    .slider_right_bold {
        font-size: 42px;
    }
}

@media only screen and (max-width:1200px) {
    .index_slider .slider_right {
        font-size: 25px;
    }
    .slider_right_bold {
        font-size: 35px;
    }
}

/* header */
@media only screen and (max-width:1024px) {
    .header {
        padding: 20px 0;
        border-bottom: 1px solid #A6A9AC;
    }
    .header_logo {
        width: 150px;
        height: 57px;
    }
    .header_menu {
        display: none;
    }
    .header_submenu{
        display: none;
    }
    #trigger {
        display: inline-block;
    }
    .footer {
        padding: 30px 0;
    }
    .footer_menu {
        display: none;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    body {
        position: relative;
    }

    .main-content{
        right: 0;
        transition: 0.25s all;
        width: 100%;
        min-height: calc(100% - 95px);
        padding: 0 0 95px;
    }

    .active .main-content{
        top: 0;
        right: calc(100% - 30% + 60px);
        overflow: hidden;
    }

    body.active {
        /* right: -webkit-calc(100% - 30% + 60px);
        right: -moz-calc(100% - 30% + 60px);
        right: -o-calc(100% - 30% + 60px);
        right: calc(100% - 30% + 60px); */
        /* right: -webkit-calc(100% - (100% - 70%) + 60px);
        right: -moz-calc(100% - (100% - 70%) + 60px);
        right: -o-calc(100% - (100% - 70%) + 60px);
        right: calc(100% - (100% - 70%) + 60px);
        left: -webkit-calc(-100% + (100% - 70%) - 60px);
        left: -moz-calc(-100% + (100% - 70%) - 60px);
        left: -o-calc(-100% + (100% - 70%) - 60px);
        left: calc(-100% + (100% - 70%) - 60px); */
        /* overflow: hidden; */
    }
    
    .mob_header_menu {
        display: block;
    }
    body.active .mob_header_menu {
        right: 0;
    }
    .index_slider .slider_right {
        font-size: 20px;
    }
    .slider_right_bold {
        font-size: 30px;
    }
    .contact_left {
        width: 190px;
    }
    .contact_right {
        width: calc(100% - 190px - 60px - 4px);
    }
    .contact_left_row1 {
        font-size: 50px;
    }
    .contact_left_row2 {
        font-size: 70px;
    }
}

@media only screen and (max-width:876px) {
    .index_slider .slider_right {
        font-size: 15px;
    }
    .slider_right_bold {
        font-size: 25px;
    }
}

@media only screen and (max-width:768px) {
    .web_space.index{
        padding: 0px;
    }
    .image_keywords_cat.top .image_keywords_title {
        padding: 0 25px;
    }
    .index_slider {
        display: block;
        height: auto;
    }
    .index_slider .slider_right {
        display: inline-block;
        width: 100%;
        max-width: 420px;
        padding: 30px 25px;
        font-size: 35px;
    }
    .slider_right_bold {
        font-size: 45px;
    }
    .index_slider .slider_left {
        display: block;
        width: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 27px;
        height: 60px;
        background-size: 27px 60px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("../images/arrow-left-mob.png");
        left: 20px;
        right: auto;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("../images/arrow-right-mob.png");
        right: 20px;
        left: auto;
    }

    .ug-lightbox .ug-lightbox-arrow-right {
        display: none !important;
    }
    
    .ug-lightbox .ug-lightbox-arrow-left {
        display: none!important;
    }
    

    .btn_row {
        text-align: left;
    }

    .btn {
        background-color: #808285;
        border: 0px;
        padding: 5px 15px;
        font-size: 25px;
        color: white;
        margin: 0 15px 10px 0;
    }

    .ug-lightbox-button-sideshow.btn {
        position: absolute;
        top: 20px;
        right: 70px;
        font-size: 18px;
        z-index: 10;
    }

    .btn.mob-hidden{
        display: none;
    }
    .image_title {
        padding: 20px 0 0;
    }
    .image_info {
        text-align: left;
        padding: 0 0 30px;
    }
    .image_name {
        float: none;
        padding: 20px 0 40px;
    }
    .image_view {
        display: block;
        margin: 0 0 0 0;
        font-size: 20px;
    }
    .image_like {
        display: block;
        margin: 0 0 30px 0;
        font-size: 20px;
    }
    .search_title {
        font-size: 60px;
        text-align: left;
        margin-top: -20px;
        padding: 0 0 20px;
    }
    .search_form_left {
        display: block;
        text-align: left;
        width: 100%;
    }
    .search_form_left2 {
        display: block;
        text-align: left;
        width: 100%;
        font-size: 22px;
    }
    .search_form_right {
        display: block;
        width: 100%;
        padding: 0 0 0 0px;
        font-size: 20px;
    }
    .search_st {
        display: block;
    }
    .contact-us {
        padding: 0px 0;
    }
    .keywords_page {
        padding: 0px 0;
    }
    .contact_left {
        display: block;
        width: 100%;
    }
    .contact_left_row1 {
        display: inline-block;
        font-size: 50px;
    }
    .contact_left_row2 {
        display: inline-block;
        font-size: 50px;
        margin: 0px 0 0 10px;
        text-align: left;
    }
    
    .contact_right {
        display: block;
        padding: 0 0 0 0px;
        width: 100%;
    }
    .btn.float-right2 {
        float: right;
        margin: 60px 0 0;
    }
    .contact_right_row {
        padding: 0 0 15px;
    }
    .contact_right_row_helf {
        width: calc(50% - 14px);
    }
    .contact_right_row_helfspace {
        width: 20px;
    }
    .g-recaptcha {
        display: inline-block;
    }
    #g-recaptcha2 {
        display: inline-block;
    }

    .slider_item {
        padding: 40px 20px;
        /* padding-bottom: 140px; */
    }

    .slider_info {
        bottom: 10px;
    }

    .slider_title {
        /* bottom: 40px; */
    }

    .slider_date {
        /* bottom: 30px; */
    }
    
    .rich-text {
        padding: 20px 0 50px 0px;
    }

    .rich-text .photo-block {
        padding: 0 0 40px;
    }

    .photographer_title {
        padding: 0px 0 20px;
    }

    .photographer_title_row2 {
        font-size: 50px;
        padding-left: 0px;
    }
    .photographer_title_row3 {
        font-size: 30px;
        padding-left: 0px;
    }
    .photographer_title_row4 {
        font-size: 30px;
        padding-left: 0px;
        margin-top: 0px;
    }
    .permitted_free_use_info_box_title,
    .keyword_list_info_box_title {
        font-size: 50px;
    }
}

@media only screen and (max-width:480px) {
    .ug-slider-wrapper, .ug-item-wrapper img {
        top: calc(50% - 30px) !important;
    }
    .btn.float-right {
        float: none;
        display: block;
        margin: 40px 0 0 0;
    }
    .btn.float-right2 {
        float: none;
        display: block;
        margin: 40px 0 0;
    }
    .copyright>span{
        display: block;
    }
    .search_form_right {
        font-size: 18px;
    }
    .permitted_free_use_info_box_title,
    .keyword_list_info_box_title {
        font-size: 30px;
    }
    .index_slider .slider_right {
        max-width: 270px;
        font-size: 20px;
    }
    .slider_right_bold {
        font-size: 30px;
    }

    #keyword_point {
        display: block;
        float: initial;
        margin: 20px 0;
    }
}

@media only screen and (max-width:325px) {
    .g-recaptcha {
        transform: translateX(-5%);
    }
    #g-recaptcha2 {
        transform: translateX(-5%);
    }
}

