﻿body {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing:0.7px;
    padding: 0;
    margin: 0;
    background-color:#FFF;
    color: #66747a;
}


.black-bg {
    background-color: #333;
}

.gray-bg {
    background-color: #f6f6f6;
}

.white-bg {
    background-color: #FFF;
}

.bg-cover-section, .small-bg-cover-section {
    background-size: cover;
    background-position: top center;
}

.dark-bg, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead,
.dark-bg .page-icon, .dark-bg .page-icon-sm,
.dark-bg ul, .dark-bg ol, .dark-bg li,
.dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right {
    color: #fff;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.overlay-dark, .overlay-dark20, .overlay-dark40, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-dark20:before, .overlay-dark40:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(56,64,68,0.85);
    }

    .overlay-dark20:before {
        background-color: rgba(56,64,68,0.2);
    }

    .overlay-dark40:before {
        background-color: rgba(56,64,68,0.2);

    }

    .overlay-dark60:before {
        background-color: rgba(56,64,68,0.66);
    }

    .overlay-dark80:before {
        background-color: rgba(56,64,68,0.71);
    }

    .overlay-dark90:before {
        background-color: rgba(56,64,68,0.9);
    }

    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.88);
    }


a {
    color: #66747a;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #48535A;
    }

a.link{
    text-decoration: underline;
}
    a.link:hover{
        text-decoration: none;
    }

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
}

a, a:focus, a:active, a:link, img {
    outline: none;
}

a, a:hover, i, i:hover, span, span:hover, img, img:hover{
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}



hr {
    border:0;
    border-top: 1px solid #48535A !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding:0;
    height:0;
}

.video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}


/*heading*/
h1, h2, h3, h4, h5, h6 {
    color: #66747a;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 15px;
}

.tc-light{ color:#d0d7da !important; }
.tc-medium { color:#a0acb1 !important; }
.tc-dark{ color:#66747a !important; }

.op-60{ opacity:0.6; }

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

@media (max-width: 767px) { /* xs */

  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }

}

.text-light {
    font-weight: 300 !important;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-extra-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.max-width-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*Paragraph*/
p {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #66747a;
    line-height: inherit;
    font-weight: 400;
    margin-bottom: inherit;
    margin-top: 0px;
}

p.small {
    font-size: 12px;
}
p small{
     color: #666666;
}

p.large {
    font-size: 16px;
}


p.white, p.small.white, p.large.white, p.lead.white, p .white, .white {
    color: #fff;
}

p.dark, p.small.dark, p.large.dark, p.lead.dark, p .dark, .dark {
    color: #666666;
}


/* listing */
ul.list-none {
    list-style: none;
    padding-left: 0px;
}

form, input, select, textarea{
    font-family: "Raleway", sans-serif;
    line-height: 120%;
    font-weight: normal;
    font-size: 17px;
    color:#48535A;
}

input, textarea, select, .btn{
    background:#fff;
    color:#48535A;
    border:1px solid #48535A;
    padding:4px 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}

a.btn, .btn{
  display:inline-block;
  border: 0;
  background: #141414;
  color:#FFF;
  height:auto;
  padding:7px 20px;
        -webkit-transition: background linear .2s, box-shadow linear .2s;
        -moz-transition: background linear .2s, box-shadow linear .2s;
        -o-transition: background linear .2s, box-shadow linear .2s;
        transition: background linear .2s, box-shadow linear .2s;
}
a.btn:hover, .btn:hover{
  background:#111111;
}

/* Form Style */
form {
    position: relative;
}

.form-full {
    width: 100%;
}

.form-full-height {
    height: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
    font-size:120%;
}


input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*color: #888;*/
    color:#464963;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    /*display: inline-block;*/
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: -#48535A;
    color: #272B3D;
}

input, textarea, select {
    font-family: 'Raleway', sans-serif;
    /*font-size: 12px;*/
}



/*spacing*/
.spacer-5 {
    height: 5px;
    width: 100%;
}

.spacer-10 {
    height: 10px;
    width: 100%;
}

.spacer-15 {
    height: 15px;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

.spacer-45 {
    height: 45px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    width: 100%;
}

.spacer-90 {
    height: 90px;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    width: 100%;
}


/*padding*/
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-t {
    padding-top: 100px;
}

.section-padding-b {
    padding-bottom: 100px;
}

.ptb-80{
  padding-top:80px;
  padding-bottom:80px;
}
.ptb-30{
  padding-top:30px;
  padding-bottom:30px;
}
.ptb-15{
  padding-top:15px;
  padding-bottom:15px;
}
.pt-80{
  padding-top:80px;
}
.pt-30{
  padding-top:30px;
}
.pb-80{
  padding-bottom:80px;
}
.pb-30{
  padding-bottom:30px;
}
.pb-15{
  padding-bottom:15px;
}
.mtb-60{
  margin-top:60px;
  margin-bottom:60px;
}
.mtb-5{
  margin-top:5px;
  margin-bottom:5px;
}
.mb-60{
  margin-bottom:60px;
}
.mb-30{
  margin-bottom:30px;
}
.mb-25{
  margin-bottom:25px;
}
.mb-15{
  margin-bottom:15px;
}
.mb-10{
  margin-bottom:10px;
}
.mb-5{
  margin-bottom:5px;
}
.mt-100{
  margin-top:100px;
}
.mt-90{
  margin-top:90px;
}
.mt-80{
  margin-top:80px;
}
.mt-60{
  margin-top:60px;
}
.mt-30{
  margin-top:30px;
}
.mt-25{
  margin-top:25px;
}
.mt-15{
  margin-top:15px;
}
.mt-10{
  margin-top:10px;
}
.mt-5{
  margin-top:5px;
}

@media (max-width: 767px) {
    /* xs , extra small medium*/

    /*padding*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-padding-t {
        padding-top: 60px;
    }

    .section-padding-b {
        padding-bottom: 60px;
    }

    /*margrin*/
    .container-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .container-margin-t {
        margin-top: 60px;
    }

    .container-margin-b {
        margin-bottom: 60px;
    }

    .float-xs-left {
        float: left !important;
        text-align: left;
    }

    .float-xs-right {
        float: right !important;
        text-align: right;
    }

    .p-xs-0 {
        padding: 0px;
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }


    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }

    .text-right-xs{
        text-align:right;
    }
    .text-left-xs{
        text-align:left;
    }
    .text-center-xs{
        text-align:center;
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }


    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }
    .mt-sm-15 {
        margin-top: 15px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mb-sm-45 {
        margin-bottom: 45px;
    }
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    .mb-sm-80 {
        margin-bottom: 80px;
    }
    .mb-sm-90 {
        margin-bottom: 90px;
    }

    /* 0 */
    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mb-sm-0 {
        margin-bottom: 0px;
    }

    .text-right-sm{
        text-align:right;
    }
    .text-left-sm{
        text-align:left;
    }
    .text-center-sm{
        text-align:center;
    }
}


/* Header Style */
.header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.86); /* white */
  min-height:97px;
}
.header .logo{
  max-width:280px;
  height:auto;
  margin:20px 0 13px 0;
  float:left;
  position:absolute;
}
.header ul.menu,
.header ul.pre-menu {
  list-style:none;
  margin:0;
  padding:0;
  float:right;
}
.header ul.menu{
  font-size:15px;
  clear:both;
}
.header ul.menu li,
.header ul.pre-menu li {
  display:inline-block;
  margin:12px 10px;
}
.header ul.pre-menu li {
  margin:13px 10px 13px 30px;
}
.header ul.menu li a.active,
.header ul.pre-menu li a.active {
  color:#111111;
}
.header ul.pre-menu li,
.header ul.pre-menu li.soc i.fa {
  font-size:14px;
}
.header ul.pre-menu li.soc a {
  display:inline-block;
  margin:0 0 0 10px;
}
.header i.fa,
.header ul.pre-menu li.lng a {
  color:#a0acb1;
}
.header ul.pre-menu li.lng a {
  display:inline-block;
  margin:0 0 0 9px;
  font-size:12px;
}
.header ul.pre-menu li.lng a:hover,
.header ul.pre-menu li.lng a.active,
.header i.fa:hover{
  color:#48535A;
}
.header ul.pre-menu i.fa-phone,
.header ul.pre-menu i.fa-envelope{
  margin-right:4px;
}
.header a.menu-icon{
  font-size:38px;
  float:right;
  margin-top:22px;
  margin-right:5px;
}

@media (max-width: 991px){  /* -sm */
 .header .logo{
  position:relative;
}
}

@media (max-width: 500px) {
  .header .logo{
    max-width:240px;
    margin-top:24px;
  }
  .header a.menu-icon{
    margin-top:18px;
  }
}


/* SERVICES */
.services{
  padding-top:10px;
  padding-bottom:40px;
}
.services span.img{
  display:inline-block;
  border:8px solid rgba(153,166,171,0.47); /* grey */
  border-radius:50%;
  background-repeat:no-repeat;
  background-position:center;
  clear:both;
  margin:10px 0;
}
.services span.img img{
  width:100%;
  max-width:178px;
  /*height:178px;*/
  border-radius:50%;
}
.services a{
  display:block;
  color:#FFF;
  font-size:18px;
}
.services a:hover span.img{
  border-color:rgba(255, 255, 255, 0.33); /* white */
}



/* Styled h1 with line above */
.line-heading h1 {
  margin:0;
  padding:0;
  border-top:4px solid rgba(175, 178, 176, 0.9);
  display:inline-block;
  margin-top:15px;
  padding-top:7px;
}
.line-heading h1 a{
  color:#d0d7da;
  opacity:0.6;
}
@media (max-width: 767px){
  .line-heading{
     text-align:center;
     margin-bottom:10px;
  }
}

/* SLIDER */
.slider{
  padding:0 5%;
}



.footer{
  background-color: rgba(147, 147, 147, 0.9);; /* grey */
  color:#FFF;
  font-size:12px;
  padding:26px 0;
}
.footer a,
.footer a:hover {
  color:#FFF;
}
.ftr-col{
  width:33.33%;
  display:block;
  float:left;
  padding-top:20px;
  padding-bottom:20px;
}
.ftr-col-1{
  padding:15px 0 0 15px;
}
.ftr-col-2-3{
  width:66.66%;
  float:left;
}
.ftr-col-2,
.ftr-col-3{
  width:50%;
  display:block;
  float:left;
}
.ftr-col-4{  /* footer menu */
  background-color: rgba(46, 53, 60, 0.33); /* dark grey */
  padding:20px 20px 20px 25px;
  width:25%;
  float:right;
  line-height:160%;
}
.footer .logo{
  max-width:180px;
  width:100%;
}
.footer .soc{
  padding:4px 0 0 40px;
}
.footer .soc a{
  display:inline-block;
  margin:10px;
  font-size:16px;
  opacity:0.7;
}
.ftr-col-3 a{
  display:inline-block;
  margin-bottom:9px;
}
.ftr-col-3 a i.fa{
  font-size:14px;
  margin-right:5px;
}

.footer .copyright{
  clear:both;
  font-size:12px;
  color:#edeceb;
  text-align:center;
  opacity:0.5;
  padding-top:0;
}

#ftr75{
  width:75%;
  float:left;
}


@media (max-width: 991px) { /* sm */

  .ftr-col-2, .ftr-col-3 {
    width:100%;
    padding-left:20%;
  }
  .ftr-col-2{
    margin-bottom:10px;
  }
  .ftr-col-4{
    line-height:160%;
  }
  .footer .copyright{
    padding-top:20px;
  }

}

@media (max-width: 767px) { /* xs */

  .footer {
    text-align:center;
  }
  .footer .soc, #ftr75, .ftr-col-1, .ftr-col-2-3, .ftr-col-2, .ftr-col-3, .ftr-col-4 {
    width:100%;
    float:none;
    clear:both;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    text-align:center;
  }
  .ftr-col-2, .ftr-col-3 {
    padding-left:0;
  }
  .ftr-col-4{
    line-height:200%;
  }

}


/* partners logo slider before footer */
.client-logo {
    height:auto;
    text-align:center;
    padding:20px 0;
}
.client-logo img {
    height:auto;
    width: auto;
}

.client-logo-in-page{

}

.client-logo-in-page{
  width:200px;
  height:120px;
  margin:0 20px 20px 0;
  background:#FFF;
  border:1px solid #CCC;
  display:inline-block;
}

.client-logo-in-page .inner{
  width:100%;
  height:120px;
  display: table;
}

.client-logo-in-page .inner span{
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

@media (max-width: 991px) { /* sm */

  .client-logo-in-page{
    width:47%;
    margin:0 2% 20px 0;
  }

}

@media (max-width: 540px) { /* < xs */

  .client-logo-in-page{
    width:100%;
    margin:0 0 20px 0;
  }

}





/* common */
.cl, .clearfix{
  clear:both;
}


/* spinner/loader animation */
.site-spinner, .site-spinner-inline {
    border: 4px solid #1d9b43;
    font-size: 44px;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #FFF;
    z-index:1001;
}
.site-spinner-inline{
    position:relative;
    display:inline-block;
}

@-webkit-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes site-spin {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}






/* Carousel (Slider Elements - Bullets, Pagination, etc..) ---------*/

.content-carousel{
  padding: 0 0 80px 0;
  min-height:300px;
}

.content-carousel .container{
  width:90%;
}

.owl-buttons {
    position: static;
}


    .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .owl-controls .owl-buttons .owl-prev,
    .owl-controls .owl-buttons .owl-next {
        width: 50px;
        height: 200px;
        line-height: 200px;
        font-size: 50px;
        margin-top: -100px;
    }

    .owl-controls .owl-buttons .owl-prev,
    .owl-controls .owl-buttons .owl-next {
        /*background: rgba(245,245,245,0.8);*/
        color: #D5D6D8;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        z-index: 3;
        position: absolute;
        text-align: center;
    }

        .owl-controls .owl-buttons .owl-prev:hover,
        .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #B3B9BC;
        }

    .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -50px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -50px;
    }

@media (max-width: 991px) { /* sm */

  .owl-controls .owl-buttons .owl-prev {
      margin-left: -15px;
      width:25px;
  }

  .owl-controls .owl-buttons .owl-next {
      margin-right: -15px;
      width:25px;
  }

  .content-carousel .container{
    padding:0 10%;
  }

}




.portfolio-img,
.portfolio-txt,
.portfolio-txt .inner {
   height:180px;
}
.portfolio-img{
   width:50%;
   display:block;
   float:left;
   overflow:hidden;
   /*background:rgba(255,255,255,0.8);*/
   background-repeat:no-repeat;
   background-position:center;
   border:1px solid rgba(255, 255, 255, 0);
}
.portfolio-img:hover{
   border:10px solid rgba(255, 255, 255, 0.33); /* white */
}
.portfolio-txt{
   width:50%;
   display:block;
   float:right;
   overflow:hidden;
   text-align:left;
}
.portfolio-txt .inner{
  padding-left:20px;
  padding-right:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.portfolio-txt p{
   color:#FFF;
   opacity:0.6;
}
.portfolio-item-inv .portfolio-img {
  float:right;
}
.portfolio-item-inv .portfolio-txt {
  float:left;
  text-align:right;
}
.portfolio-item-inv .portfolio-txt .inner{
  padding-left:0;
  padding-right:20px;
}


@media (max-width: 991px) { /* sm */

    .portfolio-item,
    .portfolio-item-inv{
       margin:0 5%;
       clear:both;
    }

    .portfolio-img,
    .portfolio-txt {
       width:100%;
       background-position:left;
       border:0;
    }

    .portfolio-img:hover{
       border:0;
    }

    .portfolio-txt,
    .portfolio-txt .inner,
    .portfolio-item-inv .portfolio-txt{
       text-align:left;
       margin:0;
       padding:0;
    }


}




.cookie-info {
    background: #4D5966;
    font-size:13px;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: .97;
    z-index: 1002;
    display: table;
}
.cookie-info-inner {
    width: auto;
    /*max-width: 730px;*/
    padding: 0 1%;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
}
.cookie-info-inner a{
    color: #FFF;
    text-decoration:underline;
}
.cookie-info-x-btn{
    float:none;
    /*color:#000;*/
    text-decoration:none !important;
    margin:0 10px;
    padding:5px 15px;
    font-size:12px;
    /*font-weight:normal !important;*/
    display:inline-block;
    /*text-transform:none;*/
}




/* MOBILE MENU */
#nav-mobile-wrap{
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.nav-menu-mobile{
  display:none;
  background-color: rgba(115, 115, 115, 0.97); /* grey */
  width:100%;
  height:auto;
  position:fixed;
  left:0;
  top:0;
  z-index:999;
}
.nav-menu-mobile.active{
  display:block;
}
.nav-menu-icon-close a{
  float:right;
  margin:24px 10px 0 0;
  font-size:32px;
  opacity:0.6;
  width:44px;
  display:block;
}
.nav-menu-icon-close a,
.nav-menu-icon-close a i{
  color:#FFF !important;
}

ul.mobile-pre-menu{
  display:block;
  list-style:none;
  padding:0;
  width:auto;
  /*background:red;*/
  width:60%;
  margin:-60px auto 0 auto;
  text-align:center;
}
ul.mobile-pre-menu li{
  display:inline-block;
  margin:5px 9px;
  padding:0;
  color:#FFF;
  font-size:12px;
}
ul.mobile-pre-menu li a,
ul.mobile-lng-menu li a,
ul.mobile-pre-menu i.fa,
ul.mobile-pre-menu i.fa:hover {
  color:#FFF;
}
ul.mobile-pre-menu i.fa{
  font-size:14px;
}
ul.mobile-lng-menu {
  display:block;
  list-style:none;
  padding:0;
  width:auto;
  /*background:blue;*/
  width:60%;
  margin:7px auto;
  text-align:center;
}
ul.mobile-lng-menu li{
  display:inline-block;
  margin:5px 7px;
  padding:0;
  color:#FFF;
  font-size:12px;
}
ul.mobile-lng-menu li a.active {
  background:#494949;
  padding:2px 4px;
  border-radius:2px;
}
ul.nav-mobile{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  /*background:yellow;*/
}
ul.nav-mobile li{
  display:block;
  margin:9px 0;
  padding:0;
  color:#FFF;
  font-size:16px;
  width:100%;
}
ul.nav-mobile li a{
  color:#FFF;
}
ul.nav-mobile li.active {
  background:#494949;
  padding:2px 0;
}
.mobile-menu-logo{
  position:fixed;
  bottom:0;
  left:0;
  text-align:center;
  width:100%;
  height:50px;
  display:block;
  z-index:1000;
}
.mobile-menu-logo img{
  height:40px;
  width:auto;
}
/* END MOBILE MENU */


.inner-content{
  min-height:540px;
}



.share-this i{
  font-size:18px;
  margin-right:18px;
}



.gallery-item img,
.cbox-photopack img{
  width:30%;
  height:auto;
  margin:0 20px 20px 0;
}


@media (max-width: 991px) { /* sm */

  .gallery-item img,
  .cbox-photopack img{
    width:47%;
    height:auto;
    margin:0 2% 20px 0;
  }

}

@media (max-width: 540px) { /* < xs */

  .gallery-item img,
  .cbox-photopack img{
    width:100%;
    height:auto;
    margin:0 0 20px 0;
  }

}

.locator,
.locator a{
   color:#d0d7da;
   opacity:0.9;
   font-size:12px;
}
.locator{
  margin-top:5px;
}





.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    background-color: #fff;
    height: 36px;
    width: 36px;
    /*line-height: 36px;*/
    line-height:257%;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 100%;
}

.pagination-nav ul li.active a {
    background: #111111;
    color: #fff;
}



.post-media img{
    max-width:700px;
    width:100%;
    height:auto;
}
.post-entry{
    padding:30px 0;
}
.post-more-link,
.post-meta {
    font-size:90%;
}
.post-header {
    margin-top:5px;
}
.post-entry-intro{
    padding-top:0;
    padding-bottom:15px;
}
.blog-post-intro{
    padding-bottom:60px;
}
.post-header h5{
    line-height: 140%;
}


.contact-box-left{
    line-height:150%;
}
.contacts-map{
    height:400px;
    width:100%;
    overflow:hidden;
}




.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    background: #515C62;
    color: #fff;
    z-index: 9;
    display: none;
    opacity:0.7;
    border-radius:50%;
}

    .scroll-top i{
        color: #fff;
    }

    .scroll-top:hover {
        /*background-color: #7B8A95;*/
        opacity:0.9;
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}