.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;
}body { background:url(/static/themes/theme46786/images/body.jpg) repeat 50% 0%; }
@media (max-width: 767px) {
body { padding:0; }
}
h1 {
margin-bottom:36px;
padding:0 0 15px 0 !important;
border-bottom:1px solid #e5e5e5;
text-transform:uppercase;
}
h1 a {
text-decoration:none !important;
color:#434343;
}
h1 a:hover { color:#73b15e; }
h2 {
letter-spacing:-1px;
text-transform:uppercase;
}
h2 a {
text-decoration:none !important;
color:#434343;
}
h2 a:hover { color:#73b15e; }
h3 {
margin-bottom:36px;
padding:0 0 15px 0 !important;
border-bottom:1px solid #e5e5e5;
text-transform:uppercase;
}
h3 a {
text-decoration:none !important;
color:#434343;
}
h3 a:hover { color:#73b15e; }
h4 {
margin-bottom:18px;
text-transform:uppercase;
}
h4 strong {
display:block;
padding:9px 0 0 0;
font-weight:700;
}
h4 img { margin-top:-4px !important; }
h5 { text-transform:uppercase; }
h5 a {
text-decoration:none !important;
color:#484848;
}
h5 a:hover { color:#73b15e; }
h6 a {
text-decoration:none !important;
color:#484848;
}
h6 a:hover { color:#73b15e; }
h6 strong {
display:block;
padding:3px 0 7px 0;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
background:#f8f8f8;
min-height:46px;
margin:0;
padding:12px 19px !important;
border:1px solid #e5e5e5;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
resize:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:400;
color:#9d9d9d;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
min-height:20px;
line-height:20px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
background:#73b15e url(/static/themes/theme46786/images/submit_arrow.png) no-repeat 100% 18px;
height:42px;
margin:0;
padding:0 36px 0 19px;
border:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-shadow:none;
text-transform:uppercase;
color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus { background:#73b15e url(/static/themes/theme46786/images/submit_arrow.png) no-repeat 100% 18px; }
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover { background-color:#434343; }
p { margin:0 0 21px 0; }
img.alignnone {
margin:0 0 24px 0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
a img.alignnone { margin:0 0 24px 0; }
img.alignleft {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
img.alignright {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.header {
background:url(/static/themes/theme46786/images/header.png) repeat-x 0% 0%;
margin:0;
padding:57px 0 0 0;
border:none;
}
@media (max-width: 767px) {
.header {
padding:37px 20px 37px 20px;
text-align:center;
}
}
.header .logo { margin:0 0 43px 60px; }
@media (min-width: 768px) and (max-width: 979px) {
.header .logo { width:100%; }
}
@media (max-width: 767px) {
.header .logo {
float:none;
margin:0 0 20px 0;
}
}
html.ie8 .header .logo { width:100%; }
.header .logo img {
float:left;
margin:0 10px 0 0;
}
@media (max-width: 767px) {
.header .logo img {
float:none;
margin:0 0 10px 0;
}
}
.header .logo .logo_h__txt {
float:left;
margin:-6px 8px 0 0;
padding:0 !important;
border:none;
letter-spacing:-1px;
font-weight:500 !important;
text-transform:uppercase;
}
.header .logo .logo_h__txt a:hover { color:#f9f9f9; }
.header .logo p {
float:left;
width:325px;
margin:35px 100px 0 0;
line-height:20px;
font-family:'Raleway', sans-serif;
}
.header .logo p .little {
margin-left:5px;
text-transform:lowercase;
color:black;
font-size:16px;
text-shadow:1px 1px #056A4D;
}
.header .logo p .big {
margin-left:5px;
text-transform:uppercase;
font-size:26px;
color:#f9f9f9;
font-weight:900;
text-shadow:2px 2px #056A4D;
}
@media (max-width: 767px) {
.header .logo p {
float:none;
width:auto;
margin:0;
}
}
html.ie8 .header .logo p { width:145px; }
@media (min-width: 768px) and (max-width: 979px) {
.header .tagline { width:100%; }
}
@media (max-width: 979px) {
.header .tagline {
float:none;
margin:0 0 20px 0;
display:none;
}
}
.header .tagline p {
float:left;
width:325px;
margin:35px 100px 0 0;
line-height:20px;
font-family:'Raleway', sans-serif;
}
.header .tagline p .little {
margin-left:5px;
text-transform:lowercase;
color:black;
font-size:16px;
text-shadow:1px 1px #056A4D;
}
.header .tagline p .big {
margin-left:5px;
text-transform:uppercase;
font-size:26px;
color:#f9f9f9;
font-weight:900;
text-shadow:2px 2px #056A4D;
}
.header .nav__primary { margin:0; }
.header .nav__primary .sf-menu { float:left; }
.header .nav__primary .sf-menu ul {
background:#6ea95b;
width:166px;
padding:0 0 1px 0;
}
.header .nav__primary .sf-menu > li {
background:url(/static/themes/theme46786/images/header_line.png) repeat-y 100% 0%;
padding:0 1px 0 0;
}
.header .nav__primary .sf-menu > li:first-child a {
padding:23px 24px 0 24px;
font-size:0;
}
.header .nav__primary .sf-menu > li:first-child a:before {
display:inline-block;
margin:-2px 0 0 0;
vertical-align:top;
font-family:FontAwesome;
font-size:16px;
font-weight:400;
color:#f9f9f9;
content:'\f015';
}
html.ie8 .header .nav__primary .sf-menu > li:first-child a { padding:23px 24px 0 24px; }
.header .nav__primary .sf-menu > li > a {
height:36px;
padding:23px 39px 0 40px;
border:none;
text-transform:uppercase;
text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
.header .nav__primary .sf-menu > li > a { padding:23px 19px 0 20px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:23px 34px 0 35px; }
.header .nav__primary .sf-menu > li li {
background:url(/static/themes/theme46786/images/menu_line.png) repeat-x 0% 0%;
padding:1px 0 0 0;
}
.header .nav__primary .sf-menu > li li a {
background:#fff;
padding:21px 22px 20px 22px;
border:none;
line-height:18px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-align:left;
text-transform:uppercase;
text-decoration:none;
color:#6ea95a;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none !important; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
margin:0 0 0 -83px;
top:59px;
left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
margin:0;
top:0;
left:167px;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
background:#fff;
color:#73b15e;
}
.header .nav__primary .sf-menu > li > a:hover:before, .header .nav__primary .sf-menu > li.sfHover> a:before, .header .nav__primary .sf-menu > li.current-menu-item > a:before, .header .nav__primary .sf-menu > li.current_page_item > a:before { color:#73b15e; }
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
background:#6ea95b;
color:#fff;
}
.header .nav__primary .sf-menu a.sf-with-ul { padding-right:66px; }
html.ie8 .header .nav__primary .sf-menu a.sf-with-ul { padding-right:66px; }
@media (min-width: 768px) and (max-width: 979px) {
.header .nav__primary .sf-menu a.sf-with-ul { padding-right:46px; }
}
.header .nav__primary .sf-sub-indicator {
background:url(/static/themes/theme46786/images/menu_arrow.png) no-repeat 0% 0%;
width:7px;
height:5px;
top:30px;
right:40px;
}
@media (min-width: 768px) and (max-width: 979px) {
.header .nav__primary .sf-sub-indicator { right:20px; }
}
.header .nav__primary a:focus > .sf-sub-indicator, .header .nav__primary a:hover > .sf-sub-indicator, .header .nav__primary a:active > .sf-sub-indicator, .header .nav__primary li:hover > a > .sf-sub-indicator, .header .nav__primary li.sfHover > a > .sf-sub-indicator { background-position:0% -5px; }
.header .social-nets-wrapper {
width:100%;
overflow:hidden;
padding:4px 0 0 0;
}
@media (max-width: 767px) {
.header .social-nets-wrapper { padding:0 0 20px 0; }
}
.header .social-nets-wrapper b {
float:right;
margin:0 14px 0 0;
line-height:26px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
color:#f9f9f9;
}
@media (max-width: 767px) {
.header .social-nets-wrapper b { display:none; }
}
.header .social-nets-wrapper ul {
float:right;
margin:0;
padding:0;
}
@media (max-width: 767px) {
.header .social-nets-wrapper ul { float:none; }
}
.header .social-nets-wrapper ul li {
float:left;
margin:0 0 0 5px;
padding:0;
list-style:none;
}
@media (max-width: 767px) {
.header .social-nets-wrapper ul li {
display:inline-block;
float:none;
margin:0 2px 0 2px;
vertical-align:top;
}
}
.header .social-nets-wrapper ul li a { float:left; }
.header .social-nets-wrapper ul li a:hover:before { color:#434343; }
.header .social-nets-wrapper ul li a:before {
display:inline-block;
opacity:0.7;
filter:alpha(opacity=70);
vertical-align:top;
line-height:24px;
font-family:FontAwesome;
font-size:24px;
color:#f9f9f9;
}
.header .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d4'; }
.header .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f082'; }
.header .social-nets-wrapper ul li a[title="twitter"]:before { content:'\f081'; }
.header .social-nets-wrapper ul li a img { display:none; }
.header .header_line { background:url(/static/themes/theme46786/images/header_line.png) repeat-x 0% 0%; }
@media (max-width: 1200px) {
.header .search-box { display:none; }
}
.header form#search-header {
background:#fff;
width:270px;
height:35px;
margin:12px 0 0 0;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
@media (min-width: 979px) and (max-width: 1200px) {
.header form#search-header { width:220px; }
}
html.ie8 .header form#search-header { width:220px; }
@media (min-width: 768px) and (max-width: 979px) {
.header form#search-header { width:166px; }
}
.header form#search-header input[type="text"] {
background:none;
float:left;
width:237px;
min-height:35px;
padding:6px 12px !important;
border:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
.header form#search-header input[type="text"] { width:187px; }
}
html.ie8 .header form#search-header input[type="text"] { width:187px; }
@media (min-width: 768px) and (max-width: 979px) {
.header form#search-header input[type="text"] { width:133px; }
}
.header form#search-header input[type="submit"], .header form#search-header input[type="reset"] {
background:url(/static/themes/theme46786/images/search_submit.png) no-repeat 0% 0%;
float:left;
width:33px;
height:35px;
margin:0;
padding:0;
border:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
line-height:0;
font-size:0;
}
.header form#search-header input[type="submit"]:focus, .header form#search-header input[type="reset"]:focus {
background:url(/static/themes/theme46786/images/search_submit.png) no-repeat 0% 0%;
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
.header form#search-header input[type="submit"]:hover, .header form#search-header input[type="reset"]:hover {
background-position:0% -35px;
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
#slider-wrapper {
overflow:visible;
margin:0 0 50px 0;
}
@media (max-width: 480px) {
#slider-wrapper { display:none; }
}
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_target_content { overflow:visible; }
#slider-wrapper .camera_thumbs {
position:absolute;
top:0;
left:0;
}
@media (max-width: 767px) {
#slider-wrapper .camera_thumbs { display:none; }
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_pag {
position:absolute;
top:10px;
left:10px;
}
#slider-wrapper .camera_pag ul li {
width:28px;
height:28px;
margin:0 2px 0 0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-indent:0;
}
#slider-wrapper .camera_pag ul li.cameracurrent span {
background:#73b15e;
color:#f2f2f2;
}
#slider-wrapper .camera_pag ul li:hover span {
background:#73b15e;
color:#f2f2f2;
}
#slider-wrapper .camera_pag ul li span {
background:#f2f2f2;
width:28px;
height:28px;
margin:0 2px 0 0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
line-height:26px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-indent:0;
text-align:center;
color:#73b15e;
top:0;
left:0;
}
#slider-wrapper .camera_caption {
background:#73b15e;
width:370px;
height:100%;
position:absolute;
top:0;
right:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
#slider-wrapper .camera_caption { width:297px; }
}
html.ie8 #slider-wrapper .camera_caption { width:297px; }
@media (min-width: 768px) and (max-width: 979px) {
#slider-wrapper .camera_caption { width:229px; }
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption { width:32%; }
}
#slider-wrapper .camera_caption div {
background:none;
padding:76px 50px 0 50px;
}
@media (min-width: 979px) and (max-width: 1200px) {
#slider-wrapper .camera_caption div { padding:45px 20px 20px 20px; }
}
html.ie8 #slider-wrapper .camera_caption div { padding:45px 20px 20px 20px; }
@media (min-width: 768px) and (max-width: 979px) {
#slider-wrapper .camera_caption div { padding:20px 20px 20px 20px; }
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption div { padding:10px; }
}
#slider-wrapper .camera_caption strong {
background:url(/static/themes/theme46786/images/title_line.png) no-repeat 0% 100%;
display:block;
margin:0 0 24px 0;
padding:0 0 29px 0;
letter-spacing:-1px;
line-height:40px;
font-family:'Raleway', sans-serif;
font-size:42px;
font-weight:300;
text-transform:uppercase;
color:#f9f9f9;
}
@media (min-width: 979px) and (max-width: 1200px) {
#slider-wrapper .camera_caption strong {
line-height:30px;
font-size:36px;
}
}
html.ie8 #slider-wrapper .camera_caption strong {
line-height:30px;
font-size:36px;
}
@media (min-width: 768px) and (max-width: 979px) {
#slider-wrapper .camera_caption strong {
background:none;
margin:0 0 10px 0;
padding:0;
line-height:20px;
font-size:26px;
}
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption strong {
margin:0 0 5px 0;
padding:0 0 12px 0;
line-height:21px;
font-size:21px;
}
}
#slider-wrapper .camera_caption p {
margin:0 0 25px 0;
color:white;
}
@media (min-width: 768px) and (max-width: 979px) {
#slider-wrapper .camera_caption p { margin:0 0 15px 0; }
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption p {
max-height:42px;
overflow:hidden;
margin:0 0 10px 0;
}
}
#slider-wrapper .camera_caption a {
background:#fff;
display:inline-block;
position:relative;
height:42px;
margin:0 0 0 3px;
padding:0 35px 0 19px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:2px 2px 2px #5c8e4b;
-moz-box-shadow:2px 2px 2px #5c8e4b;
box-shadow:2px 2px 2px #5c8e4b;
letter-spacing:1px;
line-height:46px;
vertical-align:top;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
color:#73b15e;
}
@media (min-width: 768px) and (max-width: 979px) {
#slider-wrapper .camera_caption a { margin:0; }
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption a {
margin:0;
padding:0 30px 0 14px;
font-size:10px;
}
}
#slider-wrapper .camera_caption a:hover {
background:#434343;
color:#fff;
}
#slider-wrapper .camera_caption a:before {
line-height:18px;
font-family:FontAwesome;
font-size:12px;
font-weight:400;
position:absolute;
top:13px;
right:20px;
content:'\f105';
}
@media (max-width: 767px) {
#slider-wrapper .camera_caption a:before { right:15px; }
}
#slider-wrapper .camera_next {
margin:0;
top:10px;
right:10px;
}
#slider-wrapper .camera_prev {
margin:0;
top:10px;
right:92px;
left:auto;
}
#slider-wrapper .camera_commands {
margin:0;
top:10px;
right:51px;
}
.content-holder {
background:#fff;
width:100%;
overflow:hidden;
margin:0;
padding:45px 0 45px 0;
}
@media (max-width: 767px) {
.content-holder {
width:auto;
padding:45px 20px 45px 20px;
}
}
body.home .content-holder { padding:45px 0 0 0; }
@media (max-width: 767px) {
body.home .content-holder { padding:45px 20px 0 20px; }
}
.content-holder .search-form input[type="text"] { min-height:42px; }
@media (min-width: 979px) and (max-width: 1200px) {
.search-form input[type="text"] { width:180px; }
}
html.ie8 .search-form input[type="text"] {
width:180px;
min-height:16px;
line-height:16px;
}
@media (min-width: 768px) and (max-width: 979px) {
.search-form input[type="text"] { width:115px; }
}
@media (max-width: 480px) {
.search-form input[type="text"] { width:130px; }
}
#sidebar .widget { margin-bottom:78px; }
#sidebar ul {
margin:0;
padding:0;
}
#sidebar ul li {
background:url(/static/themes/theme46786/images/marker.png) no-repeat 0% 5px;
margin:0;
padding:0 0 10px 14px;
list-style:none;
line-height:18px;
font-size:12px;
font-weight:700;
color:#73b15e;
}
#sidebar ul li a {
text-decoration:underline;
color:#73b15e;
}
#sidebar ul li a:hover {
text-decoration:none;
color:#434343;
}
#sidebar ul li ul {
margin:0 0 -10px 0;
padding:10px 0 0 0;
}
#sidebar ul.social li {
background:none;
padding-left:0;
}
#sidebar ul.social li a { text-decoration:none !important; }
#sidebar ul.post-list { padding:6px 0 0 0; }
#sidebar ul.post-list li {
background:none;
margin:0 0 25px 0;
padding:30px 0 0 0;
border-top:1px solid #e5e5e5;
line-height:21px;
font-size:13px;
font-weight:400;
color:#9d9d9d;
}
#sidebar ul.post-list li:first-child {
padding:0;
border:none;
}
#sidebar ul.post-list li .thumbnail {
display:inline-block;
float:none;
margin:0 0 25px 0;
vertical-align:top;
}
@media (max-width: 767px) {
#sidebar ul.post-list li .thumbnail img {
width:100%;
height:auto;
}
}
#sidebar ul.post-list li time {
display:block;
margin:0 0 1px 0;
line-height:21px;
font-size:11px;
color:#73b15e;
}
#sidebar ul.post-list li time i {
margin:0 5px;
font-style:normal;
}
#sidebar ul.post-list li h4 {
margin:0 0 16px 0;
line-height:21px;
font-size:13px;
font-weight:700;
color:#484848;
}
#sidebar ul.post-list li h4 a {
text-decoration:none;
color:#484848;
}
#sidebar ul.post-list li h4 a:hover {
text-decoration:none;
color:#73b15e;
}
#sidebar ul.post-list li div.excerpt { margin:0; }
div.list.arrow-list { padding:1px 0 18px 0; }
div.list.arrow-list ul {
margin:0;
padding:0;
}
div.list.arrow-list ul li {
background:url(/static/themes/theme46786/images/marker.png) no-repeat 0% 6px;
margin:0;
padding:0 0 10px 14px;
list-style:none;
line-height:18px;
font-size:12px;
font-weight:700;
}
div.list.arrow-list ul li:before { display:none; }
div.list.arrow-list ul li a {
text-decoration:underline;
color:#73b15e;
}
div.list.arrow-list ul li a:hover {
text-decoration:none;
color:#434343;
}
div.list.arrow-list ul li ul {
margin:0 0 -10px 0;
padding:10px 0 0 0;
}
.service-box {
background:none;
margin:0 0 47px 0;
padding:0 15px;
border:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
.service-box { padding:0; }
}
.service-box:hover .icon img { margin:-91px 0 0 0; }
.service-box .icon {
float:none;
width:100%;
height:91px;
overflow:hidden;
margin:0 0 22px 0;
}
.service-box .icon img { vertical-align:top; }
.service-box h5 {
background:url(/static/themes/theme46786/images/title_line_1.png) no-repeat 50% 100%;
margin:0 0 20px 0;
padding:0 0 31px 0;
line-height:24px;
font-family:'Raleway', sans-serif;
font-size:24px;
font-weight:700;
text-transform:uppercase;
color:#434343;
}
.service-box .service-box_txt { margin:0 0 25px 0; }
.service-box .btn-align { text-align:center; }
a.btn-primary {
background:#73b15e;
display:inline-block;
position:relative;
height:42px;
margin:0 0 3px 0;
padding:0 35px 0 19px;
border:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
letter-spacing:1px;
line-height:46px;
vertical-align:top;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
color:#fff;
}
a.btn-primary:focus {
background:#73b15e;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
a.btn-primary:hover {
background:#434343;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
a.btn-primary:before {
line-height:18px;
font-family:FontAwesome;
font-size:12px;
font-weight:400;
position:absolute;
top:13px;
right:20px;
content:'\f105';
}
.sm_hr {
background:url(/static/themes/theme46786/images/line_hor.png) repeat-x 0% 0%;
position:relative;
height:4px;
overflow:visible;
margin:0;
}
.sm_hr:before {
background:url(/static/themes/theme46786/images/line_hor.png) repeat-x 0% 0%;
width:100%;
height:4px;
overflow:hidden;
position:absolute;
top:0;
left:-100%;
content:'';
}
.sm_hr:after {
background:url(/static/themes/theme46786/images/line_hor.png) repeat-x 0% 0%;
width:100%;
height:4px;
overflow:hidden;
position:absolute;
top:0;
right:-100%;
content:'';
}
.hr {
background:url(/static/themes/theme46786/images/line_hor_1.png) repeat-x 0% 0%;
position:relative;
height:5px;
overflow:visible;
margin:0 0 51px 0;
}
.hr:before {
background:url(/static/themes/theme46786/images/line_hor_1.png) repeat-x 0% 0%;
width:100%;
height:5px;
overflow:hidden;
position:absolute;
top:0;
left:-100%;
content:'';
}
.hr:after {
background:url(/static/themes/theme46786/images/line_hor_1.png) repeat-x 0% 0%;
width:100%;
height:5px;
overflow:hidden;
position:absolute;
top:0;
right:-100%;
content:'';
}
.box {
background:#f8f8f8;
position:relative;
padding:53px 0 76px 0;
}
.box:before {
background:#f8f8f8;
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
left:-100%;
content:'';
}
.box:after {
background:#f8f8f8;
width:100%;
height:100%;
overflow:hidden;
position:absolute;
top:0;
right:-100%;
content:'';
}
@media (max-width: 767px) {
.box .span3 { padding-bottom:30px; }
}
.box h2 {
margin-bottom:35px;
padding:0 0 15px 0;
border-bottom:1px solid #e5e5e5;
}
.box p { margin:0 0 26px 0; }
ul.news {
margin:0 !important;
overflow:visible;
}
ul.news li {
margin:0 0 24px 0;
padding:24px 0 0 0;
border-top:1px solid #e5e5e5;
}
ul.news li:first-child {
padding:0;
border:none;
}
ul.news li .thumbnail {
margin:6px 30px 0 0;
overflow:visible;
}
@media (min-width: 979px) and (max-width: 1200px) {
ul.news li .thumbnail { margin:6px 15px 0 0; }
}
html.ie8 ul.news li .thumbnail { margin:6px 15px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
ul.news li .thumbnail { margin:6px 15px 0 0; }
}
@media (max-width: 767px) {
ul.news li .thumbnail { margin:6px 15px 0 0; }
}
@media (max-width: 480px) {
ul.news li .thumbnail { width:auto; }
}
ul.news li span.meta {
display:block;
margin:0 0 1px 0;
line-height:21px;
font-size:11px;
color:#73b15e;
}
ul.news li h6 {
overflow:hidden;
margin:0 0 16px 0;
padding:0 15px 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
ul.news li h6 {
overflow:visible;
padding:0;
}
}
html.ie8 ul.news li h6 {
overflow:visible;
padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
ul.news li h6 {
overflow:visible;
padding:0;
}
}
@media (max-width: 767px) {
ul.news li h6 {
margin:0;
padding:0;
}
}
ul.news li .excerpt { margin:0; }
.carousel-wrap { padding:6px 0 0 0; }
.carousel-wrap ul li .featured-thumbnail { margin:0 0 25px 0; }
.carousel-wrap ul li h5 { margin-bottom:18px; }
.carousel-wrap ul li p.excerpt {
margin:0 0 25px 0;
color:#9d9d9d;
}
.carousel-wrap .es-nav {
background:#f8f8f8;
width:100px;
height:32px;
position:absolute;
top:-59px;
right:0;
}
.carousel-wrap .es-nav .es-nav-next {
background:url(/static/themes/theme46786/images/next.png) no-repeat 0% 0%;
width:32px;
height:32px;
margin:0;
opacity:1;
filter:alpha(opacity=100);
top:0;
right:2px;
}
.carousel-wrap .es-nav .es-nav-next:hover { background-position:0% -32px; }
.carousel-wrap .es-nav .es-nav-prev {
background:url(/static/themes/theme46786/images/prev.png) no-repeat 0% 0%;
width:32px;
height:32px;
margin:0;
opacity:1;
filter:alpha(opacity=100);
top:0;
right:37px;
}
.carousel-wrap .es-nav .es-nav-prev:hover { background-position:0% -32px; }
ul.team { padding:6px 0 18px 0; }
ul.team li { margin-bottom:0; }
@media (max-width: 767px) {
ul.team li {
width:100%;
overflow:hidden;
margin-bottom:20px;
}
}
ul.team li .thumbnail { margin:0 0 24px 0; }
@media (max-width: 767px) {
ul.team li .thumbnail { margin:0 20px 0 0; }
}
html.ie8 ul.team li .thumbnail img { max-width:inherit; }
@media (max-width: 767px) {
ul.team li .clear { display:none; }
}
ul.team li h5 { margin:0 0 18px 0; }
ul.team li p.excerpt { margin:0; }
.footer {
background:url(/static/themes/theme46786/images/footer_shadow.png) repeat-x 0% 0%;
margin:0;
padding:0;
border:none;
}
@media (max-width: 767px) {
.footer { padding:0 20px; }
}
.footer .footer-widgets {
background:url(/static/themes/theme46786/images/line.png) repeat-x 0% 100%;
padding:31px 0 32px 0;
}
.footer .footer-widgets ul.clients {
margin:0;
padding:0 0 0 12px;
line-height:0;
font-size:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
.footer .footer-widgets ul.clients {
margin:0 !important;
padding:0;
text-align:center;
}
}
html.ie8 .footer .footer-widgets ul.clients {
margin:0 !important;
padding:0;
text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
.footer .footer-widgets ul.clients {
margin:0 !important;
padding:0;
text-align:center;
}
}
@media (max-width: 767px) {
.footer .footer-widgets ul.clients {
margin:0 !important;
padding:0;
text-align:center;
}
}
.footer .footer-widgets ul.clients li {
background:url(/static/themes/theme46786/images/footer_line.png) repeat-y 0% 0%;
display:inline-block;
margin:0;
padding:14px 49px 15px 48px;
vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
.footer .footer-widgets ul.clients li { padding:14px 17px 15px 16px; }
}
html.ie8 .footer .footer-widgets ul.clients li { padding:14px 17px 15px 16px; }
@media (min-width: 768px) and (max-width: 979px) {
.footer .footer-widgets ul.clients li {
background:none;
padding:14px 3px 15px 3px;
}
}
@media (max-width: 767px) {
.footer .footer-widgets ul.clients li {
background:none;
padding:14px 3px 15px 3px;
}
}
.footer .footer-widgets ul.clients li:first-child { background:none; }
.footer .footer-widgets ul.clients li .thumbnail { margin:0; }
.footer .footer-widgets ul.clients li h6 { display:none; }
.footer .footer-text {
float:none;
margin:0;
padding:23px 0 23px 0;
line-height:18px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-align:center;
text-transform:uppercase;
color:#f8f8f8;
}
.footer .footer-text a {
text-decoration:none;
color:#f8f8f8;
}
.footer .footer-text a:hover {
text-decoration:none;
color:#434343;
}
.footer nav.footer-nav {
float:none;
width:100%;
overflow:hidden;
text-align:center;
}
.footer nav.footer-nav ul {
float:none;
margin:0;
padding:0;
}
.footer nav.footer-nav ul li {
display:inline-block;
float:none;
margin:0 4px 0 7px;
padding:0;
vertical-align:top;
list-style:none;
text-transform:uppercase;
}
.footer nav.footer-nav ul li.current-menu-item a {
text-decoration:none;
color:#434343;
}
.footer nav.footer-nav ul li a { text-decoration:none; }
.footer nav.footer-nav ul li a:hover {
text-decoration:none;
color:#434343;
}
.thumbnail {
padding:0;
border:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.thumbnail.large { margin-bottom:25px; }
.featured-thumbnail {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#e9e9e9; }
#back-top-wrapper p#back-top a span {
background-color:#636363;
margin:0;
}
.title-section { padding-bottom:14px; }
.title-section h1 { display:none; }
.title-section ul {
background:url(/static/themes/theme46786/images/content_line.png) repeat-x 0% 100%;
margin:0;
padding:2px 0 22px 0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
line-height:18px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
color:#9d9d9d;
}
.title-section ul li {
line-height:18px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
color:#9d9d9d;
}
.title-section ul li.divider {
margin:0 20px;
line-height:0;
font-size:0;
}
.title-section ul li.divider:before {
line-height:18px;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
color:#9d9d9d;
content:'|';
}
.title-section ul li.active { color:#73b15e; }
.title-section ul li a {
text-decoration:none;
color:#9d9d9d;
}
.title-section ul li a:hover {
text-decoration:none;
color:#73b15e;
}
.post-header h2 {
margin-bottom:41px;
padding:0 0 15px 0;
border-bottom:1px solid #e5e5e5;
}
.post_meta {
line-height:20px;
font-size:13px;
}
.post_meta i { color:#73b15e; }
.post_meta a {
text-decoration:none;
color:#9d9d9d;
}
.post_meta a:hover {
text-decoration:none;
color:#73b15e;
}
.post-author {
padding:40px 0 40px 0;
border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
.post-author p.post-author_gravatar { margin-bottom:5px; }
}
.post-author p.post-author_gravatar img {
background:none;
padding:0;
border:none;
}
.post_networks >ul { display:inline-block; }
.post_networks >ul >li { width:100%; }
.related-posts { padding:0 0 40px 0; }
.related-posts ul li {
line-height:21px;
font-size:13px;
color:#73b15e;
}
ol.comment-list li .comment-body {
background:none !important;
border:1px solid #e5e5e5;
}
ol.comment-list li .comment-body span.author {
line-height:21px;
font-size:13px;
font-weight:400;
text-align:left;
color:#73b15e;
}
@media (max-width: 480px) {
ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply a {
background:#73b15e;
display:inline-block;
position:relative;
height:42px;
margin:0 0 3px 0;
padding:0 35px 0 19px;
border:none;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
letter-spacing:1px;
line-height:46px;
vertical-align:top;
font-family:'Raleway', sans-serif;
font-size:12px;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
color:#fff;
}
ol.comment-list li .comment-body .reply a:focus {
background:#73b15e;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
ol.comment-list li .comment-body .reply a:hover {
background:#434343;
-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);
box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
ol.comment-list li .comment-body .reply a:before {
line-height:18px;
font-family:FontAwesome;
font-size:12px;
font-weight:400;
position:absolute;
top:13px;
right:20px;
content:'\f105';
}
ol.comment-list li .comment-body .comment-meta { line-height:42px; }
.cancel-comment-reply { padding:0 0 12px 0; }
.wpcf7-form .wpcf7-not-valid-tip { line-height:36px; }
.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] { margin:0 10px 0 0; }
.wpcf7-form .wpcf7-response-output {
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.filter-wrapper { padding:0 0 40px 0; }
.filter-wrapper ul { margin:0; }
#portfolio-grid li .thumbnail { margin:0 0 18px 0; }
#portfolio-grid li h3 {
margin:0 0 18px 0;
padding:0 !important;
border:none;
line-height:21px;
font-size:14px;
color:#383838;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
.extra-wrap h4 { margin:0 0 18px 0; }
span.dropcap {
background:none;
width:auto;
height:auto;
margin:6px 30px 10px 0;
}
.spacer { height:9px; }
.accordion { padding:6px 0 10px 0; }
.accordion .accordion-group {
margin:0 0 9px 0;
border:none;
}
.accordion .accordion-group .accordion-heading a {
background:#e5e5e5;
position:relative;
padding:16px 74px 14px 24px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
line-height:21px;
font-size:14px;
font-weight:700;
text-transform:uppercase;
text-decoration:none;
color:#383838;
}
.accordion .accordion-group .accordion-heading a:hover {
background:#73b15e;
text-decoration:none;
color:#f9f9f9;
}
.accordion .accordion-group .accordion-heading a:before {
background:url(/static/themes/theme46786/images/accordion.png) no-repeat 0% 0%;
display:block;
width:28px;
height:28px;
overflow:hidden;
position:absolute;
top:12px;
right:25px;
content:'';
}
.accordion .accordion-group .accordion-heading a.active {
background:#73b15e;
text-decoration:none;
color:#f9f9f9;
}
.accordion .accordion-group .accordion-heading a.active:before { background-position:0% -28px; }
.accordion .accordion-group .accordion-body div.accordion-inner {
padding:14px 24px 11px 24px;
border:none;
}
div.testimonials {
width:100%;
overflow:hidden;
padding:6px 0 17px 0;
}
div.testimonials .testi-item {
float:left;
width:270px;
margin:0 0 0 30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
div.testimonials .testi-item {
width:223px;
margin:0 0 0 15px;
}
}
html.ie8 div.testimonials .testi-item {
width:223px;
margin:0 0 0 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
div.testimonials .testi-item {
width:173px;
margin:0 0 0 10px;
}
}
@media (max-width: 767px) {
div.testimonials .testi-item {
width:100%;
margin:0;
}
}
div.testimonials .testi-item:first-child { margin:0; }
html.ie8 div.testimonials .testi-item:first-child { margin:0; }
div.testimonials .testi-item blockquote {
background:#f8f8f8;
margin:0 0 35px 0;
padding:19px 30px 24px 30px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
color:#9d9d9d;
}
@media (min-width: 768px) and (max-width: 979px) {
div.testimonials .testi-item blockquote { padding:15px; }
}
div.testimonials .testi-item blockquote:before {
background:url(/static/themes/theme46786/images/testi_corner.png) no-repeat 0% 0%;
display:block;
width:18px;
height:14px;
overflow:hidden;
border:none;
position:absolute;
left:37px;
bottom:-14px;
content:'';
}
div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
text-decoration:none;
color:#9d9d9d;
}
div.testimonials .testi-item blockquote a:hover {
text-decoration:none;
color:#383838;
}
div.testimonials .testi-item small.testi-meta { padding:0; }
div.testimonials .testi-item small.testi-meta span.user {
display:block;
line-height:21px;
font-size:14px;
font-weight:700;
text-transform:uppercase;
color:#383838;
}
@media (max-width: 767px) {
.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#73b15e; }
@media (max-width: 767px) {
.error404-holder h1 {
margin:0 !important;
padding:0 !important;
border:none;
}
}
.archive_lists ul { padding-bottom:30px; }
.type-clients .thumbnail.large { display:none; }
@media (max-width: 480px) {
.type-team .featured-thumbnail {
width:auto;
height:auto;
}
}
.thumbnail__client { background:none; }
img.thumbnail__client { height:50pt; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
display:table;
content:"";
line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0;
}
.input-block-level {
display:block;
width:100%;
min-height:31px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; }
.mfp-iframe-holder .mfp-close {
top: -40px; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure {
line-height: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-break: break-word;
padding-right: 36px; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; } .mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }   .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}