@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&amp;display=swap');

:root {
  --grey:#D6D6D6 ;
  --orange:#F86357;
  --black:#000;
  --border-grey:#999BA0;
}


/* Fix width of the menu */
.main-menu ul li a {
    padding: 30px 10px;
}

/* Change selection from orange to blue */
::-moz-selection {
    background: #0b1e4a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0b1e4a;
    color: #fff;
    text-shadow: none;
}
/* Change opacity for Featured Group */
.h3-single-featured-thumb::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: .3s;
}
.h3-single-featured-thumb:hover::before {
    opacity: 0;
}
.call-to-action:before {
    opacity: 0.4 !important;
}

/* Extra Style for centering button */
.center-btn {
margin: 0 auto;
display: table;
}

/* Extra Style for centering row */
.center-row {
margin: 0 auto;
float: none;
}

/* Force to center breadcrump title */
.page_title .page_tittle {
    padding: 0 0 0px;
    font-size: 38px;
    line-height: 1.2;
    word-break: break-all;
    text-align: center !important;
    text-transform: capitalize !important;
}

.second-slider {
  padding-top: 225px;
  padding-bottom: 225px;
  background-attachment: inherit;
  background-size: cover;
  background-position: center center;
}

/* Request form mail sent correction */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #4ba22e;
	  color: #fff;
}

a {
  color: #4ba22e;
}
.bread_crumb a:hover {
  color: #4ba22e;
}
span.breadcrumb-info a:hover span{
  color: #4ba22e !important;
}
a.get_quote.btn {
    background-color: #58595b;
    border-color: #58595b;
    color: #ffffff !important;
}

/* Bigger menu in order to fit the language switcher */
@media screen and (min-width: 575px){
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
}
@media screen and (min-width: 992px)
{
.col-lg-3 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.col-lg-9 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}
}
.btn {
    padding: 15px 18px 12px;
}
.contact-page textarea:focus,
.contact-page input:focus {
    border-color: #0b1e4a;
}



/*----COLOR CLASS---*/
.black-bg{
  background-color:var(--black);
}
.sn-grey{color:var(--grey);}

.bind_footer .address_info img {width:100px;







/*kostas*/
/*.rev-btn{*/
/*  background-color:red!important;*/
/*}*/
/*#description{*/
/*  margin:100px 0!important;*/
/*}*/
/*#description > div:nth-child(2) > div:nth-child(1) > h2{*/
  
/*  color:red!important;*/
/*}*/
/*#description > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > b:nth-child(1){*/
/*  color:red!important;*/
/*}*/
/*#gallery{*/
/*  background:green!important;*/
/*}*/
/*#gallery > div > div > h2{*/
/*  background:orange!important;*/
/*}*/
/*rs-layer[data-type="text"] {*/
/*  background:brown!important;*/
/*  color:rose!important;*/
  
/*}*/

/*rs-layer[data-type="text"] {*/
/*  background:brown!important;*/
/*  color:rose!important;*/
/*}*/

/*div#description {*/
/*    background: url(https://snstones.com/wp-content/uploads/DJI_0011Bw-2.svg);*/
/*    background-position: 250px -150px;*/
/*    background-size: 80%;*/
/*    background-repeat: no-repeat;*/
/*    padding-top: 110px;*/
/*    padding-bottom: 100px;*/
/*}*/





