/* 
Wireframe: 21
Version: 1
Update: 2017.10.06
*/
@import url(fonts.css);
body {
    background: #fff url(/media/images/new-images/bg.jpg) no-repeat center bottom fixed;
    color: #6c6c6c;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 23px;
}
a {
    color: #d9262a;
    text-decoration: underline;
    transition: color .4s;
}
a:active, a:hover, a:focus {
    color: #f82e32;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
       font-family: 'Marion';
	color:#333333;
	font-weight:700;
	text-transform:uppercase;
}
h1, .h1{
    font-size: 32px;
	line-height:33px;
    color: #d9262a;
	
}
h2, .h2{
    font-size: 25px;
	line-height:38px;
}
h3, .h3{
    font-size: 22px;
    line-height: 34px;
}
h4, .h4{
    font-size: 20px;
	line-height:29px;
}
h5, .h5{
    font-size: 18px;
	line-height:25px;
}
h6, .h6{
    font-size: 16px;
	line-height:21px;
}

hr {
	border-color: #e5e5e5;
}
/*******************/
.logo {
    position: absolute;
    top: 29px;
    transform-origin: left top;
    transition: all .8s;
    transition-delay: .1s;
}
.is-sticky .logo {
    top: 5px;
}
.block-top {
    padding: 0 20px;
}
header.top {
    position: relative;
    background: #fff;
    z-index: 20;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    padding: 20px 0 11px;
    transition: all .4s;
    height: 133px;
}
.is-sticky header.top {
    padding: 0px 0 0px;
    height: 102px;
    transition: all .4s;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
header.top nav.main-nav {
    float: right;
    transition: all .4s;
}
header.top nav.mobile-nav {
    display: none;
    float: right;
    padding-bottom: 10px;
    transition: all .4s;
}
header.top nav.mobile-nav a {
    font-size: 24px;
    text-decoration: none;
    color: #d9262a;
    background: #d8d8d8;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
/*************/
section.banner {
    position: relative;
    min-height: 722px;
}
section.banner .container {
    position: relative;
}
section.banner.small {
    min-height: 522px;
}
/*******************/
section.banner .slogan {
    position: absolute;
       font-family: 'Marion';
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 49px;
    font-weight: 700;
    z-index: 2;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 50%;
    text-align: left;
	opacity: 0;
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    margin-top: 200px;
}
section.banner.small .slogan {
    margin-top: 100px;
}
@keyframes slide-in {
    100% {
    	transform: translateY(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateY(0%); 
    	opacity: 1;
    }
}
header.top .slogan p {
    margin: 0;
}
section.banner .slogan a {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
    line-height: 1;
    padding: 16px 49px 17px 91px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background:#d9262a url(../../images/new-images/icon-call.png) no-repeat 23px center;
    border-radius: 10px;
    box-shadow: none;
    transition: box-shadow .4s, background .4s;
	font-weight:700;
    margin-top: 15px;
}
section.banner .slogan a:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,1);
    background-color: #f9151a;
}
/**************************/
.diy-slideshow figure:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:url(../../images/new-images/bg-slid.png) no-repeat center top;
	width:100%;
	height:100%;
}
div#bg-slideshow {
    position: absolute !important;
    height: 100%;
    width: 100%;
}
/*****************/
section.content-wrapper {
    position: relative;
    background: #fff;
}
section.content-home{
    background: #fff url(/media/images/new-images/bg2.jpg) no-repeat center top fixed;
}
section.content-home article.content {
    width: 60%;
}
section.content-home:before {
    position: absolute;
    content: '';
    background: url(/media/images/new-images/bg3.png) no-repeat center top;
    width: 100%;
    left: 0;
    height: 100%;
	top:0;
    background-size: cover;
}
article.content {
    position: relative;
    padding: 62px 0;
}
.pageTemplate article.content {
    height: 80vh;
    overflow: auto;
}
article.content header.page-title {
    position: relative;
    margin: 0;
    padding: 60px 0 52px 40px;
    background: url(/media/images/new-images/icon-h1.png) no-repeat left top;
}
table.opening tr td {
    padding: 5px 10px;
}
article.content header.page-title h1 {
    margin: 0;
}
section.content-home header.page-title h1 {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    line-height: 40px;
}
article.content header.page-title h1 .subtitle {
    color: #d9262a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 52px;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #e6e6e6;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
article.content #AllNews {
    position: relative;
}
article.content #AllNews .Item {
    position: relative;
    padding-bottom: 25px;
    border-top: 2px solid #d09b71;
    padding-top: 25px;
}
article.content #AllNews .Item:first-child {
    padding-top: 0;
    border-top: 0;
}
article.content #AllNews .Item .photo {
    position: relative;
    height: 250px;
    background: #beada3 center no-repeat;
    background-size: cover;
}
article.content #AllNews .Item .photo.nophoto {
    background-image: url(../../images/new-images/logo-Accurec-nv.png);
    background-size: initial;
    height: 150px;
}
article.content #AllNews .Item h3 {
    font-weight: bold;
    color: #894d31;
}
article.content #AllNews .Item a.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
article.content #AllNews .Item .button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    background: #3f1d0b;
    transition: background .4s;
}
article.content #AllNews .Item:hover .button {
    background: #894d31;
}
/******************************/
 article.content img

 {
    height: auto;
    max-width: 100%;
    outline: none;
}
/*************slide******************/
section.gallery-block {
    position: relative;
    padding: 0 35px;
    background: #fff;
}
/*************/
table.table-page tr td {
    border: 1px solid #c9bc88;
    padding: 5px 10px;
}
table.table-page {
    width: 80%;
}
table.table-page tr td:nth-child(2) {
    width: 12%;
}
/*****************************/
section.services {
    position: relative;
    background: url(/media/images/new-images/bg-box.jpg) no-repeat center top;
    padding: 80px 0 279px;
    text-align: center;
}
section.services h2 {
    text-transform: uppercase;
    font-size: 42px;
    margin: 0 0 60px;
    padding: 0 0 128px;
	color:#fff;
    background: url(/media/images/new-images/icon-box.png) no-repeat center bottom;
    line-height: 54px;
}
section.services h4 {
    text-transform: uppercase;
    margin: 28px 0 27px;
    font-size: 32px;
	color:#fff;
}
section.services .box {
    overflow: hidden;
}
section.services .block-txt {
    position: relative;
    background: #262a2e;
    padding: 29px 18px 55px;
    text-align: center;
    transition: all 0.8s;
}
section.services  a:hover .block-txt {
    background: #d9262a;
}
section.services  a {
	text-decoration: none;
	display: block;
    color: #fff;
    transition: all 0.8s;
}
section.services .box .photo {
 	background: center no-repeat;
	background-size: cover;
	height: 359px;
	display: block;
    transition: all 0.8s;
    image-rendering: crisp-edges;
}
section.services .box a:hover .photo {
    transform: scale(1.2);
}
section.services .box.box01 .photo {
    background-image: url(../../images/new-images/img1.jpg);
}
section.services .box.box02 .photo {
    background-image: url(../../images/new-images/img2.jpg);
}
section.services .box.box03 .photo {
    background-image: url(../../images/new-images/img3.jpg);
}
section.services .box p {
    margin: 0;
    min-height: 130px;
    font-size: 12px;
    color: #c9c9c9;
}
section.services a:hover .box p {
    color: #fff;
}
section.services .col-sm-4 {
    padding: 0 0;
}
section.services .col-sm-4:not(:first-child) {
    padding: 0 0 0 0px;
}
section.services .box .icons {
    position: absolute;
    width: 83px;
    height: 82px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top:-47px;
	background-position:center;
    z-index: 1;
}
section.services a:hover .box .icons {
	background-color:#f6bd24;
}
section.services .box.box01 .icons {
	background-image: url(../../images/new-images/icon1.png);
}
section.services .box.box02 .icons {
	background-image: url(../../images/new-images/icon2.png);
}
section.services .box.box03 .icons {
	background-image: url(../../images/new-images/icon3.png);
}
.button {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
/**********************/
section.newsletter {
    position: relative;
    background: url(/media/images/bg-spacer.jpg) no-repeat top center;
    height: 441px;
}
section.newsletter .wrapper {
    position: relative;
    padding: 98px 35px;
}
section.newsletter .wrapper h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 50px;
}
section.newsletter .wrapper h4 {
    color: #fff;
    margin: 0 0 70px;
}
section.newsletter .wrapper h4 strong {
    text-transform: uppercase;
}
/***************/

section.maps {
    position: relative;
    background: #eee;
    height: 350px;
}
section.maps iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: grayscale(100%);
}
span.number-responsive {
    display: none;
}
/**************************/
footer.bottom {
    position: relative;
    background: url(/media/images/new-images/bg-footer.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    padding: 85px 0 75px;
}
footer.bottom .wrapper {
    position: relative;
    padding: 0 70px;
}
footer.bottom .logos-footer {
    margin-top: 67px;
}
footer.bottom .address {
    float: right;
    width: 75%;
}
footer.bottom .address .adrs {
    float: left;
}
footer.bottom .address .info {
    float: right;
}
footer.bottom h3 {
    font-size: 32px;
    color: #fff;
    position: relative;
    padding: 0 0 29px;
    margin: 0 0 29px;
}
footer.bottom h3:after {
    position:absolute;
	content:'';
	background:#fff;
	height:1px;
	width: 380px;
	left:0;
	bottom:0;
	}
footer.bottom .open {
    clear: both;
    display: inline-block;
    margin: 30px 0 0;
    font-size: 15px;
}
footer.bottom .open .tiret {
    margin: 0 15px;
}
/******/
footer.bottom a, .googlemaps_v2 label.modal-label {
    color: #be101e;
    font-weight: 600;
}
footer.bottom a:hover, .googlemaps_v2 label.modal-label:hover {
    color: #be101e;
}
.googlemaps_v2 label.modal-label {
    font-weight: 600 !important;
}

/***********/
footer.bottom .social {
    display: table;
    margin: 72px auto 0;
    text-align: center;
    width: 50%;
}
div#ContainerBlockSocial {
    position: relative;
    width: 30px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b > span {
    display: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
    content: "\f003";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
    content: "\f09a";
}
footer.bottom .social .foursquare::before {
    content: "\f180";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
    content: "\f099";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
    content: "\f0e1";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
    content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
    position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
    content: "\f231";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b, footer.bottom .social .facebook, footer.bottom .social .foursquare {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 1;
    color: #df232f;
    text-decoration: none;
    transition: color .4s;
    float: none;
    text-align: center;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before, footer.bottom .social .facebook::before, footer.bottom .social .foursquare::before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 23px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover, footer.bottom .social .facebook:hover, footer.bottom .social .foursquare:hover {
    color: #1d1d1b;
}
.social-cont {
    display: inline-block;
    margin-right: 2px;
}
.social-cont .fa-facebook {
    font-size: 18px;
    color: #807f7f;
}
.social-cont .fa-facebook:hover {
    color: #fff;
}
/*********************/
#scrollTopBtn {
    background-color: #d9262a !important
}
#scrollTopBtn:hover {
    background-color: #262a2e !important
}

#footerSlideContainer a {
    color:#292929 !important
}
#footerSlideContainer a:hover {
    color: #d9262a !important
}
 .cc-cookies {
    background: #262a2e!important;
 }
 .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
background: #d9262a !important;
    color: #fff !important;
 }
  .cc-cookies a.cc-cookie-accept:hover, .cc-cookies-error a.cc-cookie-accept:hover, .cc-cookies a.cc-cookie-decline:hover, .cc-cookies-error a.cc-cookie-decline:hover, .cc-cookies a.cc-cookie-reset:hover {
background: #f3292e !important;
 }
div.cc-cookies {
    width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}
/*******************/


@media only screen and (max-width : 1199px) {
	section.banner .slogan {
    font-size: 41px;
    width: 70%;
	}
   section.services {
    padding: 80px 0 80px;
} 
section.services .box h3 {
    font-size: 21px;
}
.contact-submit {
    float: left!important;
    text-align: left!important;
    width: 100%!important;
}
footer.bottom .open {
    font-size: 13px;
}
footer.bottom .open .tiret {
    margin: 0px 5px;
}
}
@media only screen and (max-width : 991px) {
	.block-top {
    padding: 0 0px;
}
section.content-home article.content {
    width: 80%;
}
	section.services .box p {
    min-height: 160px;
}
section.services h4 {
    font-size: 25px;
}
    section.contact {
        grid-template-columns: 1fr;
    }
    section.contact .col-left .wrapper {
        padding: 35px 23px 25px;
    }
    section.contact .maps {
        height: 50vw;
    }
 table.table-page tr td:nth-child(2) {
    width: 15%;
}
footer.bottom .address {
    width: 90%;
}
footer.bottom .wrapper {
    padding: 0 0;
}
 footer.bottom h3:after {
    width: 100%;
}
}
@media only screen and (max-width : 767px) {
	header.top nav.main-nav {
		display: none;
			}
	header.top nav.mobile-nav {
    display: block;
    float: right;
    padding-top: 30px;
			}
			header.top {
    padding: 0;
    height: 111px;
}
.logo {
    top: 9px;
}
section.banner {
    min-height: 522px;
}
section.banner.small {
    min-height: 442px;
}
section.banner .slogan {
    font-size: 37px;
    width: 100%;
    text-transform: none;
    text-align: center;
    padding: 0 15px;
    line-height: 42px;
    margin-top: 130px;
}
section.content-home article.content {
    width: 100%;
}
article.content {
    padding: 32px 0 30px;
}
section.services h2 {
    font-size: 26px;
    line-height: 44px;
}
section.services .col-sm-4:not(:first-child) {
    padding: 0 0 0 0;
}
section.services .box p {
    min-height: auto;
    margin-bottom: 20px;
}
    .image-right,
    .image-left {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
footer.bottom {
    padding: 30px 0 30px;
    text-align: center;
    background-size: cover;
}
footer.bottom .logos-footer {
    margin-top: 0;
}
footer.bottom .social {
    display: table;
    margin: 20px auto;
    width: auto;
}
footer.bottom .address {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
    padding: 0 30px;
}
}
@media only screen and (max-width : 480px) {
section.banner .slogan {
    font-size: 29px;
    line-height: 33px;
}
section.banner .slogan a {
    display: none;
}
section.banner .slogan span.number-responsive a {
    display: inline-block !important;
    font-size: 25px;
    padding: 16px 20px 17px 71px;
}
article.content header.page-title h1 .subtitle {
    font-size: 34px;
}
article.content header.page-title h1 {
    font-size: 21px;
    line-height: 30px;
}
h1, .h1 {
font-size: 29px;
    line-height: 32px;
}
h2, .h2 {
    font-size: 24px;
    line-height: 32px;
}h3, .h3{
    font-size: 22px;
	line-height:27px;
}
h4, .h4{
    font-size: 20px;
	line-height:25px;
	color:#00a9de;
}
h5, .h5{
    font-size: 18px;
	line-height:23px;
}
h6, .h6{
    font-size: 16px;
	line-height:21px;
	color:#00a9de;
}
    .g-recaptcha {
    overflow-x: scroll;
    max-width: 100%;

}
.contactForm .contact-field-item .contact-field-element .form-field {
    width: 94% !important;}

section.services {
    padding: 40px 15px 30px;
}
span.number-responsive {
    display: inline;
}span.number {
    display: none;
}
footer.bottom .address .adrs {
    float: none;
}
footer.bottom .address .info {
    float: none;
}
footer.bottom .address {
    padding: 0 0px;
}
footer.bottom h3 {
    font-size: 27px;
    padding: 0 0 19px;
    margin: 0 0 19px;
}
}