@import "main.css";

body {background-image: url(../images/fabric_plaid.png);}

.obgect_text {
	-webkit-animation: transform-bounch-in 600ms linear 0ms 1 normal;
    -moz-animation: transform-bounch-in 600ms linear 0ms 1 normal;
    -ms-animation: transform-bounch-in 600ms linear 0ms 1 normal;
    animation: transform-bounch-in 600ms linear 0ms 1 normal;
	background-image: url(../images/fabric_plaid.png);
	display: none;
	padding: 20px 30px;
	position: absolute;
    right: 70px;
    text-align: center;
    top: 100px;
    -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    width: 400px;
    z-index: 3;
}
.obgect_text span.clos {
	background-color: #ea8022;
	color: #f5f5f5;
	cursor: pointer;
    display: inline-block;
    font-size: 28px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    width: 35px;
}
.obgect_text span.clos i {font-size: 20px;}
.obgect_text h1 {
	color: #262624;
	font-family: "TeXGyreAdventor",sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
.obgect_text h3 {color: #888; font-size: 14px; margin: 5px 0;}
.obgect_text p {
	font-size: 13px;
    line-height: 1.2;
    text-align: justify;
}
.obgect_text hr {
	-webkit-animation: swash-in 900ms linear 0ms 1 normal;
    -moz-animation: swash-in 900ms linear 0ms 1 normal;
    -ms-animation: swash-in 900ms linear 0ms 1 normal;
    animation: swash-in 900ms linear 0ms 1 normal;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #669A9A;
    height: 1px;
    margin: 10px auto;
    width: 130px;
}

.obgect_open {
	background-image: url("../images/fabric_plaid.png");
	/*display: none;*/
    /* height: 35px; */
    padding: 0;
    position: absolute;
    right: 70px;
    text-align: center;
    top: 100px;
    width: 400px;
    z-index: 2;
}
.obgect_open h4 {
	color: #262624;
	font-family: "TeXGyreAdventor",sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 8px 20px;
    text-transform: uppercase;
}
.obgect_open span.open {
	background-color: #ea8022;
	color: #f5f5f5;
	cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 1px 20px;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
.obgect_open span.open:hover {background-color: #C76C1D;}


/* gallery */

#gallery {height: 92vh !important;}
.ug-gallery-wrapper .ug-slider-wrapper {background-color: #669A9A;}
.ug-gallery-wrapper .ug-strip-panel {
	background-color: #eee;
  	background-image: url(../images/fabric_plaid.png);
  	border-left: 1px solid rgba(102, 154, 154, 0.3);
}
.ug-thumb-wrapper.ug-thumb-generated {cursor: pointer;}
.ug-item-wrapper img {cursor: move;}

/* media */

@media only screen and (max-width: 767px) {
    .ofp {padding-left: 50px;}
}
@media only screen and (max-width: 600px) {
    .obgect_text,
    .obgect_open {
        left: 50%;
        margin-left: -170px;
        right: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .obgect_text,
    .obgect_open {
        margin-left: -150px;
        width: 80%;
    }
}
@media only screen and (max-width: 420px) {
    .obgect_text,
    .obgect_open {margin-left: -140px;}
}
@media only screen and (max-width: 400px) {
    .obgect_text,
    .obgect_open {margin-left: -130px;}
}
@media only screen and (max-width: 380px) {
    .obgect_text,
    .obgect_open {
        left: 50px;
        margin-left: 0;
        top: 20px;
        width: 86%;
    }
    .obgect_open h4 {font-size: 14px;}
}
@media only screen and (max-width: 340px) {
    .obgect_text,
    .obgect_open {width: 85%;}
    .obgect_open h4 {font-size: 13px;}
}