@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.rakib-dev-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rakib-dev-first .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
background-color: rgba(21,127,8, 0.7);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.rakib-dev-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rakib-dev-first:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.rakib-dev-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-first:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.rakib-dev-first:hover h2,
.rakib-dev-first:hover p,
.rakib-dev-first:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.rakib-dev-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.rakib-dev-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.main_wrapper {
margin: 0 auto;
max-width: 100%;
position: relative;
} .rakib-dev-second img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.rakib-dev-second .mask {
background-color: rgba(115,146,184, 0.7);
width: 300px;
padding: 60px;
height: 300px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(265px, 145px) rotate(45deg);
-moz-transform: translate(265px, 145px) rotate(45deg);
-o-transform: translate(265px, 145px) rotate(45deg);
-ms-transform: translate(265px, 145px) rotate(45deg);
transform: translate(265px, 145px) rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-second h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transform: translate(200px, -200px);
-moz-transform: translate(200px, -200px);
-o-transform: translate(200px, -200px);
-ms-transform: translate(200px, -200px);
transform: translate(200px, -200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-second p {
-webkit-transform: translate(-200px, 200px);
-moz-transform: translate(-200px, 200px);
-o-transform: translate(-200px, 200px);
-ms-transform: translate(-200px, 200px);
transform: translate(-200px, 200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-second a.info {
-webkit-transform: translate(0px, 100px);
-moz-transform: translate(0px, 100px);
-o-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);
transform: translate(0px, 100px);
-webkit-transition: all 0.2s 0.1s ease-in-out;
-moz-transition: all 0.2s 0.1s ease-in-out;
-o-transition: all 0.2s 0.1s ease-in-out;
-ms-transition: all 0.2s 0.1s ease-in-out;
transition: all 0.2s 0.1s ease-in-out;
}
.rakib-dev-second:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translate(-80px, -125px) rotate(45deg);
-moz-transform: translate(-80px, -125px) rotate(45deg);
-o-transform: translate(-80px, -125px) rotate(45deg);
-ms-transform: translate(-80px, -125px) rotate(45deg);
transform: translate(-80px, -125px) rotate(45deg);
}
.rakib-dev-second:hover h2 {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.rakib-dev-second:hover p {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.rakib-dev-second:hover a.info {
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-o-transform: translate(0px,0px);
-ms-transform: translate(0px,0px);
transform: translate(0px,0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
} .rakib-dev-third img {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.rakib-dev-third .mask {
background-color: rgba(0,0,0,0.6);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translate(460px, -100px) rotate(180deg);
-moz-transform: translate(460px, -100px) rotate(180deg);
-o-transform: translate(460px, -100px) rotate(180deg);
-ms-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
-webkit-transition: all 0.2s 0.4s ease-in-out;
-moz-transition: all 0.2s 0.4s ease-in-out;
-o-transition: all 0.2s 0.4s ease-in-out;
-ms-transition: all 0.2s 0.4s ease-in-out;
transition: all 0.2s 0.4s ease-in-out;
}
.rakib-dev-third h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-third p {
-webkit-transform: translateX(300px) rotate(90deg);
-moz-transform: translateX(300px) rotate(90deg);
-o-transform: translateX(300px) rotate(90deg);
-ms-transform: translateX(300px) rotate(90deg);
transform: translateX(300px) rotate(90deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-third a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-third:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.rakib-dev-third:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.rakib-dev-third:hover p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.rakib-dev-third:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
} .rakib-dev-fourth img {
-webkit-transition: all 0.4s ease-in-out 0.2s;
-moz-transition: all 0.4s ease-in-out 0.2s;
-o-transition: all 0.4s ease-in-out 0.2s;
-ms-transition: all 0.4s ease-in-out 0.2s;
transition: all 0.4s ease-in-out 0.2s;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.rakib-dev-fourth .mask {
background-color: rgba(0,0,0,0.8);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.rakib-dev-fourth h2 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rakib-dev-fourth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rakib-dev-fourth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.rakib-dev-fourth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.rakib-dev-fourth:hover img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.rakib-dev-fourth:hover h2,
.rakib-dev-fourth:hover p,
.rakib-dev-fourth:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
} .rakib-dev-fifth img {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.rakib-dev-fifth .mask {
background: none repeat scroll 0 0 #f39c12;
-webkit-transform: translateX(-300px);
-moz-transform: translateX(-300px);
-o-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.rakib-dev-fifth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
color: #333;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.rakib-dev-fifth:hover .mask {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.rakib-dev-fifth:hover img {
-webkit-transform: translateX(300px);
-moz-transform: translateX(300px);
-o-transform: translateX(300px);
-ms-transform: translateX(300px);
transform: translateX(300px);
}
.rakib-dev-fifth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
} .rakib-dev-sixth img {
-webkit-transition: all 0.4s ease-in-out 0.5s;
-moz-transition: all 0.4s ease-in-out 0.5s;
-o-transition: all 0.4s ease-in-out 0.5s;
-ms-transition: all 0.4s ease-in-out 0.5s;
transition: all 0.4s ease-in-out 0.5s;
}
.rakib-dev-sixth .mask {
background-color: rgba(146,96,91,0.5);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s ease-in 0.4s;
-moz-transition: all 0.3s ease-in 0.4s;
-o-transition: all 0.3s ease-in 0.4s;
-ms-transition: all 0.3s ease-in 0.4s;
transition: all 0.3s ease-in 0.4s;
}
.rakib-dev-sixth h2 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transform: scale(10);
-moz-transform: scale(10);
-o-transform: scale(10);
-ms-transform: scale(10);
transform: scale(10);
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.rakib-dev-sixth p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(10);
-moz-transform: scale(10);
-o-transform: scale(10);
-ms-transform: scale(10);
transform: scale(10);
-webkit-transition: all 0.3s ease-in-out 0.2s;
-moz-transition: all 0.3s ease-in-out 0.2s;
-o-transition: all 0.3s ease-in-out 0.2s;
-ms-transition: all 0.3s ease-in-out 0.2s;
transition: all 0.3s ease-in-out 0.2s;
}
.rakib-dev-sixth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-webkit-transition: all 0.3s ease-in-out 0.1s;
-moz-transition: all 0.3s ease-in-out 0.1s;
-o-transition: all 0.3s ease-in-out 0.1s;
-ms-transition: all 0.3s ease-in-out 0.1s;
transition: all 0.3s ease-in-out 0.1s;
}
.rakib-dev-sixth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.rakib-dev-sixth:hover img {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.rakib-dev-sixth:hover h2 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.rakib-dev-sixth:hover p {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.rakib-dev-sixth:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
} .rakib-dev-seventh img {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.rakib-dev-seventh .mask {
background-color: rgba(77,44,35,0.5);
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.rakib-dev-seventh h2 {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-seventh p {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-seventh a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rakib-dev-seventh:hover img {
-webkit-transform: rotate(720deg) scale(0);
-moz-transform: rotate(720deg) scale(0);
-o-transform: rotate(720deg) scale(0);
-ms-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.rakib-dev-seventh:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px) rotate(0deg);
-moz-transform: translateY(0px) rotate(0deg);
-o-transform: translateY(0px) rotate(0deg);
-ms-transform: translateY(0px) rotate(0deg);
transform: translateY(0px) rotate(0deg);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.rakib-dev-seventh:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
-ms-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.rakib-dev-seventh:hover p {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
-ms-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.rakib-dev-seventh:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
} .rakib-dev-eighth .mask {
background-color: rgba(74, 163, 223, 0.7);
top: -200px;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.5s;
-moz-transition: all 0.3s ease-out 0.5s;
-o-transition: all 0.3s ease-out 0.5s;
-ms-transition: all 0.3s ease-out 0.5s;
transition: all 0.3s ease-out 0.5s;
}
.rakib-dev-eighth h2 {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.1s;
-moz-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
-ms-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
}
.rakib-dev-eighth p {
color: #333;
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.2s;
-moz-transition: all 0.2s ease-in-out 0.2s;
-o-transition: all 0.2s ease-in-out 0.2s;
-ms-transition: all 0.2s ease-in-out 0.2s;
transition: all 0.2s ease-in-out 0.2s;
}
.rakib-dev-eighth a.info {
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-o-transform: translateY(-200px);
-ms-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.2s ease-in-out 0.3s;
-moz-transition: all 0.2s ease-in-out 0.3s;
-o-transition: all 0.2s ease-in-out 0.3s;
-ms-transition: all 0.2s ease-in-out 0.3s;
transition: all 0.2s ease-in-out 0.3s;
}
.rakib-dev-eighth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
top: 0px;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-animation: bounceY 0.9s linear;
-moz-animation: bounceY 0.9s linear;
-ms-animation: bounceY 0.9s linear;
animation: bounceY 0.9s linear;
}
.rakib-dev-eighth:hover h2 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.rakib-dev-eighth:hover p {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.rakib-dev-eighth:hover a.info {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
@keyframes bounceY {
0% { transform: translateY(-205px);}
40% { transform: translateY(-100px);}
65% { transform: translateY(-52px);}
82% { transform: translateY(-25px);}
92% { transform: translateY(-12px);}
55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
0% { -moz-transform: translateY(-205px);}
40% { -moz-transform: translateY(-100px);}
65% { -moz-transform: translateY(-52px);}
82% { -moz-transform: translateY(-25px);}
92% { -moz-transform: translateY(-12px);}
55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
0% { -webkit-transform: translateY(-205px);}
40% { -webkit-transform: translateY(-100px);}
65% { -webkit-transform: translateY(-52px);}
82% { -webkit-transform: translateY(-25px);}
92% { -webkit-transform: translateY(-12px);}
55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
} .rakib-dev-ninth .mask-1, .rakib-dev-ninth .mask-2 {
background-color: rgba(0, 0, 0, 0.5);
height: 361px;
width: 361px;
background: rgba(119, 0, 36, 0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 0.3s ease-in-out 0.6s;
-moz-transition: all 0.3s ease-in-out 0.6s;
-o-transition: all 0.3s ease-in-out 0.6s;
transition: all 0.3s ease-in-out 0.6s;
}
.rakib-dev-ninth .mask-1 {
left: auto;
right: 0;
-webkit-transform: rotate(56.5deg) translateX(-180px);
-moz-transform: rotate(56.5deg) translateX(-180px);
-o-transform: rotate(56.5deg) translateX(-180px);
-ms-transform: rotate(56.5deg) translateX(-180px);
transform: rotate(56.5deg) translateX(-180px);
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-o-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.rakib-dev-ninth .mask-2 {
top: auto;
bottom: 0;
-webkit-transform: rotate(56.5deg) translateX(180px);
-moz-transform: rotate(56.5deg) translateX(180px);
-o-transform: rotate(56.5deg) translateX(180px);
-ms-transform: rotate(56.5deg) translateX(180px);
transform: rotate(56.5deg) translateX(180px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.rakib-dev-ninth .rd_content {
background: rgba(0, 0, 0, 0.60);
height: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
width: 361px;
overflow: hidden;
-webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
-moz-transform: rotate(-33.5deg) translate(-112px, 166px);
-o-transform: rotate(-33.5deg) translate(-112px, 166px);
-ms-transform: rotate(-33.5deg) translate(-112px, 166px);
transform: rotate(-33.5deg) translate(-112px, 166px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: all 0.4s ease-in-out 0.3s;
-moz-transition: all 0.4s ease-in-out 0.3s;
-o-transition: all 0.4s ease-in-out 0.3s;
transition: all 0.4s ease-in-out 0.3s;
}
.rakib-dev-ninth h2 {
background: transparent;
margin-top: 5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.rakib-dev-ninth a.info {
display: none;
}
.rakib-dev-ninth:hover .rd_content {
height: 120px;
width: 300px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
opacity: 0.9;
top: 40px;
-webkit-transform: rotate(0deg) translate(0, 0);
-moz-transform: rotate(0deg) translate(0, 0);
-o-transform: rotate(0deg) translate(0, 0);
-ms-transform: rotate(0deg) translate(0, 0);
transform: rotate(0deg) translate(0, 0);
}
.rakib-dev-ninth:hover .mask-1, .rakib-dev-ninth:hover .mask-2 {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.rakib-dev-ninth:hover .mask-1 {
-webkit-transform: rotate(56.5deg) translateX(1px);
-moz-transform: rotate(56.5deg) translateX(1px);
-o-transform: rotate(56.5deg) translateX(1px);
-ms-transform: rotate(56.5deg) translateX(1px);
transform: rotate(56.5deg) translateX(1px);
}
.rakib-dev-ninth:hover .mask-2 {
-webkit-transform: rotate(56.5deg) translateX(-1px);
-moz-transform: rotate(56.5deg) translateX(-1px);
-o-transform: rotate(56.5deg) translateX(-1px);
-ms-transform: rotate(56.5deg) translateX(-1px);
transform: rotate(56.5deg) translateX(-1px);
} .rakib-dev-tenth img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.rakib-dev-tenth .mask {
background-color: #ca0000;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.rakib-dev-tenth h2 {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
background: transparent;
margin: 20px 40px 0px 40px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
color: #333;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.rakib-dev-tenth p {
color: #333;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.rakib-dev-tenth a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.rakib-dev-tenth:hover img {
-webkit-transform: scale(10);
-moz-transform: scale(10);
-o-transform: scale(10);
-ms-transform: scale(10);
transform: scale(10);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.rakib-dev-tenth:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.rakib-dev-tenth:hover h2,.rakib-dev-tenth:hover p,.rakib-dev-tenth:hover a.info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}  .mask > h2 {
font-size: 18px !important;
margin: 0 !important;
}
.mask > a {
border-bottom: 0px !important;
}
.rd_content > h2 {
font-size: 22px !important;
margin: 0 !important;
}
.rakib-dev img {
border-radius: 0 !important;
height: 100% !important;
width: 100% !important;
}.rakib-dev {
float: left;
height: 200px;
overflow: hidden;
position: relative;
text-align: center;
width: 300px;
}
.rakib-dev .mask,.rakib-dev .rd_content {
width: 300px;
height: 200px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.rakib-dev-ninth  .rd_content {
width: 300px;
height: 0px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.rakib-dev img {
display: block;
position: relative;
}
.rakib-dev h2 {
border-bottom: 1px solid #fff;
color: #fff;
font-size: 17px;
margin: 20px 0 0;
padding: 7px;
position: relative;
text-align: center;
text-transform: uppercase;
}
.rakib-dev p {
color: #fff;
font-family: Georgia,serif;
font-size: 13px;
font-style: italic;
line-height: 18px !important;
padding: 10px 20px 0;
position: relative;
text-align: center;
}
.rakib-dev a.info {
background-color: rgba(0, 0, 0, 0.4);
border-bottom: 0 none;
box-shadow: 0 0 1px #000;
color: #fff;
display: inline-block;
font-size: 15px;
padding: 5px 14px;
text-decoration: none;
text-transform: uppercase;
}
.rakib-dev a.info: hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
#style1  ul, #style2  ul, #style3  ul, #style4  ul, #style5  ul, #style6  ul, #style7  ul, #style8  ul, #style9  ul, #style10  ul, #style11  ul, #style12  ul, #style13  ul, #style14  ul, #style15  ul, #style16  ul, #style17  ul, #style18  ul, #style19  ul, #style20  ul, #style21  ul {
overflow: hidden;
width: 100% !important;
}#style11 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}
#style11 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}
#style11 img {
border-radius: 0;
height: 100%;
width: 100%;
}
#style11 figure {
cursor: pointer;
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 300px;
text-align: center;
}
#style11 figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
top: 0;
}
#style11 figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
text-align: center;
height: 100%;
width: 100%;
top: -100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
#style11 figcaption h3 {
color: #f3b204;
font-family: "Open sans";
font-size: 20px;
font-weight: 400;
left: 100%;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
}
#style11 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
transition: all 0.5s ease 1.3s;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
transition: all .5s;
-webkit-transition-delay: 1.3s;
-moz-transition-delay: 1.3s;
-o-transition-delay: 1.3s;
-ms-transition-delay: 1.3s;
transition-delay: 1.3s;
}
#style11 figure:hover h3,#style11 figure:hover p {
left: 0;
}
#style11 figcaption a {
border: 1px solid #fff;
color: #fff;
font-style: normal;
padding: 4px 10px;
text-decoration: none;
}
#style11 figcaption a:hover {
color: #4f5856;
}
#style11 > li {
float: left;
margin-left: 0px !important;
}
#style11  > li {
list-style: none;
} #style24 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}
#style24 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}
#style24 img {
border-radius: 0 !important;
height: 100%;
width: 100%;
}
#style24  figure {
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 300px;
text-align: center;
}
#style24 figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
top: 0;
}
#style24 figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
text-align: center;
height: 100%;
width: 100%;
top: 250px;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
}
#style24 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
#style24 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
}
#style24 figure:hover  h3, #style24 figure:hover p {
left: 0;
}
#style24 figcaption a {
color: #fff;
border: 1px solid #fff;
padding: 6px 10px;
text-decoration: none;
font-style: normal;
}
#style24 figcaption a:hover {
color: #4f5856;
}
#style24 > li {
float: left;
margin-left: 0px !important;
}
#style24  > li {
list-style: none;
} #style13 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}
#style13 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}
#style13 img {
height: 100%;
width: 100%;
}
#style13  figure {
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 300px;
}
#style13 figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
top: 0;
}
#style13 figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .9s ease;
-moz-transition: all .9s ease;
-o-transition: all .9s ease;
-ms-transition: all .9s ease;
transition: all .9s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
}
#style13 figure img {
-webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-o-transition: all 1.5s;
-ms-transition: all 1.5s;
transition: all 1.5s;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
}
#style13 figure:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#style13 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
}
#style13 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
}
#style13 figure:hover  h3, #style13 figure:hover p {
left: 0;
}
#style13 figcaption a {
color: #fff;
border: 1px solid #fff;
padding: 4px 10px;
text-decoration: none;
font-style: normal;
}
#style13 figcaption a:hover {
color: #4f5856;
}
#style13 > li {
float: left;
margin-left: 0px !important;
}
#style13  > li {
list-style: none;
} #style14 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}
#style14 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}
#style14 ul li:nth-child(2) {
margin-right: 4px;
margin-left: 4px;
}
#style14 img {
height: 100%;
width: 100%;
}
#style14  figure {
border: 3px solid #fff;
cursor: pointer;
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 300px;
}
#style14 figure:hover figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
top: 0;
}
#style14 figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
background: rgba(0,0,0,.5);
color: #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
-webkit-transition-delay: .5s;
-moz-transition-delay: .5s;
-o-transition-delay: .5s;
-ms-transition-delay: .5s;
transition-delay: .5s;
}
#style14 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
}
#style14 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
}
#style14 figure:hover  h3, #style14 figure:hover p {
left: 0;
}
#style14 figcaption a {
color: #fff;
border: 1px solid #fff;
padding: 4px 10px;
text-decoration: none;
font-style: normal;
}
#style14 figcaption a:hover {
color: #4f5856;
}
#style14 > li {
float: left;
margin-left: 0px !important;
}
#style14  > li {
list-style: none;
}a {margin: 0; padding:0; list-style : none; text-decoration: none !important}
a:hover {margin: 0; padding:0; list-style : none; text-decoration: none !important} .rd-item img {
border-radius: 0 !important;
height: 100% !important;
width: 100% !important;
}
.rd-item.square {
float: left;
height: 200px;
margin-bottom: 10px;
margin-right: 10px;
position: relative;
width: 300px;
}
.rd-item.square .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.effect_button > a {
border-color: -moz-use-text-color -moz-use-text-color #fff !important;
border-style: none none double !important;
border-width: medium medium 3px !important;
color: #fff;
padding: 3px;
}
.effect_button > a:hover {
border-color: -moz-use-text-color -moz-use-text-color #fff;
border-style: none none double;
border-width: medium medium 3px;
color: #fff;
padding: 3px;
}  .rd-item.square.effect2 {
overflow: hidden;
}
.rd-item.square.effect2.colored .info {
background: #1a4a72;
}
.rd-item.square.effect2.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect2 .img {
height: 100%;
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
.rd-item.square.effect2 .info {
background: none repeat scroll 0 0 #f39c12;
visibility: hidden;
-webkit-transition: all 0.35s 0.3s ease-in-out;
-moz-transition: all 0.35s 0.3s ease-in-out;
transition: all 0.35s 0.3s ease-in-out;
}
.rd-item.square.effect2 .info h3 {
border-bottom: 1px solid #fff;
color: #fff;
display: block;
font-size: 20px;
margin: 10px 0 22px;
text-align: center;
text-transform: uppercase;
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-ms-transform: translateY(-200px);
-o-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.35s 0.6s ease-in-out;
-moz-transition: all 0.35s 0.6s ease-in-out;
transition: all 0.35s 0.6s ease-in-out;
}
.rd-item.square.effect2 .info p {
color: #ddd;
font-size: 12px;
font-style: italic;
margin: -20px 10px 2px;
padding: 9px 3px;
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-ms-transform: translateY(-200px);
-o-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.35s 0.5s linear;
-moz-transition: all 0.35s 0.5s linear;
transition: all 0.35s 0.5s linear;
}
.rd-item.square.effect2:hover .img {
-webkit-transform: rotate(720deg) scale(0);
-moz-transform: rotate(720deg) scale(0);
-ms-transform: rotate(720deg) scale(0);
-o-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0);
opacity: 0;
}
.rd-item.square.effect2:hover .info {
visibility: visible;
}
.rd-item.square.effect2:hover .info h3,
.rd-item.square.effect2:hover .info p {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.rd-item.square .img {
height : 100%;
width: 100%;
} .rd-item.square.effect5.colored .info {
background: none repeat scroll 0 0 #1a4a72;
}
.rd-item.square.effect5.colored .info h3 {
background: none repeat scroll 0 0 rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect5 .img {
transform: scale(1);
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect5 .info {
background: none repeat scroll 0 0 #c0392b;
opacity: 0;
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect5 .info h3 {
color: #fff;
font-size: 20px;
margin: 0;
padding: 5px;
text-align: center;
text-transform: uppercase;
}
.rd-item.square.effect5 .info p {
color: #bbb;
font-size: 14px;
font-style: italic;
line-height: 22px;
padding: 4px 20px 0;
position: relative;
text-align: center;
}
.rd-item.square.effect5:hover.rd-item.square.effect5 .img {
transform: scale(0);
}
.rd-item.square.effect5:hover.rd-item.square.effect5 .info {
opacity: 1;
transform: scale(1) rotate(0deg);
transition-delay: 0.3s;
visibility: visible;
}
.rd-item.square.effect5.left_to_right .info {
transform: scale(0) rotate(-180deg);
}
.rd-item.square.effect5.right_to_left .info {
transform: scale(0) rotate(180deg);
}
.rd-item.square.effect6 {
overflow: hidden;
}
.rd-item.square.effect6.colored .info {
background: none repeat scroll 0 0 rgba(26, 74, 114, 0.6);
}
.rd-item.square.effect6.colored .info h3 {
background: none repeat scroll 0 0 rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect6 .img {
transform: scale(1);
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect6 .info {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
opacity: 0;
transition: all 0.35s ease-in-out 0s;
visibility: hidden;
}
.rd-item.square.effect6 .info h3 {
background: none repeat scroll 0 0 #111111;
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect6 .info p {
font-size: 12px;
font-style: italic;
margin-bottom: 0 !important;
padding: 10px;
position: relative;
text-align: center;
transition: all 0.35s linear 0.1s;
}
.rd-item.square.effect6:hover.rd-item.square.effect6 .img {
transform: scale(1.2);
}
.rd-item.square.effect6:hover.rd-item.square.effect6 .info {
opacity: 1;
visibility: visible;
}
.rd-item.square.effect7 {
overflow: hidden;
}
.rd-item.square.effect7.colored .info {
background: none repeat scroll 0 0 rgba(26, 74, 114, 0.6);
}
.rd-item.square.effect7.colored .info h3 {
background: none repeat scroll 0 0 rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect7 .img {
transform: scale(1);
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect7 .info {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
opacity: 0;
transition: all 0.35s ease-in-out 0s;
visibility: hidden;
}
.rd-item.square.effect7 .info h3 {
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
transform: scale(4);
transition: all 0.35s ease-in-out 0.1s;
}
.rd-item.square.effect7 .info p {
color: #bbb;
font-size: 14px;
font-style: italic;
line-height: 22px;
margin-bottom: 0 !important;
padding: 0 10px 14px;
position: relative;
text-align: center;
transform: scale(5);
transition: all 0.35s linear 0.3s;
}
.rd-item.square.effect7:hover.rd-item.square.effect7 .img {
transform: scale(1.2);
}
.rd-item.square.effect7:hover.rd-item.square.effect7 .info {
opacity: 1;
visibility: visible;
}
.rd-item.square.effect7:hover.rd-item.square.effect7 .info h3, .rd-item.square.effect7:hover.rd-item.square.effect7 .info p {
transform: scale(1);
}
.rd-item.square.effect8 {
overflow: hidden;
}
.rd-item.square.effect8.colored .info {
background: none repeat scroll 0 0 #1a4a72;
}
.rd-item.square.effect8.colored .info h3 {
background: none repeat scroll 0 0 rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect8 .img {
opacity: 1;
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect8 .info {
background: none repeat scroll 0 0 #3498db;
opacity: 0;
transition: all 0.35s ease-in-out 0s;
visibility: hidden;
}
.rd-item.square.effect8.scale_down .info {
background: none repeat scroll 0 0 #9b59b6;
}
.rd-item.square.effect8 .info h3 {
color: #fff;
font-size: 20px;
margin: 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.35s ease-in-out 0.1s;
}
.rd-item.square.effect8 .info p {
font-size: 12px;
font-style: italic;
margin-bottom: 0 !important;
padding: 0 10px 14px;
position: relative;
text-align: center;
transition: all 0.35s linear 0.15s;
}
.rd-item.square.effect8:hover.rd-item.square.effect8 .img {
opacity: 0;
}
.rd-item.square.effect8:hover.rd-item.square.effect8 .info {
opacity: 1;
visibility: visible;
}
.rd-item.square.effect8.scale_up .img {
transform: scale(1);
}
.rd-item.square.effect8.scale_up .info {
transform: scale(0);
}
.rd-item.square.effect8.scale_up .info h3, .rd-item.square.effect8.scale_up .info p {
transform: scale(0);
}
.rd-item.square.effect8.scale_up:hover.rd-item.square.effect8.scale_up .img {
transform: scale(5);
}
.rd-item.square.effect8.scale_up:hover.rd-item.square.effect8.scale_up .info {
transform: scale(1);
}
.rd-item.square.effect8.scale_up:hover.rd-item.square.effect8.scale_up .info h3, .rd-item.square.effect8.scale_up:hover.rd-item.square.effect8.scale_up  .info p {
transform: scale(1);
}
.rd-item.square.effect8.scale_down .img {
transform: scale(1);
}
.rd-item.square.effect8.scale_down .info {
transform: scale(5);
}
.rd-item.square.effect8.scale_down .info h3, .rd-item.square.effect8.scale_down .info p {
transform: scale(5);
}
.rd-item.square.effect8.scale_down:hover.rd-item.square.effect8.scale_down .img {
transform: scale(0.5);
}
.rd-item.square.effect8.scale_down:hover.rd-item.square.effect8.scale_down .info {
transform: scale(1);
}
.rd-item.square.effect8.scale_down:hover.rd-item.square.effect8.scale_down .info h3, .rd-item.square.effect8.scale_down:hover.rd-item.square.effect8.scale_down .info p {
transform: scale(1);
}
.rd-item.square.effect9 {
perspective: 900px;
}
.rd-item.square.effect9.colored .info .info-back {
background: none repeat scroll 0 0 #1a4a72;
}
.rd-item.square.effect9.colored .info h3 {
background: none repeat scroll 0 0 rgba(12, 34, 52, 0.6);
}
.rd-item.square.effect9 .img {
position: relative;
transition: all 0.5s ease-in-out 0s;
z-index: 11;
}
.rd-item.square.effect9 .info {
background: none repeat scroll 0 0 #dcaf13;
z-index: 0;
}
.rd-item.square.effect9 .info .info-back {
background: none repeat scroll 0 0 #f1c40f;
height: 100%;
opacity: 1;
padding-top: 30px;
width: 100%;
}
.rd-item.square.effect9 .info h3 {
background: none repeat scroll 0 0 #edc00b;
color: #fff;
font-size: 17px;
margin: 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
.rd-item.square.effect9 .info p {
font-size: 12px;
font-style: italic;
padding: 20px;
position: relative;
text-align: center;
}
.rd-item.square.effect9.left_to_right .img {
transform-origin: 100% 50% 0;
}
.rd-item.square.effect9.left_to_right:hover.rd-item.square.effect9.left_to_right .img {
transform: rotate3d(0, 1, 0, 180deg);
z-index : 20;
}
.rd-item.square.effect9.right_to_left .img {
transform-origin: 0 50% 0;
}
.rd-item.square.effect9.right_to_left:hover.rd-item.square.effect9.right_to_left .img {
transform: rotate3d(0, 1, 0, -180deg);
}
.rd-item.square.effect9.top_to_bottom .img {
transform-origin: 50% 100% 0;
}
.rd-item.square.effect9.top_to_bottom:hover.rd-item.square.effect9.top_to_bottom .img {
transform: rotate3d(1, 0, 0, -180deg);
}
.rd-item.square.effect9.bottom_to_top .img {
transform-origin: 50% 0 0;
}
.rd-item.square.effect9.bottom_to_top:hover.rd-item.square.effect9.bottom_to_top .img {
transform: rotate3d(1, 0, 0, 180deg);
}
.rd-item.square.effect10 {
overflow: hidden;
}
.rd-item.square.effect10 .img {
transition: all 0.35s ease-in-out 0s;
}
.rd-item.square.effect10 .info {
background: none repeat scroll 0 0 #1abc9c;
opacity: 0;
transition: all 0.35s ease-in-out 0s;
visibility: hidden;
}
.rd-item.square.effect10 .info h3 {
font-size: 20px;
margin-bottom: -16px !important;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
.rd-item.square.effect10 .info p {
font-size: 14px;
font-style: italic;
margin-bottom: 0;
padding: 11px 10px;
position: relative;
text-align: center;
}
.rd-item.square.effect10:hover .info {
opacity: 1;
visibility: visible;
}
.rd-item.square.effect10.top_to_bottom .img {
transform: translateY(0px);
}
.rd-item.square.effect10.top_to_bottom .info {
transform: translateY(-100%);
}
.rd-item.square.effect10.top_to_bottom:hover.rd-item.square.effect10.top_to_bottom .img {
transform: translateY(100%);
}
.rd-item.square.effect10.top_to_bottom:hover.rd-item.square.effect10.top_to_bottom .info {
transform: translateY(0px);
}.woocommerce-checkout .form-row .chosen-container{width:100%!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-single{height:28px;line-height:29px}.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) 0 3px no-repeat!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 4px!important}.woocommerce-checkout .form-row .chosen-container-single .chosen-search input{line-height:13px;width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce-checkout .form-row .chosen-container .chosen-drop{width:100%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b{background-image:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite@2x.png)!important;background-position:0 5px!important;background-repeat:no-repeat!important;background-size:52px 37px!important}.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div b{background-position:-18px 5px!important}}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:26px;border:1px solid #aaa;border-radius:5px;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:26px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) 100% -20px no-repeat #fff;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) 100% -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl .chosen-drop,.chosen-rtl.chosen-container-single-nosearch .chosen-search{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) -30px -20px no-repeat #fff;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite.png) -30px -20px no-repeat,linear-gradient(#eee 1%,#fff 15%);direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.25 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 10px; }
h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 10px; }
h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }
.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p { margin: 0 0 20px; }
p:last-child { margin: 0px; }
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.8;  }
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; } blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; } .print-only { display: none !important; }
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; } p a, p a:visited { color: #444 !important; text-decoration: underline; }
p a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
.hide-on-print { display: none !important; }
.print-only { display: block !important; }
}    div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right
{height:13px}
div.pp_default .pp_top .pp_left
{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle
{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover
{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}d
iv.dark_rounded .pp_bottom .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:7px 0 0}
.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a {  border:1px rgba(0,0,0,0.5) solid;  display:block; min-height:10px; float:left; height:auto; padding:0px; max-height: 33px; max-width:50px; overflow:hidden }
.pp_gallery ul a img{border:none; padding:0px; margin:0px; dispaly:block; min-height: 50px; }
.pp_gallery li{ display:table-cell; vertical-align:middle; float:left; margin:0 5px 0 0;padding:0 }
.pp_gallery li.default a{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}     a.cosmolink { text-decoration: none; display: inline-block;}
.cosmobutton { margin: 0 10px 0 0; padding: 0px; border: none; background-color: transparent; cursor: pointer; overflow: hidden; font-family: Arial; outline: none; }
*:first-child+html .cosmobutton[type]{width: 1;}  .cosmobutton span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.png) no-repeat right top; display: inline-block; float: left; padding: 0px 4px 0px 0px; margin: 0px; height: 33px; }
.cosmobutton span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.png) no-repeat top left; color: #000; font-weight: bold; padding: 8px 16px 0px 20px; font-size: 12px; line-height: 19px; display: inline-block; float: left; text-decoration: none; height: 33px; *min-width: 82px; text-align: center; text-shadow: none;}
.cosmobutton span span span{ *min-width: 16px;} .cosmobutton.gray span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.png) no-repeat right top; }
.cosmobutton.gray span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.png) no-repeat top left; } .cosmobutton.blue span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.png) no-repeat right top; }
.cosmobutton.blue span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.png) no-repeat top left; color: #fff; } .cosmobutton.red span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.png) no-repeat right top; }
.cosmobutton.red span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.png) no-repeat top left; color: #fff;} .cosmobutton.green span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.png) no-repeat right top;}
.cosmobutton.green span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.png) no-repeat top left; color: #fff;} .cosmobutton.orange span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.png) no-repeat right top;}
.cosmobutton.orange span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.png) no-repeat top left; color: #fff;} .cosmobutton.black span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.png) no-repeat right top;}
.cosmobutton.black span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.png) no-repeat top left; color: #fff;} .cosmobutton.brown span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.png) no-repeat right top;}
.cosmobutton.brown span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.png) no-repeat top left; color: #fff;} .cosmobutton.pink span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.png) no-repeat right top; }
.cosmobutton.pink span span {   background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.png) no-repeat top left; color: #fff;} .cosmobutton.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.small.png) no-repeat right top; height: 22px; }
.cosmobutton.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.small.png) no-repeat top left; padding: 0px 10px 0px 14px; font-size: 11px; line-height: 22px; height: 22px;} .cosmobutton.gray.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.small.png) no-repeat right top; }
.cosmobutton.gray.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.small.png) no-repeat top left; } .cosmobutton.blue.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.small.png) no-repeat right top; }
.cosmobutton.blue.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.small.png) no-repeat top left; color: #fff; } .cosmobutton.red.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.small.png) no-repeat right top; }
.cosmobutton.red.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.small.png) no-repeat top left; color: #fff;} .cosmobutton.green.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.small.png) no-repeat right top;}
.cosmobutton.green.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.small.png) no-repeat top left; color: #fff;} .cosmobutton.orange.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.small.png) no-repeat right top;}
.cosmobutton.orange.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.small.png) no-repeat top left; color: #fff;} .cosmobutton.black.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.small.png) no-repeat right top;}
.cosmobutton.black.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.small.png) no-repeat top left; color: #fff;} .cosmobutton.brown.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.small.png) no-repeat right top;}
.cosmobutton.brown.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.small.png) no-repeat top left; color: #fff;} .cosmobutton.pink.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.small.png) no-repeat right top; }
.cosmobutton.pink.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.small.png) no-repeat top left; color: #fff;} .cosmobutton.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.large.png) no-repeat right top; height: 44px; }
.cosmobutton.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.large.png) no-repeat top left; padding: 0px 20px 0px 24px; font-size: 14px; line-height: 44px; height: 44px; } .cosmobutton.gray.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.large.png) no-repeat right top; }
.cosmobutton.gray.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.large.png) no-repeat top left; } .cosmobutton.blue.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.large.png) no-repeat right top; }
.cosmobutton.blue.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.large.png) no-repeat top left; color: #fff; } .cosmobutton.red.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.large.png) no-repeat right top; }
.cosmobutton.red.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.large.png) no-repeat top left; color: #fff;} .cosmobutton.green.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.large.png) no-repeat right top;}
.cosmobutton.green.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.large.png) no-repeat top left; color: #fff;} .cosmobutton.orange.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.large.png) no-repeat right top;}
.cosmobutton.orange.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.large.png) no-repeat top left; color: #fff;} .cosmobutton.black.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.large.png) no-repeat right top;}
.cosmobutton.black.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.large.png) no-repeat top left; color: #fff;} .cosmobutton.brown.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.large.png) no-repeat right top;}
.cosmobutton.brown.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.large.png) no-repeat top left; color: #fff;} .cosmobutton.pink.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.large.png) no-repeat right top; }
.cosmobutton.pink.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.large.png) no-repeat top left; color: #fff;} .cosmo-ico { position: relative; top: 2px; width: 16px!important; height: 16px!important; margin-right: 10px!important; margin-top: 1px!important; padding: 0!important; float: left!important;}
.cosmobutton .cosmo-ico {top: 0; }
.cosmobutton.comment .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) 0px 0 no-repeat!important; }
.cosmobutton.download .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -16px 0 no-repeat!important;}
.cosmobutton.print .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -32px 0 no-repeat!important;}
.cosmobutton.delete .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -48px 0 no-repeat!important;}
.cosmobutton.tick .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -64px 0 no-repeat!important;}
.cosmobutton.info .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -80px 0 no-repeat!important;}
.cosmobutton.demo .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -96px 0 no-repeat!important;}
.cosmobutton.warning .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -112px 0 no-repeat!important;}
.cosmobutton.error .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -128px 0 no-repeat!important;} .cosmobutton:hover span span { background-position: left -33px ; }
.cosmobutton:hover span { background-position: right -33px ; } .cosmobutton:active span span { background-position: left -66px ; }
.cosmobutton:active span { background-position: right -66px ; } .cosmobutton.large:hover span span { background-position: left -44px ; }
.cosmobutton.large:hover span { background-position: right -44px ; } .cosmobutton.large:active span span { background-position: left -88px ; }
.cosmobutton.large:active span { background-position: right -88px ; } .cosmobutton.small:hover span span { background-position: left -22px ; }
.cosmobutton.small:hover span { background-position: right -22px ; } .cosmobutton.small:active span span { background-position: left -44px ; }
.cosmobutton.small:active span { background-position: right -44px ; } * html .cosmobutton { height:33px; }
* .cosmobutton span span { height: 33px; } *+ html .cosmobutton { height:33px; }
*+ .cosmobutton span span { height: 25px; } * html .cosmobutton.large { height:44px; }
* .cosmobutton.large span span { height: 44px; } *+ html .cosmobutton.large { height:44px; }
*+ .cosmobutton.large span span { height: 44px; } * html .cosmobutton.small { height:22px; }
* .cosmobutton.small span span { height: 22px; } *+ html .cosmobutton.small { height:22px; }
*+ .cosmobutton.small span span { height: 22px; } .cosmo-hr, .cosmo-divider { clear: both; display: inline-block; width: 100%; margin: 15px 0 30px 0;}
.cosmo-hr { border-top: 1px dotted #c5c8cc; } .cosmo-blockquote { display: block; *display: inline-block;}
.cosmo-blockquote p { margin: 1em 20px 1.5em 20px; padding: 0 0 0 40px; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/quote.png) no-repeat 0 3px; font-style: italic; color:gray; min-height: 25px; }
.cosmo-blockquote.left { float:left; width:40%;}
.cosmo-blockquote.right { float:right; width:40%;}
.cosmo-blockquote.boxed { background: white; border: 1px solid #ccc; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; -khtml-border-radius: 6px;}
.cosmo-blockquote.boxed.left { margin: 0 1.5em 1em 0;}
.cosmo-blockquote.boxed.right { margin: 0 0 1em 1.5em;}
.night .cosmo-blockquote.boxed {background: #333; border: 1px solid #272727;} .cosmo-box { float: left; width: 100%; position: relative; clear: both; margin: 1em 0 1.5em 0; padding:0; color: #555; -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.cosmo-box div.fl, .cosmo-box div.fr{padding: 10px;min-width: 20%;}
.cosmo-box div.fl {max-width: 70%;}
.cosmo-box div.fl span, .cosmo-box div.fr span{
position: absolute;
}
.cosmo-box div.fl span, .cosmo-box div.fr span{
left:0px;
}
.cosmo-box div.fl p.box-content, .cosmo-box div.fr p.box-content{
padding-left: 35px;
}
.cosmo-box.large div.fl, .cosmo-box.large div.fr {padding:25px; }
.cosmo-box h5 {font: italic normal 18px Georgia, "Times New Roman", Times, serif; margin-bottom: 15px; display: block; padding-left: 35px; position: relative;}
.cosmo-box.large h5 {font: 20px"Helvetica", Arial, serif;margin-top: 0;}
.cosmo-box .fr { 
padding: 20px 10px; 
text-align: right; 
position: absolute;
height: 100%;
right: 0;
max-width: 30%;
}
.cosmo-box.large .fr { padding: 40px 25px 40px 60px;}
.cosmo-box.large .fr { padding: 40px 25px; }
.cosmo-box .fr a{background: none; color: white; text-transform: none; }
.cosmo-box .fr a span.desc { display: block; font: normal 11px Helvetica, Arial, sans-serif; color: #FFF;opacity: 0.8;display: block;margin-top: 15px;line-height: 1.4;}
.cosmo-box .fr {background-color: rgba(0,0,0,0.2);}
.cosmo-box.default{ background: #f7f7f7; color: #414141;} 
.cosmo-box.search{  background: #f7f7f7; color: #414141;}
.cosmo-box.comments  {  background: #f7f7f7; color: #414141;}
.cosmo-box.tick {background: #78AD0F; color: #FFF;}
.cosmo-box.info {  background: #386ebd; color: #fff;}
.cosmo-box.full-box .fl {  max-width: 100%; }
.cosmo-box.download { background: #3E9388; color: #FFF;}
.cosmo-box.warning { background: #FFD800; color: #414141;}
.cosmo-box.error { background: #FC1200; color: #FFF;}
.cosmo-box .fl h5 span{ top: -2px;font-size: 18px;} .cosmo-unorderedlist ul, .cosmo-orderedlist ol { margin:0 0 1.5em 0; padding: 0; font-weight: normal; line-height: 2em;}
.cosmo-unorderedlist ul li i{ padding-right: 5px; font-size: 16px; }
.cosmo-unorderedlist ul li, .cosmo-unorderedlist ul li ul { list-style-type: none!important; font-size: 16px; }
.cosmo-unorderedlist.tick ul li i { color: #55d747; }
.cosmo-unorderedlist.cancel ul li i { color: #f55225; }
.cosmo-unorderedlist.bullet ul li i { color: #c9c9c9; }
.cosmo-unorderedlist.arrow ul li i { color: #7cae63; }
.cosmo-unorderedlist.star ul li i { color: #ffb300; } .cosmo-orderedlist ol li, .cosmo-orderedlist ol li ol, .cosmo-orderedlist ol li { list-style-type: none; margin-left: 0; font-size: 12px; }
.cosmo-orderedlist.armenian ol li, .cosmo-orderedlist.armenian ol li { list-style-type: armenian; }
.cosmo-orderedlist.decimal ol li, .cosmo-orderedlist.decimal ol li { list-style-type: decimal; }
.cosmo-orderedlist.decimal-leading-zero ol li, .cosmo-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.cosmo-orderedlist.georgian ol li, .cosmo-orderedlist.georgian ol li { list-style-type: georgian; }
.cosmo-orderedlist.lower-alpha ol li, .cosmo-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.cosmo-orderedlist.lower-greek ol li, .cosmo-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.cosmo-orderedlist.lower-latin ol li, .cosmo-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.cosmo-orderedlist.lower-roman ol li, .cosmo-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.cosmo-orderedlist.upper-alpha ol li, .cosmo-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.cosmo-orderedlist.upper-latin ol li, .cosmo-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.cosmo-orderedlist.upper-roman ol li, .cosmo-orderedlist.upper-roman ol li { list-style-type: upper-roman; } span.cosmo-highlight { background: #FFFFAA; padding: 3px 3px 1px;  color:#000;}
abbr { border-bottom: 1px dashed #999999; cursor: help; } span.dropcap { font-size: 330%; font-weight: bold; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.7em; } .cosmo-tabs {clear: both; display: inline-block; background: white; margin: 20px 0; width: 100%; border: 1px solid #efefef; float: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
@media projection, screen { .cosmo-tabs .tabs-hide { display: none; } }
@media print {.cosmo-tabs .tabs-nav { display: none;} }
.cosmo-tabs ul.tabs-nav{ -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px 3px; list-style: none; margin: 0; padding: 0; height: 39px; border-bottom: 1px solid #efefef; background: #fafafa; float: none!important;}
.cosmo-tabs .tabs-nav li { float: left; margin: 0; min-width: 68px; width: auto!important; border-right: 1px solid #efefef; height: 40px; padding: 0!important; background: none!important; list-style-type: none!important;}
.cosmo-tabs .tabs-nav li.first{ -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px 4px; }
.cosmo-tabs .tabs-nav a, .cosmo-tabs .tabs-nav a span { display: block; padding: 0 10px; cursor: pointer;}
.cosmo-tabs .tabs-nav a { position: relative; top: 1px; z-index: 2; padding-left: 0; color: #444; text-shadow: 0 1px 0 #fff; font-weight: bold; line-height: 14px;  text-align: center; text-decoration: none;}
.cosmo-tabs .tabs-nav .tabs-selected a { color: #000; }
.cosmo-tabs .tabs-nav .tabs-selected a, .cosmo-tabs .tabs-nav a:hover, .cosmo-tabs .tabs-nav a:focus, .cosmo-tabs .tabs-nav a:active { outline: 0;}
.cosmo-tabs .tabs-nav a span { width: 46px; min-width: 46px; height: 28px; min-height: 28px; padding-top: 12px; padding-right: 0; }
*>.cosmo-tabs .tabs-nav a span { width: auto; height: auto;}
.cosmo-tabs .tabs-nav .tabs-selected {  background: #fff!important; border-bottom: none;}
.cosmo-tabs .tabs-container { clear: both; padding: 15px; background: white; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px 3px; } .cosmo-tabs.vertical {position: relative;}
.cosmo-tabs.vertical ul.tabs-nav{ float: left!important; height: auto; width: 20%; border-bottom: none; *background: none; }
.cosmo-tabs.vertical .tabs-nav li {float: none; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; height: 38px;}
.cosmo-tabs.vertical .tabs-nav li.last { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px 4px; border-bottom: none;}
.cosmo-tabs.vertical .tabs-nav .tabs-selected { border-right: 1px solid #fff; }
.cosmo-tabs.vertical .tabs-nav li.first.tabs-selected {border-top: none;}
.cosmo-tabs.vertical .tabs-nav a span { }
.cosmo-tabs.vertical .tabs-container { margin-left: 20%; padding: 10px 20px; clear: none;}
.cosmo-tabs.vertical .tabs-container p{ margin: 0; padding: 0; }
.night .cosmo-tabs.vertical .tabs-nav .tabs-selected {border-right: 1px solid #383838;}
.night .cosmo-tabs.vertical .tabs-nav li { border-right: 1px solid #272727; border-bottom: 1px solid #272727;}
.night .cosmo-tabs.vertical .tabs-nav li.last {border-bottom: none;} h2.cosmo-acc-trigger { font-family: Arial!important;padding: 0;  margin: 2px 0 0 0; background: #fafafa; height: 39px ; line-height: 39px !important; font-size: 14px !important; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
h2.cosmo-acc-trigger a { color: #444; text-decoration: none; display: block; padding: 0 0 0 20px; margin: 0 0 0 20px; outline: none; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/accordion.arrows.png) left 15px no-repeat; height: 30px;}
h2.cosmo-acc-trigger.active a{background-position: left -10px;}
.cosmo-acc-container { line-height: 1.8em; margin: 0; padding:0px; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.cosmo-acc-container-margin{margin: 20px; font-size: 12px;}
.cosmo-accordion h2{margin-top:0px !important;} .tabs-container, .tabs-container, .cosmo-toggle-container, .cosmo-acc-container{ color: inherit; } .twocol_one{width:48%;}
.threecol_one{width:30.66%;}
.threecol_two{width:65.33%;}
.fourcol_one{width:22%;}
.fourcol_two{width:48%;}
.fourcol_three{width:74%;}
.fivecol_one{width:16.8%;}
.fivecol_two{width:37.6%;}
.fivecol_three{width:58.4%;}
.fivecol_four{width:67.2%;}
.twocol_one,.threecol_one,.threecol_two,.fourcol_one,.fourcol_two,.fourcol_three,.fivecol_one,.fivecol_two,.fivecol_three,.fivecol_four{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}
@media only screen and (max-width: 767px) {
.twocol_one,.threecol_one,.threecol_two,.fourcol_one,.fourcol_two,.fourcol_three,.fivecol_one,.fivecol_two,.fivecol_three,.fivecol_four {float: none; margin: 0 0 30px 0; width: 100%; }
} .cosmo-toggle {clear: both; display: inline-block; margin: 20px 0; width: 100%;}
.cosmo-toggle h2.cosmo-toggle-h2 {font-family: Arial; font-size: 14px!important;float: none;width:auto;padding: 0; margin: 0; background: #fafafa; height: 39px; line-height: 39px; font-size: 14px; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; cursor: pointer; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.cosmo-toggle h2 a.show, .cosmo-toggle h2 a.toggle_close  { color: #444; text-decoration: none; display: block; margin: 0 0 0 20px; padding: 0 0 0 20px; outline: none; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/toggle.arrows.png) left 15px no-repeat; height: 30px;}
.cosmo-toggle h2 a.toggle_close  { background-position: left -11px;}
.cosmo-toggle .cosmo-toggle-container { line-height: 1.8em; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.cosmo-toggle h2 a span{line-height: 39px;}
.cosmo-toggle-container-margin{margin: 20px; font-size: 12px;}
div.hidden, span.hidden { display:none } img.cosmo-icon { float: left; margin: 0 10px 0 0; } .cols-2, .cols-3, .cols-4, .cols-5 { float: left; width: 100%; display: block; margin-top: 20px; }
.pricing_box  { border: 1px solid rgba(0,0,0,0.1); float: left; text-align: center; padding: 0 0 20px 0; margin-left:-1px; box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.25); background: #fff;}
.pricing_box.radius-left { -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px;}
.pricing_box.radius-right { -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px;}
.pricing_box .header  {
text-shadow: 0 1px 1px #fff;
border-bottom: 1px solid rgba(0,0,0,0.1); 
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
background: rgb(255,255,255); background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 30%, rgba(255,255,255,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 30%,rgba(255,255,255,1) 100%); background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 30%,rgba(255,255,255,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 30%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 30%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }
.pricing_box .header { width: 100%; height: 68px; }
.pricing_box .header span { position: relative; top: 20px; font-size: 16px; font-weight: bold; line-height: 28px;color:#767C7F;}
.pricing_box .header span.info { position: relative; font-size: 12px; font-weight: normal; top: 2px; display: block; color: gray; } 
.pricing_box p { line-height: 28px;}
.pricing_box ul { list-style: none; margin: 0 0 15px 0!important; text-align: left;}
.cols-2 .pricing_box { width: 49.8%; }
.cols-3 .pricing_box  { width: 33%; }
.cols-4 .pricing_box { width: 24.8%; font-size: 1em; }
.cols-5 .pricing_box { width: 19.5%; font-size: 0.9em;}
.pricing_box ul li { line-height: 4em!important; margin: 0; padding-left: 20px!important; list-style-type: none!important;}
.pricing_box ul li.odd { background: #F9F9F9;border-top: 1px solid rgba(0,0,0,0.04);border-bottom: 1px solid rgba(255,255,255,0.25);}
.pricing_box ul li.even { background: #fff;border-top: 1px solid rgba(0,0,0,0.08);border-bottom: 1px solid rgba(255,255,255,0.25);}
.pricing_box ul li:first-child { border-top: 0 none;}
.pricing_box ul li:last-child { border-bottom: 1px solid rgba(0,0,0,0.08);}
.pricing_box strong {  height: 12px; font-style: normal; color: #767C7F; float: none !important; font-weight: normal;}
.pricing_box strong.icon-close:before {color: #D3D3D3;width: 1.8em;font-size: 130%;}
.pricing_box strong.icon-tick:before {color: #0BBC40;width: 1.8em;font-size: 130%;}
.pricing_box strong.single {  }
.pricing_box strong.unlim {  }
.pricing_box strong.more{  height: 20px; width: 20px; cursor: pointer; float: right; padding: 0; margin: 14px 14px 0 0;}
.pricing_box strong.nopad { padding: 0;}
.pricing_box h3{ margin: 20px 0; font-size: 32px; display: block;color: #646464;}
.pricing_box h3 em{ font-size: 12px; font-weight: normal;}
.pricing_box p.button {
float: none;
*float: left;
background: none;
padding: 0;
border: none; 
}
.pricing_box p.button a {
height: 32px;
line-height: 30px;
padding:0 30px;
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 3px 3px 3px 3px;
display: inline-block;
margin: 0;
-webkit-transition: background-color 0.2s ease-in 0s;
-moz-transition: background-color 0.2s ease-in 0s;
-o-transition: background-color 0.2s ease-in 0s;
-ms-transition: background-color 0.2s ease-in 0s;
transition: background-color 0.2s ease-in 0s;
width: auto;
font-weight: 400;
}
.pricing_box p.button a:hover{background-color: #f1f1f1;}
.pricing_box.large { position: relative; z-index: 9; margin-top: -20px; -moz-box-shadow: 0 1px 10px #cbcbcb; -webkit-box-shadow: 0 1px 10px #cbcbcb; box-shadow: 0px 1px 10px #cbcbcb; padding: 0 0 40px 0; border-radius: 5px;}
.pricing_box.large .header {
color: #fff;
text-shadow:0 -1px 0 rgba(0,0,0,.6);
height: 88px;
background: #2d94d7; border: 1px solid rgba(0,0,0,0.1);
}
.pricing_box.large .header  span{ top: 30px;font-size: 22px;color: #FFF;}
.pricing_box.large .header  span.info{ top: 14px; color: #576e1f; text-shadow:none; }
.pricing_box.large p.button a{ background: #2d94d7;	color: #FFF;}
.pricing_box.large p.button a:hover{ border: 1px solid rgba(0,0,0,0.15); } .cosmotable { border-radius: 5px 5px 0 0; margin: 0 -1px 24px 0; text-align: left; width: 100%; border: 1px solid #e7e7e7; border-collapse: separate; border-spacing: 0; box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5)}
.cosmotable tr th { border-radius: 5px 5px 0 0; padding: 10px; font-weight: bold; color: black; background: #F9F9F9; border-bottom: 1px solid #e7e7e7; }
.cosmotable tr td { font-size: 12px; padding: 10px; text-align: left; background: #F9F9F9; vertical-align:middle;}
.cosmotable tr:nth-child(even) td, #content .cosmotable tr:nth-child(even) th { background-color: #ffffff; }
.cosmotable.blue tr th { background: #47aec8; color: white; }
.cosmotable.green tr th { background: #94c847; color: white;} .cosmo-skill span {
padding-bottom: 5px;
margin-bottom: 0;
color: inherit;
font-size: 18px;
display: inline-block;
}
.cosmo-skill {
margin-bottom: 20px;
}
.cosmo-skill em {
color: inherit;
padding-left: 8px;
font-style: normal;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.cosmo-skill em:before {
content: "-";
display: inline-block;
padding-right: 10px;
}
.meter {
background: none repeat scroll 0 0 #F6F6F6;
height: 10px;
position: relative;
width: 100%;
}
.meter > span {
background-color: #ed5a48;
display: block;
height: 100%;
overflow: hidden;
position: relative;
} .contact-form form.contactform input, .widget form.b_contact input{
height: 30px;
background: #FFF;
}
.contact-form form.contactform textarea{
min-height: 130px;
background: #FFF;
}
.contact-form form.contactform label{
font-size: 12px;
color: #888;
}
.post .excerpt .contact-form p {
margin-bottom: 10px;
}
.contact-form form.contactform input {
margin-bottom: 0;
}
.contact-form form.contactform label {
margin-bottom: 0;
}
.contact-form form.contactform .textarea {
margin-top: 20px;
}      .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider {margin: 0 0 60px; background: #fff; zoom: 1;position: relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px} .flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;background: #FFF;box-shadow: 0 1px 1px 0px rgba(0,0,0,0.05);}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 15px; }
.flex-direction-nav .flex-prev {left: 15px;}
.flexslider:hover .flex-next {opacity: 0.8;}
.flexslider:hover .flex-prev {opacity: 0.8;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {cursor: default;}
.flex-direction-nav a { font-family: 'fontello'; text-indent: 0; font-size: 40px; width: 24px;height: 40px; line-height: 40px; overflow: hidden; letter-spacing:20px; color: #dfdfdf; color: rgba(0,0,0,0.3); box-shadow: none; background: none; }
.flex-direction-nav .flex-prev { left: 10px;  opacity: 0.8; }
.flex-direction-nav .flex-next { right: 10px;  opacity: 0.8; }
.flex-prev:before { content: '\e75d'; } .flex-next:before { content: '\e75e'; }  .flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center;z-index: 9;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 50% 50% 50% 50%;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
display: inline-block;
height: 15px;
transition: background-color 0.2s ease 0s;
width: 15px;
text-indent: -99999px;
}
.flex-control-paging li a:hover { background: #FFF;}
.flex-control-paging li a.flex-active { background: #ed5a48; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.25 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 10px; }
h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 10px; }
h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }
.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }
p { margin: 0 0 20px; }
p:last-child { margin: 0px; }
p img { margin: 0; }
p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.8;  }
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }
h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; } blockquote, blockquote p { line-height: 20px; color: #777; }
blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; } .print-only { display: none !important; }
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; } p a, p a:visited { color: #444 !important; text-decoration: underline; }
p a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
.hide-on-print { display: none !important; }
.print-only { display: block !important; }
}.widget{
margin-bottom: 30px;
clear: both;
font-size: 12px;
}
.widget p{
font-size: 12px;
}
.widget:last-child{
margin-bottom: 0;
}
.widget:after{
content: '';
display: block;
clear: both;
}
.widget a{
color: inherit;
font-size: 12px;
}
.widget a:hover, .widget a:focus{
color: inherit;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
opacity: 0.8;
}
.widget ul{
list-style-type: none;
}
.widget h5.widget-title{
margin: 0 0 15px 0;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
position: relative;
color: #444444;
font-family: 'Lato',sans-serif;
font-weight: 300;
letter-spacing: -0.5px;
}
.widget h5.widget-title:after{
display: block;
content: '';
position: absolute;
height: 3px;
width: 23%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
margin-top: -3px;
right: 0;
z-index: 1;
}
.widget h5.widget-title:before{
display: block;
content: '';
position: absolute;
height: 3px;
width: 23%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
margin-top: -3px;
left: 0;
z-index: 1;
}
.widget h5.widget-title span{
padding: 10px 15px 0 15px;
position: relative;
display: inline-block;
z-index: 2;
border-radius: 10px;
width: 44%;
}
.widget h5.widget-title span:before{
display: block;
position: absolute;
content: '';
border-top: 5px solid #DB2B1E;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
width: 0;
height: 0;
left: 50%;
top: 0;
margin-left: -3px;
}
.widget .widget-delimiter{
padding: 0;
height: 1px;
margin-bottom: 5px;
}
.widget ul.widget-list{
margin: 0;
padding: 0;
}
.widget ul.widget-list > li{
list-style-type: none;
margin-top: 20px;
padding-bottom: 15px;
border-bottom: 1px dotted rgba(0,0,0,0.1);
display: block;
}
.widget ul.widget-list > li:last-child{
background: none;
border: none;
}
.widget ul.widget-list > li h6, .widget #hot_posts_panel ul > li h6{
line-height: 1.4;
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
font-weight: normal;
margin: -5px 0 0;
padding: 0;
}
.widget .tabs-controller{
margin-bottom: 5px;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 5px;
}
.widget .tabs-controller li{
display: inline-block;
font-size: 15px;
}
.widget .tabs-controller li a{
font-weight: bold;
padding: 0 10px;
font-size: 14px;
display: block;
position: relative;
}
.widget .tabs-controller li:first-child a{
padding: 0px 10px 0 0;
}
.widget .tabs-controller li a.active{
color: #ababab;
}
.widget .tabs-controller li a.active:before{
content: '';
display: block;
width: 0;
height: 0;
border-top: 4px solid #DB2B1E;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: -5px;
left: 50%;
margin-left: -4px;
}
.widget .tabs-container-full > div{
display: none;
color: inherit;
}
.widget .tabs-container-full > div:first-child{
display: block;
}
.widget .featimg img{
width: 100%;
height: auto;
} .widget_category_icons ul li a{
display: inline-block;
width: 100%;
}
.widget_category_icons ul li a img{
vertical-align: middle;
margin-right: 10px;
width: 16px;
height: auto;
}
.widget_category_icons ul li a span.count{
background-color: rgba(0,0,0,0.5);
padding: 0 15px;
color: #FFF;
line-height: 26px;
height: 26px;
} .entry-img img{
width: 100%;
max-width: 100%;
} .widget div.widget-meta{
margin-top: 10px;
}
.widget div.widget-meta ul{
margin: 0;
padding: 0;
list-style-type: none;
line-height: 16px;
margin-bottom: 5px;
}
.widget div.widget-meta ul li{
display: block;
font-size: 12px;
line-height: 16px;
height: 16px;
margin-right: 15px;
margin-bottom: 5px;
float: left;
} .widget_tabber{
margin: 0;
padding: 0;
list-style-type: none;
}
.widget_tabber li{
margin: 0;
padding: 0;
display: inline-block;
}
.tabs-container a.tag{
white-space: nowrap;
display: inline-block;
padding: 0 13px;
margin-right: 10px;
margin-bottom: 10px;
padding-left: 20px;
font-size: 11px;
position: relative;
height: 23px;
line-height: 23px;
text-transform: uppercase;
border: 1px solid #f1f1f1;
}
.tabs-container a.tag:before{
content: "";
width: 5px;
height: 5px;
position: absolute;
top: 9px;
left: 5px;
background: #f1f1f1;
}
.tabs-container a.tag:hover{
color: #999;
} .widget div.widget-meta li.cosmo-comments{
line-height: 16px;
}
.widget div.widget-meta li.cosmo-comments > a{
display: inline-block;
height: 16px;
line-height: 16px;
overflow: hidden;
}
.widget div.widget-meta li.time:before{
content: "•   \00a0" ;
}
.widget div.widget-meta li.time time{
line-height: 16px;
display: inline-block;
height: 16px;
}
.widget div.widget-meta li.author{
line-height: 16px;
display: inline-block;
height: 16px;
}
.widget div.widget-meta ul li.thelike{
display: inline-block;
height: 16px;
line-height: 16px;
} .cosmo-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.home .full_width_row .cosmo-twit-container {text-align: center}
.cosmo-twit-container .cosmo_twitter{ }
.cosmo-twit-container .cosmo_twitter p{ margin:0;}
@media only screen and (min-width: 768px) and (max-width: 990px) {.flickr_badge_image img{ width:65px !important;height: auto !important;}}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (min-width: 240px) and (max-width: 479px) {}
.cosmo-twit-container ul li div{padding: 15px 0; }
.cosmo-twit-container span.date{ display: block; margin-top: 0; font-style: italic;color:#999;font-size: 11px; }
.cosmo-twit-container span.date a{ text-decoration: none; }
footer aside .cosmo-twit-container .cosmo_twitter p{ margin:0; max-width: 370px;}
.i_join_us{ width:100%; height: 32px; line-height: 32px; display: block; margin: 0; font-weight: bold; position:relative;} .tweet_item{display: none;margin-bottom: 7px;opacity: 0;}
.static .cosmo_twitter .tweet_item{ border-bottom: 1px dotted rgba(0,0,0,0.1); padding: 13px 0 15px 0;opacity: 1;display: block;}
.static .cosmo_twitter .tweet_item:first-child{ padding-top: 0; }
.static .cosmo_twitter p{ width: auto; max-width: none;}
.static .slides_container { padding: 0; }
.static.i_join_us{ margin-top: 15px; height: 22px; line-height: 22px; text-align: left;}
.i_join_us.static i {
color: #48C4D2;
font-size: 25px;
padding-right: 20px;
}
.i_join_us.static i:hover {
color: #fbfbf1;
} .widget_submit p, .widget_submit p a{line-height: 3.4;}
.widget_submit p a {
height:67px;
display: block;
clear: both;
font-size: 16px;
background: rgba(0,0,0,0.3);
text-align: center;
color: #FFF;
line-height: 72px !important;
}
.widget_submit p  a:hover{
background: rgba(0,0,0,1);
color: inherit;
}
.widget_submit p a img{margin-bottom:-8px;margin-right: 15px;}
.widget_submit i.icon-add{
font-size: 32px;
margin-left: -10px;
position: absolute;
color: inherit;
}
.widget_submit span{
margin-left: 32px;
text-transform: uppercase;
color: inherit;
}
.instagram_widget p.instagram_likes{
display: block;
line-height: 18px;
font-size: 12px;
color: black;
background: rgba(255,255,255,0.7);
position: absolute;
bottom: 6px;
left: 0;
right: 0;
padding: 5px 10px;
text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.instagram_widget p.instagram_caption{
font-size: 12px;
color: inherit;
margin-bottom: 15px;
display: block;
}
#wp-calendar > caption{
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
}
#wp-calendar{
border-spacing: 0;
width: 100%;
}
.widget_recent_entries > ul > li, .widget_calendar > ul > li, .widget_archive > ul > li, .widget_categories > ul > li, .widget_meta > ul > li, .widget_recent_comments > ul > li, .widget_pages > ul > li, .widget_tag_cloud > ul > li{
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0,0,0,0.08);
}  .widget .icon-twitter{
font-size: 20px;
display: inline-block;
margin-right: 15px;
color: #48C4D2;
}
.widget .widget-meta .cosmo-comments{
background: none;
}
.widget .widget-meta .cosmo-comments i{
font-size: 16px;
}
.widget .widget-meta .cosmo-comments a:hover{ }
.widget .widget-meta .cosmo-comments:hover i{
font-size: 16px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.widget .widget-meta .cosmo-comments span{
font-size: 14px;
}
.widget .widget-meta .thelike .meta-likes em{
background: none;
border: 0;
padding: 0;
font-size: 16px;
color: inherit;
}
.widget .widget-meta .thelike .meta-likes:hover em{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.widget .widget-meta .thelike .meta-likes i{
background: none;
padding: 0;
border: 0;
font-style: normal;
font-size: 14px;
margin: 0;
} .widget span.meta-likes{
color: inherit;
} .widget .testimonials-elem-wrapper .entry-content-name h4{
clear: both;
}

@font-face {
font-family: 'fontello';
src: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/font/fontello.eot?38708541);
src: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/font/fontello.eot?38708541#iefix) format('embedded-opentype'),
url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/font/fontello.woff?38708541) format('woff'),
url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/font/fontello.ttf?38708541) format('truetype'),
url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/font/fontello.svg?38708541#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.icon-delicious:before { content: '\23'; } .icon-add:before { content: '\e800'; } .icon-gplus:before { content: '\2b'; } .icon-pinterest:before { content: '\31'; } .icon-dribbble:before { content: '\44'; } .icon-flickr:before { content: '\46'; } .icon-linkedin:before { content: '\4c'; } .icon-skype:before { content: '\53'; } .icon-twitter:before { content: '\54'; } .icon-youtube:before { content: '\55'; } .icon-vimeo:before { content: '\56'; } .icon-yahoo:before { content: '\59'; } .icon-email:before { content: '\5d'; } .icon-tumblr:before { content: '\74'; } .icon-play:before { content: '\25b6'; } .icon-star:before { content: '\e802'; } .icon-star-empty:before { content: '\e801'; } .icon-like-empty:before { content: '\2661'; } .icon-like:before { content: '\2665'; } .icon-audio:before { content: '\266b'; } .icon-root:before { content: '\268f'; } .icon-tools:before { content: '\2692'; } .icon-warning:before { content: '\26a0'; } .icon-edit:before { content: '\270e'; } .icon-tick:before { content: '\2713'; } .icon-close:before { content: '\2715'; } .icon-error:before { content: '\2716'; } .icon-quote:before { content: '\275e'; } .icon-repeat:before { content: '\27f3'; } .icon-settings:before { content: '\e109'; } .icon-list-arrow:before { content: '\e4ae'; } .icon-info:before { content: '\e705'; } .icon-views:before { content: '\e70a'; } .icon-tag:before { content: '\e70c'; } .icon-reply:before { content: '\e712'; } .icon-comments:before { content: '\e720'; } .icon-shipping:before { content: '\e723'; } .icon-delete:before { content: '\e729'; } .icon-share:before { content: '\e73c'; } .icon-bottom:before { content: '\e75c'; } .icon-prev:before { content: '\e75d'; } .icon-next:before { content: '\e75e'; } .icon-top:before { content: '\e75f'; } .icon-cart:before { content: '\e7ae'; } .icon-logout:before { content: '\f02d'; } .icon-rss:before { content: '\f09e'; } .icon-menu:before { content: '\f0c9'; } .icon-billing:before { content: '\f0d6'; } .icon-circle:before { content: '\f10c'; } .icon-facebook:before { content: '\f300'; } .icon-instagram:before { content: '\f32d'; } .icon-gallery:before { content: '🌄'; } .icon-video:before { content: '🎬'; } .icon-thumb:before { content: '👍'; } .icon-author:before { content: '👤'; } .icon-client:before { content: '👥'; } .icon-category:before { content: '📁'; } .icon-standard:before { content: '📄'; } .icon-calendar:before { content: '📅'; } .icon-attachment:before { content: '📎'; } .icon-download:before { content: '📥'; } .icon-image:before { content: '📷'; } .icon-search:before { content: '🔍'; } .icon-password:before { content: '🔒'; } .icon-link:before { content: '🔗'; } .icon-date:before { content: '🕔'; } .icon-pause:before { content: '||'; }.c-1,.c-2,.c-3,.c-4,.c-5,.c-6,.c-7,.c-8,.c-9,.c-10,.c-11,.c-12{float:left}.c-1,.c-2,.c-3,.c-4,.c-5,.c-6,.c-7,.c-8,.c-9,.c-10,.c-11,.c-12{position:relative;min-height:1px;padding:0 15px}.c-1{width:8.33333%}.c-2{width:16.66667%}.c-3{width:25%}.c-4{width:33.33333%}.c-5{width:41.66667%}.c-6{width:50%}.c-7{width:58.33333%}.c-8{width:66.66667%}.c-9{width:75%}.c-10{width:83.33333%}.c-11{width:91.66667%}.c-12{width:100%}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%}body{background:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:1;color:black;position:relative;-webkit-font-smoothing:antialiased}a{color: inherit;text-decoration:none;line-height:inherit; cursor: pointer;}a:hover{color: inherit;}a:focus{color:inherit;outline:none}p a,p a:visited{line-height:inherit}.left{float:left}@media only screen and (max-width: 767px){.left{float:none}}.right{float:right}@media only screen and (max-width: 767px){.right{float:none}}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.hide{display:none}.highlight{background:#ff9}#googlemap img,embed{max-width:none}#map_canvas embed{max-width:none}#map_canvas img{max-width:none}#map_canvas object{max-width:none}figure{margin:0}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr;font-size: 14px;}p{font-family:"Helvetica",Helvetica,"Helvetica Neue",Arial,sans-serif;font-weight:normal;font-size:14px;line-height:1.8;margin-bottom:25px}p.lead{font-size:15px;line-height:1.6;margin-bottom:17px}h1,h2,h3,h4,h5,h6{font-family:"Helvetica",Helvetica,"Helvetica Neue",Arial,sans-serif;font-weight:bold;color:inherit;text-rendering:optimizeLegibility;line-height:1.1;margin-bottom:12px;margin-top:12px}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;line-height:0}h1{font-size:40px}h2{font-size:32px}h3{font-size:26px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:22px 0 21px;height:0}.subheader{line-height:1.3;color:#6f6f6f;font-weight:300;margin-bottom:17px}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-weight:bold;}ul,ol{font-size:14px;line-height:1.6;margin-bottom:17px;list-style-position:inside}ul li ul,ul li ol{margin-left:20px;margin-bottom:0}ul.square,ul.circle,ul.disc{margin-left:17px}ul.square{list-style-type:square}ul.square li ul{list-style:inherit}ul.circle{list-style-type:circle}ul.circle li ul{list-style:inherit}ul.disc{list-style-type:disc}ul.disc li ul{list-style:inherit}ul.no-bullet{list-style:none}ul.large li{line-height:21px}ol li ul,ol li ol{margin-left:20px;margin-bottom:0}blockquote,blockquote p{line-height:1.8;color:#6f6f6f; font-style: italic;}blockquote{margin:0 0 30px;padding:0 20px;border-left:1px solid #ddd}blockquote cite{display:block;font-size:11px;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#555}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;border-bottom:1px solid #ddd;cursor:help}abbr{text-transform:none}.print-only{display:none !important}@media print{*{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}}form{margin:0 0 19.41641px}.row form .row{margin:0 -6px}.row form .row .column,.row form .row .columns{padding:0 6px}.row form .row.collapse{margin:0}.row form .row.collapse .column,.row form .row.collapse .columns{padding:0}label{font-size:14px;color:inherit;cursor:pointer;display:block;font-weight:500;margin-bottom:3px}label.right{float:none;text-align:right}label.inline{line-height:30px;margin:0 0 12px 0}@media only screen and (max-width: 767px){label.right{text-align:left}}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;height:30px;line-height:29px}a.button.prefix,a.button.postfix{padding-left:0;padding-right:0;text-align:center}span.prefix,span.postfix{background:#f2f2f2;border:1px solid #ccc}.prefix{left:2px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;overflow:hidden}.postfix{right:2px;-moz-border-radius-topright:2px;-webkit-border-top-right-radius:2px;border-top-right-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{font-family:"Helvetica",Helvetica,"Helvetica Neue",Arial,sans-serif;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-size:14px;margin:0 0 12px 0;padding:6px;height:20px;width:100%;-webkit-transition:all 0.15s linear;-moz-transition:all 0.15s linear;-o-transition:all 0.15s linear;transition:all 0.15s linear}input[type="text"].oversize,input[type="password"].oversize,input[type="date"].oversize,input[type="datetime"].oversize,input[type="email"].oversize,input[type="number"].oversize,input[type="search"].oversize,input[type="tel"].oversize,input[type="time"].oversize,input[type="url"].oversize,textarea.oversize{font-size:17px;padding:4px 6px}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{outline:none !important;border-color:#b3b3b3}input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled]{background-color:#ddd}textarea{height:auto}select{width:100%}fieldset legend{font-weight:bold;background:#fff;padding:0 3px;margin:0;margin-left:-3px}.error input,input.error,.error textarea,textarea.error{border-color:#c60f13;background-color:rgba(198,15,19,0.1)}.error label,label.error{color:#c60f13}.error small,small.error{display:block;padding:6px 4px;margin-top:-13px;margin-bottom:12px;background:#c60f13;color:#fff;font-size:14px;font-size:1.2rem;font-weight:bold;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;-moz-border-radius-bottomright:2px;-webkit-border-bottom-right-radius:2px;border-bottom-right-radius:2px}@media only screen and (max-width: 767px){input[type="text"].one,input[type="password"].one,input[type="date"].one,input[type="datetime"].one,input[type="email"].one,input[type="number"].one,input[type="search"].one,input[type="tel"].one,input[type="time"].one,input[type="url"].one,textarea.one,.row textarea.one{width:100% !important}input[type="text"].two,.row input[type="text"].two,input[type="password"].two,.row input[type="password"].two,input[type="date"].two,.row input[type="date"].two,input[type="datetime"].two,.row input[type="datetime"].two,input[type="email"].two,.row input[type="email"].two,input[type="number"].two,.row input[type="number"].two,input[type="search"].two,.row input[type="search"].two,input[type="tel"].two,.row input[type="tel"].two,input[type="time"].two,.row input[type="time"].two,input[type="url"].two,.row input[type="url"].two,textarea.two,.row textarea.two{width:100% !important}input[type="text"].three,.row input[type="text"].three,input[type="password"].three,.row input[type="password"].three,input[type="date"].three,.row input[type="date"].three,input[type="datetime"].three,.row input[type="datetime"].three,input[type="email"].three,.row input[type="email"].three,input[type="number"].three,.row input[type="number"].three,input[type="search"].three,.row input[type="search"].three,input[type="tel"].three,.row input[type="tel"].three,input[type="time"].three,.row input[type="time"].three,input[type="url"].three,.row input[type="url"].three,textarea.three,.row textarea.three{width:100% !important}input[type="text"].four,.row input[type="text"].four,input[type="password"].four,.row input[type="password"].four,input[type="date"].four,.row input[type="date"].four,input[type="datetime"].four,.row input[type="datetime"].four,input[type="email"].four,.row input[type="email"].four,input[type="number"].four,.row input[type="number"].four,input[type="search"].four,.row input[type="search"].four,input[type="tel"].four,.row input[type="tel"].four,input[type="time"].four,.row input[type="time"].four,input[type="url"].four,.row input[type="url"].four,textarea.four,.row textarea.four{width:100% !important}input[type="text"].five,.row input[type="text"].five,input[type="password"].five,.row input[type="password"].five,input[type="date"].five,.row input[type="date"].five,input[type="datetime"].five,.row input[type="datetime"].five,input[type="email"].five,.row input[type="email"].five,input[type="number"].five,.row input[type="number"].five,input[type="search"].five,.row input[type="search"].five,input[type="tel"].five,.row input[type="tel"].five,input[type="time"].five,.row input[type="time"].five,input[type="url"].five,.row input[type="url"].five,textarea.five,.row textarea.five{width:100% !important}input[type="text"].six,.row input[type="text"].six,input[type="password"].six,.row input[type="password"].six,input[type="date"].six,.row input[type="date"].six,input[type="datetime"].six,.row input[type="datetime"].six,input[type="email"].six,.row input[type="email"].six,input[type="number"].six,.row input[type="number"].six,input[type="search"].six,.row input[type="search"].six,input[type="tel"].six,.row input[type="tel"].six,input[type="time"].six,.row input[type="time"].six,input[type="url"].six,.row input[type="url"].six,textarea.six,.row textarea.six{width:100% !important}input[type="text"].seven,.row input[type="text"].seven,input[type="password"].seven,.row input[type="password"].seven,input[type="date"].seven,.row input[type="date"].seven,input[type="datetime"].seven,.row input[type="datetime"].seven,input[type="email"].seven,.row input[type="email"].seven,input[type="number"].seven,.row input[type="number"].seven,input[type="search"].seven,.row input[type="search"].seven,input[type="tel"].seven,.row input[type="tel"].seven,input[type="time"].seven,.row input[type="time"].seven,input[type="url"].seven,.row input[type="url"].seven,textarea.seven,.row textarea.seven{width:100% !important}input[type="text"].eight,.row input[type="text"].eight,input[type="password"].eight,.row input[type="password"].eight,input[type="date"].eight,.row input[type="date"].eight,input[type="datetime"].eight,.row input[type="datetime"].eight,input[type="email"].eight,.row input[type="email"].eight,input[type="number"].eight,.row input[type="number"].eight,input[type="search"].eight,.row input[type="search"].eight,input[type="tel"].eight,.row input[type="tel"].eight,input[type="time"].eight,.row input[type="time"].eight,input[type="url"].eight,.row input[type="url"].eight,textarea.eight,.row textarea.eight{width:100% !important}input[type="text"].nine,.row input[type="text"].nine,input[type="password"].nine,.row input[type="password"].nine,input[type="date"].nine,.row input[type="date"].nine,input[type="datetime"].nine,.row input[type="datetime"].nine,input[type="email"].nine,.row input[type="email"].nine,input[type="number"].nine,.row input[type="number"].nine,input[type="search"].nine,.row input[type="search"].nine,input[type="tel"].nine,.row input[type="tel"].nine,input[type="time"].nine,.row input[type="time"].nine,input[type="url"].nine,.row input[type="url"].nine,textarea.nine,.row textarea.nine{width:100% !important}input[type="text"].ten,.row input[type="text"].ten,input[type="password"].ten,.row input[type="password"].ten,input[type="date"].ten,.row input[type="date"].ten,input[type="datetime"].ten,.row input[type="datetime"].ten,input[type="email"].ten,.row input[type="email"].ten,input[type="number"].ten,.row input[type="number"].ten,input[type="search"].ten,.row input[type="search"].ten,input[type="tel"].ten,.row input[type="tel"].ten,input[type="time"].ten,.row input[type="time"].ten,input[type="url"].ten,.row input[type="url"].ten,textarea.ten,.row textarea.ten{width:100% !important}input[type="text"].eleven,.row input[type="text"].eleven,input[type="password"].eleven,.row input[type="password"].eleven,input[type="date"].eleven,.row input[type="date"].eleven,input[type="datetime"].eleven,.row input[type="datetime"].eleven,input[type="email"].eleven,.row input[type="email"].eleven,input[type="number"].eleven,.row input[type="number"].eleven,input[type="search"].eleven,.row input[type="search"].eleven,input[type="tel"].eleven,.row input[type="tel"].eleven,input[type="time"].eleven,.row input[type="time"].eleven,input[type="url"].eleven,.row input[type="url"].eleven,textarea.eleven,.row textarea.eleven{width:100% !important}input[type="text"].twelve,.row input[type="text"].twelve,input[type="password"].twelve,.row input[type="password"].twelve,input[type="date"].twelve,.row input[type="date"].twelve,input[type="datetime"].twelve,.row input[type="datetime"].twelve,input[type="email"].twelve,.row input[type="email"].twelve,input[type="number"].twelve,.row input[type="number"].twelve,input[type="search"].twelve,.row input[type="search"].twelve,input[type="tel"].twelve,.row input[type="tel"].twelve,input[type="time"].twelve,.row input[type="time"].twelve,input[type="url"].twelve,.row input[type="url"].twelve,textarea.twelve,.row textarea.twelve{width:100% !important}}form.custom span.custom{display:inline-block;width:16px;height:16px;position:relative;top:2px;border:solid 1px #ccc;background:#fff}form.custom span.custom.radio{-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px}form.custom span.custom.checkbox:before{content:"";display:block;line-height:0.8;height:14px;width:14px;text-align:center;position:absolute;top:0;left:0;font-size:14px;color:#fff}form.custom span.custom.radio.checked:before{content:"";display:block;width:8px;height:8px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px;background:#222;position:relative;top:3px;left:3px}form.custom span.custom.checkbox.checked:before{content:"\00d7";color:#222}form.custom div.custom.dropdown{display:block;position:relative;width:auto;height:28px;margin-bottom:9px;margin-top:2px}form.custom div.custom.dropdown a.current{display:block;width:auto;line-height:26px;min-height:28px;padding:0;padding-left:6px;padding-right:38px;border:solid 1px #ddd;color:#141414;background-color:#fff;white-space:nowrap}form.custom div.custom.dropdown a.selector{position:absolute;width:27px;height:28px;display:block;right:0;top:0;border:solid 1px #ddd}form.custom div.custom.dropdown a.selector:after{content:"";display:block;content:"";display:block;width:0;height:0;border:solid 5px;border-color:#aaa transparent transparent transparent;position:absolute;left:50%;top:50%;margin-top:-2px;margin-left:-5px}form.custom div.custom.dropdown:hover a.selector:after,form.custom div.custom.dropdown.open a.selector:after{content:"";display:block;width:0;height:0;border:solid 5px;border-color:#222 transparent transparent transparent}form.custom div.custom.dropdown.open ul{display:block;z-index:10}form.custom div.custom.dropdown.small{width:134px !important}form.custom div.custom.dropdown.medium{width:254px !important}form.custom div.custom.dropdown.large{width:434px !important}form.custom div.custom.dropdown.expand{width:100% !important}form.custom div.custom.dropdown.open.small ul{width:134px !important}form.custom div.custom.dropdown.open.medium ul{width:254px !important}form.custom div.custom.dropdown.open.large ul{width:434px !important}form.custom div.custom.dropdown.open.expand ul{width:100% !important}form.custom div.custom.dropdown ul{position:absolute;width:auto;display:none;margin:0;left:0;top:27px;margin:0;padding:0;background:#fff;background:rgba(255,255,255,0.95);border:solid 1px #ccc}form.custom div.custom.dropdown ul li{color:#555;font-size:11px;cursor:pointer;padding:3px;padding-left:6px;padding-right:38px;min-height:18px;line-height:18px;margin:0;white-space:nowrap;list-style:none}form.custom div.custom.dropdown ul li.selected{background:#cdebf5;color:#000}form.custom div.custom.dropdown ul li.selected:after{content:"\2013";position:absolute;right:10px}form.custom div.custom.dropdown ul li:hover{background-color:#e3f4f9;color:#222}form.custom div.custom.dropdown ul li:hover:after{content:"\2013";position:absolute;right:10px;color:#8ed3e7}form.custom div.custom.dropdown ul li.selected:hover{background:#cdebf5;cursor:default;color:#000}form.custom div.custom.dropdown ul li.selected:hover:after{color:#000}form.custom div.custom.dropdown ul.show{display:block}form.custom .custom.disabled{background-color:#ddd}@-moz-document url-prefix(){form.custom div.custom.dropdown a.selector{height:30px}}.lt-ie9 form.custom div.custom.dropdown a.selector{height:30px}.row{width:1170px;max-width:100%;min-width:768px;margin:0 auto}.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.row.collapse .column,.row.collapse .columns{padding:0}.row .row{width:auto;max-width:none;min-width:0;margin:0 -15px}.row .row.collapse{margin:0}.column,.columns{float:left;min-height:1px;padding:0 15px;position:relative}.column.centered,.columns.centered{float:none;margin:0 auto}[class*="column"]+[class*="column"]:last-child{float:left}[class*="column"]+[class*="column"].end{float:left}.one,.row .one{width:8.33333%}.two,.row .two{width:16.66667%}.three,.row .three{width:25%}.four,.row .four{width:33.33333%}.five,.row .five{width:41.66667%}.six,.row .six{width:50%}.seven,.row .seven{width:58.33333%}.eight,.row .eight{width:66.66667%}.nine,.row .nine{width:75%}.ten,.row .ten{width:83.33333%}.eleven,.row .eleven{width:91.66667%}.twelve,.row .twelve{width:100%}.row .offset-by-one{margin-left:8.33333%}.row .offset-by-two{margin-left:16.66667%}.row .offset-by-three{margin-left:25%}.row .offset-by-four{margin-left:33.33333%}.row .offset-by-five{margin-left:41.66667%}.row .offset-by-six{margin-left:50%}.row .offset-by-seven{margin-left:58.33333%}.row .offset-by-eight{margin-left:66.66667%}.row .offset-by-nine{margin-left:75%}.row .offset-by-ten{margin-left:83.33333%}.push-two{left:16.66667%}.pull-two{right:16.66667%}.push-three{left:25%}.pull-three{right:25%}.push-four{left:33.33333%}.pull-four{right:33.33333%}.push-five{left:41.66667%}.pull-five{right:41.66667%}.push-six{left:50%}.pull-six{right:50%}.push-seven{left:58.33333%}.pull-seven{right:58.33333%}.push-eight{left:66.66667%}.pull-eight{right:66.66667%}.push-nine{left:75%}.pull-nine{right:75%}.push-ten{left:83.33333%}.pull-ten{right:83.33333%}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,.map_canvas img{max-width:none!important}.row{*zoom:1}.row:before,.row:after{content:"";display:table}.row:after{clear:both}@media only screen and (max-width: 767px){body{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.row{width:auto;min-width:0;margin-left:0;margin-right:0}.column,.columns{width:auto !important;float:none}.column:last-child,.columns:last-child{float:none}[class*="column"]+[class*="column"]:last-child{float:none}.column:before,.columns:before,.column:after,.columns:after{content:"";display:table}.column:after,.columns:after{clear:both}.offset-by-one,.offset-by-two,.offset-by-three,.offset-by-four,.offset-by-five,.offset-by-six,.offset-by-seven,.offset-by-eight,.offset-by-nine,.offset-by-ten{margin-left:0 !important}.push-two,.push-three,.push-four,.push-five,.push-six,.push-seven,.push-eight,.push-nine,.push-ten{left:auto}.pull-two,.pull-three,.pull-four,.pull-five,.pull-six,.pull-seven,.pull-eight,.pull-nine,.pull-ten{right:auto}.row .mobile-one{width:25% !important;float:left;padding:0 15px}.row .mobile-one:last-child{float:right}.row.collapse .mobile-one{padding:0}.row .mobile-two{width:50% !important;float:left;padding:0 15px}.row .mobile-two:last-child{float:right}.row.collapse .mobile-two{padding:0}.row .mobile-three{width:75% !important;float:left;padding:0 15px}.row .mobile-three:last-child{float:right}.row.collapse .mobile-three{padding:0}.row .mobile-four{width:100% !important;float:left;padding:0 15px}.row .mobile-four:last-child{float:right}.row.collapse .mobile-four{padding:0}.push-one-mobile{left:25%}.pull-one-mobile{right:25%}.push-two-mobile{left:50%}.pull-two-mobile{right:50%}.push-three-mobile{left:75%}.pull-three-mobile{right:75%}}.block-grid{display:block;overflow:hidden;padding:0}.block-grid>li{display:block;height:auto;float:left}.block-grid.one-up{margin:0}.block-grid.one-up>li{width:100%;padding:0 0 15px}.block-grid.two-up{margin:0 -15px}.block-grid.two-up>li{width:50%;padding:0 15px 15px}.block-grid.two-up>li:nth-child(2n+1){clear:both}.block-grid.three-up{margin:0 -12px}.block-grid.three-up>li{width:33.33%;padding:0 12px 12px}.block-grid.three-up>li:nth-child(3n+1){clear:both}.block-grid.four-up{margin:0 -10px}.block-grid.four-up>li{width:25%;padding:0 10px 10px}.block-grid.four-up>li:nth-child(4n+1){clear:both}.block-grid.five-up{margin:0 -8px}.block-grid.five-up>li{width:20%;padding:0 8px 8px}.block-grid.five-up>li:nth-child(5n+1){clear:both}@media only screen and (max-width: 767px){.block-grid.mobile>li{float:none;width:100%;margin-left:0}.block-grid>li{clear:none !important}.block-grid.mobile-two-up>li{width:50%}.block-grid.mobile-two-up>li:nth-child(2n+1){clear:both}.block-grid.mobile-three-up>li{width:33.33%}.block-grid.mobile-three-up>li:nth-child(3n+1){clear:both !important}.block-grid.mobile-four-up>li{width:25%}.block-grid.mobile-four-up>li:nth-child(4n+1){clear:both}.block-grid.mobile-five-up>li:nth-child(5n+1){clear:both}}.button{width:auto;cursor:pointer;display:inline-block;font-family:"Helvetica",Helvetica,"Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:bold;line-height:1;margin:0;outline:none;position:relative;text-align:center;text-decoration:none;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out}.button:hover{}.button:active{}.button:focus{}.button.large{font-size:17px;padding:15px 30px 16px}.button.medium{font-size:14px}.button.small{font-size:9px;padding:7px 14px 8px}.button.tiny{font-size:8px;padding:5px 10px 6px}.button.expand{width:100%;text-align:center}.button.primary{background-color:#2ba6cb;border:1px solid #1e728c}.button.primary:hover{background-color:#2284a1}.button.primary:focus{-webkit-box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 4px #2ba6cb,0 1px 0 rgba(255,255,255,0.5) inset}.button.success{background-color:#5da423;border:1px solid #396516}.button.success:hover{background-color:#457a1a}.button.success:focus{-webkit-box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 5px #5da423,0 1px 0 rgba(255,255,255,0.5) inset}.button.alert{background-color:#c60f13;border:1px solid #7f0a0c}.button.alert:hover{background-color:#970b0e}.button.alert:focus{-webkit-box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 4px #c60f13,0 1px 0 rgba(255,255,255,0.5) inset}.button.secondary{background-color:#e9e9e9;color:#1d1d1d;border:1px solid #c3c3c3}.button.secondary:hover{background-color:#d0d0d0}.button.secondary:focus{-webkit-box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 0 5px #e9e9e9,0 1px 0 rgba(255,255,255,0.5) inset}.button.radius{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.button.round{-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}.button.full-width{width:100%;text-align:center;padding-left:0px !important;padding-right:0px !important}.button.left-align{text-align:left;text-indent:12px}.button.disabled,.button[disabled]{opacity:0.6;cursor:default;background:#2ba6cb;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.button.disabled :hover,.button[disabled] :hover{background:#2ba6cb}.button.disabled.success,.button[disabled].success{background-color:#5da423}.button.disabled.success:hover,.button[disabled].success:hover{background-color:#5da423}.button.disabled.alert,.button[disabled].alert{background-color:#c60f13}.button.disabled.alert:hover,.button[disabled].alert:hover{background-color:#c60f13}.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9}.button.disabled.secondary:hover,.button[disabled].secondary:hover{background-color:#e9e9e9}input[type=submit].button,button.button{-webkit-appearance:none}@media only screen and (max-width: 767px){.button{display:block}button.button,input[type="submit"].button{width:100%;padding-left:0;padding-right:0}}@-moz-document url-prefix(){button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0}input[type="submit"].tiny.button{padding:3px 10px 4px}input[type="submit"].small.button{padding:5px 14px 6px}input[type="submit"].button,input[type=submit].medium.button{padding:8px 20px 9px}input[type="submit"].large.button{padding:13px 30px 14px}}.button.dropdown{position:relative;padding-right:44px}.button.dropdown.large{padding-right:60px}.button.dropdown.small{padding-right:28px}.button.dropdown.tiny{padding-right:20px}.button.dropdown:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:#fff transparent transparent transparent;position:absolute;top:50%;right:20px;margin-top:-2px}.button.dropdown.large:after{content:"";display:block;width:0;height:0;border:solid 7px;border-color:#fff transparent transparent transparent;margin-top:-3px;right:30px}.button.dropdown.small:after{content:"";display:block;width:0;height:0;border:solid 5px;border-color:#fff transparent transparent transparent;margin-top:-2px;right:14px}.button.dropdown.tiny:after{content:"";display:block;width:0;height:0;border:solid 4px;border-color:#fff transparent transparent transparent;margin-top:-1px;right:10px}.button.dropdown>ul{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:none;position:absolute;left:-1px;background:#fff;background:rgba(255,255,255,0.95);list-style:none;margin:0;padding:0;border:1px solid #ccc;border-top:none;min-width:100%;z-index:40}.button.dropdown>ul li{width:100%;cursor:pointer;padding:0;min-height:18px;line-height:18px;margin:0;white-space:nowrap;list-style:none}.button.dropdown>ul li a{display:block;color:#555;font-size:11px;font-weight:normal;padding:6px 14px;text-align:left}.button.dropdown>ul li:hover{background-color:#e3f4f9;color:#222}.button.dropdown>ul li.divider{min-height:0;padding:0;height:1px;margin:4px 0;background:#ededed}.button.dropdown.up>ul{border-top:1px solid #ccc;border-bottom:none}.button.dropdown ul.no-hover.show-dropdown{display:block !important}.button.dropdown:hover>ul.no-hover{display:none}.button.dropdown.split{padding:0;position:relative}.button.dropdown.split:after{display:none}.button.dropdown.split:hover{background-color:#2ba6cb}.button.dropdown.split.alert:hover{background-color:#c60f13}.button.dropdown.split.success:hover{background-color:#5da423}.button.dropdown.split.secondary:hover{background-color:#e9e9e9}.button.dropdown.split>a{color:#fff;display:block;padding:10px 50px 11px 20px;padding-left:20px;padding-right:50px;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out}.button.dropdown.split>a:hover{background-color:#2284a1}.button.dropdown.split.large>a{padding:15px 75px 16px 30px;padding-left:30px;padding-right:75px}.button.dropdown.split.small>a{padding:7px 35px 8px 14px;padding-left:14px;padding-right:35px}.button.dropdown.split.tiny>a{padding:5px 25px 6px 10px;padding-left:10px;padding-right:25px}.button.dropdown.split>span{background-color:#2ba6cb;position:absolute;right:0;top:0;height:100%;width:30px;border-left:1px solid #1e728c;-webkit-box-shadow:1px 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:1px 1px 0 rgba(255,255,255,0.5) inset;box-shadow:1px 1px 0 rgba(255,255,255,0.5) inset;-webkit-transition:background-color 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out;-o-transition:background-color 0.15s ease-in-out;transition:background-color 0.15s ease-in-out}.button.dropdown.split>span:hover{background-color:#2284a1}.button.dropdown.split>span:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:#fff transparent transparent transparent;position:absolute;top:50%;left:50%;margin-left:-6px;margin-top:-2px}.button.dropdown.split.secondary>span:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:#1d1d1d transparent transparent transparent}.button.dropdown.split.large span{width:45px}.button.dropdown.split.small span{width:21px}.button.dropdown.split.tiny span{width:15px}.button.dropdown.split.large span:after{content:"";display:block;width:0;height:0;border:solid 7px;border-color:#fff transparent transparent transparent;margin-top:-3px;margin-left:-7px}.button.dropdown.split.small span:after{content:"";display:block;width:0;height:0;border:solid 4px;border-color:#fff transparent transparent transparent;margin-top:-1px;margin-left:-4px}.button.dropdown.split.tiny span:after{content:"";display:block;width:0;height:0;border:solid 3px;border-color:#fff transparent transparent transparent;margin-top:-1px;margin-left:-3px}.button.dropdown.split.alert>span{background-color:#c60f13;border-left-color:#7f0a0c}.button.dropdown.split.success>span{background-color:#5da423;border-left-color:#396516}.button.dropdown.split.secondary>span{background-color:#e9e9e9;border-left-color:#c3c3c3}.button.dropdown.split.secondary>a{color:#1d1d1d}.button.dropdown.split.alert>a:hover,.button.dropdown.split.alert>span:hover{background-color:#970b0e}.button.dropdown.split.success>a:hover,.button.dropdown.split.success>span:hover{background-color:#457a1a}.button.dropdown.split.secondary>a:hover,.button.dropdown.split.secondary>span:hover{background-color:#d0d0d0}ul.button-group{list-style:none;padding:0;margin:0 0 12px;*zoom:1}ul.button-group:before,ul.button-group:after{content:"";display:table}ul.button-group:after{clear:both}ul.button-group li{padding:0;margin:0 0 0 -1px;float:left}ul.button-group li:first-child{margin-left:0}ul.button-group.radius li a.button,ul.button-group.radius li a.button.radius,ul.button-group.radius li a.button-rounded{-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px;border-radius:0px}ul.button-group.radius li:first-child a.button,ul.button-group.radius li:first-child a.button.radius{-moz-border-radius-left3px:5px;-webkit-border-left-3px-radius:5px;border-left-3px-radius:5px}ul.button-group.radius li:first-child a.button.rounded{-moz-border-radius-left1000px:5px;-webkit-border-left-1000px-radius:5px;border-left-1000px-radius:5px}ul.button-group.radius li:last-child a.button,ul.button-group.radius li:last-child a.button.radius{-moz-border-radius-right3px:5px;-webkit-border-right-3px-radius:5px;border-right-3px-radius:5px}ul.button-group.radius li:last-child a.button.rounded{-moz-border-radius-right1000px:5px;-webkit-border-right-1000px-radius:5px;border-right-1000px-radius:5px}ul.button-group.even a.button{width:100%}ul.button-group.even.two-up li{width:50%}ul.button-group.even.three-up li{width:33.3%}ul.button-group.even.three-up li:first-child{width:33.4%}ul.button-group.even.four-up li{width:25%}ul.button-group.even.five-up li{width:20%}@media only screen and (max-width: 767px){.button-group button.button,.button-group input[type="submit"].button{width:auto;padding:10px 20px 11px}.button-group button.button.large,.button-group input[type="submit"].button.large{padding:15px 30px 16px}.button-group button.button.medium,.button-group input[type="submit"].button.medium{padding:10px 20px 11px}.button-group button.button.small,.button-group input[type="submit"].button.small{padding:7px 14px 8px}.button-group button.button.tiny,.button-group input[type="submit"].button.tiny{padding:5px 10px 6px}.button-group.even button.button,.button-group.even input[type="submit"].button{width:100%;padding-left:0;padding-right:0}}div.button-bar{overflow:hidden}div.button-bar ul.button-group{float:left;margin-right:8px}div.button-bar ul.button-group:last-child{margin-left:0}.nav-bar{height:40px;background:#4d4d4d;margin-top:20px;padding:0}.nav-bar>li{float:left;display:block;position:relative;padding:0;margin:0;border:1px solid #333;border-right:none;line-height:38px;-webkit-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;-moz-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;box-shadow:1px 0 0 rgba(255,255,255,0.2) inset}.nav-bar>li:first-child{-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}.nav-bar>li:last-child{border-right:solid 1px #333;-webkit-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset,1px 0 0 rgba(255,255,255,0.2);-moz-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset,1px 0 0 rgba(255,255,255,0.2);box-shadow:1px 0 0 rgba(255,255,255,0.2) inset,1px 0 0 rgba(255,255,255,0.2)}.nav-bar>li.active{background:#2ba6cb;border-color:#2284a1}.nav-bar>li.active>a{color:#fff;cursor:default}.nav-bar>li.active:hover{background:#2ba6cb;cursor:default}.nav-bar>li:hover{background:#333}.nav-bar>li>a{color:#e6e6e6}.nav-bar>li ul{margin-bottom:0}.nav-bar>li .flyout{display:none}.nav-bar>li.has-flyout>a:first-child{padding-right:40px;position:relative}.nav-bar>li.has-flyout>a:first-child:after{content:"";display:block;width:0;height:0;border:solid 4px;border-color:#e6e6e6 transparent transparent transparent;position:absolute;right:20px;top:17px}.nav-bar>li.has-flyout>a.flyout-toggle{border-left:0 !important;position:absolute;right:0;top:0;padding:20px;z-index:2;display:block}.nav-bar>li.has-flyout.is-touch>a:first-child{padding-right:55px}.nav-bar>li.has-flyout.is-touch>a.flyout-toggle{border-left:1px dashed #666}.nav-bar>li>a:first-child{position:relative;padding:0 20px;display:block;text-decoration:none;font-size:14px}.nav-bar>li>input{margin:0 10px}.nav-bar.vertical{height:auto;margin-top:0}.nav-bar.vertical>li{float:none;border-bottom:none;border-right:solid 1px #333;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-bar.vertical>li.has-flyout>a:first-child:after{content:"";display:block;width:0;height:0;border:solid 4px;border-color:transparent transparent transparent #e6e6e6}.nav-bar.vertical>li .flyout{left:100%;top:-1px}.nav-bar.vertical>li .flyout.right{left:auto;right:100%}.nav-bar.vertical>li.active{border-right:solid 1px #2284a1}.nav-bar.vertical>li:last-child{border-bottom:solid 1px #333}.flyout{background:#f2f2f2;padding:20px;margin:0;border:1px solid #d9d9d9;position:absolute;top:39px;left:-1px;width:250px;z-index:40;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.1);box-shadow:0 1px 5px rgba(0,0,0,0.1)}.flyout p{line-height:1.2;font-size:11px}.flyout *:first-child{margin-top:0}.flyout *:last-child{margin-bottom:0}.flyout.small{width:166.66667px}.flyout.large{width:437.5px}.flyout.right{left:auto;right:-2px}.flyout.left{right:auto;left:-2px}.flyout.up{top:auto;bottom:39px}ul.flyout,.nav-bar li ul{padding:0;list-style:none}ul.flyout li,.nav-bar li ul li{border-left:solid 3px #CCC}ul.flyout li a,.nav-bar li ul li a{background:#f2f2f2;border:1px solid #e6e6e6;border-width:1px 1px 0 0;color:#555;display:block;font-size:14px;height:auto;line-height:1;padding:15px 20px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset}ul.flyout li a:hover,.nav-bar li ul li a:hover{background:#ebebeb;color:#333}ul.flyout li.active,.nav-bar li ul li.active{margin-top:0;border-top:1px solid #4d4d4d;border-left:4px solid #1a1a1a}ul.flyout li.active a,.nav-bar li ul li.active a{background:#4d4d4d;border:none;color:#fff;height:auto;margin:0;position:static;top:0;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}@media only screen and (max-device-width: 1280px){.touch .nav-bar li.has-flyout>a{padding-right:36px !important}}@media only screen and (max-width: 1279px) and (min-width: 768px){.touch .nav-bar li a{font-size:13px;font-size:1.3rem}.touch .nav-bar li.has-flyout>a.flyout-toggle{padding:20px !important}.touch .nav-bar li.has-flyout>a{padding-right:36px !important}}@media only screen and (max-width: 767px){.nav-bar{height:auto}.nav-bar>li{float:none;display:block;border-right:none}.nav-bar>li>a.main{text-align:left;border-top:1px solid #ddd;border-right:none}.nav-bar>li:first-child>a.main{border-top:none}.nav-bar>li.has-flyout>a.flyout-toggle{position:absolute;right:0;top:0;padding:22px;z-index:2;display:block}.nav-bar>li.has-flyout.is-touch>a.flyout-toggle span{content:"";width:0;height:0;display:block}.nav-bar>li.has-flyout>a.flyout-toggle:hover span{border-top-color:#141414}.nav-bar.vertical>li.has-flyout>.flyout{left:0}.flyout{position:relative;width:100% !important;top:auto;margin-right:-2px;border-width:1px 1px 0 1px}.flyout.right{float:none;right:auto;left:-1px}.flyout.small,.flyout.large{width:100% !important}.flyout p:last-child{margin-bottom:18px}}div.orbit-wrapper{width:1px;height:1px;position:relative}div.orbit{width:1px;height:1px;position:relative;overflow:hidden;margin-bottom:17px}div.orbit.with-bullets{margin-bottom:40px}div.orbit .orbit-slide{max-width:100%;position:absolute;top:0;left:0}div.orbit a.orbit-slide{border:none;line-height:0;display:none}div.orbit div.orbit-slide{width:100%;height:100%}div.orbit-wrapper div.timer{width:40px;height:40px;overflow:hidden;position:absolute;top:10px;right:10px;opacity:.6;cursor:pointer;z-index:31}div.orbit-wrapper span.rotator{display:block;width:40px;height:40px;position:absolute;top:0;left:-20px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/rotator-black.png) no-repeat;z-index:3}div.orbit-wrapper span.mask{display:block;width:20px;height:40px;position:absolute;top:0;right:0;z-index:2;overflow:hidden}div.orbit-wrapper span.rotator.move{left:0}div.orbit-wrapper span.mask.move{width:40px;left:0;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/timer-black.png) repeat 0 0}div.orbit-wrapper span.pause{display:block;width:40px;height:40px;position:absolute;top:0;left:0;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/pause-black.png) no-repeat;z-index:4;opacity:0}div.orbit-wrapper span.pause.active{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/pause-black.png) no-repeat 0 -40px}div.orbit-wrapper div.timer:hover span.pause,div.orbit-wrapper span.pause.active{opacity:1}.orbit-caption{display:none;font-family:"HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif}.orbit-wrapper .orbit-caption{background:#000;background:rgba(0,0,0,0.6);z-index:30;color:#fff;text-align:center;padding:7px 0;font-size:13px;font-size:1.3rem;position:absolute;right:0;bottom:0;width:100%}div.orbit-wrapper div.slider-nav{display:block}div.orbit-wrapper div.slider-nav span{width:39px;height:50px;text-indent:-9999px;position:absolute;z-index:30;top:50%;margin-top:-25px;cursor:pointer}div.orbit-wrapper div.slider-nav span.right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/right-arrow.png);background-size:100%;right:0}div.orbit-wrapper div.slider-nav span.left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/left-arrow.png);background-size:100%;left:0}.lt-ie9 div.orbit-wrapper div.slider-nav span.right{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/right-arrow-small.png)}.lt-ie9 div.orbit-wrapper div.slider-nav span.left{background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/left-arrow-small.png)}ul.orbit-bullets{position:absolute;z-index:30;list-style:none;bottom:-40px;left:50%;margin-left:-50px;padding:0}ul.orbit-bullets li{float:left;margin-left:5px;cursor:pointer;color:#999;text-indent:-9999px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/bullets.jpg) no-repeat 4px 0;width:13px;height:12px;overflow:hidden}ul.orbit-bullets li.active{color:#222;background-position:-8px 0}ul.orbit-bullets li.has-thumb{background:none;width:100px;height:75px}ul.orbit-bullets li.active.has-thumb{background-position:0 0;border-top:2px solid #000}div.orbit img.fluid-placeholder{visibility:hidden;position:static;display:block;width:100%}div.orbit,div.orbit-wrapper{width:100% !important}ul.orbit-bullets{position:absolute;z-index:30;list-style:none;bottom:-50px;left:50%;margin-left:-50px;padding:0}ul.orbit-bullets li{float:left;margin-left:5px;cursor:pointer;color:#999;text-indent:-9999px;background:url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/images/foundation/orbit/bullets.jpg) no-repeat 4px 0;width:13px;height:12px;overflow:hidden}ul.orbit-bullets li.has-thumb{background:none;width:100px;height:75px}ul.orbit-bullets li.active{color:#222;background-position:-8px 0}ul.orbit-bullets li.active.has-thumb{background-position:0 0;border-top:2px solid #000}.lt-ie9 .timer{display:none !important}.lt-ie9 div.caption{background:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom:1}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:40;display:none;top:0;left:0}.reveal-modal{background:#fff;visibility:hidden;display:none;top:100px;left:50%;margin-left:-260px;width:520px;position:absolute;z-index:41;padding:30px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);-moz-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4)}.reveal-modal *:first-child{margin-top:0}.reveal-modal *:last-child{margin-bottom:0}.reveal-modal .close-reveal-modal{font-size:22px;font-size:2.2rem;line-height:.5;position:absolute;top:8px;right:11px;color:#aaa;text-shadow:0 -1px 1px rgba(0,0,0,0.6);font-weight:bold;cursor:pointer}.reveal-modal.small{width:30%;margin-left:-15%}.reveal-modal.medium{width:40%;margin-left:-20%}.reveal-modal.large{width:60%;margin-left:-30%}.reveal-modal.xlarge{width:70%;margin-left:-35%}.reveal-modal.expand{width:90%;margin-left:-45%}.reveal-modal .row{min-width:0;margin-bottom:10px}@media only screen and (max-width: 767px){.reveal-modal-bg{position:absolute}.reveal-modal,.reveal-modal.small,.reveal-modal.medium,.reveal-modal.large,.reveal-modal.xlarge{width:80%;top:15px;left:50%;margin-left:-40%;padding:20px;height:auto}}dl.tabs{border-bottom:solid 1px #e6e6e6;display:block;height:40px;padding:0;margin-bottom:20px}dl.tabs.contained{margin-bottom:0}dl.tabs dt{color:#b3b3b3;cursor:default;display:block;float:left;font-size:10px;height:40px;line-height:40px;padding:0;padding-right:9px;padding-left:20px;width:auto;text-transform:uppercase}dl.tabs dt:first-child{padding:0;padding-right:9px}dl.tabs dd{display:block;float:left;padding:0;margin:0}dl.tabs dd a{color:#6f6f6f;display:block;font-size:14px;height:40px;line-height:40px;padding:0px 23.8px}dl.tabs dd a:focus{font-weight:bold;color:#2ba6cb}dl.tabs dd.active{border-top:3px solid #2ba6cb;margin-top:-3px}dl.tabs dd.active a{cursor:default;color:#3c3c3c;background:#fff;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;font-weight:bold}dl.tabs dd:first-child{margin-left:0}dl.tabs.vertical{height:auto;border-bottom:1px solid #e6e6e6}dl.tabs.vertical dt,dl.tabs.vertical dd{float:none;height:auto}dl.tabs.vertical dd{border-left:3px solid #ccc}dl.tabs.vertical dd a{background:#f2f2f2;border:none;border:1px solid #e6e6e6;border-width:1px 1px 0 0;color:#555;display:block;font-size:14px;height:auto;line-height:1;padding:15px 20px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset}dl.tabs.vertical dd.active{margin-top:0;border-top:1px solid #4d4d4d;border-left:4px solid #1a1a1a}dl.tabs.vertical dd.active a{background:#4d4d4d;border:none;color:#fff;height:auto;margin:0;position:static;top:0;-webkit-box-shadow:0 0 0;-moz-box-shadow:0 0 0;box-shadow:0 0 0}dl.tabs.vertical dd:first-child a.active{margin:0}dl.tabs.pill{border-bottom:none;margin-bottom:10px}dl.tabs.pill dd{margin-right:10px}dl.tabs.pill dd:last-child{margin-right:0}dl.tabs.pill dd a{-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px;background:#e6e6e6;height:26px;line-height:26px;color:#666}dl.tabs.pill dd.active{border:none;margin-top:0}dl.tabs.pill dd.active a{background-color:#2ba6cb;border:none;color:#fff}dl.tabs.pill.contained{border-bottom:solid 1px #eee;margin-bottom:0}dl.tabs.pill.two-up dd,dl.tabs.pill.three-up dd,dl.tabs.pill.four-up dd,dl.tabs.pill.five-up dd{margin-right:0}dl.tabs.two-up dt a,dl.tabs.two-up dd a,dl.tabs.three-up dt a,dl.tabs.three-up dd a,dl.tabs.four-up dt a,dl.tabs.four-up dd a,dl.tabs.five-up dt a,dl.tabs.five-up dd a{padding:0 17px;text-align:center;overflow:hidden}dl.tabs.two-up dt,dl.tabs.two-up dd{width:50%}dl.tabs.three-up dt,dl.tabs.three-up dd{width:33.33%}dl.tabs.four-up dt,dl.tabs.four-up dd{width:25%}dl.tabs.five-up dt,dl.tabs.five-up dd{width:20%}ul.tabs-content{display:block;margin:0 0 20px;padding:0}ul.tabs-content>li{display:none}ul.tabs-content>li.active{display:block}ul.tabs-content.contained{padding:0}ul.tabs-content.contained>li{border:solid 0 #e6e6e6;border-width:0 1px 1px 1px;padding:20px}ul.tabs-content.contained.vertical>li{border-width:1px 1px 1px 1px}.no-js ul.tabs-content>li{display:block}@media only screen and (max-width: 767px){dl.tabs.mobile{width:auto;margin:20px -20px 40px;height:auto}dl.tabs.mobile dt,dl.tabs.mobile dd{float:none;height:auto}dl.tabs.mobile dd a{display:block;width:auto;height:auto;padding:18px 20px;line-height:1;border:solid 0 #ccc;border-width:1px 0 0;margin:0;color:#555;background:#eee;font-size:15px;font-size:1.5rem}dl.tabs.mobile dd a.active{height:auto;margin:0;border-width:1px 0 0}.tabs.mobile{border-bottom:solid 1px #ccc;height:auto}.tabs.mobile dd a{padding:18px 20px;border:none;border-left:none;border-right:none;border-top:1px solid #ccc;background:#fff}.tabs.mobile dd a.active{border:none;background:#2ba6cb;color:#fff;margin:0;position:static;top:0;height:auto}.tabs.mobile dd:first-child a.active{margin:0}dl.contained.mobile{margin-bottom:0}dl.contained.tabs.mobile dd a{padding:18px 20px}dl.tabs.mobile+ul.contained{margin-left:-20px;margin-right:-20px;border-width:0 0 1px 0}}.show-for-small,.show-for-medium,.show-for-medium-down,.hide-for-large,.hide-for-large-up,.show-for-xlarge{display:none !important}.hide-for-xlarge,.show-for-large,.show-for-large-up,.hide-for-small,.hide-for-medium,.hide-for-medium-down{display:block !important}@media only screen and (min-width: 1441px){.hide-for-small,.hide-for-medium,.hide-for-medium-down,.hide-for-large,.show-for-large-up,.show-for-xlarge{display:block !important}.show-for-small,.show-for-medium,.show-for-medium-down,.show-for-large,.hide-for-large-up,.hide-for-xlarge{display:none !important}}@media only screen and (max-width: 1279px) and (min-width: 768px){.hide-for-small,.show-for-medium,.show-for-medium-down,.hide-for-large,.hide-for-large-up,.hide-for-xlarge{display:block !important}.show-for-small,.hide-for-medium,.hide-for-medium-down,.show-for-large,.show-for-large-up,.show-for-xlarge{display:none !important}}@media only screen and (max-width: 767px){.show-for-small,.hide-for-medium,.show-for-medium-down,.hide-for-large,.hide-for-large-up,.hide-for-xlarge{display:block !important}.hide-for-small,.show-for-medium,.hide-for-medium-down,.show-for-large,.show-for-large-up,.show-for-xlarge{display:none !important}}.show-for-landscape,.hide-for-portrait{display:block !important}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:block !important}.hide-for-portrait,.show-for-landscape{display:none !important}}.show-for-touch{display:none !important}.hide-for-touch{display:block !important}.touch .show-for-touch{display:block !important}.touch .hide-for-touch{display:none !important}table.show-for-xlarge,table.show-for-large,table.hide-for-small,table.hide-for-medium{display:table !important}@media only screen and (max-width: 1279px) and (min-width: 768px){.touch table.hide-for-xlarge,.touch table.hide-for-large,.touch table.hide-for-small,.touch table.show-for-medium{display:table !important}}@media only screen and (max-width: 767px){table.hide-for-xlarge,table.hide-for-large,table.hide-for-medium,table.show-for-small{display:table !important}}div.alert-box{display:block;padding:6px 7px 7px;font-weight:bold;font-size:14px;color:#fff;background-color:#2ba6cb;border:1px solid rgba(0,0,0,0.1);margin-bottom:12px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;text-shadow:0 -1px rgba(0,0,0,0.3);position:relative}div.alert-box.success{background-color:#5da423;color:#fff;text-shadow:0 -1px rgba(0,0,0,0.3)}div.alert-box.alert{background-color:#c60f13;color:#fff;text-shadow:0 -1px rgba(0,0,0,0.3)}div.alert-box.secondary{background-color:#e9e9e9;color:#505050;text-shadow:0 1px rgba(255,255,255,0.3)}div.alert-box a.close{color:#333;position:absolute;right:4px;top:-1px;font-size:17px;opacity:0.2;padding:4px}div.alert-box a.close:hover,div.alert-box a.close:focus{opacity:0.4}.label{padding:1px 4px 2px;font-size:10px;font-weight:bold;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline;position:relative;bottom:1px;color:#fff;background:#2ba6cb}.label.radius{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.label.round{padding:1px 7px 2px;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}.label.alert{background-color:#c60f13}.label.success{background-color:#5da423}.label.secondary{background-color:#e9e9e9;color:#505050}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:bold;color:#333}.has-tip:hover{border-bottom:dotted 1px #196177;color:#2ba6cb}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{display:none;background:#000;background:rgba(0,0,0,0.85);position:absolute;color:#fff;font-weight:bold;font-size:14px;font-size:1.2rem;padding:5px;z-index:999;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;line-height:normal}.tooltip>.nub{display:block;width:0;height:0;border:solid 5px;border-color:transparent transparent #000 transparent;border-color:transparent transparent rgba(0,0,0,0.85) transparent;position:absolute;top:-10px;left:10px}.tooltip.tip-override>.nub{border-color:transparent transparent #000 transparent !important;border-color:transparent transparent rgba(0,0,0,0.85) transparent !important;top:-10px !important}.tooltip.tip-top>.nub{border-color:#000 transparent transparent transparent;border-color:rgba(0,0,0,0.85) transparent transparent transparent;top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #000;border-color:transparent transparent transparent rgba(0,0,0,0.85);right:-10px;left:auto}.tooltip.tip-right>.nub{border-color:transparent #000 transparent transparent;border-color:transparent rgba(0,0,0,0.85) transparent transparent;right:auto;left:-10px}.tooltip.noradius{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}.tooltip.opened{color:#2ba6cb !important;border-bottom:dotted 1px #196177 !important}.tap-to-close{display:block;font-size:10px;font-size:1rem;color:#888;font-weight:normal}@media only screen and (max-width: 767px){.tooltip{font-size:14px;font-size:1.4rem;line-height:1.4;padding:7px 10px 9px 10px}.tooltip>.nub,.tooltip.top>.nub,.tooltip.left>.nub,.tooltip.right>.nub{border-color:transparent transparent #000 transparent;border-color:transparent transparent rgba(0,0,0,0.85) transparent;top:-12px;left:10px}}.panel{background:#f2f2f2;border:solid 1px #e6e6e6;margin:0 0 22px 0;padding:20px}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel.callout{background:#2ba6cb;color:#fff;border-color:#2284a1;-webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);-moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5)}.panel.callout a{color:#fff}.panel.callout .button{background:#fff;border:none;color:#2ba6cb;text-shadow:none}.panel.callout .button:hover{background:rgba(255,255,255,0.8)}.panel.radius{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}ul.accordion{margin:0 0 22px 0;border-bottom:1px solid #e9e9e9}ul.accordion>li{list-style:none;margin:0;padding:0;border-top:1px solid #e9e9e9}ul.accordion>li .title{cursor:pointer;background:#f6f6f6;padding:15px;margin:0;position:relative;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;-webkit-transition:0.15s background linear;-moz-transition:0.15s background linear;-o-transition:0.15s background linear;transition:0.15s background linear}ul.accordion>li .title h1,ul.accordion>li .title h2,ul.accordion>li .title h3,ul.accordion>li .title h4,ul.accordion>li .title h5{margin:0}ul.accordion>li .title:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:transparent #9d9d9d transparent transparent;position:absolute;right:15px;top:21px}ul.accordion>li .content{display:none;padding:15px}ul.accordion>li.active{border-top:3px solid #2ba6cb}ul.accordion>li.active .title{background:#fff;padding-top:13px}ul.accordion>li.active .title:after{content:"";display:block;width:0;height:0;border:solid 6px;border-color:#9d9d9d transparent transparent transparent}ul.accordion>li.active .content{background:#fff;display:block;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9}ul.side-nav{display:block;list-style:none;margin:0;padding:17px 0}ul.side-nav li{display:block;list-style:none;margin:0 0 6px 0}ul.side-nav li a{display:block}ul.side-nav li.active a{color:#4d4d4d;font-weight:bold}ul.side-nav li.divider{border-top:1px solid #e6e6e6;height:0;padding:0}dl.sub-nav{display:block;width:auto;overflow:hidden;margin:-4px 0 18px;margin-right:0;margin-left:-9px;padding-top:4px}dl.sub-nav dt,dl.sub-nav dd{float:left;display:inline;margin-left:9px;margin-bottom:10px}dl.sub-nav dt{color:#999;font-weight:normal}dl.sub-nav dd a{text-decoration:none;-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}dl.sub-nav dd.active a{font-weight:bold;background:#2ba6cb;color:#fff;padding:3px 9px;cursor:default}ul.pagination{display:block;height:24px;margin-left:-5px}ul.pagination li{float:left;display:block;height:24px;color:#999;font-size:14px;margin-left:5px}ul.pagination li a{display:block;padding:1px 7px 1px;color:#555}ul.pagination li:hover a,ul.pagination li a:focus{background:#e6e6e6}ul.pagination li.unavailable a{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus{background:transparent}ul.pagination li.current a{background:#2ba6cb;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover{background:#2ba6cb}ul.breadcrumbs{display:block;background:#f6f6f6;padding:6px 10px 7px;border:1px solid #e9e9e9;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;overflow:hidden}ul.breadcrumbs li{margin:0;padding:0 12px 0 0;float:left;list-style:none}ul.breadcrumbs li a,ul.breadcrumbs li span{text-transform:uppercase;font-size:11px;font-size:1.1rem;padding-left:12px}ul.breadcrumbs li:first-child a,ul.breadcrumbs li:first-child span{padding-left:0}ul.breadcrumbs li:before{content:"/";color:#aaa}ul.breadcrumbs li:first-child:before{content:" "}ul.breadcrumbs li.current a{cursor:default;color:#333}ul.breadcrumbs li:hover a,ul.breadcrumbs li a:focus{text-decoration:underline}ul.breadcrumbs li.current:hover a,ul.breadcrumbs li.current a:focus{text-decoration:none}ul.breadcrumbs li.unavailable a{color:#999}ul.breadcrumbs li.unavailable:hover a,ul.breadcrumbs li.unavailable a:focus{text-decoration:none;color:#999;cursor:default}ul.link-list{margin:0 0 17px -22px;padding:0;list-style:none;overflow:hidden}ul.link-list li{list-style:none;float:left;margin-left:22px;display:block}ul.link-list li a{display:block}.keystroke,kbd{font-family:"Consolas", "Menlo", "Courier", monospace;font-size:11px;padding:2px 4px 0px;margin:0;background:#ededed;border:solid 1px #dbdbdb;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.th{display:block}.th img{display:block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.2);box-shadow:0 0 0 1px rgba(0,0,0,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-transition-property:border,box-shadow;-moz-transition-property:border,box-shadow;-o-transition-property:border,box-shadow;transition-property:border,box-shadow;-webkit-transition-duration:300ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms}.th:hover img{-webkit-box-shadow:0 0 6px 1px rgba(43,166,203,0.5);-moz-box-shadow:0 0 6px 1px rgba(43,166,203,0.5);box-shadow:0 0 6px 1px rgba(43,166,203,0.5)}.flex-video{position:relative;padding-top:25px;padding-bottom:67.5%;height:0;margin-bottom:16px;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px){.flex-video{padding-top:0}}table{background:#fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;margin:0 0 18px;border:1px solid #ddd}table thead,table tfoot{background:#f5f5f5}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{font-size:14px;line-height:18px;text-align:left}table thead tr th,table tfoot tr td{padding:8px 10px 9px;font-size:14px;font-weight:bold;color:#222}table thead tr th:first-child,table tfoot tr td:first-child{border-left:none}table thead tr th:last-child,table tfoot tr td:last-child{border-right:none}table tbody tr.even,table tbody tr.alt{background:#f9f9f9}table tbody tr:nth-child(even){background:#f9f9f9}table tbody tr td{color:#333;padding:2.5% 2.5%;vertical-align:top;border:none}ul.vcard{display:inline-block;margin:0 0 12px 0;border:1px solid #ddd;padding:10px}ul.vcard li{margin:0;display:block}ul.vcard li.fn{font-weight:bold;font-size:15px;font-size:1.5rem}p.vevent span.summary{font-weight:bold}p.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 1px}div.progress{padding:2px;margin-bottom:10px;border:1px solid #ccc;height:25px}div.progress .meter{background:#2ba6cb;height:100%;display:block;width:50%}div.progress.secondary .meter{background:#e9e9e9}div.progress.success .meter{background:#5da423}div.progress.alert .meter{background:#c60f13}div.progress.radius{-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}div.progress.radius .meter{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}div.progress.round{-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}div.progress.round .meter{-webkit-border-radius:1000px;-moz-border-radius:1000px;-ms-border-radius:1000px;-o-border-radius:1000px;border-radius:1000px}.top-bar{background:#222;height:45px;line-height:45px;margin:0 0 30px;padding:0;width:100%}.top-bar.contain-to-grid{margin:0 auto;position:relative;width:1170px}.top-bar.contain-to-grid:before,.top-bar.contain-to-grid:after{background:#222;content:"";display:block;height:45px;position:absolute;width:1000px}.top-bar.contain-to-grid:before{left:-100%}.top-bar.contain-to-grid:after{right:-100%}.top-bar.contain-to-grid.fixed{left:50%;margin-left:-585px;position:fixed}.top-bar.contain-to-grid ul li.name h1 a{padding-left:15px}.top-bar>ul .name h1{line-height:45px;margin:0}.top-bar>ul .name h1 a{font-weight:bold;padding:0 22.5px;font-size:17px !important}.top-bar>ul .name img{margin-top:-5px;vertical-align:middle}.top-bar ul{display:inline;height:45px;line-height:45px;list-style:none}.top-bar ul>li{float:left}.top-bar ul>li a:not(.button){color:#fff;display:block;font-size:11px;font-weight:bold;height:45px;line-height:45px;padding:0 15px}.top-bar ul>li:hover,.top-bar ul>li.active{background:#000}.top-bar ul>li:hover a,.top-bar ul>li.active a{color:#d9d9d9}.top-bar ul>li.divider{background:#000;-webkit-box-shadow:1px 0 0 rgba(255,255,255,0.1);-moz-box-shadow:1px 0 0 rgba(255,255,255,0.1);box-shadow:1px 0 0 rgba(255,255,255,0.1);height:100%;margin-right:1px;width:1px}.top-bar ul>li.has-button a.button{margin:0 11.25px}.top-bar ul>li.has-button:hover{background:#222}.top-bar ul>li.has-button:hover a{color:#fff}.top-bar ul>li.search{padding:0 15px}.top-bar ul>li.search form{display:inline-block;margin-bottom:0;vertical-align:middle;width:200px}.top-bar ul>li.search form input[type=text]{-moz-border-radius-topright:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;float:left;font-size:11px;margin-top:-1px;height:22.5px}.top-bar ul>li.search form input[type=text]+.button{border-left:none;-moz-border-radius-topleft:0;-webkit-border-top-left-radius:0;border-top-left-radius:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;float:left;font-size:10px;margin-top:-1px;padding:5px 12px 4px}.top-bar ul>li.search form input[type=search]{font-size:16px;margin-bottom:0}.top-bar ul>li.search:hover{background:#222}.top-bar ul>li.toggle-topbar{display:none}.top-bar ul>li.has-dropdown{position:relative}.top-bar ul>li.has-dropdown:hover>.dropdown{display:block;visibility:visible}.top-bar ul>li.has-dropdown a{padding-right:33.75px}.top-bar ul>li.has-dropdown a:after{content:"";display:block;width:0;height:0;border:solid 5px;border-color:#fff transparent transparent transparent;margin-right:15px;margin-top:-2.5px;position:absolute;right:0;top:50%}.top-bar ul>li.has-dropdown .dropdown{background:#222;left:0;margin:0;padding:9px 0 0 0;position:absolute;visibility:hidden;z-index:99}.top-bar ul>li.has-dropdown .dropdown li{background:#222;line-height:1;min-width:100%;padding-bottom:5px}.top-bar ul>li.has-dropdown .dropdown li a{font-weight:normal;height:100%;line-height:1;padding:5px 17px 5px 15px;white-space:nowrap}.top-bar ul>li.has-dropdown .dropdown li a:after{border:none}.top-bar ul>li.has-dropdown .dropdown li a:hover{background:#3c3c3c}.top-bar ul>li.has-dropdown .dropdown li label{color:#6f6f6f;font-size:8px;font-weight:bold;margin:0;padding-left:15px;text-transform:uppercase}.top-bar ul>li.has-dropdown .dropdown li.divider{border-top:solid 1px #000;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;height:10px;padding:0;width:100%}.top-bar ul>li.has-dropdown .dropdown li:last-child{padding-bottom:10px}.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a{padding-right:30px}.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";right:5px;top:6px}.top-bar ul>li.has-dropdown .dropdown li.has-dropdown .dropdown{position:absolute;left:100%;top:0}.top-bar ul>li.has-dropdown .dropdown li.has-dropdown:hover>.dropdown{display:block}.top-bar ul.left{float:left;width:auto}.top-bar ul.right{float:right;width:auto}.top-bar ul.right .has-dropdown .dropdown{left:auto;right:-1px}.top-bar ul.right .has-dropdown .dropdown li.has-dropdown>.dropdown{right:100%;left:auto;width:100%}.top-bar.fixed{left:0;position:fixed;top:0;z-index:99}.top-bar .js-generated{display:none}@-moz-document url-prefix(){.top-bar ul li .button.small{padding-bottom:6px}.top-bar ul li.search form input[type=search]{font-size:14px;height:22px;padding:3px}}.lt-ie9 .top-bar ul li a{color:#fff;display:block;font-weight:bold;font-size:11px;height:45px;line-height:45px;padding:0 15px}.lt-ie9 .top-bar ul li a.button{height:auto;line-height:30px;margin-top:7px}.lt-ie9 .top-bar ul li a:hover{color:#ccc}.lt-ie9 .top-bar ul li a img{margin-top:-5px;vertical-align:middle}.lt-ie9 .top-bar ul li a.active{background:#151515;color:#d9d9d9}.lt-ie9 .top-bar ul li.has-dropdown{padding-right:33.75px}.lt-ie9 .top-bar ul li.has-dropdown>ul li{padding-right:0}@media only screen and (max-width: 940px){.top-bar{margin-bottom:0;overflow:hidden}.top-bar .js-generated{display:block}.top-bar.contain-to-grid{margin:0 auto;width:auto}.top-bar.contain-to-grid:before,.top-bar.contain-to-grid:after{display:none}.top-bar.contain-to-grid.fixed{left:auto;margin-left:auto;position:static}.top-bar.fixed.expanded{height:auto}.top-bar section{left:0;position:relative;width:auto;-webkit-transition:left 300ms;-moz-transition:left 300ms;-o-transition:left 300ms;transition:left 300ms}.top-bar ul{width:100%;min-height:100%;height:100%;margin-bottom:0;display:block}.top-bar ul li{float:none}.top-bar ul li.active,.top-bar ul li:hover{background:#151515}.top-bar ul li.name{background:#000}.top-bar ul li.name h1{line-height:1}.top-bar ul li.toggle-topbar{cursor:pointer;display:block;height:45px;position:absolute;right:0;top:0;width:50%}.top-bar ul li.toggle-topbar a{content:"";display:block;width:0;height:0;border:solid 8px;border-color:#fff transparent transparent transparent;padding:0;position:absolute;top:50%;right:22.5px;margin-top:-4px}.top-bar ul li.toggle-topbar:hover{background:#000}.top-bar ul li.toggle-topbar a{padding:0 !important}.top-bar ul li.divider{border-bottom:solid 1px rgba(255,255,255,0.2);border-top:solid 1px #000;clear:both;height:1px !important;margin:8px 0 !important;width:100%}.top-bar ul li.search{padding:0 22.5px}.top-bar ul li.search form{width:100%}.top-bar ul li.search form input[type=text]{width:75%}.top-bar ul li.search form .button{top:0;width:25%}.top-bar ul li.has-dropdown a{padding-right:33.75px}.top-bar ul li.has-dropdown a:after{content:"";display:block;width:0;height:0;border:solid 5px;border-color:transparent transparent transparent rgba(255,255,255,0.5);margin-right:15px;margin-top:-4.5px;position:absolute;top:50%}.top-bar ul li.has-dropdown:hover>.dropdown{display:block;visibility:hidden}.top-bar ul li.has-dropdown .dropdown{visibility:hidden;z-index:0 !important}.top-bar ul li.has-dropdown.moved{position:static}.top-bar ul li.has-dropdown.moved .dropdown{top:0;visibility:visible}.top-bar ul li.has-dropdown.moved .dropdown li label{margin-bottom:6px;padding-top:6px !important;font-size:9px}.top-bar ul li.has-dropdown.moved .dropdown li:not(.title){padding-bottom:0}.top-bar ul li.has-dropdown.moved .dropdown li:not(.title) a{padding:8px 22.5px;font-size:14px}.top-bar ul li.has-dropdown.moved .dropdown li a,.top-bar ul li.has-dropdown.moved .dropdown li label{padding:0 22.5px}.top-bar ul li.has-dropdown.moved .dropdown li a:hover{background:transparent;display:block}.top-bar ul li.has-dropdown.moved .dropdown li.divider{border-bottom:solid 1px rgba(255,255,255,0.1);margin-top:8px !important;margin-bottom:8px !important}.top-bar ul li.has-dropdown.moved .back.title{padding-bottom:0}.top-bar ul li.has-dropdown.moved .back.title a:before{position:absolute;top:50%;left:17.5px;margin-top:-5px;width:0;height:0;content:"";display:block;width:0;height:0;border:solid 5px;border-color:transparent #fff transparent transparent}.top-bar ul li.has-dropdown.moved .back.title h5{margin:0;padding-left:15px;position:relative}.top-bar ul li.has-dropdown.moved .back.title h5 a{padding-top:8px;padding-bottom:8px;font-size:19px;font-weight:bold}.top-bar ul li.has-dropdown .dropdown li{background:transparent}.top-bar ul li.has-dropdown .dropdown li.has-dropdown .dropdown{left:100% !important;top:0;right:auto !important}.top-bar ul li.has-dropdown .dropdown li.has-dropdown>a{padding-right:33.75px}.top-bar ul li.has-dropdown .dropdown li.has-dropdown>a:after{content:"";margin-right:15px;content:"";display:block;width:0;height:0;border:solid 5px;border-color:transparent transparent transparent rgba(255,255,255,0.5);position:absolute;top:50%;margin-top:-4.5px}.top-bar ul li.has-dropdown .dropdown li.has-dropdown.moved{position:static}.top-bar ul li.has-dropdown .dropdown li.has-dropdown.moved .dropdown{top:0;visibility:visible}.top-bar ul li.has-dropdown .dropdown li.has-dropdown:hover{display:block}.top-bar ul.left,.top-bar ul.right{float:none;width:100%}.top-bar ul.left>li,.top-bar ul.right>li{display:block;float:none;margin:0 !important}.top-bar ul.left>li.has-dropdown .dropdown,.top-bar ul.right>li.has-dropdown .dropdown{left:100% !important;top:0;right:auto !important}.top-bar section>ul li a:not(.button){padding-left:22.5px !important}.top-bar.expanded{height:100%}.top-bar.expanded ul li.toggle-topbar a{content:"";display:block;width:0;height:0;border:solid 8px;border-color:transparent transparent rgba(255,255,255,0.5) transparent;top:auto;bottom:50%;margin-bottom:-4px}.top-bar ul li.has-button{padding:0 20px 5px}.top-bar ul li .button.small{margin:0 !important;display:inline-block;width:100%}}.attached_imgs_gallery { width:100%; }
.attached_imgs_gallery-element a { padding: 0px;}
.attached_imgs_gallery-element { width:155px; height:150px; display:inline-block; margin:0 15px 15px 0;text-align:center; padding: 5px; background: whiteSmoke; border: none!important; vertical-align:middle; }
.cosmo_uploader_label p.info { position:relative !important; bottom:auto !important; }
.cosmo_uploader_interface { background-color:white; border-color: rgb(229, 229, 229); border-style: solid;border-width: 1px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: "Helvetica", "Arial", sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; padding-top: 2px; position:relative; width: 95%; display:inline-block; }
.cui_add_button, .cui_thumbnail { position:relative; float:left; overflow:hidden; margin:10px; display:inline-block; direction: 'ltr'; width:70px; padding-top:10px; text-align:center; border-style:solid; border-width:1px; border-color:white; }
.cui_thumbnail img { cursor:pointer; width:70px; height: 70px;}
.cui_upload_button_container input { position:absolute; right:0px; bottom:0px; opacity:0; filter: alpha(opacity=0); cursor:pointer; font-size:460px; padding:0px; margin:0px; }
.cui_add_button img {  } 
.cui_spinner_container { text-align:center; clear:both; }
.b_text .attach {float: left; width: 100%; background: #ffffe0 url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/autoinclude/images/format.file.download.png) no-repeat 10px center; border: 1px solid #fff576;  margin: 0 0 20px 0; padding: 20px 10px; border-radius: 6px;}
.b_text .attach a { padding-left: 42px; }
.b_text .attach.pdf a { background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/autoinclude/images/format.file.pdf.png) no-repeat 42px center; padding-left: 58px;}
.b_text .attach.doc a { background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/css/autoinclude/images/format.file.doc.png) no-repeat 42px center; padding-left: 58px;}
.cosmo_floating_uploader { position:absolute !important; border:none !important; background-color:transparent !important; width:100px!important; height:100px!important; overflow:hidden; z-index:9000!important; }
.cosmo_floating_uploader img { margin:0px!important; }
.cosmo_floating_uploader .cui_add_button { border:none!important; padding:0px!important; }
.add_url_link{
background: #f2f2f2; background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5)); background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); background: linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); border: 1px solid #d5d5d5;
text-shadow: 1px 1px 0px #FFF;
color: #666;
cursor: pointer;
border-radius: 3px;
display: inline-block;
padding: 3px 8px 1px 8px;
margin-top: 5px;
}
.add_url_link:hover{
background: #ededed; background: -moz-linear-gradient(top,  #ededed 0%, #dddddd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dddddd)); background: -webkit-linear-gradient(top,  #ededed 0%,#dddddd 100%); background: -o-linear-gradient(top,  #ededed 0%,#dddddd 100%); background: -ms-linear-gradient(top,  #ededed 0%,#dddddd 100%); background: linear-gradient(top,  #ededed 0%,#dddddd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dddddd',GradientType=0 ); border: 1px solid #d5d5d5;
text-shadow: 1px 1px 0px #FFF;
color: #666;
}
.cui_form{margin: 8px 0 0 0;}div.panel { border: 1px solid #ccc; }
.lt-ie8 .nav-bar li.has-flyout a { padding-right: 20px; }
.lt-ie8 .nav-bar li.has-flyout a:after { border-top: none; } .lt-ie8 input[type=submit].nice.button { filter:chroma(color=#000000); position: relative; top: -2px; }
.lt-ie8 input[type=submit].tiny.button		{ padding: 5px 5px 7px; }
.lt-ie8 input[type=submit].small.button		{ padding: 8px 7px 9px; }
.lt-ie8 input[type=submit].medium.button	{ padding: 9px 13px 9px; }
.lt-ie8 input[type=submit].large.button		{ padding: 9px 18px 10px; }
.item-overlay{background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/hoverbg.png);}@media only screen and (min-width: 768px) and (max-width: 1140px){
#header-container > .row{
display: block !important;
}
#header-container > .row > .columns{
display: block !important;
vertical-align: middle;
float: left !important;
}
.widget .tabs-controller li{
font-size: 12px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
#page{
border: 0 none !important;
}
}@media only screen and (min-width: 480px) and (max-width: 767px){
#header-container > .row{
display: block !important;
}
#header-container > .row > .columns{
display: block !important;
vertical-align: middle;
float: left !important;
}
#page{
border: 0 none !important;
}
.widget .tabs-controller li{
font-size: 12px;
}
}a.cosmolink { text-decoration: none; display: inline-block;}
.cosmobutton { margin: 0 10px 0 0; padding: 0px; border: none; background-color: transparent; cursor: pointer; overflow: hidden; font-family: Arial; outline: none; }
*:first-child+html .cosmobutton[type]{width: 1;}  .cosmobutton span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.png) no-repeat right top; display: inline-block; float: left; padding: 0px 4px 0px 0px; margin: 0px; height: 33px; }
.cosmobutton span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.png) no-repeat top left; color: #000; font-weight: bold; padding: 8px 16px 0px 20px; font-size: 12px; line-height: 19px; display: inline-block; float: left; text-decoration: none; height: 33px; *min-width: 82px; text-align: center; text-shadow: none;}
.cosmobutton span span span{ *min-width: 16px;} .cosmobutton.gray span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.png) no-repeat right top; }
.cosmobutton.gray span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.png) no-repeat top left; } .cosmobutton.blue span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.png) no-repeat right top; }
.cosmobutton.blue span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.png) no-repeat top left; color: #fff; } .cosmobutton.red span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.png) no-repeat right top; }
.cosmobutton.red span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.png) no-repeat top left; color: #fff;} .cosmobutton.green span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.png) no-repeat right top;}
.cosmobutton.green span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.png) no-repeat top left; color: #fff;} .cosmobutton.orange span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.png) no-repeat right top;}
.cosmobutton.orange span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.png) no-repeat top left; color: #fff;} .cosmobutton.black span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.png) no-repeat right top;}
.cosmobutton.black span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.png) no-repeat top left; color: #fff;} .cosmobutton.brown span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.png) no-repeat right top;}
.cosmobutton.brown span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.png) no-repeat top left; color: #fff;} .cosmobutton.pink span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.png) no-repeat right top; }
.cosmobutton.pink span span {   background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.png) no-repeat top left; color: #fff;} .cosmobutton.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.small.png) no-repeat right top; height: 22px; }
.cosmobutton.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.small.png) no-repeat top left; padding: 0px 10px 0px 14px; font-size: 11px; line-height: 22px; height: 22px;} .cosmobutton.gray.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.small.png) no-repeat right top; }
.cosmobutton.gray.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.small.png) no-repeat top left; } .cosmobutton.blue.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.small.png) no-repeat right top; }
.cosmobutton.blue.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.small.png) no-repeat top left; color: #fff; } .cosmobutton.red.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.small.png) no-repeat right top; }
.cosmobutton.red.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.small.png) no-repeat top left; color: #fff;} .cosmobutton.green.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.small.png) no-repeat right top;}
.cosmobutton.green.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.small.png) no-repeat top left; color: #fff;} .cosmobutton.orange.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.small.png) no-repeat right top;}
.cosmobutton.orange.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.small.png) no-repeat top left; color: #fff;} .cosmobutton.black.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.small.png) no-repeat right top;}
.cosmobutton.black.small span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.small.png) no-repeat top left; color: #fff;} .cosmobutton.brown.small span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.small.png) no-repeat right top;}
.cosmobutton.brown.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.small.png) no-repeat top left; color: #fff;} .cosmobutton.pink.small span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.small.png) no-repeat right top; }
.cosmobutton.pink.small span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.small.png) no-repeat top left; color: #fff;} .cosmobutton.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.large.png) no-repeat right top; height: 44px; }
.cosmobutton.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.large.png) no-repeat top left; padding: 0px 20px 0px 24px; font-size: 14px; line-height: 44px; height: 44px; } .cosmobutton.gray.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.gray.large.png) no-repeat right top; }
.cosmobutton.gray.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.gray.large.png) no-repeat top left; } .cosmobutton.blue.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.blue.large.png) no-repeat right top; }
.cosmobutton.blue.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.blue.large.png) no-repeat top left; color: #fff; } .cosmobutton.red.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.red.large.png) no-repeat right top; }
.cosmobutton.red.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.red.large.png) no-repeat top left; color: #fff;} .cosmobutton.green.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.green.large.png) no-repeat right top;}
.cosmobutton.green.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.green.large.png) no-repeat top left; color: #fff;} .cosmobutton.orange.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.orange.large.png) no-repeat right top;}
.cosmobutton.orange.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.orange.large.png) no-repeat top left; color: #fff;} .cosmobutton.black.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.black.large.png) no-repeat right top;}
.cosmobutton.black.large span span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.black.large.png) no-repeat top left; color: #fff;} .cosmobutton.brown.large span {background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.brown.large.png) no-repeat right top;}
.cosmobutton.brown.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.brown.large.png) no-repeat top left; color: #fff;} .cosmobutton.pink.large span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.right.pink.large.png) no-repeat right top; }
.cosmobutton.pink.large span span { background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/btn.left.pink.large.png) no-repeat top left; color: #fff;} .cosmo-ico { position: relative; top: 2px; width: 16px!important; height: 16px!important; margin-right: 10px!important; margin-top: 1px!important; padding: 0!important; float: left!important;}
.cosmobutton .cosmo-ico {top: 0; }
.cosmobutton.comment .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) 0px 0 no-repeat!important; }
.cosmobutton.download .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -16px 0 no-repeat!important;}
.cosmobutton.print .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -32px 0 no-repeat!important;}
.cosmobutton.delete .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -48px 0 no-repeat!important;}
.cosmobutton.tick .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -64px 0 no-repeat!important;}
.cosmobutton.info .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -80px 0 no-repeat!important;}
.cosmobutton.demo .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -96px 0 no-repeat!important;}
.cosmobutton.warning .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -112px 0 no-repeat!important;}
.cosmobutton.error .cosmo-ico{ background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/icons.png) -128px 0 no-repeat!important;} .cosmobutton:hover span span { background-position: left -33px ; }
.cosmobutton:hover span { background-position: right -33px ; } .cosmobutton:active span span { background-position: left -66px ; }
.cosmobutton:active span { background-position: right -66px ; } .cosmobutton.large:hover span span { background-position: left -44px ; }
.cosmobutton.large:hover span { background-position: right -44px ; } .cosmobutton.large:active span span { background-position: left -88px ; }
.cosmobutton.large:active span { background-position: right -88px ; } .cosmobutton.small:hover span span { background-position: left -22px ; }
.cosmobutton.small:hover span { background-position: right -22px ; } .cosmobutton.small:active span span { background-position: left -44px ; }
.cosmobutton.small:active span { background-position: right -44px ; } * html .cosmobutton { height:33px; }
* .cosmobutton span span { height: 33px; } *+ html .cosmobutton { height:33px; }
*+ .cosmobutton span span { height: 25px; } * html .cosmobutton.large { height:44px; }
* .cosmobutton.large span span { height: 44px; } *+ html .cosmobutton.large { height:44px; }
*+ .cosmobutton.large span span { height: 44px; } * html .cosmobutton.small { height:22px; }
* .cosmobutton.small span span { height: 22px; } *+ html .cosmobutton.small { height:22px; }
*+ .cosmobutton.small span span { height: 22px; } .cosmo-hr, .cosmo-divider { clear: both; display: inline-block; width: 100%; margin: 15px 0 30px 0;}
.cosmo-hr { background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/delimiter.bg.x.png) repeat-x 0 0; } .cosmo-blockquote { display: block; *display: inline-block;}
.cosmo-blockquote p { margin: 1em 20px 1.5em 20px; padding: 0 0 0 40px; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/quote.png) no-repeat 0 3px; font-style: italic; color:gray; min-height: 25px; }
.cosmo-blockquote.left { float:left; width:40%;}
.cosmo-blockquote.right { float:right; width:40%;}
.cosmo-blockquote.boxed { background: white; border: 1px solid #ccc; border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px; -khtml-border-radius: 6px;}
.cosmo-blockquote.boxed.left { margin: 0 1.5em 1em 0;}
.cosmo-blockquote.boxed.right { margin: 0 0 1em 1.5em;}
.night .cosmo-blockquote.boxed {background: #333; border: 1px solid #272727;} .cosmo-box { float: left; width: 100%; position: relative; clear: both; margin: 1em 0 1.5em 0; padding:0; color: #555; -moz-border-radius: 0px; -khtml-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.cosmo-box div.fl, .cosmo-box div.fr{padding: 10px;min-width: 20%;}
.cosmo-box div.fl {max-width: 70%;}
.cosmo-box div.fl span, .cosmo-box div.fr span{
position: absolute;
}
.cosmo-box div.fl span, .cosmo-box div.fr span{
left:0px;
}
.cosmo-box div.fl p.box-content, .cosmo-box div.fr p.box-content{
padding-left: 35px;
}
.cosmo-box.large div.fl, .cosmo-box.large div.fr {padding:25px; }
.cosmo-box h5 {font: italic normal 18px Georgia, "Times New Roman", Times, serif; margin-bottom: 15px; display: block; padding-left: 35px; position: relative;}
.cosmo-box.large h5 {font: 20px"Helvetica", Arial, serif;margin-top: 0;}
.cosmo-box .fr { 
padding: 20px 10px; 
text-align: right; 
position: absolute;
height: 100%;
right: 0;
max-width: 30%;
}
.cosmo-box.large .fr { padding: 40px 25px 40px 60px;}
.cosmo-box.large .fr { padding: 40px 25px; }
.cosmo-box .fr a{font: italic normal 16px Georgia, "Times New Roman", Times, serif; color: white; }
.cosmo-box .fr a span.desc { display: block; font: normal 11px Helvetica, Arial, sans-serif; color: #FFF;opacity: 0.8;display: block;margin-top: 15px;line-height: 1.4;}
.cosmo-box .fr {background-color: rgba(0,0,0,0.2);}
.cosmo-box.default{ background: #f7f7f7; color: #414141;} 
.cosmo-box.search{  background: #f7f7f7; color: #414141;}
.cosmo-box.comments  {  background: #f7f7f7; color: #414141;}
.cosmo-box.tick {background: #78AD0F; color: #FFF;}
.cosmo-box.info {  background: #386ebd; color: #fff;}
.cosmo-box.full-box .fl {  max-width: 100%; }
.cosmo-box.download { background: #3E9388; color: #FFF;}
.cosmo-box.warning { background: #FFD800; color: #414141;}
.cosmo-box.error { background: #FC1200; color: #FFF;}
.cosmo-box .fl h5 span{ top: -2px;font-size: 18px;} .cosmo-unorderedlist ul, .cosmo-orderedlist ol { margin:0 0 1.5em 0; padding: 0; }
.cosmo-unorderedlist ul li i{ padding-right: 5px; font-size: 16px; }
.cosmo-unorderedlist ul li, .cosmo-unorderedlist ul li ul { list-style-type: none!important; }
.cosmo-unorderedlist.tick ul li i { color: #55d747; }
.cosmo-unorderedlist.cancel ul li i { color: #f55225; }
.cosmo-unorderedlist.bullet ul li i { color: #c9c9c9; }
.cosmo-unorderedlist.arrow ul li i { color: #7cae63; }
.cosmo-unorderedlist.star ul li i { color: #ffb300; } .cosmo-orderedlist ol li, .cosmo-orderedlist ol li ol, .cosmo-orderedlist ol li { list-style-type: none; margin-left: 25px; }
.cosmo-orderedlist.armenian ol li, .cosmo-orderedlist.armenian ol li { list-style-type: armenian; }
.cosmo-orderedlist.decimal ol li, .cosmo-orderedlist.decimal ol li { list-style-type: decimal; }
.cosmo-orderedlist.decimal-leading-zero ol li, .cosmo-orderedlist.decimal-leading-zero ol li { list-style-type: decimal-leading-zero; }
.cosmo-orderedlist.georgian ol li, .cosmo-orderedlist.georgian ol li { list-style-type: georgian; }
.cosmo-orderedlist.lower-alpha ol li, .cosmo-orderedlist.lower-alpha ol li { list-style-type: lower-alpha; }
.cosmo-orderedlist.lower-greek ol li, .cosmo-orderedlist.lower-greek ol li { list-style-type: lower-greek; }
.cosmo-orderedlist.lower-latin ol li, .cosmo-orderedlist.lower-latin ol li { list-style-type: lower-latin; }
.cosmo-orderedlist.lower-roman ol li, .cosmo-orderedlist.lower-roman ol li { list-style-type: lower-roman; }
.cosmo-orderedlist.upper-alpha ol li, .cosmo-orderedlist.upper-alpha ol li { list-style-type: upper-alpha; }
.cosmo-orderedlist.upper-latin ol li, .cosmo-orderedlist.upper-latin ol li { list-style-type: upper-latin; }
.cosmo-orderedlist.upper-roman ol li, .cosmo-orderedlist.upper-roman ol li { list-style-type: upper-roman; } span.cosmo-highlight { background: #FFFFAA; padding: 3px 3px 1px;  color:#000;}
abbr { border-bottom: 1px dashed #999999; cursor: help; } span.dropcap { font-size: 330%; font-weight: bold; float: left; position: relative; margin:5px 7px 0 0; line-height: 0.7em; } .cosmo-tabs {clear: both; display: inline-block; background: white; margin: 20px 0; width: 100%; border: 1px solid #efefef; float: none; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
@media projection, screen { .cosmo-tabs .tabs-hide { display: none; } }
@media print {.cosmo-tabs .tabs-nav { display: none;} }
.cosmo-tabs ul.tabs-nav{ -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px 3px; list-style: none; margin: 0; padding: 0; height: 39px; border-bottom: 1px solid #efefef; background: #fafafa; float: none!important;}
.cosmo-tabs .tabs-nav li { float: left; margin: 0; min-width: 68px; width: auto!important; border-right: 1px solid #efefef; height: 40px; padding: 0!important; background: none!important; list-style-type: none!important;}
.cosmo-tabs .tabs-nav li.first{ -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px 4px; }
.cosmo-tabs .tabs-nav a, .cosmo-tabs .tabs-nav a span { display: block; padding: 0 10px; cursor: pointer;}
.cosmo-tabs .tabs-nav a { position: relative; top: 1px; z-index: 2; padding-left: 0; color: #444; text-shadow: 0 1px 0 #fff; font-weight: bold; line-height: 14px;  text-align: center; text-decoration: none;}
.cosmo-tabs .tabs-nav .tabs-selected a { color: #000; }
.cosmo-tabs .tabs-nav .tabs-selected a, .cosmo-tabs .tabs-nav a:hover, .cosmo-tabs .tabs-nav a:focus, .cosmo-tabs .tabs-nav a:active { outline: 0;}
.cosmo-tabs .tabs-nav a span { width: 46px; min-width: 46px; height: 28px; min-height: 28px; padding-top: 12px; padding-right: 0; }
*>.cosmo-tabs .tabs-nav a span { width: auto; height: auto;}
.cosmo-tabs .tabs-nav .tabs-selected {  background: #fff!important; border-bottom: none;}
.cosmo-tabs .tabs-container { clear: both; padding: 15px; background: white; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px 3px; } .cosmo-tabs.vertical {position: relative;}
.cosmo-tabs.vertical ul.tabs-nav{ float: left!important; height: auto; width: 20%; border-bottom: none; *background: none; }
.cosmo-tabs.vertical .tabs-nav li {float: none; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef; height: 38px;}
.cosmo-tabs.vertical .tabs-nav li.last { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px 4px; border-bottom: none;}
.cosmo-tabs.vertical .tabs-nav .tabs-selected { border-right: 1px solid #fff; }
.cosmo-tabs.vertical .tabs-nav li.first.tabs-selected {border-top: none;}
.cosmo-tabs.vertical .tabs-nav a span { }
.cosmo-tabs.vertical .tabs-container { margin-left: 20%; padding: 10px 20px; clear: none;}
.cosmo-tabs.vertical .tabs-container p{ margin: 0; padding: 0; }
.night .cosmo-tabs.vertical .tabs-nav .tabs-selected {border-right: 1px solid #383838;}
.night .cosmo-tabs.vertical .tabs-nav li { border-right: 1px solid #272727; border-bottom: 1px solid #272727;}
.night .cosmo-tabs.vertical .tabs-nav li.last {border-bottom: none;} h2.cosmo-acc-trigger { font-family: Arial!important;padding: 0;  margin: 2px 0 0 0; background: #fafafa; height: 39px ; line-height: 39px !important; font-size: 14px !important; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
h2.cosmo-acc-trigger a { color: #444; text-decoration: none; display: block; padding: 0 0 0 20px; margin: 0 0 0 20px; outline: none; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/accordion.arrows.png) left 15px no-repeat; height: 30px;}
h2.cosmo-acc-trigger.active a{background-position: left -10px;}
.cosmo-acc-container { line-height: 1.8em; margin: 0; padding:0px; background: #FDFCFA; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.cosmo-acc-container-margin{margin: 20px;}
.cosmo-accordion h2{margin-top:0px !important;} .tabs-container, .tabs-container, .cosmo-toggle-container, .cosmo-acc-container{ color: inherit; } .twocol_one{width:48%;}
.threecol_one{width:30.66%;}
.threecol_two{width:65.33%;}
.fourcol_one{width:22%;}
.fourcol_two{width:48%;}
.fourcol_three{width:74%;}
.fivecol_one{width:16.8%;}
.fivecol_two{width:37.6%;}
.fivecol_three{width:58.4%;}
.fivecol_four{width:67.2%;}
.twocol_one,.threecol_one,.threecol_two,.fourcol_one,.fourcol_two,.fourcol_three,.fivecol_one,.fivecol_two,.fivecol_three,.fivecol_four{float:left;margin-right:4%;position:relative;}
.last{clear:right;margin-right:0 !important;}
@media only screen and (max-width: 767px) {
.twocol_one,.threecol_one,.threecol_two,.fourcol_one,.fourcol_two,.fourcol_three,.fivecol_one,.fivecol_two,.fivecol_three,.fivecol_four {float: none; margin: 0 0 30px 0; width: 100%; }
} .cosmo-toggle {clear: both; display: inline-block; margin: 20px 0; width: 100%;}
.cosmo-toggle h2.cosmo-toggle-h2 {font-family: Arial; font-size: 14px!important;float: none;width:auto;padding: 0; margin: 0; background: #fafafa; height: 39px; line-height: 39px; font-size: 14px; border: 1px solid #efefef; text-shadow: 0 1px 0 #fff; cursor: pointer; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.cosmo-toggle h2 a.show, .cosmo-toggle h2 a.toggle_close  { color: #444; text-decoration: none; display: block; margin: 0 0 0 20px; padding: 0 0 0 20px; outline: none; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/lib/images/shortcodes/toggle.arrows.png) left 15px no-repeat; height: 30px;}
.cosmo-toggle h2 a.toggle_close  { background-position: left -11px;}
.cosmo-toggle .cosmo-toggle-container { line-height: 1.8em; background: #FDFCFA; border: 1px solid #efefef; border-top: none; overflow: hidden; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;}
.cosmo-toggle h2 a span{line-height: 39px;}
.cosmo-toggle-container-margin{margin: 20px;}
div.hidden, span.hidden { display:none } img.cosmo-icon { float: left; margin: 0 10px 0 0; } .cosmotable { border-radius: 5px 5px 0 0; margin: 0 -1px 24px 0; text-align: left; width: 100%; border: 1px solid #e7e7e7; border-collapse: separate; border-spacing: 0; box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5)}
.cosmotable tr th { border-radius: 5px 5px 0 0; padding: 10px; font-weight: bold; color: black; background: #F9F9F9; border-bottom: 1px solid #e7e7e7; }
.cosmotable tr td { padding: 10px; text-align: left; background: white; vertical-align:middle;}
.cosmotable tr:nth-child(even) td, #content .cosmotable tr:nth-child(even) th { background-color: #F9F9F9; }
.cosmotable.blue tr th { background: #47aec8; color: white; }
.cosmotable.green tr th { background: #94c847; color: white;}
.black_version h2.cosmo-acc-trigger {
background: #000000;
border: 1px solid #efefef;
text-shadow: 0 1px 0 #000;
}
.black_version .cosmo-acc-container {
background: #000000;
border: 1px solid #efefef;
}
.black_version .share-opened {
color: #FFF;
}h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit;}
img{border: 0;}
body{
background: #FFF;
}
pre, code {
clear: both;
overflow: auto;
margin: 1.5em 0em;
padding: 10px;
border: 1px solid rgb(0,0,0);
border: 1px solid rgba(0,0,0,0.3);
white-space: pre;
color: inherit; 
}
iframe, fieldset{margin: 0;padding:0;border: 0;}
section#main{z-index: 0;padding-top: 0px;}
section#main > .row > .columns{z-index: 0;}  .entry-content img,
.comment-content img,
.widget img {
max-width: 100%; max-height: 100%;
border: 1px solid rgba(0,0,0,0.1);
padding: 1px;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; }
img.size-full,
img.size-large {
max-width: 100%;
width: auto; height: auto; }
.entry-content img.wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1em;
}
p img,
.wp-caption {
margin: 0;
}
.wp-caption {
margin-bottom: 1em;
padding: 5px;
max-width: 100%;
border-top: 1px solid rgb(0, 0, 0);
border-top: 1px solid rgba(0, 0, 0, 0.1);
background: white;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
color: inherit;
font-size: 12px;
}
.wp-caption .wp-caption-text {
position: relative;
margin-bottom: 0;
padding: 10px 0 5px 40px;
}
.wp-caption .wp-caption-text:before {
position: absolute;
top: 10px;
left: 5px;
margin-right: 5px;
content: '\2014';
font-weight: bold;
font-style: normal;
font-size: 14px;
}
.gallery {
margin: 0;
}
.gallery a img {
border: none;
}
img#wpstats {
display: block;
margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
padding-right: 2%;
width: 23%;
}
#content .gallery-columns-4 .gallery-item img {
width: 100%;
height: auto;
} img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
padding: 0; border: none;
}
.wp-caption img {
border-color: transparent;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
.gallery .gallery-icon a:focus img,
.gallery .gallery-icon a:hover img,
.gallery .gallery-icon a:active img {
border-color: #bbb; background: transparent;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
border-color: transparent; background: transparent;
} embed,
iframe,
object {
max-width: 100%;
} .post-password-required .entry-header .comments-link {
margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
background: #f7f7f7;
} .alignleft,
.alignright {
display: block;
float: none;
margin-right: 0;
margin-left: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.625em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.625em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
}
dl.gallery-item {
margin: 0;
}
.align-left{
text-align: left;
}
.align-right{
text-align: right;
}
.align-center{
text-align: center;
} .clear{clear: both;} .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
.hide{display: none;}
.element{position: relative;margin-bottom: 30px !important;}
.content-title{
margin-top: 0;
margin-bottom: 30px;
padding: 0;
text-align: left;
text-transform: uppercase;
font-weight: normal;
font-size: 22px;
text-align: center;
position: relative;
color: #444444;
font-family: 'Lato',sans-serif;
font-weight: 300;
letter-spacing: -0.5px;
text-transform: uppercase;
}
.content-title:after{
display: block;
content: '';
position: absolute;
height: 3px;
width: 33%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
right: 0;
z-index: 1;
}
.content-title:before{
display: block;
content: '';
position: absolute;
height: 3px;
width: 33%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
left: 0;
z-index: 1;
}
.content-title span{
padding: 10px 15px 0 15px;
position: relative;
display: inline-block;
z-index: 2;
border-radius: 10px;
width: 33%;
}
.content-title span:before{
display: block;
position: absolute;
content: '';
border-top: 5px solid #DB2B1E;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
width: 0;
height: 0;
left: 49.5%;
top: 0;
}
.content-title > em {
display: block;
font-size: 12px;
font-style: normal;
margin-top: 3px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
opacity: 0.8;
}
.fl{float: left;}
.fr{float: right;}
.i-b{display: inline-block;}
.stripes{position: absolute;top: 0;left: 0;z-index: 0;width: 100%;height: 100%;background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/stripes.png) repeat;}
.featbg article{display: block;max-width: 100%;}
.cat-title{margin-bottom: 30px;}
.cat-title h2{ margin: 0;font-weight: 300;color: #333;height: 30px;font-family: 'Lato', Arial, sans-serif;line-height: 24px;font-size: 30px; text-align: center;}
.cat-title h2 span { display: inline-block;}
.isdiv{display: block !important;}
.mtb{margin: 30px 0;} .delimiter{
display: block;
clear: both;
}
.margin_15px { margin: -15px 0 15px 0; }
.margin_30px { margin-bottom: 30px; }
.margin_60px { margin: 30px 0 60px 0; }
.nm{margin: 0;}
.nm.header{margin-top: 3px; margin-bottom: 0px;}
.masonry {position: relative;margin: 0 -15px !important;max-width: 1170px;}
.masonry article{
float: left;
margin: 0;
} article.gallery-single ul.full-entry-meta{margin: 0 0 30px 0;font-size: 13px;list-style-type: none;}
article.gallery-single ul.full-entry-meta ul, article.gallery-single ul.full-entry-meta ul li{margin: 0;}
article.gallery-single ul.full-entry-meta li{margin: 15px 0 0px 0;}
article.gallery-single ul.full-entry-meta li:first-child{margin: 0;}
article.gallery-single ul.full-entry-meta li .meta_name{width: 30%;display: inline-block;vertical-align: top;font-weight: bold;}
article.gallery-single ul.full-entry-meta li .meta_value{display: inline-block;}
article.gallery-single ul.full-entry-meta li .meta_value ul li{display: inline-block;}
article.gallery-single ul.full-entry-meta li .meta_value ul li:last-child:after{content:""} header#top{
position: relative;
clear: both;
}
header#top:after {
content: '';
display: block;
width: 100%;
height: 1px;
}
#colophon{padding-bottom: 0px;}
#header-container > .delimiter{
margin-bottom: 20px;
}
#header-container{
position: relative;
}
#page{
position: relative;
}
#search-signin{
text-align: right;
} .entry-meta, .entry-meta ul{
display: inline-block !important;
margin: 0;
padding: 0;
list-style-type: none;
text-transform: uppercase;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-meta{
display: block;
}
.entry-meta{
margin-bottom: 15px;
}
.entry-meta li{
display: inline-block;
margin: 0;
padding: 0;
width: auto !important;
font-size: 10px;
zoom: 1;
*display: inline;
}
.entry-meta li a { display: inline !important; }
.entry-meta li:first-child:before{
content: " ";
}
.entry-meta li li:before{
content: "•   \00a0" ;
}
.entry-meta li.author:before{
content: "" ;
}
.entry-meta li:after{
content: "\00a0" ;
}
.entry-meta li ul li{
display: inline-block;
margin: 0;
padding: 0;
zoom: 1;
*display: inline;
}
.entry-meta li ul li:before{
content: "";
}
.entry-meta li ul li:after{
content: ', ';
}
.entry-meta li ul li:last-child:after{
content: '';
}
.entry-meta li ul.category li a{
padding: 2px 5px;
}
.entry-meta li ul.category li{
margin-right: 10px;
}
.entry-meta li ul.category li:last-child{
margin-right: 0px;
}
.entry-meta li ul.category li:after{
content: ' ';
}
.entry-meta li ul.post-admin li:after{
content: "•   \00a0";
}
.entry-meta li ul.post-admin li:last-child:after{
content: " ";
} .entry-info{
float: right;
margin-left: 10px;
width: 35px;
border-left: 1px solid #f5f5f5;
border-left: 1px solid rgba(0,0,0,0.15);
}
.entry-info ul{
margin: 0;
padding: 0;
} .tabment-view .tabment{
}
.tabment-view .tabment .tabment-tabs{
float: left;
margin: 0;
margin-bottom: 15px;
padding: 0;
width: 100%;
list-style-type: none;
text-align: center;
}
.tabment-view .tabment .tabment-tabs > li{
display: inline-block;
margin: 0 5px 0 0;
}
.tabment-view .tabment .tabment-tabs > li a{
display: block;
padding: 7px 20px 6px 20px;
color: #000;
border-bottom: 2px solid transparent;
font-size: 12px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
text-transform: uppercase;
}
.tabment-view .tabment .tabment-tabs > li a.active{
border-bottom: 2px solid #DB2B1E;
}
.tabment-view .tabment-container .tabment-tabs-container{
margin: 0;
padding: 0;
list-style-type: none;
}
.tabment-view .tabment-container .tabment-tabs-container > li{
display: none;
}
.tabment-view .tabment-container .tabment-tabs-container > li:first-child{
display: block;
} body.single-gallery .main-container{
opacity: 0;
}
body.single-gallery #colophon{
opacity: 0;
}  .comment-here,.comment-here:hover{color:#666 !important;cursor: default !important;}
.cosmo-comment-plain{margin:0;list-style: none;}
.cosmo-comment-plain li.comment{display:inline-block; clear:both;margin:0;margin-bottom: 25px;padding-bottom: 25px; width: 100%; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/delimiter.bg.x.png) repeat-x bottom left;list-style-type: none;font-size: 12px;} .cosmo-comment-plain li.comment .comment-body{min-height: 65px;}
.cosmo-comment-plain li.comment .cosmo-comment-thumb{float:left;margin: 0 20px 0 0;padding: 5px;border: 1px solid #e8e8e8;border-radius: 4px;background: #FFF;line-height: 0;}
.cosmo-comment-plain li.comment .cosmo-comment-textinfo{margin-bottom: 10px;line-height: 15px;}
.cosmo-comment-thumb img{ width:70px; height: 70px; }
.cosmo-comment-plain li.comment .user{ }
.cosmo-comment-plain li.comment .time{ }
.cosmo-comment-plain li.comment .reply{display: inline-block;margin-top: -1px;zoom: 1;*display:inline;}
.cosmo-comment-plain li.comment .reply a{padding-left:18px;background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/comment.reply.png) no-repeat left center;}
.cosmo-comment-list ul.children{padding-left:60px;}
p.comment-subscription-form{clear:both;margin-bottom: 10px;}
em.comment-awaiting-moderation{display: inline-block;margin-top:10px;color: #004385;font-size: 12px;}
#respond form p {
display: block;
}
#respond form p.logged-in-as {
display: block;
background: none;
}
#respond input{
display: block;
float: none;
padding: 0 0 0 5px;
width: 100%;
font-size: 12px;
line-height: 30px;;
height: 30px;
border: 1px solid rgba(0,0,0,0.05);
}
#respond textarea{
overflow-y: auto;
padding: 0 0 0 5px;
min-height:150px;
width: 100%;
line-height: 1.8;
border: 1px solid rgba(0,0,0,0.05);
}
#comments {
padding: 30px 0 10px;
}
#comments p.form-submit #submit{
float: left;
margin:15px 0 20px 15px;
padding: 0 25px;
width: auto;
font-size: 14px;
cursor: pointer;
text-transform: uppercase;
font-size: 12px;
}
#comments p.form-submit #submit:hover{
border: 1px solid rgba(0,0,0,0.08);
}
#respond p.comment-notes{ margin:30px 0;background: none;}
#respond input[type="checkbox"] {
float: left;
margin: 7px 10px 0 0;
height: auto;
} .cosmo-comment-list > li.bypostauthor {
border-color: transparent;
}
.cosmo-comment-list > li.bypostauthor .cosmo-comment-textinfo, .cosmo-comment-list .children > li.bypostauthor .cosmo-comment-textinfo { } .quote-element{
text-align: center;
font-size: 30px;
line-height: 1.6;
} .breadcrumbs{
width: 100%;
}
.breadcrumbs ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.breadcrumbs ul li{
display: inline-block;
margin-right: 10px;
padding-left: 15px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/breadcrumbs.arrow.gif) 0 5px no-repeat;
color: inherit;
font-size: 11px;
zoom: 1;
*display: inline;
}
.breadcrumbs ul li:first-child{
padding-left: 0px;
background: none;
}
.breadcrumbs ul li a{
color: inherit;
}
.breadcrumbs ul li a:hover{
color: inherit;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
opacity: 0.8;
} #searchform fieldset {position: relative;padding: 0;width: 100%;border: 0;}
#searchform { display: block;margin: 0; margin-top: 0;width: 100%;}
#searchform input[type="text"]{
float: left;
margin: 0;
border-radius: 0px;
text-indent: 5px;
color: inherit;
color: #999;
}
.widget_search #searchform .button ,
.searchbar #searchform .button{
float: left;
padding: 0 2.5%;
width: 30%;
}
article.single-post .entry-content{
margin-bottom: 30px;
font-size: 14px;
}
article.single-post .entry-content p{
font-size: 14px;
}
.tags-title{clear: both;margin-bottom: 15px;cursor: default;}
.single-tags{font-size: 12px;line-height: 12px;margin-bottom: 20px;text-align: center;}
.share-container{
padding-bottom: 30px;
text-align: center;
}
.gallery-single.portrait .share-container{
padding-bottom: 0;
}
.gallery-single.landscape .share-container{
padding-bottom: 0;
}
.share-container:after{
content: '';
display: block;
clear: both;
}
.article-share{z-index: 999;clear: both;display: inline-block;display: none;}
.article-share>.share{display: inline-block;margin-top: 15px;}
.share-opened{
font-size: 16px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-weight: 300;
color: #555;
cursor: pointer;
text-transform: uppercase;
}
.zoom-image {
position: absolute;
bottom:15px;
right:15px;
z-index: 9999;
width: 50px;
height: 50px;
border-radius: 3px;
background: rgb(0,0,0) url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/zoom.image.png) no-repeat center center;
background: rgba(0,0,0,0.15) url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/zoom.image.png) no-repeat center center;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
cursor: pointer;
-webkit-transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
-ms-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
}
.featbg:hover > .zoom-image{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.gallery-mosaic-view .featimg:hover > .zoom-image{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1 !important;
}
.zoom-image a {
display: block;
text-indent: -9999px;
line-height: 50px !important;
}
#comments #reply-title { margin: 0 15px !important; }
#reply-title:after, #comments-title:after, .related-title:after {
border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
content: "";
display: block;
height: 3px;
margin-top: -3px;
position: absolute;
right: 0;
top: 50%;
width: 30%;
z-index: 1;
}
#reply-title:before, #comments-title:before, .related-title:before {
border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
content: "";
display: block;
height: 3px;
left: 0;
margin-top: -3px;
position: absolute;
top: 50%;
width: 30%;
z-index: 1;
}
#reply-title, #comments-title, .related-title {
color: #444444;
font-family: 'Lato',sans-serif;
font-size: 24px;
font-weight: 300;
letter-spacing: -0.5px;
margin: 0 0 15px;
position: relative;
text-align: center;
text-transform: uppercase;
}
#reply-title  span:before, #comments-title  span:before, .related-title span:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #DB2B1E;
content: "";
display: block;
height: 0;
left: 50%;
margin-left: -3px;
position: absolute;
top: 0;
width: 0;
}
#reply-title span, #comments-title span, .related-title span {
border-radius: 10px 10px 10px 10px;
display: inline-block;
padding: 10px 15px 0;
position: relative;
width: 43%;
z-index: 2;
}
.subtext, .subtext p {
font-weight: bold;
margin: 0;
}
.subtext p:last-child {
margin-bottom: 25px;
}
.gallery-single .subtext{ margin-bottom: 25px; } .related-tabs{
margin: 0;
margin-bottom: 30px;
padding: 0;
list-style-type: none;
line-height: 1;
}
.related-tabs li{
display: inline-block;
margin: 0 5px 0 0;
height: 35px;
line-height: 35px;
zoom: 1;
*display: inline;
color: #FFF;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
}
.related-tabs li a{
display: block;
padding: 0 10px;
}
.related-tabs li.active{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.gallery-single .related-posts .featimg img{
width: 100%; 
}
#related-author{
display: none;
}
.thumb-view.related-tabs .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 16px;
line-height: 1.4;
}
.related-posts > div{
display: none;
}
.related-posts > div:first-child{
display: block;
}
.related-posts.thumb-view div.entry-content ul > li.entry-content-title h4{
font-size: 16px;
line-height: 1.4;
}
.related-posts.thumb-view div.entry-content ul > li.entry-content-category > ul.category-list li, .related-posts.thumb-view div.entry-content ul > li.entry-content-date{
font-size: 11px;
} .popular-tags{
z-index: 1;
font-size: 12px;
}
.full_width_row .popular-tags{
border: 0 none;
border-bottom: 1px solid #d5d5d5;
line-height: 37px;
}
.popular-tags > ul{
display: inline-block;
margin: 0 0 0 10px;
padding: 0;
}
.popular-tags > ul > li{
display: inline-block;
margin: 0;
line-height: 20px;
}
.popular-tags > ul > li > a{
font-size: 12px;
line-height: 23px;
display: inline-block;
padding: 0 7px;
} span.like{
display: inline-block;
padding: 0;
height: 24px;
white-space: nowrap;
font-size: 12px;
cursor: pointer;
position: relative;
}
span.like em{
font-style: normal;
font-size: inherit;
}
span.like em:before{
color: #DB2B1E;
}
span.like.voted em:before{
color: #E04D45;
}
span.like:hover em:before{
color: #F47069;
}
span.like.voted:hover em:before{
color: #F76F67;
}
span.like i{
font-style: normal;
}
.single-gallery .single-like-container span.like{
height: auto;
} .audioplayer_container{
margin-bottom: 3px;
}
.single .audioplayer_container{
margin-bottom: 25px;
}
.audioplayer_container object{
width: 100%;
height: 24px;
}
.list-view .audioplayer_container{
line-height: 1;
margin: 0;
} .attach{
padding: 10px;
border-top: 1px solid rgb(0, 0, 0);
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
background: #fff url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/format.file.download.png) no-repeat 3% 50%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.attach a{
padding-left: 7%;
font-size: 16px;
}
.cosmo-tabs .attach{border: 0;border-radius: 0;box-shadow: 0 0 0 #FFF;} .load-more{
margin: 0 auto 30px auto;
width: 250px;
height: 45px;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: bold;
font-size: 34px;
line-height: 34px;
opacity: 0.3;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
cursor: pointer;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.load-more:hover{
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
} #page.boxed #header-container > .row,
#page.boxed > section#main > .main-container > .row,
#page.boxed > footer > .row,
#page.boxed #header-container > div.full_width_row > .row,
#page.boxed > section#main > .main-container > div.full_width_row > .row,
#page.boxed > footer > div.full_width_row > .row{
padding-right: 15px;padding-left: 15px;
}
#page #header-container > .row.row_no_margin,
#page.boxed #header-container > .row.row_no_margin,
#page > section#main > .main-container > .row.row_no_margin,
#page.boxed > section#main > .main-container > .row.row_no_margin,
#page > footer > .row.row_no_margin,
#page.boxed > footer > .row.row_no_margin,
#page #header-container > .full_width_row > .row.row_no_margin,
#page.boxed #header-container > .full_width_row > .row.row_no_margin,
#page > section#main > .main-container > .full_width_row > .row.row_no_margin,
#page.boxed > section#main > .main-container > .full_width_row > .row.row_no_margin,
#page > footer > .full_width_row > .row.row_no_margin,
#page.boxed > footer > .full_width_row > .row.row_no_margin
{
padding: 0;
}
#page.boxed div.row_no_margin > .columns:first-child, #page div.row_no_margin > .columns:first-child{
padding-left: 0;
}
#page.boxed div.row_no_margin > .columns:last-child, #page div.row_no_margin > .columns:last-child{
padding-right: 0;
}
.full_width_row{padding-top: 30px; box-shadow: inset 0 0 10px rgba(0,0,0,0.1) ; }
.full_width_row:after{content: '';display: block;height: 1px;}
.full_width_row:last-child {box-shadow: none;}
.single-gallery #colophon .full_width_row.full_width_content_row{ padding-top: 0px; }
div.row_no_margin + div.row > div > div, div.full_width_row + div.row > div > div{
border: 0 none;
box-shadow: 0 0 0;
}
div.row_no_margin .main-menu-top{
padding-left: 30px;
}
div.full_width_row .main-menu-top{
border: 0 none;
box-shadow: 0 0 0;
}
.full_width_row.full_width_content_row  .row{width: 100%;}
.full_width_row.full_width_content_row > .row{
margin: 0;
}
.full_width_row.full_width_content_row > .row > .columns, .full_width_row.full_width_content_row > .row > .columns > .row > .columns{padding: 0;}
.full_width_row.full_width_content_row > .row > .columns > .row, .full_width_row.full_width_content_row > .row > .columns > .row > .columns > .row{margin: 0;}
.full_width_row.full_width_content_row .masonry { margin: 0 !important; }  .sf-menu, .sf-menu * {
margin:			0;
padding:		0;
list-style:		none;
background: 	none;
}
.sf-menu {
line-height:	1.0;
}
.sf-menu ul {
position:		absolute;
top:			-999em;
width:			10em; }
.sf-menu ul li {
width:			100%;
}
.sf-menu li:hover {
visibility:		inherit; }
.sf-menu li {
display:		inline-block;
position:		relative;
text-align: 	left;
}
.sf-menu a {
display:		block;
position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:			50%;
top:			3.3em; z-index:		999;
}
.sf-menu > li:hover > ul:before,
.sf-menu > li.sfHover > ul:before {
content: '';
border-bottom: 6px solid rgba(0,0,0,0.1);
border-right: 6px solid transparent;
border-left: 6px solid transparent;
position: absolute;
width: 0;
height: 0;
top: -6px;
left: -6px;
}
.top-menu .sf-menu li:hover ul,
.top-menu .sf-menu li.sfHover ul {
top:			1.5em; }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:			10em; top:			-1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:			10em; top:			0;
} .sf-menu {
margin-bottom:	0;
}
.sf-menu a {
padding: 		.45em .6em;
text-decoration:none;
text-transform: uppercase;
}
.sf-menu li li a:hover{
color: #DB2B1E;
}
.sf-menu li li {
left: -50%;
background: rgb(255,255,255);
background: rgba(255,255,255,0.95);
color: #000;
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(0,0,0,0.05);
border-left: 1px solid rgba(0,0,0,0.05);
border-right: 1px solid rgba(0,0,0,0.05);
text-align: center;
}
.sf-menu li li:first-child {
border-top: 1px solid rgba(0,0,0,0.05);
}
.sf-menu li li li {
background: rgb(255,255,255);
background: rgba(255,255,255,0.95);
color: #000;
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(0,0,0,0.05);
text-align: center;
left: 0;
}
.sf-menu li li ul {
border-left: 1px solid rgb(255,255,255);
border-left: 1px solid rgba(255,255,255,0.1);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
outline:		0;
}
.sf-menu li:hover, .sf-menu li.sfHover{ }
.top-menu .sf-menu li:hover a, .top-menu .sf-menu li.sfHover a, .top-menu .sf-menu li:hover a:focus, .top-menu .sf-menu li:hover a:hover{
color: inherit;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.top-menu .sf-menu li:hover, .top-menu .sf-menu li.sfHover {
background: none;
}
.sf-menu li:hover a{ } .sf-menu a.sf-with-ul {
padding-right: 	1.25em;
min-width:		1px; }
.sf-sub-indicator {
position:		absolute;
display:		block;
right:			.15em;
top:			1.05em; width:			10px;
height:			10px;
}
a > .sf-sub-indicator { top:			0;
background-position: 0 -100px; } a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; } .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; top: .45em; } .sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; top:.45em;
} .sf-shadow ul {
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
} .row > div:last-child .mobile-login-sub-menu{
right: 0px;
}
.header-signin-container{
display: inline-block;
}
.header-signin, .header-signin:hover{
display: block;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
height: 33px;
line-height: 33px;
padding-left: 1em;
padding-right: 1.2em;
position: relative;
}
li.signin dd{
font-size: 13px;
display: inline;
position: static;
font-weight: normal;
}
.header-signin .sf-sub-indicator{
display: none;
}
.row > div:last-child .mobile-login-sub-menu{
right: 0px;
}
.header-signin .icon-author { font-size: 16px; }
.row > .columns:last-child .cosmo-icons ul li.signin > ul {
left: auto;
right: 0;
}
.cosmo-icons ul li.signin:hover > ul, .row > .columns:last-child .cosmo-icons ul li.signin:hover > ul { display: block; }
.cosmo-icons ul li.signin li a:hover{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
color: inherit;
}
.header-user-menu{ float: right;}
.mobile-select-sub-menu, .select-menu, .mobile-select-top-sub-menu{display: none;} @media only screen and (min-width: 240px) and (max-width: 480px){
.main-menu-top, .mobile-login-menu li.signin{display: none;}
.mobile-select-sub-menu, .select-menu, .mobile-select-top-sub-menu {display: inline-block;width: 100%;}
.sf-menu{display: none;}
nav.main-menu .sf-menu{display: block;}
} .mobile-menu-open{
overflow-y:hidden; 
} .footer-menu{margin: 0;}
.footer-menu li{
display: inline-block;
padding: 0 10px;
}
.footer-menu li:first-child{
padding-left: 0px;
}
.footer-menu li .children, .footer-menu li.more-menu-item{
display: none;
}
a.format-video { 
position: absolute;
top: 0%;
left: 0%;
z-index: 9;
display: block;
width: 100%;
height: 100%;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/button.play.png) no-repeat 50% 50%;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
} p.submit{ display: inline-block;font-family: Arial;}
p.submit input{ float: left;}
p.submit input[type="submit"], p.submit input[type="button"], .inp_button{    
border-radius: 0;
cursor: pointer;
height: 35px;
color: #555555;
border: 1px solid #d5d5d5;
padding: 0 10px;
text-transform: uppercase;
background: #f6f6f6;
background: -moz-linear-gradient( #f6f6f6 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
background: -o-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
background: -ms-linear-gradient(#f6f6f6 0%,#e6e6e6 100%);
background: linear-gradient( #f6f6f6 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=1 );
-moz-box-shadow: inset 0 1px 1px #FFF;
-webkit-box-shadow: inset 0 1px 1px #FFF;
box-shadow: inset 0 1px 1px #FFF;
}
p.submit input[type="submit"]:hover, p.submit input[type="button"]:hover, .inp_button:hover { 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6; 
}
.widget input[type="submit"]{color: #555555 !important;}
p.submit.blue input[type="submit"],p.submit.blue input[type="button"]{
border: 1px solid #5aa0d1;
border-radius: 3px;
background: #71c2fb; background: -moz-linear-gradient(top,  #71c2fb 0%, #5aa0d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c2fb), color-stop(100%,#5aa0d1)); background: -webkit-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: -o-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: -ms-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); text-shadow: 1px 1px 0px #5aa0d1;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c2fb', endColorstr='#5aa0d1',GradientType=0 ); cursor: pointer;
}
p.submit.blue input[type="submit"]:hover,p.submit.blue input[type="button"]:hover{
border: 1px solid #5aa0d1;
background: #61bcfc; background: -moz-linear-gradient(top,  #61bcfc 0%, #4796cd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61bcfc), color-stop(100%,#4796cd)); background: -webkit-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: -o-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: -ms-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: linear-gradient(top,  #61bcfc 0%,#4796cd 100%); text-shadow: 1px 1px 0px #5aa0d1;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bcfc', endColorstr='#4796cd',GradientType=0 ); }
p.submit.red input[type="submit"],p.submit.red input[type="button"]{
border: 1px solid #d15252;
border-radius: 3px;
background: #004385; background: -moz-linear-gradient(top,  #004385 0%, #d24545 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004385), color-stop(100%,#d24545)); background: -webkit-linear-gradient(top,  #004385 0%,#d24545 100%); background: -o-linear-gradient(top,  #004385 0%,#d24545 100%); background: -ms-linear-gradient(top,  #004385 0%,#d24545 100%); background: linear-gradient(top,  #004385 0%,#d24545 100%); text-shadow: 1px 1px 0px #d15252;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004385', endColorstr='#d24545',GradientType=0 ); cursor: pointer;
}
p.submit.red input[type="submit"]:hover,p.submit.red input[type="button"]:hover{
border: 1px solid #d15252;
background: #fd4b4b; background: -moz-linear-gradient(top,  #fd4b4b 0%, #ce3232 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4b4b), color-stop(100%,#ce3232)); background: -webkit-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: -o-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: -ms-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); text-shadow: 1px 1px 0px #d15252;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4b4b', endColorstr='#ce3232',GradientType=0 ); }
p.submit.dark-gray input[type="submit"],p.submit.dark-gray input[type="button"]{
border: 1px solid #2f2424;
border-radius: 3px;
background: #181818; background: -moz-linear-gradient(top,  #181818 0%, #4f5f66 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#181818), color-stop(100%,#4f5f66)); background: -webkit-linear-gradient(top,  #181818 0%,#4f5f66 100%); background: -o-linear-gradient(top,  #181818 0%,#4f5f66 100%); background: -ms-linear-gradient(top,  #181818 0%,#4f5f66 100%); background: linear-gradient(to bottom,  #181818 0%,#4f5f66 100%); color: #FFF;
text-shadow: 1px 1px 0px #2f2424;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#4f5f66',GradientType=0 ); cursor: pointer;
}
p.submit.dark-gray input[type="submit"]:hover,p.submit.dark-gray input[type="button"]:hover{
border: 1px solid #2f2424;
background: #3a3a3a; background: -moz-linear-gradient(top,  #3a3a3a 0%, #717b80 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#717b80)); background: -webkit-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); background: -o-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); background: -ms-linear-gradient(top,  #3a3a3a 0%,#717b80 100%); background: linear-gradient(to bottom,  #3a3a3a 0%,#717b80 100%); color: #FFF;
text-shadow: 1px 1px 0px #2f2424;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#717b80',GradientType=0 ); }
p.button-small a{display: block;padding: 0px 8px;height:23px;-webkit-box-shadow: inset 0 1px 1px #FFF;-moz-box-shadow:inset 0 1px 1px #FFF;box-shadow:inset 0 1px 1px #FFF;color: white;font-weight: bold;font-size: 11px;line-height:23px;}
p.button-small.blue a, p.submit.blue input[type="submit"], p.submit.blue input[type="button"]{
border: 1px solid #5aa0d1;
border-radius: 3px;
background: #71c2fb; background: -moz-linear-gradient(top,  #71c2fb 0%, #5aa0d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71c2fb), color-stop(100%,#5aa0d1)); background: -webkit-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: -o-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: -ms-linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); background: linear-gradient(top,  #71c2fb 0%,#5aa0d1 100%); text-shadow: 1px 1px 0px #5aa0d1;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c2fb', endColorstr='#5aa0d1',GradientType=0 ); }
p.button-small.blue a:hover, p.submit.blue input[type="submit"]:hover, p.submit.blue input[type="button"]:hover{
border: 1px solid #5aa0d1;
background: #61bcfc; background: -moz-linear-gradient(top,  #61bcfc 0%, #4796cd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61bcfc), color-stop(100%,#4796cd)); background: -webkit-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: -o-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: -ms-linear-gradient(top,  #61bcfc 0%,#4796cd 100%); background: linear-gradient(top,  #61bcfc 0%,#4796cd 100%); text-shadow: 1px 1px 0px #5aa0d1;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bcfc', endColorstr='#4796cd',GradientType=0 ); }
p.button-small.red a, p.submit.red input[type="submit"], p.submit.red input[type="button"]{
border: 1px solid #d15252;
border-radius: 3px;
background: #fc5b5b; background: -moz-linear-gradient(top,  #fc5b5b 0%, #d24545 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5b5b), color-stop(100%,#d24545)); background: -webkit-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); background: -o-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); background: -ms-linear-gradient(top,  #fc5b5b 0%,#d24545 100%); background: linear-gradient(top,  #fc5b5b 0%,#d24545 100%); text-shadow: 1px 1px 0px #d15252;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5b5b', endColorstr='#d24545',GradientType=0 ); cursor: pointer;
}
p.button-small.red a:hover, p.submit.red input[type="submit"]:hover, p.submit.red input[type="button"]:hover{
border: 1px solid #d15252;
background: #fd4b4b; background: -moz-linear-gradient(top,  #fd4b4b 0%, #ce3232 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd4b4b), color-stop(100%,#ce3232)); background: -webkit-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: -o-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: -ms-linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); background: linear-gradient(top,  #fd4b4b 0%,#ce3232 100%); text-shadow: 1px 1px 0px #d15252;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd4b4b', endColorstr='#ce3232',GradientType=0 ); } .demo-tooltip { color: #000; position: absolute; top: 0; left:0; z-index: 99; padding: 15px 15px 0 15px; min-height: 140px; width: 260px; border: 1px solid #dbdbdb; background: white; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.demo-tooltip .arrow { position: absolute; top: 50px; width: 32px; height: 66px; }
.demo-tooltip .arrow.left { left:-32px; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/demo-tooltip.arrow.png) no-repeat 0 0;}
.demo-tooltip .arrow.right { right:-32px; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/demo-tooltip.arrow.png) no-repeat -32px 0;}
.demo-tooltip .arrow.top { top: -32px; left:113px; width: 66px; height: 32px; background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/demo-tooltip.arrow.png) no-repeat -64px 0;}
.demo-tooltip .demo-steps { float: left; clear: both; margin-bottom: 10px; width: 100%; font-weight: bold; font-size: 14px; }
.demo-tooltip .demo-steps strong { width: 190px;}
.demo-tooltip .demo-content { position: relative; display: block; float: left; clear: both; min-height: 55px; width: 100%;font-size: 12px; line-height: 1.6; *float: none; *clear: none;}
.demo-tooltip .demo-buttons {position: relative; float: left; margin: 12px 0 0 -14px; padding: 15px; width: 258px; height: auto; background: #f8f8f8 url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/demo-tooltip.bg.png) repeat-x left top; *float: none; *display: inline-block; }
.demo-tooltip .demo-content p.close{ clear: both; padding: 5px 0 0 0; width: 100%; text-align: right; font-size: 11px; }
.demo-tooltip .close { position:static; background:transparent;}
.demo-tooltip p { margin-bottom: 0px;} .pag ul {
position: relative;
margin: 0 auto 30px auto;
text-align: center;
}
.pag ul li{
position: relative;
display: inline-block;
cursor: pointer;
margin: 0 0 5px 0;
zoom: 1;
*display:inline;
}
.pag ul li .page-numbers{
display: block;
margin-right: 5px;
padding: 0 15px;
height: 35px;
color: #888;
line-height: 35px;
-webkit-transition: .4s all;
-moz-transition: .4s all;
-ms-transition: .4s all;
-o-transition: .4s all;
transition: .4s all;
font-family: Arial, sans-serif;
border: 1px solid rgba(0,0,0,0.05);
font-size: 12px;
}
.pag ul li .page-numbers:not(.current):hover{
border: 1px solid rgba(0,0,0,0.15);
}
.pag ul li .current{
font-weight: bold;
color: #DB2B1E;
}
.oldie .pag ul li{float: left;} .overlay {
position: absolute;
top: 0;
bottom: 0;
}
.cui_form{margin: 0;}
.cosmo_uploader_label{margin-bottom: 30px;}
.cosmo_uploader_label a{color: #333;text-decoration: none;}
.cosmo_uploader_label a:hover{color: #495769;text-decoration: none;}
.cosmo_uploader_label p.info{margin: 10px 0;font-size: 12px;font-family: Arial, sans-serif;}
.cosmo_uploader_label label h4 {
margin: 0 0 15px;
}
.cosmo_uploader_interface{margin-bottom: 15px;}
.admin-bar .cosmo_uploader_interface{margin-top: -28px}
.label_add_url h4{margin-bottom: 15px;font-size: 20px;}
.add_url_link{padding: 8px 15px;text-decoration: none;font-size: 12px;font-family: Arial;}
.front_post_input.add_url{padding: 5px 15px;width: 50%;}
#label_video_url .front_post_input.add_url{background: #FFF;border: 1px solid #ccc;color: #000;}
.st a {color: inherit;}
.field{clear: both;margin-bottom: 15px;}
blockquote { border-left: 1px solid; }
blockquote, blockquote p { color: inherit; }
.post .cosmo-blockquote p { color: inherit; }
.post-item-page{margin: 0;padding: 30px;width: 100%; border: 0 none; border-radius: 0 0 0 0; }
.post-item-page .cui_form{margin: 0;cursor: pointer;}
.post-item-page .cui_form .cui_upload_button_container.cui_add_button{cursor: pointer;}
.post-item-page .hidden_upload_iframe{position: absolute;margin: 0;height: 0;}
.post-item-page.cosmo-tabs .tabs-container{clear: both;padding: 0px;}
.post-item-page .cosmo_uploader_label{margin-bottom: 15px;}
.post-item-page .field{float: left;margin: 15px 0;width: 100%;}
.post-item-page .field .field{margin: 0;}
.post-item-page .field input{max-width: 98%;}
.post-item-page .button{text-align: left;}
.submit.button.gray > input {
color: #666666;
}
.post-item-page *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.post-item-page .row, .post-item-page .row form .row, .post-item-page .columns, .post-item-page .row form .row .column, .post-item-page .row form .row .columns{margin: 0;padding: 0 !important;}
.post-item-page .tabs-container { color: inherit; }
.tabs-container .cosmo_uploader_interface { width: 100%; padding: 2px 0; }
.bottom-separator.left.full {
width: 100%;
}
.gallery-single.portrait .row.bottom-separator{margin-bottom: 30px;}
.bottom-separator.left.full .tabs-nav { max-width: 100%; padding: 0 5px; }
.post-item-page .field input.front_post_input {
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
border: 1px solid rgb(0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0.3);
}
.my-account-page .columns{position: static;}
.my-account-page .tabs-container{clear: both;overflow: hidden;margin: 15px 0;max-width: 100%;}
.my-account-page .tabs-container label{float: left;width: 25%;}
.my-account-page .tabs-container input{float: left;width: 75%; height: 30px;}
.my-account-page .tabs-container textarea{float: left;width: 75%; }
.my-account-page .tabs-container .pic{float: left;width: 75%;}
#adduser img.avatar {
float: left;
margin-right: 20px;
}
#adduser .form-submit.submit.button.gray {
padding: 0 0 30px;
}
.remove-avatar{float: none !important;margin-top: 15px;width: auto !important;}
#remove_avatar{float: none !important;width: auto !important; height: auto;margin: 0; vertical-align: top;}
.masonry .three { width:24.9799%; }
.width90 { width: 90px !important; }
.warning{color: #CE3D40;}
.invalid{border: 1px solid red !important;}
.lh { line-height: 0;}
.pp_inline .format-video { display: none !important; }
.cosmo-tabs.submit iframe { min-height:150px !important; }
.cosmo-tabs.submit select{
height: 25px;
-webkit-appearance: menulist-button;
border: 1px solid transparent;
}
body.OSX .cosmo-tabs.submit select{
border: 1px solid rgb(0,0,0);
border: 1px solid rgba(0,0,0,0.2);
}
.comment-subscription-form { padding: 0 15px; }
.pp_gallery { display: none !important;}
.masonry .two { width: 16.5%; }
.masonry .four { width: 33.3%; }
.cosmo-box h5 { margin-top: 0; }
.cosmo-box:last-child:after{}
.pagenumbers{clear:both;} .widget_flickr_photos .flickr_badge_image{float: left;margin-right: 5%;width: 30%;}
.widget_flickr_photos .flickr_badge_image img{width: 100%;}
.widget_flickr_photos .flickr_badge_image:nth-of-type(3n) {clear: right;margin-right: 0%;margin-bottom: 3%;width: 30%;}
.z_index_neg { z-index: -1 !important; }
.entry-meta-edit > ul {
list-style: none outside none;
margin: 0;
}
.entry-meta-edit ul li {
border-right: 1px solid #9C9C9C;
display: inline-block;
margin: 0;
color: inherit;
display: inline-block;
font-size: 12px;
line-height: 12px;
margin-right: 10px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
padding-right: 10px;
text-transform: uppercase;
}
.entry-meta-edit ul li:last-child { border: 0 none; }
.quicktags-toolbar input { color: #464646 !important;}
.wp-editor-area { color: #000 !important; background: #fff !important; }
.post-caption {
bottom: 0;
position: absolute;
width: 100%;
min-height: 40px;
line-height: 20px;
text-align: left;
padding: 15px 30px;
background: none repeat scroll 0 0 rgb(0, 0, 0);
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
color: #FFF;
}
.widget .tabs-container {
color: inherit;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled]{
background: #000000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: 0.3;
}
.pp_description { color: #000; }
.hidden_upload_iframe { width: 90%; max-height: 100px; }
#content .hidden.hidden_upload_iframe { position: absolute; }  .clear{
clear:both;
}
.relative{
position: relative;
}
body{
overflow-y:scroll; 
} input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{
background: transparent;
color: inherit;
border: 1px solid #CFCFCF;
border-radius: 0;
box-shadow: none;
height: 30px;
line-height: 30px;
}
input[type="submit"], button, input[type="button"], input[type="submit"]:hover, button:hover, input[type="button"]:hover{
color: inherit;
background: none repeat scroll 0 0 #F4F4F4;
border: 1px solid rgba(0, 0, 0, 0.04);
border-radius: 0 0 0 0;
box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.7) inset;
color: #666666;
text-shadow: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.quick-contact textarea { min-height: 150px; } .widget .widget-meta .cosmo-comments{
background: none;
}
.widget .widget-meta .cosmo-comments i{
font-size: 16px;
color: #BFBFBF;
}
.widget .widget-meta .cosmo-comments span{
font-size: 12px;
}
.widget .widget-meta .thelike .meta-likes em{
background: none;
border: 0;
padding: 0;
font-size: 16px;
color: inherit;
line-height: 16px;
}
.widget .widget-meta .thelike .meta-likes em:before{
width: auto;
margin-right: 0;
}
.widget .widget-meta .thelike .meta-likes i{
background: none;
padding: 0;
border: 0;
font-style: normal;
font-size: 12px;
margin: 0;
line-height: 16px;
}   .socialicons{
}
.socialicons>ul.cosmo-social{
margin: 0;
padding: 0;
list-style-type: none;
}
.socialicons>ul.cosmo-social>li{
display: inline-block;
}
.socialicons>ul.cosmo-social>li>a{
text-align: center;
width: 35px;
display: block;
height: 35px;
line-height: 35px;
zoom: 1;
background-color: #FFF;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
color: white;
margin-bottom: 5px;
border: 1px solid rgba(0,0,0,0.08);
border-radius: 50%;
color: #999;
}
.socialicons>ul.cosmo-social>li>a:hover{
color: #FFF;
box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
}
.socialicons>ul.cosmo-social>li>a.rss:hover{
background-color: #f69400;
}
.socialicons>ul.cosmo-social>li a.twitter:hover{
background-color: #48c4d2;
}
.socialicons>ul.cosmo-social>li>a.facebook:hover{
background-color: #133783;
}
.socialicons>ul.cosmo-social>li>a.gplus:hover{
background-color: #d94a39;
}
.socialicons>ul.cosmo-social>li>a.dribbble:hover{
background-color: #ef5b92;
}
.socialicons>ul.cosmo-social>li>a.yahoo:hover{
background-color: #7b0099;
}
.socialicons>ul.cosmo-social>li>a.instagram:hover{
background-color: #634d40;
}
.socialicons>ul.cosmo-social>li>a.linkedin:hover{
background-color: #71C5EF;
}
.socialicons>ul.cosmo-social>li>a.skype:hover{
background-color: #18b7f1;
}
.socialicons>ul.cosmo-social>li>a.fb:hover{
background-color: #3b5998;
}
.socialicons>ul.cosmo-social>li>a.yt:hover{
background-color: #C4302B;
}
.socialicons>ul.cosmo-social>li>a.vimeo:hover{
background-color: #44bbff;
}
.socialicons>ul.cosmo-social>li>a.delicious:hover{
background-color: #3274d1;
}
.socialicons>ul.cosmo-social>li>a.tumblr:hover{
background-color: #3a5976;
}
.socialicons>ul.cosmo-social>li>a.pinterest:hover{
background-color: #cb2027;
}
.socialicons>ul.cosmo-social>li>a.flickr:hover{
background-color: #FF0084;
}
.socialicons>ul.cosmo-social>li>a.email:hover{
background-color: #0bac03;
}
.socialicons>ul.cosmo-social>li>a>i{
}
.socialicons>ul.cosmo-social>li>a>i:before{
line-height: inherit;
}   header #header-container{ }
header #header-container .logo{ }
header #header-container .logo>a>.logo-image{
width: 100%;
text-align: center;
}
header #header-container .logo>a>img{
}
header #header-container .logo>a>h1{
font-family: Arial;
text-transform: uppercase;
white-space:nowrap;
width: 100%;
display: block;
margin: 0;
line-height: 0.8;
} header #header-container .search-btn-container>a.search-btn{
font-size: 24px;
color: inherit;
}
header #header-container .search-btn-container>a.search-btn:hover{
color: inherit;
}  header #header-container .header-separator{
width: 100%;
height: 3px;
background-color: #eb4c4c;
margin-bottom: 30px;
}  .modal-menu ul#menu-main-menu li{
line-height: 1.2;
padding: 0;
}
.modal-menu ul#menu-main-menu li a{
line-height: 1.2;
display: block;
padding: 15px 0;
}
.modal-menu { display: none;}
.modal-menu ul li{
list-style-type: none;
line-height: 55px;
border-top: 1px dotted rgba(255,255,255,0.35);
}
.modal-menu ul li:first-child{
border-top: 0 none;
}
.modal-menu ul li a{
color: white;
font-size: 16px;
margin: 0;
line-height: 55px;
}
.modal-menu ul li ul{
margin: 0;
}
.modal-menu ul li ul li{
border-top: 1px dotted rgba(255,255,255,0.35) !important;
}
nav.main-menu{
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 300;
}
nav.main-menu .logo{
margin: 0 20px;
}
nav.main-menu .logo:after{
border: 0;
}
nav.main-menu>ul{
margin: 0;
padding: 0;
list-style-type: none;
}
nav.main-menu>ul:after{
display: block;
clear: both;
content: '';
}
nav.main-menu>ul>li{
margin: 0;
padding: 0;
display: block;
line-height: 25px;
padding: 4px 10px;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
vertical-align: middle;
}
nav.main-menu > ul > li:before {
display: block;
content: '';
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(0,0,0,0.05);
position: absolute;
top: 0;
left: 48%;
-webkit-transition: .3s border-color linear, .3s top linear;
-moz-transition: .3s border-color linear, .3s top linear;
-o-transition: .3s border-color linear, .3s top linear;
-ms-transition: .3s border-color linear, .3s top linear;
transition: .3s border-color linear, .3s top linear;
}
nav.main-menu > ul > li:after {
content: "";
display: block;
height: 3px;
left: auto;
right: 0;
margin-top: -1px;
position: absolute;
bottom: 0;
width: 100%;
}
nav.main-menu > ul > li.selected:before, nav.main-menu > ul > li.active:before {
content: "";
display: block;
height: 0;
width: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #DB2B1E;
position: absolute;
left: 48%;
top: 0;
}
nav.main-menu > ul.sf-menu li:hover:before, nav.main-menu > ul.sf-menu li.sfHover:before{
border-top-color: #DB2B1E;
top: -5px;
}
nav.main-menu>ul>li:last-child:after{
display: block;
clear: both;
content: '';
}
nav.main-menu>ul>li>a{
padding: 0;
color: inherit;
}
nav.main-menu>ul>li.selected{
padding-left: 10px;
}
nav.main-menu>ul>li.selected a{
line-height: 25px;
}
.small-device-nav{
line-height: 50px;
display: none;
position: absolute;
}
.small-device-nav ul{
text-align: left;
}
.small-device-nav ul, .small-device-nav ul li{
margin: 0;
padding: 0;
}
.small-device-nav .small-device-logo{
display: inline-block;
list-style-type: none;
font-size: 16px;
height: 100%;
overflow: hidden;
float: right;
line-height: 50px;           
}
.small-device-nav .small-device-logo a img{
max-height: 50px;
}
.small-device-nav .small-device-menu{
display: inline-block;
list-style-type: none;
font-size: 18px;
line-height: 50px;
}
.small-device-nav .small-device-menu a{
color: #444444;
display: block;
}
#pageslide { display: none;
position: absolute;
position: fixed;
top: 0;
height: 100%;
z-index: 999999;
overflow-y:scroll; width: 70%;
padding: 20px; background-color: #333;
color: #FFF;
-webkit-box-shadow: inset 0 0 5px 5px #222;
-moz-shadow: inset 0 0 5px 5px #222;
box-shadow: inset 0 0 5px 5px #222;
}
.mobile-info {
position: absolute;
right: 35px;
top: -40px;
color:black;
}
.mobile-info .icon-info {
font-size: 30px;	
}
i.icon-info:after {
content: '';
position: absolute;
width: 20px;
height: 20px;
background-color: black;
left: 10px;
z-index: -1;
border-radius: 50%;
top: 5px;
}
i.icon-info:before{
color:white;
}
.single-gallery.vertical-scroll .mobile-info, .single-gallery.mosaic .mobile-info{
display: none;
}
.single-gallery.folio .main-container, .single-gallery.image_flow .main-container {
min-height: 500px;
} 
ul.mobile-menu li{width: 100%;} .top-menu a { font-size: 11px; } header #header-container .sticky-menu-container{
position: fixed;
top:0;
left: 0;
width: 100%;
z-index: 999;
display: none;
max-width: 100%;
padding: 0px 15px 0 15px;
color: #000;
background: #FFF;
}
header #header-container .sticky-menu-container .sticky-content{
padding-top: 15px;
padding-bottom: 15px;
margin: 0 auto;
}
header #header-container .sticky-menu-container .header-separator{
margin-bottom: 0;
}  #header-container.sticky-header{
width:100%;
z-index: 9;
background: white;
}
.sticky-header-delimiter.hidden{
display: none;
}     .search-container{
display: none;
margin-bottom:30px;
padding: 0 15px;
}
.search-container form{
margin: 0;
}
.search-container form fieldset, .widget_search form fieldset {
border: 0;
padding: 0;
margin: 0;
position: relative;
padding-right: 180px;
}
.search-container form fieldset input, 
.searchbar form fieldset input,
.widget_search form fieldset input {
margin:0;
height: 30px;
border: 0;
box-shadow: none;
font-family:Arial;
line-height: 30px;
font-size: 12px;
color: #999;
}
.search-container form fieldset input.input,
.searchbar form fieldset input.input,
.widget_search form fieldset input.input {
border: 1px solid rgb(0,0,0);
border: 1px solid rgba(0,0,0,0.05);
}
.search-container form fieldset input.input:focus, .widget_search form fieldset input.input:focus {
border: 1px solid rgb(0,0,0);
border: 1px solid rgba(0,0,0,0.1);
}
.search-container form fieldset input.button, 
.widget_search form fieldset input.button, 
.searchbar form fieldset input.button, 
.widget_search form fieldset input.button:hover {
position: absolute;
line-height: 30px;
right: 0;
top: 0;
width: 180px;
background-color: rgba(0,0,0,0.01);
border:1px solid rgba(0,0,0,0.09);
border-left: 1px solid rgba(0,0,0,0.1);
color: #444;
border: 0;
text-transform: uppercase;
padding: 0;
font-size: 12px;
font-family: Arial, sans-serif;
}
.search-container input[type="text"] {
width: 100%;
} .single-gallery footer#colophon{
}
section#main>.main-container{
position: relative;
}
.featimg { line-height: 0; }
.featimg img{  
width: 100%;
max-width: none;
}
.featimg.video-post{
text-align: center;
}
.single-format-gallery .featimg.resized-img{
opacity: 0;
}
.featimg .featbg.resized-img{
text-align: center;
display: inline-block;
position: relative;
max-width: 100%;
}
.featimg .featbg.resized-img img{
width: auto;
max-width: 100%;
}
.featimg a{
line-height: 0;
}  
.new-post-label{
right: 5px;
position: absolute;
top: 5px;
line-height: 16px;
font-size: 16px;
z-index: 10;
color: inherit;
padding: 2px 5px;
font-size: 10px;
}
.thumb-view article div.entry-content,.team-view article div.entry-content, .list-view article div.list-wrapper, .grid-view article div.entry-content{
background-color: inherit;
color: inherit;
}
.thumb-view article div.entry-content a, .team-view article div.entry-content a,.list-view article div.list-wrapper a, .grid-view article.white-style div.entry-content a{
color:inherit;
}
.thumb-view article div.entry-content, .team-view article div.entry-content, .list-view article div.list-wrapper,.grid-view article div.entry-content{
background-color: inherit;
color: inherit;
}
.thumb-view article div.entry-content a,.team-view article div.entry-content a, .list-view article div.list-wrapper a,.grid-view article div.entry-content a{
color:inherit;
}
article.white-style{
background: #FFF;
color: #000;
}
article.black-style{
background: #000;
color: #FFF;
}  .thumb-view a{
color: inherit;
}
.thumb-view .thumb-hover-link{
position: absolute;
width: 100%;
height: 100%;
z-index: 99;
top:0;
left:0;
} .thumb-view .thumb-elem{
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.thumb-view .thumb-elem.hovermove header.thumb-elem-header .featimg img.the-thumb{
width: 130%;
height: 130%;
position: absolute;
top: -15%;
left: -15%;
}
@media only screen  and (max-width: 767px){
.thumb-view .thumb-elem.hovermove header.thumb-elem-header .featimg img.the-thumb{
width: 100%;
height: 100%;
position: absolute;
top: 0%;
left: 0%;
}
.testimonials-list .testimonials-elem-wrapper > .three.columns {
padding: 0;
padding-bottom: 15px;
}
.testimonials-list .testimonials-elem-wrapper > .three.columns ~ .nine.columns {
padding: 0;
}
.gallery-mosaic-view .featimg:hover > .zoom-image {
display: none;
}
.single-gallery .gallery-info {
z-index: 99;
background-color: white;
width: 100%;
left:100%;
transition: all .5s;
}
.single-gallery.image_flow .gallery-info{
z-index: 1001;
}
.single-gallery .gallery-info.view-info {
left: 0;
}
}
.thumb-view .thumb-elem .thumb-elem-section{
display: none;
position: absolute;
height: 100%;
width: 100%;
text-align: center;
color: white;
-webkit-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
background-color: rgba(0,0,0,0.4);
top:0px;
left: 0px;
}
.thumb-view .thumb-elem .thumb-elem-section.no-feat-img, .grid-view .grid-elem .grid-elem-section.no-feat-img{
display: block;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin: 18% auto 0 auto;
max-width: 80%;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li{
margin-bottom: 15px;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category{
position: absolute;
bottom: 0;
width: 80%;
text-align: center;
margin: 0;
}
.thumb-view.related-posts .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category{
display: none;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 18px;
color: white;
margin: 0;
line-height: 1.4;
font-family: 'Lato', sans-serif;
font-weight: 300;
letter-spacing: -0.3px;
}
.layout-960 .three.columns .thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 16px;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-delimiter{
width: 40px;
height: 13px;
margin: 0 auto 15px auto;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/view-delimiter.png) no-repeat;
background-size: 100% 100%;
display: none;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category ul.entry-content-category-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category ul.entry-content-category-list li{
display: inline-block;
font-size: 12px;
font-family: 'Lato', sans-serif;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta{
position: relative; 
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta:before{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.85))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
left: 5%; 
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta:after{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
right: 5%; 
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes{
cursor: pointer;
display: inline-block;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes em{
display: block;
font-size: 25px;
line-height: 20px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes:hover em,
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes.voted em{
color: #DB2B1E;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes.voted:hover em{
color: #F47069;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes i{
font-style: normal;
font-size: 12px;
}  .list-view a{
color: inherit;
}
.list-view .list-hover-link{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
} .list-view .list-elem{
position: relative;
overflow: hidden;
margin-bottom: 30px;
background-color: white;
box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
}
.list-view .list-elem header.list-elem-header{
position: relative;
overflow: hidden;
}
.list-view .list-elem:nth-child(odd) header.list-elem-header:hover .featimg img{
-webkit-transform: scale(1.1) rotate(-2deg);
-moz-transform: scale(1.1) rotate(-2deg);
-o-transform: scale(1.1) rotate(-2deg);
-ms-transform: scale(1.1) rotate(-2deg);
transform: scale(1.1) rotate(-2deg);
}
.list-view .list-elem:nth-child(even) header.list-elem-header:hover .featimg img{
-webkit-transform: scale(1.1) rotate(2deg);
-moz-transform: scale(1.1) rotate(2deg);
-o-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
transform: scale(1.1) rotate(2deg);
}
.list-view .list-elem:nth-child(odd) header.list-elem-header.simple-hover:hover .featimg img{
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.list-view .list-elem:nth-child(even) header.list-elem-header.simple-hover:hover .featimg img{
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
.list-view .list-elem header.list-elem-header .featimg img{
width: auto;
max-width: 100%;
height: auto;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.list-view .list-elem header.list-elem-header.simple-hover .featimg img{
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}
.list-view .list-elem header.list-elem-header .hover-effect{
position: absolute;
height: 100%;
width: 100%;        
color: white;
padding: 30px;
-webkit-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
background-color: rgba(0,0,0,0.4);
top: 0;
left: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.list-view .list-elem header.list-elem-header:hover .hover-effect{
opacity: 1;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-top: 30px;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta > li{
margin-bottom: 15px;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta > li.hover-effect-meta-category{
position: absolute;
bottom: 15px;
width: 100%;
left: 0;
text-align: center;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li ul.entry-content-category-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-category ul.hover-effect-meta-category-list li{
display: inline-block;
font-size: 12px;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-category ul.hover-effect-meta-category-list{
margin: 0;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-delimiter{
width: 40px;
height: 13px;
margin: 0 auto 15px auto;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/view-delimiter.png) no-repeat;
background-size: 100% 100%;
display: none;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta{
margin-bottom: 15px;
position: relative;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta:before{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.85))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
left: 5%; 
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta:after{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
right: 5%; 
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes{
cursor: pointer;
display: inline-block;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes em{
display: block;
font-size: 25px;
line-height: 20px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes:hover em{
color: #DB2B1E;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes i{
font-style: normal;
font-size: 12px;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes:hover em,
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes.voted em{
color: #DB2B1E;
}
.list-view .list-elem header.list-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes.voted:hover em{
color: #F47069;
}
.list-view .list-elem .list-elem-section{
padding: 30px 30px 0 0;
}
.list-view .list-elem.list-large-image .list-elem-section, .list-view .list-elem.list-no-image .list-elem-section {
padding-left: 30px;
padding-bottom: 30px;
}
.list-view .list-elem .list-elem-section ul.entry-content-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li{
margin-bottom: 15px;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li:last-child{
margin-bottom: 0;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 24px;
margin: 0;
opacity: 1;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
color: #333;
font-family: 'Lato', sans-serif;
font-weight: 300;
letter-spacing: -0.3px;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-title h2:hover{
opacity:0.8;
}
.list-view .list-elem .list-elem-section.gallery-full-thumb ul.entry-content-list li.entry-content-title h2 {
text-align: center;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list li{
display: inline-block;
margin-bottom: 5px;
color: #999999;
font-size: 12px;
font-family: 'Lato',sans-serif;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-excerpt{
line-height: 1.8;
font-family: 'Lato', sans-serif;
font-weight: 400;
color: #444;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-excerpt p{
margin: 0;
} .list-view .list-elem .list-elem-section h2 {
text-align: center;
}
.list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list {
text-align: center;
}
.list-view .list-elem.list-large-image .list-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list li {
margin-bottom: 10px;
}  .testimonials-view, .testimonials {
position: relative;
}
.testimonials-view ul.testimonials-carousel, .widget ul.testimonials-carousel{
margin: 0 0 30px 0;
padding: 0;
list-style-type: none; color: inherit; 
}
.widget ul.testimonials-carousel{
margin-bottom: 0;
}
.testimonials-view ul.testimonials-carousel > li.testimonials-carousel-elem,
.widget ul.testimonials-carousel > li.testimonials-carousel-elem{
display: none;
}
.testimonials-view ul.testimonials-carousel > li.testimonials-carousel-elem.active,
.widget ul.testimonials-carousel > li.testimonials-carousel-elem.active{
display: block;
}
.testimonials-view ul.testimonials-carousel-nav, .widget ul.testimonials-carousel-nav{
position: absolute;
list-style-type: none;
bottom: 50px;
margin: 0;
right: 15px;
}
.widget ul.testimonials-carousel-nav {
bottom: -15px;
right: 0;
}
.testimonials-view ul.testimonials-carousel-nav > li, .widget ul.testimonials-carousel-nav > li{
height: 26px;
width: 48px;
background-color: white;
display: inline-block;
cursor: pointer;
text-align: center;
color: #666;
font-size: 18px;
line-height: 22px;
border: 1px solid rgba(0,0,0,0.05);
}
.testimonials-view ul.testimonials-carousel-nav > li > i:before, .widget ul.testimonials-carousel-nav > li > i:before{
line-height: inherit;
}
.testimonials-view ul.testimonials-carousel-nav > li:hover, .widget ul.testimonials-carousel-nav > li:hover{
border-color: rgba(0,0,0,0.1);
}
.testimonials-view > .testimonials-elem{
}
.widget .testimonials-carousel  article.testimonials-elem > .testimonials-elem-wrapper{
padding: 0;
}
.testimonials-view .testimonials-list article.testimonials-elem > .testimonials-elem-wrapper{
padding: 0 0 30px;
list-style-type: none;
margin: 0;
}
.testimonials-elem-wrapper .three.columns {
padding-left: 0;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content, .testimonials-list .entry-content{
margin-bottom: 35px;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt {
margin-bottom: 30px;
color: #444444;
font-family: 'Lato',sans-serif;
line-height: 1.8em;
margin-top: 30px;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > div.featimg,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > div.featimg{
position: relative;
max-width: 100px;
float: left;
padding-right: 30px;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list{
list-style-type: none;
margin: 0;
padding: 0;
display: inline-block;
}
.testimonials-list ul.entry-content-list { 
list-style-type: none;
margin: 0;
padding: 0;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list:after,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list:after, .testimonials-list ul.entry-content-list:after{
content: '';
display: block;
clear:both;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4, .testimonials-list li.entry-content-name h4{
font-size: 24px;
margin: 0;
color: inherit;
color: #444444;
font-family: 'Lato',sans-serif;
margin-bottom: 5px;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function,
.widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function, .testimonials-list li.entry-content-function {
font-size: 12px;
color: inherit;
color: #999;
font-family: 'Lato',sans-serif;
}
.testimonials-list .entry-content-excerpt {
color: #444444;
font-family: 'Lato',sans-serif;
line-height: 1.8em;
margin-top: 20px;
}  .grid-view a{
color: inherit;
}
.grid-view .grid-hover-link{
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 99;
}
.grid-view .grid-elem{
position: relative;
overflow: hidden;
margin-bottom: 30px;
background-color: white;
box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
}
.grid-view .grid-elem header.grid-elem-header{
position: relative;
overflow: hidden;
}
.grid-view .grid-elem.hovermove header.grid-elem-header .featimg img.the-thumb{
width: 130%;
height: 130%;
position: absolute;
top: -15%;
left: -15%;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect{
position: absolute;
height: 100%;
width: 100%;        
color: white;
padding: 30px;
-webkit-box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
box-shadow: inset 0px 0px 45px 0px rgba(0, 0, 0, 0.45);
background-color: rgba(0,0,0,0.4);
top: 0;
left: 0;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.grid-view .grid-elem header.grid-elem-header:hover .hover-effect{
opacity: 1;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-top: 15%;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta > li{
margin-bottom: 15px;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta > li.hover-effect-meta-category{
position: absolute;
bottom: 15px;
width: 100%;
left: 0;
text-align: center;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-category ul.hover-effect-meta-category-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-category ul.hover-effect-meta-category-list li{
display: inline-block;
font-size: 12px;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.hover-effect-meta-delimiter{
width: 40px;
height: 13px;
margin: 0 auto 15px auto;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/view-delimiter.png) no-repeat;
background-size: 100% 100%;
display: none;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta{
margin-bottom: 15px;
position: relative;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta:before{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.85))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
left: 5%; 
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta:after{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#00ffffff',GradientType=1 ); width: 35%;
top: 30%;
height: 1px;
right: 5%; 
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes{
cursor: pointer;
display: inline-block;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes em{
display: block;
font-size: 25px;
line-height: 20px;
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes:hover em{
color: #DB2B1E;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes i{
font-style: normal;
font-size: 12px;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes:hover em,
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes.voted em{
color: #DB2B1E;
}
.grid-view .grid-elem header.grid-elem-header .hover-effect ul.hover-effect-meta li.entry-content-meta span.meta-likes.voted:hover em{
color: #F47069;
}
.grid-view .grid-elem .grid-elem-section{
padding: 15px;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li{
margin-bottom: 15px;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-title{
line-height: 1.4;
font-family: 'Lato', Helvetica, sans-serif;
margin-bottom: 10px;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-meta{
margin-bottom: 10px;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-excerpt{
line-height: 1.8;
font-family: 'Lato', Helvetica, sans-serif;
color: #444;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li:last-child{
margin-bottom: 0;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 18px;
line-height: 1.4em;
margin: 0;
opacity: 1;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-ms-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
letter-spacing: -0.3px;
font-family: 'Lato',sans-serif;
font-weight: 300;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-title h2:hover{
opacity:0.8;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list{
margin: 0;
padding: 0;
list-style-type: none;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list li{
margin-bottom: 0;
color: #999999;
display: inline-block;
margin-right: 5px;
font-size: 12px;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-meta ul.entry-content-meta-list li:last-child{
margin-right: 0;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-excerpt p{
margin: 0;
font-size: 13px;
}
.grid-view .grid-elem .cart-options{
border-top: 1px solid #f2f2f2;
}
.grid-view .grid-elem .cart-options ul{
list-style-type: none;
margin: 0;
text-align: center;
padding: 15px 10px;
position: relative;
}
.grid-view .grid-elem .cart-options ul > li{
width: 49%;
display: inline-block;
text-align: right;
line-height: 40px;
}
@media only screen  and (max-width: 768px){
.grid-view .grid-elem .cart-options ul > li{
width: 100%;
text-align: center;
}
.grid-view .grid-elem .cart-options ul > li a {
margin-left: 0
}
body{
overflow-x:hidden;
}
}
.grid-view .grid-elem .cart-options ul > li a{
height: 30px;
display: block;
line-height: 30px;
font-size: 12px;
text-transform: uppercase;
border-radius: 3px;
text-align: center;
padding: 0 10px;
}
.grid-view .grid-elem .cart-options ul > li a.add-to-wishlist{
text-align: right;
font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.grid-view .grid-elem .cart-options ul > li a.add_to_cart_button, .grid-view .grid-elem .cart-options ul > li a.product_type_simple{
color: #FFF;
background: #222;
padding: 0;
}
.grid-view .grid-elem .cart-options ul > li a.add_to_cart_button:hover, .grid-view .grid-elem .cart-options ul > li a.product_type_simple:hover{
background: #444;
}
.grid-view .grid-elem .cart-options ul > li:first-child{
text-align: left;
}
.grid-view .grid-elem .cart-options ul > li .safe-for-later a{
display: inline-block;
font-size: 12px;
height: 20px;
line-height: 20px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price ins, .grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price {
color: #3e4956;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price span.from{
color: #9099a3;
font-size: 12px;
text-transform: uppercase;
}
.grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price del{
text-decoration: line-through;
color: #9099a3;
font-size: 14px;
font-weight: bold;
font-style: normal;
}  .box-view{
}
.box-view article.box{
margin-bottom:30px; 
}
.box-view article.box a{
color: inherit;
}
.box-view article.box.white-style{
background-color: white;
color: black;
}
.box-view article.box.black-style{
background-color: black;
color: white;
}
.box-view article.box header>div.featimg{
text-align: center;
}
.box-view article.box header>div.featimg img{
width: auto;
max-width: 100%;
margin-top: 50px;
margin-bottom: 30px;
}
.box-view article.box div.entry-content{
}
.box-view article.box div.entry-content>ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.box-view article.box div.entry-content>ul>li{
text-align: center;
margin: 0;
padding: 0;
}
.box-view article.box div.entry-content>ul>li.entry-content-title h4{
font-size: 24px;
font-family: Arial; 
padding: 0 20px 20px 20px;
margin: 0;
color: inherit;
}
.box-view article.box div.entry-content>ul>li.entry-content-excerpt{
font-size: 14px;
font-family: Arial;
padding: 0 20px 30px 20px;
}  .carousel-wrapper{
overflow: hidden;
}
.carousel-wrapper .carousel-container{
overflow: hidden;
transition: margin-left .2s, max-height .9s, opacity .5s;
-moz-transition: margin-left .2s, max-height .9s, opacity .5s;
-webkit-transition: margin-left .2s, max-height .9s, opacity .5s;
-ms-transition: margin-left .2s, max-height .9s, opacity .5s;
-o-transition: margin-left .2s, max-height .9s, opacity .5s;
max-height: 0px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.carousel-wrapper .carousel-container>div.columns{
}
.carousel-wrapper ul.carousel-nav{
list-style-type: none;
margin: 0 0 15px 0;
}
.carousel-wrapper ul.carousel-nav:after{
display: block;
content: '';
clear: both;
}
.carousel-wrapper ul.carousel-nav > li{
height: 30px;
width: 48px;
background-color: white;
display: inline-block;
cursor: pointer;
text-align: center;
color: #888;
font-size: 18px;
line-height: 26px;
display: none;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
margin-left: 15px;
float:left;
}
.carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
margin-right: 15px;
float:right;
}
.carousel-wrapper ul.carousel-nav > li > i:before{
line-height: inherit;
}
.carousel-wrapper ul.carousel-nav > li:hover{
background-color: rgba(0,0,0,0.05);
}   .delimiter-type{
display: block;
clear: both;
height: 1px;
margin-bottom: 30px;
width: 100%;
} .delimiter-type.pointed{
border-top: 1px dotted rgb(0,0,0);
border-top: 1px dotted rgba(0,0,0,0.11);
} .delimiter-type.doublepointed{
border-top: 1px dotted rgb(0,0,0);
border-top: 1px dotted rgba(0,0,0,0.11);
border-bottom: 1px dotted rgb(0,0,0);
border-bottom: 1px dotted rgba(0,0,0,0.35);
height: 8px;
} .delimiter-type.line{
border-top: 1px solid rgb(0,0,0);
border-top: 1px solid rgba(0,0,0,0.11);
} .delimiter-type.doubleline{
border-top: 1px solid rgb(0,0,0);
border-top: 1px solid rgba(0,0,0,0.11);
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(0,0,0,0.35);
height: 8px;
}   .delimiter-type{
display: block;
clear: both;
height: 1px;
margin-bottom: 30px;
width: 100%;
} .delimiter-type.pointed{
border-top: 1px dotted rgb(0,0,0);
border-top: 1px dotted rgba(0,0,0,0.11);
} .delimiter-type.doublepointed{
border-top: 1px dotted rgb(0,0,0);
border-top: 1px dotted rgba(0,0,0,0.11);
border-bottom: 1px dotted rgb(0,0,0);
border-bottom: 1px dotted rgba(0,0,0,0.35);
height: 8px;
} .delimiter-type.line{
border-top: 1px solid rgb(0,0,0);
border-top: 1px solid rgba(0,0,0,0.11);
} .delimiter-type.doubleline{
border-top: 1px solid rgb(0,0,0);
border-top: 1px solid rgba(0,0,0,0.11);
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(0,0,0,0.35);
height: 8px;
}  .row.team-view article{
margin-bottom: 30px;
line-height: 0;
}
.team-view .featimg > .socialicons{
position: absolute;
bottom: 0;
padding: 5px 5px 0 5px;
width: 100%;
}
.team-view .featimg > .socialicons > ul.cosmo-social{
margin: 0;
padding: 0;
}
.team-view .featimg > .socialicons > ul.cosmo-social > li{
float: right;
padding-left: 5px;
}
.team-view article{
position: relative;
}
.team-view div.entry-content{
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
.team-view .team-text-main > header{
border: 1px solid rgba(0,0,0,0.05);
}
article.team-text-main .featimg{
-webkit-transition: opacity .2s ease 0s;
-moz-transition: opacity .2s ease 0s;
-o-transition: opacity .2s ease 0s;
-ms-transition: opacity .2s ease 0s;
transition: opacity .2s ease 0s;
z-index: 5;
position: relative;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.team-view div.entry-content>ul{
position: absolute;
list-style-type: none;
margin: 0;
padding: 20% 10% 10% 10%;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.team-view div.entry-content ul>li.entry-content-name{
margin-bottom: 15px;
}
.team-view div.entry-content ul>li.entry-content-name h4{
font-size: 24px;
text-align: center;
word-wrap: break-word;
margin: 0;
color: inherit;
font-family: 'Lato', Helvetica, Arial, sans-serif;
letter-spacing: -0.3px;
font-weight: 300;
}
.team-view div.entry-content ul>li.entry-content-function{
font-size: 14px;
text-align: center;
color: #888;
} .team-text-main:hover .featimg{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}   ul.thumbs-splitter{
text-align: center;
margin-bottom: 0;
list-style-type: none;
font-family: 'Lato', Helvetica, Arial, sans-serif;
}
ul.thumbs-splitter > li:first-child{
padding-left: 0;
}
ul.thumbs-splitter > li {
display: inline-block;
line-height: 24px;
margin-bottom: 30px;
text-transform: uppercase;
font-size: 12px;
}
ul.thumbs-splitter > li > a{
color: #000;
display: block;
padding: 0px 10px;
font-weight: normal;
}
ul.thumbs-splitter > li > a.selected{
color: #DB2B1E;
}  .tabment ul.tabment-splitter{
margin-bottom: 30px;
list-style-type: none;
border-bottom: 1px solid #DB2B1E;
}
.tabment ul.tabment-splitter > li:first-child{
padding-left: 0;
}
.tabment ul.tabment-splitter > li {
display: inline-block;
line-height: 24px;
}
.tabment ul.tabment-splitter > li > a{
color: #000;
display: block;
padding: 2px 10px;
}
.tabment ul.tabment-splitter > li > a.selected{
color: #DB2B1E;
}  .list-view article, .grid-view article, .thumb-view article{
overflow: hidden;
} .gallery-single{
margin-bottom: 30px;
}
.gallery-single.portrait .featimg{
margin-left: -15px;
margin-top: -30px;
}
.gallery-title{
margin-bottom: 20px;
margin-top: 0;
}
.gallery-single .featimg img{
width: auto;
}
.gallery-single .featimg{
text-align: center;
} .post-wrapper{
}
.post{
width: 100%;
color: #000;
}
.single #main >.featimg,
.page #main >.featimg {
margin-bottom: 30px;
position: relative;
line-height: 0;
max-height: 410px;
overflow: hidden;
text-align: center;
}
.single #main >.featimg.resized-img{
max-height: none;
} .single #main >.featimg.video-post{
max-height: none;
height: auto;
} 
.post .excerpt{
margin-bottom: 30px;
}
.post>.featimg img{
max-width: 100%;
width: 100%;
}
.post>.meta{
margin-bottom: 10px;
}
.post>.meta>ul.meta-list{
list-style-type: none;
margin: 0;
padding: 0;
}
.post>.meta>ul.meta-list>li{
display:inline-block;
}
.post>.meta>ul.meta-list>li.meta-likes-container{
margin-bottom: 4px;
margin-right: 4px;
}
.post>.meta>ul.meta-list>li.meta-post-type>a{
color: inherit;
position: relative;
background: black;
display: block;
}
.post>.meta>ul.meta-list>li.meta-post-type>a>i{
font-size: 19px;
display: block;
color: white;
line-height: 19px;
}
.post>.meta>ul.meta-list>li.meta-post-type>a>i:before{
line-height: 24px;
vertical-align: -8%;
padding: 0 3px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.post>.meta>ul.meta-list>li.meta-category>ul.meta-category-list{
list-style-type: none;
margin: 0;
padding: 0;
margin-right: 6px;
}
.post>.meta>ul.meta-list>li.meta-category>ul.meta-category-list>li{
display: inline-block;
margin-bottom: 4px;
}
.post>.meta>ul.meta-list>li.meta-category>ul.meta-category-list>li>a{
display: block;
text-transform: uppercase;
padding: 0 10px;
font-family: Helvetica;
font-size: 12px;
height: 24px;
line-height: 25px;
font-family: Arial, sans-serif;
}
.post>h1.post-title, 
.single-gallery.mosaic h1.post-title,
.vertical-scroll h1.post-title
{
margin: 0 0 5px 0;
font-family: 'Lato',Helvetica, Arial, sans-serif;
font-weight: 300;
color: #444;
letter-spacing: -0.5px;
font-size: 32px;
color: inherit;
text-align: center;
}
.post.no-meta > h1.post-title{
margin: 0 0 30px 0;
}
.post>.meta-details{
margin-bottom: 30px;
clear: both;
text-align: center;
}
.post>.meta-details>ul.meta-details-list{
list-style-type: none;
margin: 0;
padding: 0;
color: #555;
font-family: 'Lato', Helvetica, sans-serif;
}
.post>.meta-details>ul.meta-details-list>li{
display: inline-block;
color: inherit;
padding-right:10px; text-transform: uppercase;
font-size: 11px;
line-height: 12px;
margin-left: -4px;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.post>.meta-details>ul.meta-details-list>li:before{
content: "-   \00a0" ;
}
.post>.meta-details>ul.meta-details-list>li:first-child:before{
content: " "
}
.post>.meta-details>.meta-details-list>li i{
font-size: 14px;
}
.post>.meta-details>ul.meta-details-list>li:first-child{
padding-left: 0;
margin-left: 0;
}
.post>.meta-details>ul.meta-details-list>li:last-child{
border: 0;
}
.post>.meta-details>ul.meta-details-list>li > .meta-category-list{
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
font-size: inherit;
line-height: 1;
}
.post>.meta-details>ul.meta-details-list>li > .meta-category-list > li{
margin: 0;
padding: 0;
display: inline-block;
font-size: inherit;
}
.post>.meta-details>ul.meta-details-list>li > .meta-category-list > li:not(:last-child):after{
content: ', ';
}
.post>.meta-details>ul.meta-details-list>li>a{
color: inherit;
}
.post>.excerpt{
font-size: 14px;
font-family: Arial;
margin-bottom: 30px;
line-height: 24px;
color: inherit;
}
.post > .excerpt > div:last-child{
margin-bottom:0;
padding-bottom:0; 
}
.post .attached-image-gallery{
}
.post .attached-image-gallery .attached-image-gallery-elem{
margin-bottom: 30px;
}
.post .attached-files{
margin-bottom: 30px;
}
.post .attached-files .attached-files-elem{
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.6);
padding: 20px 15px 10px 15px;
margin: 0 0 15px 0;
color: white;
}
.post .attached-files .attached-files-elem>a{
color: inherit;
}
.post .attached-files .attached-files-elem>a>.attached-files-elem-icon{
float:left;
padding: 0 15px 10px 0;
font-size: 24px;
margin-top: -4px;
}
.gallery-single.portrait .attached-files .attached-files-elem>a>.attached-files-elem-icon{
margin-top: -10px;
}
.post .attached-files .attached-files-elem>a>.attached-files-elem-title{
padding: 0 0 10px 0;
}
.single article.post .featimg {
line-height: 0;
text-align: center;
}
.single-gallery .meta-details{
width: 55%;
margin: 0 auto 20px auto;
}
.single-gallery .meta-details .meta-details-list{
list-style-type: none;
margin: 0;
padding: 0;
color: #888;
}
.single-gallery .meta-details .meta-details-list li{
font-size: 12px;
margin-bottom: 8px;
}
.single-gallery .meta-details .meta-details-list > li ul{
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
vertical-align: top;
}
.single-gallery .meta-details .meta-details-list li ul li{
margin-bottom: 0;
}
.single article.post .featimg .featbg { position: relative; max-width: 100%; display: block; }
.single-like-container{
text-align: center;
margin-bottom: 20px;
position: relative;
}
.single-like-container:before{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.14) 71%, rgba(0,0,0,0.2) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(71%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.2))); background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33000000',GradientType=1 ); width: 40%;
top: 40%;
height: 1px;
left: 5%; 
}
.single-like-container:after{
position: absolute;
content: '';
display: block;
background: -moz-linear-gradient(left,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.14) 29%, rgba(255,255,255,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(29%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0))); background: -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.14) 29%,rgba(255,255,255,0) 100%); background: -o-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.14) 29%,rgba(255,255,255,0) 100%); background: -ms-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.14) 29%,rgba(255,255,255,0) 100%); background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.14) 29%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00ffffff',GradientType=1 ); width: 40%;
top: 40%;
height: 1px;
right: 5%; 
}
.single-gallery .single-like-container:after, .single-gallery .single-like-container:before{
width: 35%;
}
.single-like-container span.like em{
font-size: 32px;
display: block;
content: '';
}
.single-like-container span.like{
margin-bottom: 20px;
}
.single-like-container .like-count {
color: #666666;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 18px;
font-weight: 300;
}       @media only screen and (min-width: 1171px)  and (max-width: 1441px){
.single #main >.featimg>.featmask{
margin-top: -1200px;
}
.main-container .hotkeys-meta .nav-next a:before{
right: 15px;
}
.main-container .hotkeys-meta .nav-previous a:before{
left: 15px;
}
}
@media only screen  and (max-width: 1250px){
.hotkeys-meta{
display: none;
}
}
@media only screen  and (min-width: 768px) and (max-width: 1440px){
body:nth-of-type(1) .masonry_elem.two.columns{
margin-left: -0.5px;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list{
margin: 10% auto 0 auto;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-title h2{
font-size: 16px;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-category{
margin: 0;
bottom: 0;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes em{
font-size: 16px;
}
.thumb-view .thumb-elem .thumb-elem-section ul.entry-content-list li.entry-content-meta span.meta-likes i{
font-size: 10px;
}
} @media only screen  and (min-width: 1024px) and (max-width: 1170px){
.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
display: none;
}
.single #main >.featimg>.featmask{
margin-top: -1400px;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
.thumb-view div.entry-content ul > li.entry-content-title h4{
font-size: 16px;
}
.grid-view article.grid-elem > .entry-content > ul > li.entry-content-title h4{
font-size: 16px;
}
} @media only screen  and (min-width: 768px) and (max-width: 1023px){
.single #main >.featimg>.featmask{
display: none;
}
.hotkeys-meta{
display: none;
}
.thumb-view div.entry-content ul > li.entry-content-title h4{
font-size: 16px;
}
.grid-view article.grid-elem > .entry-content > ul > li.entry-content-title h4{
font-size: 16px;
}
.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
display: none;
}
.sticky-menu-container{
display: none !important;
}
.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
display: none;
}
.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-2{
display: none;
}
.list-view article.list-small-image .entry-content>ul>li.entry-content-date{
display: none;
}
.list-view article.list-medium-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
display: none;
}
.list-view article.list-large-image .entry-content>ul>li.entry-content-excerpt>span.excerpt-3{
display: none;
}
.post>h2.post-title{
font-size: 32px;
}
} @media only screen  and (max-width: 767px){
.align-middle, .align-bottom{
margin: 0 !important;
}
.collapse-btn{
display: none;
}
.content-title:after{
display: block;
content: '';
position: absolute;
height: 3px;
width: 13%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
right: 0;
z-index: 1;
}
.content-title:before{
display: block;
content: '';
position: absolute;
height: 3px;
width: 13%;
border-bottom: 2px dotted rgba(0,0,0,0.1);
top: 50%;
left: 0;
z-index: 1;
}
.content-title span{
padding: 10px 15px 0 15px;
position: relative;
display: inline-block;
z-index: 2;
border-radius: 10px;
width: 74%;
} .single-gallery .entry-header{
margin-left: 0 !important;
}
.single #main >.featimg>.featmask{
display: none;
}
.hotkeys-meta{
display: none;
}
.search-container form fieldset input.button, .widget_search form fieldset input.button {
width: 90px;
}
.search-container form fieldset, .widget_search form fieldset{
padding-right:90px; 
}
.list-view article.list-small-image .entry-content>ul{
padding: 25px 15px 25px 15px;
}
.sticky-menu-container{
display: none !important;
}
.list-view article.list-small-image .featimg .video-post>a>i, .list-view article.list-medium-image .featimg .video-post>a>i, .list-view article.list-large-image .featimg .video-post>a>i{
font-size: 120px;
margin-top: -60px;
margin-left: -84px;
}
.post > .attached-files .attached-files-elem > a > .attached-files-elem-icon{
width: 100%;
text-align: center;
}
.post > .attached-files .attached-files-elem > a > .attached-files-elem-title{
width: 100%;
text-align: center;
color: inherit;
}
.testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > div.featimg img{
margin-bottom: 30px;
}
.post>h2.post-title{
font-size: 32px;
}
.small-device-nav{
display: block;
min-height: 50px;
top: 50%;
margin-top: -25px;
}
nav.main-menu ul li.logo{
display: inline-block;
}
nav.main-menu ul li{display: none;}
div.modal-menu nav.main-menu ul li{display: block;}
.main-container .wp-availability .wp-availability-month{
width: 100%;
}
.masonry.row .three, .filter-on.row .three{width:100% !important;} 
.masonry.row .six, .filter-on.row .six{ width:100% !important; }
.masonry.row .two, .filter-on.row .two { width:100% !important; }
} .thumb-view blockquote, .list-view blockquote, .grid-view blockquote, .mosaic-view blockquote{
margin-bottom: 0;
}
.mosaic-view .mosaic-hover-link{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left:0;
z-index: 99;
} .masonry .masonry_elem article{width:100%} .no-padding { padding: 0; }
.no_gutter > .columns{
padding: 0;
}
.row.no_gutter{
margin: 0 0 30px 0;
}
.full_width_row .row.no_gutter{
margin-bottom: 30px;
}
.no_gutter > .columns > .thumb-elem{
margin-bottom: 0;
} .masonry.row .three, .filter-on.row .three{width:24.78%;} 
.masonry.row .six, .filter-on.row .six{ width: 49.79%; }
.masonry.row .two, .filter-on.row .two { width: 16.66567%; }  .isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}  #fountainG {
display: none;
height: 45px;
left: 40%;
margin-bottom: 30px;
position: relative;
width: 240px;
}
.fountainG{
position:absolute;
top:0;
background-color:#000000;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.5s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.5s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.5s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.5s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.5s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}
#fountainG_1{
left:0;
-moz-animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-ms-animation-delay:0.6s;
-o-animation-delay:0.6s;
animation-delay:0.6s;
}
#fountainG_2{
left:30px;
-moz-animation-delay:0.75s;
-webkit-animation-delay:0.75s;
-ms-animation-delay:0.75s;
-o-animation-delay:0.75s;
animation-delay:0.75s;
}
#fountainG_3{
left:60px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}
#fountainG_4{
left:90px;
-moz-animation-delay:1.05s;
-webkit-animation-delay:1.05s;
-o-animation-delay:1.05s;
animation-delay:1.05s;
}
#fountainG_5{
left:120px;
-moz-animation-delay:1.2s;
-webkit-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s;
}
#fountainG_6{
left:150px;
-moz-animation-delay:1.35s;
-webkit-animation-delay:1.35s;
-o-animation-delay:1.35s;
animation-delay:1.35s;
}
#fountainG_7{
left:180px;
-moz-animation-delay:1.5s;
-webkit-animation-delay:1.5s;
-o-animation-delay:1.5s;
animation-delay:1.5s;
}
#fountainG_8{
left:210px;
-moz-animation-delay:1.65s;
-webkit-animation-delay:1.65s;
-o-animation-delay:1.65s;
animation-delay:1.65s;
}
@-moz-keyframes bounce_fountainG{
0%{
-moz-transform:scale(1);
background-color:#000000;
}
100%{
-moz-transform:scale(.3);
background-color:#FFFFFF;
}
}
@-webkit-keyframes bounce_fountainG{
0%{
-webkit-transform:scale(1);
background-color:#000000;
}
100%{
-webkit-transform:scale(.3);
background-color:#FFFFFF;
}
}
@-ms-keyframes bounce_fountainG{
0%{
-ms-transform:scale(1);
background-color:#000000;
}
100%{
-ms-transform:scale(.3);
background-color:#FFFFFF;
}
}
@-o-keyframes bounce_fountainG{
0%{
-o-transform:scale(1);
background-color:#000000;
}
100%{
-o-transform:scale(.3);
background-color:#FFFFFF;
}
}
@keyframes bounce_fountainG{
0%{
transform:scale(1);
background-color:#000000;
}
100%{
transform:scale(.3);
background-color:#FFFFFF;
}
}  body.no_background_color .post, body.no_background_color .widget, body.no_background_color .post-item-page{
background: none !important;
}
body.no_background_color .post-item-page{
padding: 0;
}
body.no_background_color .post{
padding: 0;
}
body.no_background_color .post > .featimg {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
body.no_background_color .gallery-single.portrait .featimg{
margin-left: 0;
margin-top: 0;
}
body.no_background_color .widget{
padding: 0;
}
body.no_background_color .widget h5.widget-title{
margin: 0 0 10px 0;
}
body.no_background_color .widget ul.testimonials-carousel-nav{
bottom: 0;
right: 0;
}  form.contactform input, .widget form.b_contact input{
height: 30px;
background: #FFF;
}
form.contactform textarea{
min-height: 130px;
background: #FFF;
}
form.contactform label{
font-size: 12px;
color: #888;
}   .audio-player {
margin-bottom: 10px;
}
.audio-player > p {
margin: 0;
}
div.mejs-audio, audio{display: block; margin: 10px auto;}
div.mejs-audio {max-width: 100%; } .addthis_button_facebook_like iframe.fb_iframe_widget_lift { z-index: 6; }
.mejs-video {margin: 30px auto;background: #dedede;}
@media only screen  and (max-width: 767px){
.mejs-video , .mejs-video .mejs-layer, .mejs-video 	video{max-width: 100%;}
.mejs-audio{max-width: 100%;}
.sly .zoom-image {
display:none;
}
.vertical-scroll .zoom-image {
display:none;
}
} .frame {
overflow: hidden;
}
.frame ul {
font-size: 50px;
height: 100%;
list-style: none outside none;
margin: 0;
padding: 0;
}
.frame ul li {
color: #DDDDDD;
cursor: move;
float: left;
height: 100%;
margin: 0 10px 0 0;
padding: 0;
text-align: center;
} .frame ul li.active {
color: #FFFFFF;
}
.frame ul li.relative img {
max-height: 100%;
max-width: none;
width: auto;
}
.frame ul li:hover .zoom-image {
opacity: 1;
}
.scrollbar {
background: none repeat scroll 0 0 #CCCCCC;
height: 5px;
line-height: 0;
}
.single-format-gallery .scrollbar{
height: 5px;
margin-top: -6px;
}
.scrollbar .handle {
background: #DB2B1E;
cursor: pointer;
height: 100%;
width: 100px;
}
.scrollbar .handle .mousearea {
height: 20px;
left: 0;
position: absolute;
top: -9px;
width: 100%;
}
.pages {
list-style: none outside none;
margin: 20px 0;
padding: 0;
text-align: center;
}
.pages li {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
cursor: pointer;
display: inline-block;
height: 14px;
margin: 0 4px;
overflow: hidden;
text-indent: -999px;
width: 14px;
}
.pages li:hover {
background: none repeat scroll 0 0 #AAAAAA;
}
.pages li.active {
background: none repeat scroll 0 0 #666666;
}
.controls {
width: 100%;
}
.controls .btn.prev, .controls .btn.next {
border-radius: 50% 50% 50% 50%;
cursor: pointer;
height: 40px;
position: absolute;
top: 50%;
width: 40px;
margin-top: -20px;
}
.controls .btn.prev {
margin-left: 5px;
}
.controls .btn.next {
right: 5px;
}
.single-format-gallery .controls .btn.prev {
left: 0;
}
.oneperframe {
height: 300px;
line-height: 300px;
}
.oneperframe ul li {
width: 1140px;
}
.oneperframe ul li.active {
background: none repeat scroll 0 0 #333333;
}
.crazy ul li:nth-child(2n) {
margin: 0 4px 0 20px;
width: 100px;
}
.crazy ul li:nth-child(3n) {
margin: 0 10px 0 5px;
width: 300px;
}
.crazy ul li:nth-child(4n) {
margin: 0 30px 0 2px;
width: 400px;
}
.effects {
height: 200px;
line-height: 200px;
perspective: 800px;
perspective-origin: 50% 50%;
}
.effects ul {
transform-style: preserve-3d;
}
.effects ul li {
margin: 0 -20px;
position: relative;
transform: rotateY(60deg) scale(0.9);
transition: transform 300ms ease-out 0s;
}
.effects ul li.active {
transform: scale(1);
z-index: 10;
}
.effects ul li.active ~ li {
transform: rotateY(-60deg) scale(0.9);
} .hotkeys-meta{
max-width: 1400px;
position: relative;
margin: 0 auto;
}
.hotkeys-meta .nav-next a:before, .hotkeys-meta .nav-previous a:before{
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-o-transition: color .2s linear;
-ms-transition: color .2s linear;
transition: color .2s linear;
margin-top: 30px;
text-shadow: -1px 1px 1px #FFF;
}
.hotkeys-meta .nav-next a.fixed:before,
.hotkeys-meta .nav-previous a.fixed:before{
position: fixed;
top: 50px;
}
.hotkeys-meta .nav-next a.absbottom:before,
.hotkeys-meta .nav-previous a.absbottom:before{
bottom: 20px;
position: absolute;
top: auto;
}
.hotkeys-meta .nav-next a:before{
display: block;
position: absolute;
right: 0;
top: 73px;
content: '\e75e';
font-family: 'fontello';
font-style: normal;
font-weight: normal;
color: rgba(0,0,0,0.08);
font-size: 50px;
line-height: 0;
}
.hotkeys-meta .nav-previous a:before{
display: block;
position: absolute;
left: 0;
top: 72px;
content: '\e75e';
font-family: 'fontello';
font-style: normal;
font-weight: normal;
color: rgba(0,0,0,0.08);
font-size: 50px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
line-height: 0;
}
.hotkeys-meta .nav-previous a:hover:before, .hotkeys-meta .nav-next a:hover:before{ 
color: #DB2B1E;
}
p.copyright{
color: #444;
font-size: 11px;
text-transform: uppercase;
line-height: 40px;
}
p.copyright a{
} .gallery-info {
left: 0;
position: absolute;
top: 0;
width: 300px;
padding: 0 30px;
overflow-y: auto;
height: 100%;
}
.protected-gallery .single-like-container,
.protected-gallery .meta-details{
display: none;
}
.protected-gallery .password-center{
text-align: center;
}
.protected-gallery .password-center .icon-password{
font-size: 140px;
color: #f2f2f2;
}
.single .protected-gallery .entry-header {
margin:auto;
}
.gallery-info .content > p {
font-family: 'Lato', Helvetica, sans-serif;
font-size: 13px;
color: #444;
}
.gallery-info h1.post-title {
text-align: center;
margin: 0 0 30px;
font-size: 26px;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: -0.3px;
}
.single-gallery .main-container{ opacity: 0; }
.single-gallery .entry-header {
margin-left: 300px;
}
.single-gallery .no-gallery-sidebar .entry-header {
margin-left: 0;
}
.collapse-btn {
background: #f2f2f2;
color: #888;
bottom: 30px;
height: 30px;
left: 75px;
line-height: 30px;
position: absolute;
text-align: right;
width: 150px;
z-index: 99;
cursor: pointer;
}
.collapse-btn > span {
margin-right: 15px;
}
.single-gallery.sly{
overflow: hidden;
}
.gallery-info .hotkeys-meta {
width: 60%;
margin-top: 30px;
text-align: center;
}
.gallery-info .hotkeys-meta > span {
display: inline-block;
width: 28px;
height: 22px;
line-height: 22px;
background: #f2f2f2;
color: #888;
margin-left: 5px;
font-size: 12px;
}
.gallery-info .hotkeys-meta > span a {
vertical-align: middle;
}
.gallery-info .hotkeys-meta > span:first-child {
margin-left: 0;
}
.main-container .wp-availability-month{
padding: 3px;
margin: 0;
width: 25%;
border: 0;
}
.main-container .wp-availability-month > table{
width: 100%;
margin: 0;
}
.main-container .wp-availability-month table tbody td{
border: 0;
}
.main-container .wp-availability-month table tbody tr:nth-child(odd){
background: #f9f9f9;
}
.main-container .wp-availability-month table tbody tr:nth-child(even),
.main-container .wp-availability-month table tbody tr:nth-child(even) td{
}
.main-container .wp-availability-month table thead th{
font-size: 16px;
font-weight: bold;
margin-bottom: 15px;
color: black;
background:white;
}
#availability_year{
width: 100px;
}
.align-middle, .align-bottom{
-webkit-transition: margin-top .5s ease-in;
-moz-transition: margin-top .5s ease-in;
-o-transition: margin-top .5s ease-in;
-ms-transition: margin-top .5s ease-in;
transition: margin-top .5s ease-in;
}
.entry-header.noimages h3{width: 100% !important;}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.header-collapser{
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
z-index: 9999;
background: #FFF;
display: none;
}
.header-collapser.animated{
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-ms-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
-ms-animation-delay: 1s;
-o-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: 5;
-moz-animation-iteration-count: 5;
-ms-animation-iteration-count: 5;
-o-animation-iteration-count: 5;
animation-iteration-count: 5;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-ms-animation-timing-function: ease;
-o-animation-timing-function: ease;
animation-timing-function: ease;
backface-visibility: hidden;
}
@media only screen and (max-width : 767px){
.header-collapser{
display: block;
}
}		
.password-protected-content{
width: 300px;
margin: 30px auto 0 auto;
font-size: 14px;
color: #444;
z-index: 99;
position: relative;
font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.password-protected-content label{
color: #9099A3;
font-size: 11px;
text-transform: uppercase;
}
.password-protected-content input, .password-protected-content input:focus, .password-protected-content input:active{
height: 35px;
line-height: 35px;
border: 1px solid rgba(0,0,0,0.05);
background: #FFF;
}
.password-protected-content input[type="submit"]{
background: #FCFCFC;
border: 1px solid rgba(0,0,0,0.08);
font-size: 14px;
color: #9099A3;
padding: 0 15px;
box-shadow: inset 0 0 2px rgba(255,255,255,0.2);
cursor: pointer;
}
.password-protected-content input[type="submit"]:hover{
border: 1px solid rgba(0,0,0,0.12);
}
.single-format-gallery .frame{
height: 410px;
}
#main.folio #galleria{overflow: hidden;}
#main.folio .no-gallery-sidebar #galleria, #main.clasic .no-gallery-sidebar #galleria, #main.image_flow .no-gallery-sidebar #cosmoImageFlow {
margin-left: 0;
}
#instagram_widget li {
margin-bottom: 3%!important;
border-bottom: 0px;
float: left;
margin-right: 5%;
width: 30%;
margin-top: 0px;
padding-bottom: 0px;
line-height: 14px;
}
#instagram_widget .widget-delimiter {
display: none;
}
#instagram_widget li:nth-of-type(3n) {
margin-right: 0px;
clear: right;
}
#instagram_widget li {
margin-bottom: 3%!important;
border-bottom: 0px;
float: left;
margin-right: 5%;
width: 30%;
margin-top: 0px;
padding-bottom: 0px;
line-height: 14px;
}
#instagram_widget .widget-delimiter {
display: none;
}
#instagram_widget li:nth-of-type(3n) {
margin-right: 0px;
clear: right;
} body.single-gallery.clasic .galleria-container.touch {
min-height: 320px;
}
body.single-gallery.clasic .galleria-container {
min-height: 320px;
}
.single-gallery.mosaic .meta-details .meta-details-list,
.single-gallery.vertical-scroll .meta-details .meta-details-list
{
display: block;
text-align: center;
}
.single-gallery.mosaic .meta-details .meta-details-list li,
.single-gallery.vertical-scroll .meta-details .meta-details-list li
{
display: inline-block;
}
.single-gallery.mosaic .content,
.single-gallery.vertical-scroll .content
{
margin-bottom: 30px;
clear: both;
}
.single-gallery .mosaic .meta-details .meta-details-list > li ul,
.single-gallery.vertical-scroll .meta-details .meta-details-list > li ul 
{
position: relative;
top: -3px;
}
.single-gallery .mosaic .meta-details .meta-details-list > li ul>li:before,
.single-gallery.vertical-scroll .meta-details .meta-details-list > li ul>li:before
{
content: "-   \00a0" ;
}
.single-gallery .mosaic .meta-details .meta-details-list > li ul>li:first-child:before,
.single-gallery.vertical-scroll .meta-details .meta-details-list > li ul>li:first-child:before
{
content: " "
}
.single-post  .excerpt a {
color:#DB2B1E;
}
.single-post  .excerpt a:hover {
text-decoration: underline;
} @media only screen and (max-width: 767px){
.single.single-gallery #header-container, 
.single.single-gallery footer#colophon
{
display:none;
}
} .grid-view .masonry .grid-elem header.grid-elem-header .featimg img {
display:none;
}
.grid-view .masonry .grid-elem header.grid-elem-header .featimg img.the-thumb {
height: auto;
position: relative!important;
top: 0%;
display:block;
}
.grid-view .masonry .grid-elem:not(.hovermove) header.grid-elem-header .featimg img.the-thumb {
width: 100%;
height: auto;
position: relative!important;
top: 0%;
left: 0%;
display:block;
}
.thumb-view .thumb-elem:not(.hovermove) header.thumb-elem-header .featimg img.the-thumb {
width: 100%;
height: 100%;
position: absolute;
top: 0%;
left: 0%;
}
.hotkeys-meta { 
z-index: 10; 
}
.modal-menu ul li ul.children {padding-left:30px;}
.fb-comments, .fb-comments iframe[style],
.fb_iframe_widget > span[style], 
.fb_iframe_widget > span[style] > iframe[style], 
.fb_iframe_widget, 
.fb_iframe_widget > span[style] > iframe ._li > div > div 
{
width: 100% !important;
} div.pp_overlay {
background: #000!important;
left: 0!important;
position: absolute!important;
top: 0!important;
width: 100%!important;
height: 100%!important;
display:block!important;
z-index: 9500!important;
opacity: 0.8!important;
}
.relative .sly-caption {
position: absolute;
top: 0;
left: 5px;
background: rgba(0,0,0,0.5);
padding: 0px 5px 0px 5px;
} h2.cosmo-acc-trigger {
height: auto; 
min-height: 39px;
position: relative;
}
h2.cosmo-acc-trigger a {height: auto; background: none;}
h2.cosmo-acc-trigger a:before {
content: '';
border: 6px solid transparent;
border-left: 8px solid #9c9c9c;
position: absolute;
left: 0;
top: 50%;
margin-top: -6px;
margin-left: 17px;
}
h2.cosmo-acc-trigger.active a:before {
content: '';
border: 6px solid transparent;
border-top: 8px solid #9c9c9c;
position: absolute;
left: 0;
top: 50%;
margin-top: -6px;
margin-left: 14px;
} .vertical-gallery.columns {
width: 100%;
}
.vertical-gallery .verticalslider img{
position: relative;
width: auto;
float: none;
max-width: 100%;
display: block;
margin: auto;
}
.vertical-gallery .verticalslider {
position: relative;
width: 100%;
height: auto;
line-height: 0;
text-align: center;
}
.vertical-gallery.columns, .vertical-gallery .verticalslider, .vertical-gallery .image-container {
max-width: 100%;
}
.vertical-scroll .single-like-container {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
position: relative;
}
.vertical-scroll  .vertical-image {
position: relative;
width: 100%;
}
.vertical-scroll  .vertical-image:hover .zoom-image {
opacity: 1;
}
body.vertical-scroll {
height: auto;
}
.verticalslider div.image-container {
display: inline-block;
position: relative;
} .black_version {
background-color: #000;
color: #fff;
}
.black_version ul.thumbs-splitter > li > a {
color: #fff;
}
.black_version .content-title {
color: #d1d1d1;
}
.black_version .carousel-wrapper ul.carousel-nav > li {
background-color: #1D1D1D;
}
.black_version p.copyright {
color: #A7A7A7;
}
.black_version .socialicons>ul.cosmo-social>li>a {
background-color: #1D1D1D;
}
.black_version .content-title:before {
border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
.black_version .content-title:after {
border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}
.black_version .single-like-container:before {
background: -moz-linear-gradient(right,  rgba(255,255,255,255) 0%, rgba(0,0,0,0.14) 71%, rgba(0,0,0,0.2) 100%); background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(255,255,255,255)), color-stop(71%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.2))); background: -webkit-linear-gradient(right,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -o-linear-gradient(right,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -ms-linear-gradient(right,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: linear-gradient(to left,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); }
.black_version .single-like-container:after {
background: -moz-linear-gradient(left,  rgba(255,255,255,255) 0%, rgba(0,0,0,0.14) 71%, rgba(0,0,0,0.2) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,255)), color-stop(71%,rgba(0,0,0,0.14)), color-stop(100%,rgba(0,0,0,0.2))); background: -webkit-linear-gradient(left,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -o-linear-gradient(left,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: -ms-linear-gradient(left,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); background: linear-gradient(to right,  rgba(255,255,255,255) 0%,rgba(0,0,0,0.14) 71%,rgba(0,0,0,0.2) 100%); }
.black_version .widget h5.widget-title {
color: #D1D1D1;
}
.black_version header #header-container .sticky-menu-container {
color: #FFF;
background: #000;
}
.black_version nav.main-menu > ul > li:before {
border-top: 4px solid rgba(255,255,255,0.2);
}
.black_version .widget input[type="submit"] {
color: #D1D1D1;
}
.black_version .search-container form fieldset input.input, .black_version .searchbar form fieldset input.input, .black_version .widget_search form fieldset input.input {
border: 1px solid rgba(255, 255, 255, 0.2);
}
.black_version .search-container form fieldset input.input:focus, .black_version .widget_search form fieldset input.input:focus {
border: 1px solid rgba(255, 255, 255, 0.4);
}
.black_version input[type="submit"], .black_version button, .black_version input[type="button"], .black_version input[type="submit"]:hover, .black_version button:hover, .black_version input[type="button"]:hover {
box-shadow: none;
}
.black_version .search-container form fieldset input.button, .black_version .widget_search form fieldset input.button, .black_version .searchbar form fieldset input.button, .black_version .widget_search form fieldset input.button:hover {
color: #D1D1D1;
}
.black_version .widget_recent_entries > ul > li, .black_version .widget_calendar > ul > li, .black_version .widget_archive > ul > li, .black_version .widget_categories > ul > li, .black_version .widget_meta > ul > li, .black_version .widget_recent_comments > ul > li, .black_version .widget_pages > ul > li, .black_version .widget_tag_cloud > ul > li {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.black_version .widget h5.widget-title:before {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.black_version .widget h5.widget-title:after {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.black_version .post>h1.post-title, .black_version .single-gallery.mosaic h1.post-title, .black_version .vertical-scroll h1.post-title {
color: #fff;
}
.black_version .single-like-container .like-count {
color: #aaa;
}
.black_version .gallery-info .content > p {
color: #aaa;
}
.black_version .gallery-info .hotkeys-meta > span {
background-color: #1d1d1d;
}
.black_version .collapse-btn {
background-color: #1d1d1d;
}
.black_version .post>.excerpt {
color: #fff;
}
.black_version .post>.meta-details>ul.meta-details-list>li {
color: #d1d1d1;
}
.black_version pre, code {
border: 1px solid rgba(255,255,255,0.5);
background-color: #1d1d1d;
}
.black_version .related-title {
color: #d1d1d1;
}
.black_version #reply-title, .black_version #comments-title, .black_version .related-title {
color: #d1d1d1;
}
.black_version .tabs-container a.tag {
border: 1px solid #1d1d1d;
}
.black_version #respond textarea, .black_version #respond input {
border: 1px solid #d1d1d1;
color: #d1d1d1;
background-color: #1d1d1d;
}
.black_version form#commentform {
color: white;
}
.black_version input[type="submit"], .black_version button, .black_version input[type="button"], .black_version input[type="submit"]:hover, .black_version button:hover, .black_version input[type="button"]:hover {
background-color: #1d1d1d;
color: #d1d1d1;
border: 1px solid #1d1d1d;
}
.black_version .contact-form form.contactform input, .black_version .widget form.b_contact input {
background-color: #1d1d1d;
color: #d1d1d1;
border: 1px solid #d1d1d1;
}
.black_version .contact-form form.contactform textarea {
background-color: #1d1d1d;
color: #d1d1d1;
border: 1px solid #d1d1d1;
}
.black_version .contact-form form.contactform label {
color: #d1d1d1;
}
.black_version p.submit input[type="submit"], .black_version p.submit input[type="button"], .black_version .inp_button {
background: #1d1d1d;
box-shadow: none;
-web-kit-box-shadow: none;
}
.black_version #reply-title:before, .black_version #comments-title:before, .black_version .related-title:before {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.black_version #reply-title:after, .black_version #comments-title:after, .black_version .related-title:after {
border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
}
.black_version .mejs-container .mejs-controls {
background-color: #1d1d1d;
}
.thumb-view .thumb-elem .thumb-elem-section{
color: white;
-webkit-box-shadow: inset 0px 0px 45px 0px rgba(255, 255, 255, 0.45);
box-shadow: inset 0px 0px 45px 0px rgba(255, 255, 255, 0.45);
background-color: rgba(0,0,0,0.4);
}
.black_version table {
background: #000;
} .black_version .sf-menu li li a:hover{
color: #DB2B1E;
}
.black_version .sf-menu li li {
background: rgb(0,0,0);
background: rgba(0,0,0,0.95);
color: #fff;
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(255,255,255,0.4);
border-left: 1px solid rgba(255,255,255,0.4);
border-right: 1px solid rgba(255,255,255,0.4);
}
.black_version .sf-menu li li:first-child {
border-top: 1px solid rgba(255,255,255,0.4);
}
.black_version .sf-menu li li li {
background: rgb(0,0,0);
background: rgba(0,0,0,0.95);
color: #fff;
border-bottom: 1px solid rgb(0,0,0);
border-bottom: 1px solid rgba(255,255,255,0.4);
}
.black_version .sf-menu li li ul {
border-left: 1px solid rgb(0,0,0);;
border-left: 1px solid rgba(255,255,255,0.1);
} .black_version .grid-view .grid-elem{
background-color: black;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.4);
}
.black_version .grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price ins, 
.black_version .grid-view .grid-elem .grid-elem-section ul.entry-content-list li.entry-content-price {
color: #D6DFE9;
}
.black_version .list-view .list-elem {
background-color: #000;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.4);
}
.black_version  .list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-title h2,
.black_version .list-view .list-elem .list-elem-section ul.entry-content-list li.entry-content-excerpt
{
color: white;
}
.black_version .list-view .list-elem header.list-elem-header .hover-effect{       
color: black;
-webkit-box-shadow: inset 0px 0px 45px 0px rgba(255, 255, 255, 0.45);
box-shadow: inset 0px 0px 45px 0px rgba(255, 255, 255, 0.45);
background-color: rgba(255, 255, 255,0.4);
}
.black_version .search-container form fieldset input.button, 
.black_version .widget_search form fieldset input.button, 
.black_version .searchbar form fieldset input.button, 
.black_version .widget_search form fieldset input.button:hover {
background-color: rgba(255, 255, 255, 0.6);
}
.black_version table thead tr th, .black_version table tfoot tr td {
color: white;
}
.black_version .sf-menu > li:hover > ul:before, .black_version .sf-menu > li.sfHover > ul:before {
border-bottom: 6px solid rgba(255,255,255,0.4);
}
.black_version .tabment-view .tabment .tabment-tabs > li a {
color: white;
}
.black_version .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt,
.black_version .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content-excerpt,
.black_version .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function,
.black_version .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-function,
.black_version .testimonials-list li.entry-content-function,
.black_version .testimonials-view article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4,
.black_version .widget article.testimonials-elem > .testimonials-elem-wrapper > .entry-content > ul.entry-content-list > li.entry-content-name h4,
.black_version .testimonials-list li.entry-content-name h4
{
color: white;
}
.black_version .post{
color: white;
}
body.single-gallery.vertical-scroll .main-container {
opacity: 1;
} dl.gallery-item a {
display: block;
line-height: 0;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
dl.gallery-item a:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
-ms-opacity: 0.7;
-o-opacity: 0.7;
opacity: 0.7;
-webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.75);
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
dl.gallery-item a img {
width: 100%;
height: auto;
}
dl.gallery-item {
padding-left: 5px;
padding-right: 5px;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .sly .video-container {
padding-left: 56.25%;
padding-right: 30px; 
height: 100%; 
overflow: hidden;
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
}
.sly  .video-container iframe,
.sly  .video-container object,
.sly  .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-gallery .custom-link, .single-gallery .custom-link a  {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 10;
cursor: pointer;
}
.single-gallery .custom-link .icon-link {
width: 100%;
height: 100%;
text-align: center;
position: absolute;
opacity: 0;
background-color: transparent;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.single-gallery  .custom-link:hover .icon-link {
opacity: 1;
background-color: rgba(255, 255, 255, 0.7);
}
.single-gallery  .custom-link .icon-link:before {
top: 50%;
width: 100%;
left: 0;
position: absolute;
margin-top: -25px;
font-size: 50px;
color: black;
}
.single-gallery.sly .frame ul li {
overflow: hidden;
}
.collapse-btn.collapsed {
margin-left: -60px;
}
.single-gallery .entry-header {
z-index: 11;
position: relative;
}
.slideshow-gal-full {
display: none;
}
.slideshow-gal-full  {
position: fixed;
top: 0;
left: 0;
z-index: 10000;
background: black;
}
.slideshow-gal-full  .mc-image  {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.single-gallery.sly #show-gal-slideshow {
position: absolute;
margin-top: -24px;
right: 50%;
top: -13px;
}
#show-gal-slideshow {
background: rgba(255,255,255,1);
z-index: 10;
font-size: 16px;
font-family: Lato;
cursor: pointer;
opacity: 0.5;
-webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.4s ease-in-out; 
-o-transition: all 0.4s ease-in-out; 
transition: all 0.4s ease-in-out;
}
#show-gal-slideshow:hover {
-webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.4s ease-in-out; 
-o-transition: all 0.4s ease-in-out; 
transition: all 0.4s ease-in-out;
opacity: 1;
}
#show-gal-slideshow:before {
font-size: 40px;
color: white;
margin-left: 5px;
margin-top: 2px;
}
#show-gal-slideshow {
border-radius: 50%;
border: 3px solid white;
height: 50px;
width: 50px;
text-align: center;
}
.single-gallery.sly .entry-header {
overflow: hidden;
}
.single-gallery.sly #show-gal-slideshow:hover {
top: 24px;
}
.animated {
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.next-slide-image, .prev-slide-image, .slide-close, .slide-playpause {
color: white;
z-index: 1000;
position: absolute;
font-size: 30px;
cursor: pointer;
opacity: 0.7;
-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;
}
.slide-playpause.icon-pause:before {
font-weight: 700;
padding-top: 2px;
}
.slide-playpause {
right: 50px;
top: 10px;
}
.slide-close {
top: 10px;
right: 10px;
}
.next-slide-image {
right: 0;
top: 50%;
margin-top: -15px;
}
.prev-slide-image {
left: 0;
top: 50%;
margin-top: -15px;
}
div.mc-image { -webkit-transition: opacity 1s ease-in-out; 
-moz-transition: opacity 1s ease-in-out; 
-o-transition: opacity 1s ease-in-out; 
transition: opacity 1s ease-in-out; -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:center center;
background-repeat:no-repeat;
height:100%;
overflow:hidden;
width:100%;
}
.mc-old-browser .mc-image {
overflow: hidden;
}
.single-gallery #show-gal-slideshow:before {
color: black;
}
.single-gallery #show-gal-slideshow {
position: absolute;
top: 10px;
left: calc(50% + 150px);
border: solid black;
margin-left: -25px;
z-index: 100;
}
.single-gallery .no-gallery-sidebar  #show-gal-slideshow {
position: absolute;
top: 10px;
left: 50%;
border: solid black;
margin-left: -25px;
}
.single-gallery.folio #show-gal-slideshow:before { }
.single-gallery.folio #show-gal-slideshow {
position: absolute;
top: 10px;
left: calc(50% + 150px); margin-left: -25px;
}
.single-gallery.folio .no-gallery-sidebar  #show-gal-slideshow {
position: absolute;
top: 10px;
left: 50%; margin-left: -25px;
}
.mosaic-view.gallery-mosaic-view {
position: relative;
}
.single-gallery.mosaic #show-gal-slideshow,
.single-gallery.vertical-scroll #show-gal-slideshow
{   
position: relative;
margin: auto;
left: initial;
top: initial;
margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
.slide-playpause {
left: 50px;
}
.slide-close {
left: 10px;
}
.sly #show-gal-slideshow {
left: 4px;
top: 30px;
height: 40px;
width: 40px;
}
.sly #show-gal-slideshow:before {
font-size: 30px;
}
.single-gallery #show-gal-slideshow {
left: 50%;
}
.single.single-gallery.folio #show-gal-slideshow {
left: 50%;
}
}
.single-gallery.vertical-scroll .single-gallery-bottom, .single-gallery.folio .single-gallery-bottom,
.single-gallery.clasic .single-gallery-bottom
{
margin-top: 30px;
}
section#main>.main-container.protected-gallery {
margin: 20px 0px;
}
.single-gallery footer#colophon {
clear: both;
}@media only screen and (min-width: 240px) and (max-width: 766px){
#header-container > div.row > div:first-child {
float: none;
}
.single-title-container > div.the-title{
display: block;
width: 100%;
clear: both;
}
.single-title-container > div.title-left{
width: 100%;
clear: both;
display: block;
margin-bottom: 20px;
}
.single-title-delimiter ul.single-controls{
margin-bottom: 20px;
}
.single-title-delimiter h2{
width: 100%;
}
#slider .padit{
display: none;
}
.widget:last-child{margin-bottom: 50px;}
#page.boxed div.row_no_margin > .columns:first-child, #page div.row_no_margin > .columns:first-child{
padding-left: 15px;
}
#page.boxed div.row_no_margin > .columns:last-child, #page div.row_no_margin > .columns:last-child{
padding-right: 15px;
}
.list-view article .full-thumb{
padding-right: 15px;
}
.columns{
padding: 0 15px;
}
#header-container > .row{
display: block;
}
#header-container > .row > .columns{
display: block;
float: none !important;
margin-bottom: 15px;
}
.sidebar-left, .sidebar-right{
background: none;
}
#page{
border: 0 none !important;
}
section#main > .row > .columns > .row > .columns{
margin-bottom: 30px;
}
#slider-controls-carousel, .flex-caption, .flex-direction-nav{
display: none;
}
#page.boxed #header-container > .row, #page.boxed > section > .row, #page.boxed > footer > .row, #page.boxed #header-container > div.full_width_row > .row, #page.boxed > section > div.full_width_row > .row, #page.boxed > footer > div.full_width_row > .row{
padding: 0;
}
.post-motiv{padding-bottom: 15px;}
.sf-menu.top-menu > li{
clear: both;
width: 100%;
}
.sf-menu.top-menu > li > a{
padding: 0;
}
.top-menu > li:after{
background: none;
}
article.post .entry-info ul li{
border: 0 none;
padding: 0;
clear: both;
}
.popular-tags > ul > li{
width: 33.3%;
float: left;
display: block;
}
.popular-tags > ul > li:first-child > a{
border-left: 1px solid #DDDDDD;
padding-left: 10px;
}
.popular-tags > ul > li:first-child{
padding: 0 0 0 7px;
}
.widget .tabs-controller li{
font-size: 12px;
}
.popular-tags{
padding-left: 15px;
}
.popular-tags ul{
margin: 0;
}
}@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-ext-300.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-300.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-ext-400.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-ext-700.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-1/lato-normal-latin-700.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-2/lato-normal-latin-ext-400.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src:     url(https://www.georgios-photography.de/demo2014/wp-content/uploads/omgf/cosmo-gfont-2/lato-normal-latin-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}#galleria-loader{height:1px!important}
.galleria-container {
position: relative;
overflow: hidden;
}
.galleria-container img {
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
.galleria-stage {
position: absolute;
top: 10px;
bottom: 60px;
left: 10px;
right: 10px;
overflow:hidden;
}
.galleria-thumbnails-container {
height: 50px;
bottom: 0;
position: absolute;
left: 10px;
right: 10px;
z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
margin-left: 30px;
margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
height: 60px;
width: 60px;
background: #000;
margin: 0 5px 0 0;
border: 1px solid #000;
float: left;
cursor: pointer;
}
.galleria-counter {
position: absolute;
bottom: 10px;
left: 10px;
text-align: right;
color: #fff;
font: normal 11px/1 arial,sans-serif;
z-index: 1;
}
body.black-skin .galleria-counter{
color: #333;
}
.galleria-loader {
background: #000;
width: 20px;
height: 20px;
position: absolute;
top: 10px;
right: 10px;
z-index: 2;
display: none;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
width: 50%;
top: 15px;
left: 15px;
z-index: 2;
position: absolute;
}
.galleria-info-text {
background-color: #000;
padding: 12px;
display: none; zoom:1;
}
.galleria-info-title {
font: bold 12px/1.1 arial,sans-serif;
margin: 0;
color: #fff;
margin-bottom: 7px;
}
.galleria-info-description {
font: italic 12px/1.4 georgia,serif;
margin: 0;
color: #bbb;
}
.galleria-info-close {
width: 9px;
height: 9px;
position: absolute;
top: 5px;
right: 5px;
background-position: -753px -11px;
opacity: .5;
filter: alpha(opacity=50);
cursor: pointer;
display: none;
}
.notouch .galleria-info-close:hover{
opacity:1;
filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
opacity:1;
filter: alpha(opacity=100);
}
.galleria-info-link {
background-position: -669px -5px;
opacity: .7;
filter: alpha(opacity=70);
position: absolute;
width: 20px;
height: 20px;
cursor: pointer;
background-color: #000;
}
.notouch .galleria-info-link:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
opacity: 1;
filter: alpha(opacity=100);
}
.galleria-image-nav {
position: absolute;
top: 50%;
margin-top: -62px;
width: 100%;
height: 62px;
left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
opacity: .3;
filter: alpha(opacity=30);
cursor: pointer;
width: 62px;
height: 124px;
position: absolute;
left: 10px;
z-index: 2;
background-position: 0 46px;
}
.galleria-image-nav-right {
left: auto;
right: 10px;
background-position: -254px 46px;
z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
opacity: 1;
filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
cursor: pointer;
display: none;
background-position: -495px 5px;
position: absolute;
left: 0;
top: 0;
height: 40px;
width: 23px;
z-index: 3;
opacity: .8;
filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
background-position: -578px 5px;
border-right: none;
right: 0;
left: auto;
}
.galleria-thumbnails-container .disabled {
opacity: .2;
filter: alpha(opacity=20);
cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
opacity: 1;
filter: alpha(opacity=100);
background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
opacity: .2;
filter: alpha(opacity=20);
background-color: transparent;
}
.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
background-image: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/images/classic-map.png);
background-repeat: no-repeat;
}
.clasic #galleria .galleria-thumbnails {margin: 0 auto;}.mejs-container {
position: relative;
font-family: Helvetica, Arial;
text-align: left;
vertical-align: top;
text-indent: 0;
}
.me-plugin {
position: absolute;
}
.mejs-embed, .mejs-embed body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
} .mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
}
.mejs-poster img {
border: 0;
padding: 0;
border: 0;
display: block;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button { 
background-image: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
background-position: 0 -100px ;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(0, 0, 0, 0.9);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
display: block;
width: 80px;
height: 80px;
background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/loading.gif) 50% 50% no-repeat;
}  .mejs-container .mejs-controls {
position: absolute;
background: none;
list-style-type: none;
margin: 0;
padding: 0;
bottom: 0;
left: 0;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: #f1f1f1;
height: 30px;
width: 100%;
}
.mejs-container .mejs-controls  div {
list-style-type: none;
background-image: none;
display: block;
float: left;
margin: 0;
padding: 0;
width: 26px;
height: 26px;
font-size: 11px;
line-height: 11px;
background: 0;
font-family: Helvetica, Arial;
border: 0;
}
.mejs-controls .mejs-button button {
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
text-decoration: none;
margin: 7px 5px;
padding: 0;
position: absolute;
height: 16px;
width: 16px;
border: 0;
background: transparent url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/controls.svg) no-repeat;
box-shadow: 0 0;
}
.no-svg .mejs-controls .mejs-button button { 
background-image: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/controls.png);
} .mejs-controls .mejs-button button:focus {
outline: solid 1px yellow;
}  .mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 17px;
width: auto;
padding: 8px 3px 0 3px ;
overflow: hidden;
text-align: center;
padding: auto 4px;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
font-size: 11px;
color: #888;
line-height: 12px;
display: block;
float: left;
margin: 2px 2px 0 0;
width: auto;
}  .mejs-controls .mejs-play button {
background-position: 0 0;
}
.mejs-controls .mejs-pause button {
background-position: 0 -16px;
}  .mejs-controls .mejs-stop button {
background-position: -112px 0;
}  .mejs-controls div.mejs-time-rail {
width: 200px;
padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
display: block;
position: absolute;
width: 180px;
height: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 5px;
background: #c7c7c7;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
width: 100%;
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 15px 15px;
-moz-background-size: 15px 15px;
-o-background-size: 15px 15px;
background-size: 15px 15px;
-webkit-animation: buffering-stripes 2s linear infinite;
-moz-animation: buffering-stripes 2s linear infinite;
-ms-animation: buffering-stripes 2s linear infinite;
-o-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #c7c7c7;
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
width: 0;
background: #999;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 10px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: solid 2px #333;
top: -2px;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
position: absolute;
display: none;
background: #eee;
width: 36px;
height: 17px;
border: solid 1px #333;
top: -26px;
margin-left: -18px;
text-align: center;
color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 2px;
width: 30px;
display: block;
text-align: center;
left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 5px #eee;
border-color: #eee transparent transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 15px;
left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
left: 18px;
}   .mejs-controls .mejs-fullscreen-button button {
background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
background-position: -32px -16px;
}  .mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 115px;
width: 25px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(50, 50, 50, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -115px;
left: 0;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
} .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.5);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
position: absolute;
left: 4px;
top: -3px;
width: 16px;
height: 6px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
cursor: N-resize;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
} .mejs-controls div.mejs-horizontal-volume-slider {
height: 26px;
width: 60px;
position: relative;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;	
background: #FFF;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #c7c7c7;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}  .mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button button {
background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px 0;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
z-index: 1;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #222;
background: rgba(0, 0, 0, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #333;
border-bottom: solid 1px #333;
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover { background: #666;
background: rgba(102,102,102, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
font-size: 12px;
font-weight: bold;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0 0 3px 0;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px 0;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align:center; line-height: 22px;
font-size: 12px;
color: #fff;
}
.mejs-captions-layer  a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
left: 0;
}
.mejs-captions-position-hover {
bottom: 45px;
}
.mejs-captions-text {
padding: 3px 5px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(20, 20, 20, 0.8);
} .mejs-clear {
clear: both;
} .me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: bold;
}
.me-cannotplay span {
padding: 15px;
display: block;
}  .mejs-controls .mejs-loop-off button {
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
background-position: -64px 0;
}  .mejs-controls .mejs-backlight-off button {
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
background-position: -80px 0;
}  .mejs-controls .mejs-picturecontrols-button {
background-position: -96px 0;
}  .mejs-contextmenu {
position: absolute;
width: 150px;
padding: 10px;
border-radius: 4px;
top: 0;
left: 0;
background: #fff;
border: solid 1px #999;
z-index: 1001; }
.mejs-contextmenu .mejs-contextmenu-separator {
height: 1px;
font-size: 0;
margin: 5px 6px;
background: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item {
font-family: Helvetica, Arial;
font-size: 12px;
padding: 4px 6px;
cursor: pointer;
color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
background: #2C7C91;
color: #fff;
} .mejs-controls .mejs-sourcechooser-button {
position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 10px;
}  .mejs-postroll-layer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(50,50,50,0.7);
z-index: 1000;
overflow: hidden;
}
.mejs-postroll-layer-content {
width: 100%;
height: 100%;
}
.mejs-postroll-close {
position: absolute;
right: 0;
top: 0;
background: url(//www.georgios-photography.de/demo2014/wp-content/themes/tripod/video-audio-player/mediaelement/background.png);
background: rgba(50,50,50,0.7);
color: #fff;
padding: 4px;
z-index: 100;
cursor: pointer;
}