/** @format */
@font-face {
  font-family: 'AvantGardeLT-Medium';
  src: url('../fonts/AvantGardeLT-Medium.svg#AvantGardeLT-Medium') format('svg'),
       url('../fonts/AvantGardeLT-Medium.ttf') format('truetype'),
       url('../fonts/AvantGardeLT-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'itc-avant-garde-gothic-lt-medium';
  src: url('../fonts/itc-avant-garde-gothic-lt-medium.eot');
  src: url('../fonts/itc-avant-garde-gothic-lt-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/itc-avant-garde-gothic-lt-medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: "Spectral";
    src: url(../fonts/Spectral-BoldItalic.eot);
    src: url(../fonts/Spectral-BoldItalic.woff2) format("woff2"), url(../fonts/Spectral-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "ITC Avant Garde Gothic LT";
    src: url(../fonts/AvantGardeLT-Demi.eot);
    src: url(../fonts/AvantGardeLT-Demi.woff2) format("woff2"), url(../fonts/AvantGardeLT-Book.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "ITC Avant Garde Gothic LT";
    src: url(../fonts/AvantGardeLT-Medium.eot);
    src: url(../fonts/AvantGardeLT-Medium.woff2) format("woff2"), url(../fonts/AvantGardeLT-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ITC Avant Garde Gothic LT";
    src: url(../fonts/AvantGardeLT-Book.eot);
    src: url(../fonts/AvantGardeLT-Book.woff2) format("woff2"), url(../fonts/AvantGardeLT-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "DIN";
    src: url(../fonts/DIN-Regular.eot);
    src: url(../fonts/DIN-Regular.woff2) format("woff2"), url(../fonts/DIN-Regular.woff) format("woff"), url(../fonts/DIN-Regular.ttf) format("truetype"), url(../fonts/DIN-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "DIN";
    src: url(../fonts/DIN-Medium.eot);
    src: url(../fonts/DIN-Medium.woff2) format("woff2"), url(../fonts/DIN-Medium.woff) format("woff"), url(../fonts/DIN-Medium.ttf) format("truetype"), url(../fonts/DIN-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "DIN";
    src: url(../fonts/DIN-Bold.eot);
    src: url(../fonts/DIN-Bold.woff2) format("woff2"), url(../fonts/DIN-Bold.woff) format("woff"), url(../fonts/DIN-Bold.ttf) format("truetype"), url(../fonts/DIN-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

html.fheight,
body.fheight {
    width: 100%;
    height: 100%;
}

.form-control::placeholder {
    color: #7f7f7f;
    opacity: 1;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
    font-size: 15px;
}

.form-control::-webkit-placeholder {
    color: #7f7f7f;
    opacity: 1;
    font-size: 15px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: "ITC Avant Garde Gothic LT";
    line-height: 1.4;
    font-size: 17px;
    width: 100%;
    color: #000;
}

p {
    padding-bottom: 15px;
}

ol li,
ul li {
    padding-bottom: 15px;
}

ol li {
    list-style: decimal;
}

ul li {
    list-style: disc;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
}

h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
    color: #ec3214;
}

a {
    outline: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    cursor: pointer;
    color: #000;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    -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;
    color: #555;
}

video {
    width: 100%;
    display: block;
}

hr {
    border-top: 1px solid #ddd !important;
}

img {
    vertical-align: middle;
}

strong {
    font-weight: 700;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    padding: 5px 10px;
    line-height: 5px !important;
}
textarea.form-control {
    height: auto;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table,
th,
td {
    border-collapse: collapse;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0px !important;
}
.contact-form form ul li .checkbox label a {
    text-decoration: underline;
}
.spacer5 {
    height: 5px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer15 {
    height: 15px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer26 {
    height: 26px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer45 {
    height: 45px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer50 {
    height: 50px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer55 {
    height: 55px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer60 {
    height: 60px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer65 {
    height: 65px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer100 {
    height: 100px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer150 {
    height: 150px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.spacer200 {
    height: 200px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.pad-right-left3 {
    padding-right: 3px;
    padding-left: 3px;
}

.pad-right-left-3 {
    padding-right: -2px;
    padding-left: -2px;
}

.pad-left {
    padding-left: 12px !important;
}

.pad-right {
    padding-right: 9px !important;
}

.pad-left_row {
    padding-left: 9px !important;
}

.pad-right_row {
    padding-right: 12px !important;
}

.pad-right-left0 {
    padding-right: 0;
    padding-left: 0;
}

.mar-bottom6 {
    margin-bottom: 6px;
}

.wrapper {
    overflow: hidden;
}

.header-banner {
    background: url(../images/banner_img.png) no-repeat center;
    width:100%;
    background-attachment: fixed;
    position: relative;
	height:720px;
	margin-bottom: 25px;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.banner-cover .cover {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height:720px;
    opacity: 0.2;
}
.project-header {
    padding: 50px 80px 0;
    height: 200px;
}
.header-wrapper {
    position: relative;
}


header.header-top {
    display: inline-block;
    position: relative;
}

.header-title-banner {
    position: relative;
}

.header-wrapper .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
}

.header-wrapper .sidenav a {
    padding: 0 8px 5px 32px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.header-wrapper .sidenav a:hover {
    color: #f1f1f1;
}

.header-wrapper .sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.home .sidebar-right span,
.single-project .sidebar-right span {
    background: url(../images/open-white.png) no-repeat center !important;
    width: 30px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
}

.short-width {
    width: 50px;
    line-height: 1.5;
}

.fairplay-project .sidebar-right span,
.fairplay-news .sidebar-right span,
.fairplay-main .sidebar-right span,
.single-news .sidebar-right span,
.error404 .sidebar-right span,
.single-post .sidebar-right span,
.fairplay-news-detail .sidebar-right span,
.all .sidebar-right span {
    background: url(../images/open-black.png) no-repeat center;
    width: 30px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
}

.fairplay-project .sidebar-navigation {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 999;
}

.sidebar-navigation {
    position: absolute;
    right: 80px;
    top: 80px;
    z-index: 9999;
}

.sidebar-navigation .sidenav .close-icon {
    background: url(../images/close.png) no-repeat center;
    width: 23px;
    height: 23px;
    display: inline-block;
}

.sidebar-navigation .menu-list .menu-nav p {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
}

.sidebar-navigation .menu-list .menu-list-edit {
    font-size: 20px;
    font-weight: 400;
}

.sidebar-navigation .menu-list {
    margin-left: 80px;
    margin-top: 70px;
}

.banner-caption .caption ul li {
    font-weight: 700;
    font-size: 90px;
    color: #fff;
    letter-spacing: 0.2rem;
    text-decoration: underline;
	line-height: 70px;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: -135px;
}

.banner-scroll {
    text-align: center;
}

.demo_scroll a i {
    background: url(../images/arrow.svg) no-repeat center;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.demo_scroll {
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 50%;
    margin-left: -30px;
}

.content-about-us .about-heading {
    font-weight: 400;
    font-style: normal;
}

.fairplay-fairplay .content-about-us {
    margin: 0 90px;
}

.content-about-us {
    margin: 90px;
}

.project-heading {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.project-heading .about-text {
    font-weight: 700;
    font-style: normal;
}

.content-about-us .about-text {
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}
.gallery-overlay-text ul li h4{
	font-size: 28px;
}
.project-overlay img.image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.content-detail .about-text {
    width: auto;
}
.home h3.about-text {
    font-size: 36px;
}
.project-overlay .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
	display: flex;
    justify-content: center;
	hyphens: auto;
}

.project-overlay .overlay:hover {
    background: #00000050;
    transition: 0.5s ease;
}

.overlay-text {
    text-align: center;
    opacity: 1;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    color: #fff;
	margin: 50px;
    align-self: center;
}

.overlay-text p {
    font-weight: 400;
    font-style: normal;
}

.project-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.project-more-btn,
.search-submit {
    height: 50px;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    border: 2px solid #000;
    text-align: center;
    color: #000;
    line-height: 2.9;
    padding: 0 25px;
    background: 0;
    border-radius: 0;
}

.project-more-btn:hover,
.search-submit:hover {
    background:#000;
	color:#fff;
}

.footer-inner a {
    color: #fff;
}

.project-button {
    text-align: center;
    margin:30px auto;
}

.product-detail-right ul {
    margin:30px 0px;
}
.product-detail-right ul li h4 a:hover {
    color: #555;
} 
.product-detail-left img {
    width: 100%;
}
.project-detail.content-about-us {
    margin: 90px 90px 0px;
}
.product-detail-right ul li.detail-first {
    font-weight: 500;
    font-style: normal;
    padding-bottom: 20px;
    line-height: 2;
    text-decoration: underline;
}

.product-detail-right ul li.detail-second {
    font-weight: 400;
    font-style: normal;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 1.5;
	letter-spacing: normal;
}
.fairplay-contact h3.about-text {
    font-size: 27px;
}
.product-detail-right ul li.detail-third a i {
    color: #000;
    font-size: 30px;
}

.fairplay-gallery {
    margin-bottom: 30px;
}
.left{
	position: relative;
}
.right{
	position: relative;
}
.detail-third {
    position: absolute;
    bottom: 0;
}
.product-detail-right{
	height: 352px;
}
.product-detail-left{
	height: 352px;
}
.fairplay-gallery .owl-nav {
    display: none;
}

.fairplay-gallery .owl-dots {
    display: none;
}
.banner-caption .spacer65 {
    height: 35px;
}
.fairplay-contact {
    text-align: center;
    width: 450px;
    display: inline-block;
    margin: 0px auto;
}

.content-detail .about-heading {
    font-weight: 400;
    font-style: normal;
}

.content-detail .about-text {
    font-weight: 500;
    font-style: normal;
}

.contact-form {
    text-align: left;
}

.contact-form label {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

.contact-form small {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    padding: 12px 0;
}

.contact-form .form-control {
    border: 0;
    border-bottom: #000 1px solid;
    padding:5px 0px;
    border-radius: 0;
	color: #000;
	line-height: 20px !important;
	overflow: hidden;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form form ul li {
    list-style-type: decimal;
}

.banner-caption .caption ul li.caption-small {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
	display: flex;
	justify-content: center;
}
.product-detail-right ul li.detail-third a i:hover {
    color: #555555;
}

.gallery-overlay-text {
    opacity: 1;
    color: #fff;
    margin: 50px;
    align-self: center;
	word-break: break-word;
}

.gallery-overlay-text ul li {
    padding-bottom: 6px;
    list-style: none;
}

.gallery-block-text {
    margin: 0px auto;
    position: relative;
    width: 930px;
}

.gallery-block-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: auto;
    width: 230px;
    border: 3px solid #000;
    border-right: 0;
    border-top: 0;
}

.gallery-block-inner {
    padding: 30px 15px;
}

.gallery-block-inner ul li {
    position: relative;
    padding-left: 70px;
    padding-bottom: 15px;
	font-weight: 500;
}
.gallery-block-inner ul li span {
    font-weight: normal;
}
.gallery-block-inner ul li:first-child {
    font-size: 22px;
}
.fairplay-product-detail .content-about-us p {
    font-size: 22px;
    width: 740px;
}
.gallery-block-inner ul li:first-child:before {
    content:"";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    display: inline-block;
    font-size: 90px;
    vertical-align: middle;
	font-family: 'Font Awesome';
	font-weight: bold;
	background: url(../images/quotation_marks.svg) no-repeat center;
	height: 60px;
	width: 60px;
}

.fairplay-main-content {
    margin: 0 270px;
}

.fairplay-block-text-left {
    margin: 0 45px 45px;
    position: relative;
}

.fairplay-block-text-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: auto;
    width: 150px;
    border: 3px solid #000;
    border-right: 0;
    border-top: 0;
}

.fairplay-block-text-right {
    margin: 0 45px 45px;
    position: relative;
}

.fairplay-block-text-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: auto;
    width: 150px;
    border: 3px solid #000;
    border-left: 0;
    border-top: 0;
}

.fairplay-block-inner p{
    padding: 30px;
	line-height: 1.4;
}
#fairplay_row_block .content-about-us p{
    line-height: 1.4;
}
.fp-content-inner h3 {
    padding-bottom: 25px;
}

.news-detail.content-about-us {
    width: 100%;
    display: inline-block;
    margin: 50px 70px;
}
.fairplay-gallery img {
    width: 740px;
}
.news-detail-top {
    text-align: left;
    width: 100%;
	text-decoration: underline;
	margin-left: 70px;
}

.fairplay-news-detail .news-detail-inner {
    margin-left: auto;
   	width: 665px;
	margin-right: 70px;
}

.news-content-text p {
    padding-bottom: 30px;
    line-height: 1.4;
}

.fairplay-news-detail .gallery-block-text {
    margin: 20px 0 45px;
    position: relative;
	width: auto;
}

.footer-top {
    background: #000;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.home .project-detail .spacer30 {
    height: 0;
}

.footer-email-phone {
    padding: 20px 0;
}

.footer-email-phone li {
    display: inline-block;
    padding: 0 10px;
	text-decoration: underline;
}
.footer-inner li a:hover {
    color: #ccc !important;
}
.footer-inner li h3 {
    font-size: 32px;
    font-weight: 500;
}

.footer-inner .footer-icon a i {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 2.7;
    font-size: 18px;
    margin: 10px 0;
}
.project-heading .about-text {
    width: 100%;
}
.footer-inner {
    margin: 50px 0 10px;
}
.footer-email-phone li:last-child {
    text-decoration: none;
}
.footer-link li{
	display: inline-block;
	padding: 0px 10px;
	list-style: none;
	text-decoration: underline;
	position: relative;
}
.footer-link li:before {
    position: absolute;
    display: inline-block;
    content: ".";
    top: 0;
    left: -2px;
}
.footer-link li:first-child {
    text-decoration: none;
	padding-right: 4px;
}
.news-img-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(0, 0, 0, 0.15);
}

.news-img-slider .carousel-indicators .active {
    background-color: #000;
}

.news-img-slider .carousel-indicators {
    bottom: -40px;
}

.product-detail-mobile-view {
    display: none;
}

.footer-email-phone li {
    position: relative;
}

.footer-email-phone li:before {
    position: absolute;
    display: inline-block;
    content: ".";
    top: 0;
    left: -2px;
}
.about-text {
    width: 740px;
}
.footer-email-phone li:first-child:before {
    display: none;
}
.footer-link li:first-child:before{
	display: none;
}
.fair-mt-90 {
    margin: 0 90px !important;
}

.fair-m-top-90 {
    margin-top: 50px !important;
}

.fair-m-bottom-90 {
    margin-bottom: 50px !important;
}

.fairplay-main .content-about-us {
    margin: 0 90px 90px 90px;
}

.project-detail.title_block {
    margin-top: 20px;
}

.project-detail.title_block .search-submit {
    margin-top: 30px;
    width: 100%;
}

.project-detail.title_block h4.card-title {
    font-size: 20px;
}

.project-detail.title_block .card {
    margin: 0;
}

.project-detail.title_block label {
    width: 100%;
}

.project-detail.title_block input.search-field {
    width: 100%;
}

.project-detail.title_block aside#secondary {
    margin-top: -18px;
}

.project-detail.title_block .widget {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: calc(0.25rem - 1px);
}

.card-text img.size-full.wp-image-200 {
    width: 100%;
    height: auto;
}

.card-text figure#attachment_200 {
    width: 100% !important;
    margin: 20px 0;
}

.card-text p img {
    width: 100% !important;
    margin: 20px 0;
    height: auto;
}

.menu-list .spacer60 {
    height: 0;
}

.caption ul li {
    list-style: none;
}

.widget-area .widget ul li {
    list-style: none;
    margin: 5px;
}

.gallery-block-inner ul li {
    list-style: none;
}

.pro-detail-gallery .card-img-top {
    width: 100%;
	    border-radius: 0;
}

.left ul li {
    list-style: none;
	padding: 0;
}

.right ul li {
    list-style: none;
	padding: 0;
}

ul#primary-menu li {
    list-style: none;
}

.footer-inner li {
    list-style: none;
}



.contact-button {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
}

.contact-btn {
    background: #000;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
}
.footer-inner .footer-icon a i:hover {
    background: #fff;
    color: #000;
	transition: .7s;
}
.contact-btn:hover {
    color: #fff;
}

.news-detail.content-about-us ol.carousel-indicators li {
    padding-bottom: 0;
    list-style: none;
}

.header-top {
    display: inline-block;
    position: absolute !important;
    left: 80px;
    top: 50px;
	z-index: 1;
}
.header-top-single{
	display: inline-block;
    position: absolute !important;
    left: 80px;
    top: 50px;
	z-index: 1;
}
.title_block .card.mb-4 img.size-full {
    height: 300px;
    width: 100%;
    padding-bottom: 15px;
}
.pro-detail-gallery {
    overflow: hidden;
}
.title_block figure {
    width: 100% !important;
}


.fairplay-para-width .content-about-us {
    margin: 50px 90px;
}

.fairplay-project .project-heading .about-text {
    padding-bottom: 40px;
}
.error404 .project-heading .about-text {
    width: 100%;
    margin: 10px auto;
}
.pro-detail-gallery .card-img-top {
    width: auto;
    border-radius: 0;
}
.fairplay-para-width .content-about-us p strong {
    padding-top: 25px;
    display: inline-block;
}
#map{
    width: 100%;
    height: 500px;
}
#map .gm-style-iw.gm-style-iw-c {
    border-radius: 0 !important;
	padding: 25px !important;
}
.map-message {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 2px 2px #00000036;
	border-radius: 0 !important;
}
.map-message-logo img {
    height: 104px;
    margin-right: 30px;
}
.map-address .inmpo p {
    line-height: 19px;
   	padding-bottom: 1px;
    font-size: 14px;
}
.map-address .inmpo:first-child {
    padding-bottom: 12px;
}
.map-address .inmpo{
    padding: 0px;
}
.contact-form .wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    height: 200px;
    font-size: 18px;
    font-weight: 600;
}
.contact-form  .wp-block-image{
	margin: 0;
}
.mb-bottom .content-about-us {
    margin: 90px 90px 0px;
}
.left {
    margin-bottom: 30px;
}
.right {
    margin-bottom: 30px;
}
.news-detail-inner .datum {
    padding: 0;
    color: #6a6a6a;
    font-size: 14px;
	padding-left: 15px;
}
.news-detail-inner .redaktion {
    color: #6a6a6a;
    font-size: 14px;
	padding-left: 15px;
}
#fairplayForm .submit_btn {
    text-align: center;
}

.p-content-text{
	font-size: 28px;
}
#map .gm-style-iw.gm-style-iw-c, #map .gm-style .gm-style-iw-d {
    box-shadow: none;
}
.fairplay-about-us{
	margin: 0px 90px;
}