/*!
 * Start Bootstrap - Creative v4.0.0-alpha (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


 /* Basic background image styling. */
 .background-image {
 	background-position: center center;
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 /* Styles for the alternating / transition effect. */
 .toggle-image {
  	position: absolute;
 	width: 100%;
 	top: 0;
 	left: 0;
  	height: 100%;
 	transition: opacity 1s ease-in-out;
 }

 /* Styles for the specific images. */
 .first-image {
 	background-image: url('../img/header.jpg');
 	z-index: -4;
 	opacity: 0;
 }

 .second-image {
 	background-image: url('../img/header3.jpg');
 	z-index: -3;
 	opacity: 0;
 }

 .third-image {
 	background-image: url('../img/header2.jpg');
 	z-index: -2;
 	opacity: 0;
 }

 .fourth-image {
 	background-image: url('../img/header1.jpg');
 	z-index: -1;
 	opacity: 0;
 }

 .first-image.show {
 	opacity: 1;
 }

 .second-image.show {
 	opacity: 1;
 }

 .third-image.show {
 	opacity: 1;
 }

 .fourth-image.show {
 	opacity: 1;
 }



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

body {
  font-family: 'Lora', serif;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #F05F40;
}

a:hover, a:focus {
    color: #f05f40;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
}

h2 {font-weight: lighter; font-size: 1.8rem;}

@media (max-width: 768px) {h2 {font-weight: lighter; font-size: 1.5rem;}}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

footer {
    padding: 0px;
    margin: 0px;
    color: rgb(93, 93, 93);
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #222222;
}

footer p {
  font-size: 14px;
  line-height: 1.5;
}

.bg-primary {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("../img/bg-light.jpg") center center fixed;
}

.bg-light {
    background-color: rgb(245, 245, 245);
}

.bg-orange {
    background-color: rgba(240, 95, 64, 0.2);
}

.bg-dark {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("../img/background-stuff.jpg") center center fixed;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-black-faded {
    color: rgba(0, 0, 0, 0.5);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

#mainNav {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    color: rgba(70, 173, 82, 1);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}


/*! shrink logo image on mobile nav */

#mainNav .navbar-brand img {
    height: 50px;
    width: 50px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #f05f40;
}

#mainNav .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #F05F40;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #F05F40 !important;
    background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.3);
    }
    #mainNav .navbar-brand {
        color: green;
    }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
        color: white;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: white;
    }
    #mainNav.navbar-shrink {
        background-color: rgba(255, 255, 255, 0.8);
        border-color: rgba(34, 34, 34, 0.05);
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: rgba(70, 173, 82, 1);
        font-size: 12px;
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        color: #f05f40;
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
        color: #F05F40;
    }
    /*! shrink logo image */
    #mainNav.navbar-shrink .navbar-brand img {
        height: 50px;
        width: 50px;
    }
    /*! enlarge logo image when wide screen and top scroll position */
    #mainNav .navbar-brand img {
        height: 150px;
        width: 150px;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
}


header .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}

header .header-content .header-content-inner h1 {
    font-family: 'Pacifico', cursive;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 50px;
    color: rgba(255, 255, 255, 1);
    padding: 14px;
    text-shadow: 2px 2px black;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    font-size: 17px;
    margin-bottom: 50px;
    padding: 10px;
    font-weight: bold;
}

.header-supra { background-color:rgba(255, 255, 255, 0.5); border-radius: 12px; padding: 0px;}

@media (min-width: 768px) {
    header {
        height: 100%;
        min-height: 600px;
    }
    header .header-content {
        position: absolute;
        top: 48%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 50px;
    }
    header .header-content .header-content-inner {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-content .header-content-inner h1 {
        font-size: 80px;
    }
    header .header-content .header-content-inner p {
        line-height: 150%;
        display: inline;
        font-size: 24px;
    }
    .header-supra { background-color: white; opacity: 0.8; border-radius: 12px; padding: 10px;}
}

.section-heading {
    margin-top: 0;
}

.service-box {
    max-width: 400px;
    margin: 50px auto 0;
}

@media (max-width: 768px) {
    .service-box h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    position: relative;
    display: block;

    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;

    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #F05F40 !important;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
}

.btn-default:focus, .btn-default.focus {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #bfbfbf;
}

.btn-default:hover {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-toggle.focus {
    color: #222222;
    background-color: #d4d4d4;
    border-color: #bfbfbf;
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: white;
    border-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #F05F40;
    border-color: #F05F40;
}

.btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #eb3812;
    border-color: #a4270d;
}

.btn-primary:hover {
    color: white;
    background-color: #eb3812;
    border-color: #e13612;
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: white;
    background-color: #eb3812;
    border-color: #e13612;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open>.btn-primary.dropdown-toggle:hover, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle.focus {
    color: white;
    background-color: #c93110;
    border-color: #a4270d;
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #F05F40;
    border-color: #F05F40;
}

.btn-primary .badge {
    color: #F05F40;
    background-color: white;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.list-group-item {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    font-size: 15px;
}

.list-group-item.active {
    background-color: rgba(109, 201, 148, 1);
    border-color: transparent;
    font-size: 16px;
}

#oferte .card {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    display: inline-block;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    border-color: rgb(213, 213, 213);
    width: 100%;
    transition: all 0.1s ease-in-out;
    margin-bottom: 25px;
}

#oferte .card:hover {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.1s ease-in-out;
}

#oferte .card-title {
    text-transform: uppercase;
    color: rgb(125, 125, 125)!important;
}

#oferte .card-text {
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(109, 201, 148, 1);
    ;
}

#oferte .card-footer {
    padding-left: 5px;
    background-color: white;
    text-transform: uppercase;
}

#oferte .btn-custom {
    font-size: 16px;
}

@media (max-width: 768px) {
    #oferte .card-title {
        font-size: 14px;
    }
    #oferte img {
        width: 250px;
      
    }
    #oferte .card-text {
        font-size: 12px;
    }
    #oferte .btn-custom {
        font-size: 14px;
    }
    #oferte .card-footer {
        padding: .50rem;
        text-align: center;
    }
}


/* Fix google map bottom margin  */

iframe {
    display: block;
}

.scrolloff {
    pointer-events: none;
}

.card-columns {
    display: inline-block;
}

.lrg-logo {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-image: url("../img/logo.png");
}

.sml-logo {
    width: 50px;
    height: 40px;
    background-size: contain;
    background-image: url("../img/logo-small.png");
}


/* Fix right overflow  */

.row {
    margin: 0;
    padding: 0
}

#nearby #bigscreen li {
    margin-bottom: 15px;
}

#nearby #bigscreen .nav-link {
    color: white;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 110px padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(213, 213, 213);
    background-color: rgba(109, 201, 148, 0.8);
}

#nearby #bigscreen .nav-link.active {
    color: white;
    background-color: rgba(109, 201, 148, 0.1);
    -webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
}

#nearby #bigscreen .nav-link:hover {
    -webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
}

.sfgheorghe {
    background: url("../img/atractii/th.sf-gheorghe.jpg") center no-repeat;
}

.sulina {
    background: url("../img/atractii/th.sulina.jpg") center no-repeat;
}

.letea {
    background: url("../img/atractii/th.letea.jpg") center no-repeat;
}

.caraorman {
    background: url("../img/atractii/th.caraorman.jpg") center no-repeat;
}

.jurilovca {
    background: url("../img/atractii/th.jurilovca.jpg") center no-repeat;
}

.gura {
    background: url("../img/atractii/th.gura.jpg") center no-repeat;
}

.tulcea {
    background: url("../img/atractii/th.tulcea.jpg") center no-repeat;
}

.iacobdeal {
    background: url("../img/atractii/th.iacobdeal.jpg") center no-repeat;
}

.enisala {
    background: url("../img/atractii/th.enisala.jpg") center no-repeat;
}

.halmyris {
    background: url("../img/atractii/th.halmyris.jpg") center no-repeat;
}

.argamum {
    background: url("../img/atractii/argamum.jpg") center no-repeat;
}

.gospodaria {
    background: url("../img/atractii/gospodaria.jpg") center no-repeat;
}


.nearby {
    font-family: 'Open Sans';
    font-weight: light;
    font-size: 20px;
}

#experiente .card {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: rgba(109, 201, 148, 1);
    background-color: rgb(245, 245, 245);
}

#experiente .card-block h4 {
    font-size: 16px;
}

@media (max-width: 768px) {
    #experiente .card-block h4 {
        font-size: 14px;
    }
}

#experiente .card {
    background-color:white;
}

#experiente .card:hover {
    background-color: white;
    -webkit-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 17px -5px rgba(0, 0, 0, 0.75);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
#experiente .mini img {width:50px; height:50px;}

}

@media (max-width: 768px) {
#experiente .maxi img {width:200px; }

}

#canvas {
    background-color: none;
    padding: 0px;
    margin: 0px;
}

.cform {
    background-color: rgba(255, 255, 255, 0.8);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 1);
    padding-top: 25px;
}

input, textarea, select {
    font-family: inherit;
}

input[type=text], input[type=email], textarea {
    border: 1px solid white;
    color: rgb(0, 0, 0);
}

.fmargin {
    margin-bottom: 15px;
}

input[type=text]:focus, [type=email]:focus {
    border: 1px solid orange;
    color: rgb(232, 52, 52);
}

::-webkit-input-placeholder {
    color: #999999!important;
}

::-moz-placeholder {
    color: #999999!important;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #999999!important;
}


/* ie */

input:-moz-placeholder {
    color: #999999!important;
}

.smallscreenlink {
  color: grey;
  }

.smallscreenbox {
  text-align:center;
  padding-top: 5px;
  padding-bottom: 10px;
  border-top:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
  border-bottom:0px solid #dbdbdb;
  border-left:1px solid #dbdbdb;
  cursor: pointer;
}

.smallscreenbox-last {
  text-align:center;
  padding-top: 5px;
  padding-bottom: 10px;
  border:1px solid #dbdbdb;
  cursor: pointer;
}
