 
/* GLOBAL STYLES
-------------------------------------------------- */

.no-js .prel-icon { display: none;  }
.js .prel-icon { display: block;  }

.prel-icon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader.gif) center center no-repeat #fff;
}


/* Padding below the footer and lighter body text */

body, html {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', serif;
}


a:focus, input:focus, button:focus { 
    outline: none;
    -webkit-appearance:none;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  font-weight: 600;
  margin-top: 20px;
}

.navbar-wrapper .navbar-default {
    background-color: rgba(0,0,0,0);
    border: none;
}

.navbar-wrapper .navbar-default .navbar-brand  {
    padding: 0;
    height: 60px;
}


.navbar-wrapper .navbar-default .navbar-nav > li > a {
    color: #FEF4ED;
    text-transform: uppercase;
    margin-top: 5px;
}

.navbar-wrapper .navbar-default .navbar-nav > .open > a,  .navbar-wrapper .navbar-default .navbar-nav > .open > a:focus, .navbar-wrapper .navbar-default .navbar-nav > .open > a:hover {
    color: #FEF4ED;
    background-color: rgba(0,0,0,0);
}

.dropdown-menu {
    border: none;
    box-shadow: none;
    background-color: rgba(0,0,0,0);
    min-width: inherit;
    text-align: right;

}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #FEF4ED;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgba(0,0,0,0);

}
.dropdown-menu > li > a {
   text-align: right;
   padding: 3px;
   color: #FEF4ED;
   font-weight: 500;
}

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.biglogo {
    display: block;
}
.smalllogo {
    display: none !important;
}

.navbar-wrapper.affix {
     position: fixed;
     top: 0;
     width: 100%;
     margin: 0;
     height: 50px;
     background-color: #385B9F; 
     z-index: 10000;
    }
.navbar-wrapper.affix .navbar {
    padding-top: 3px;
}

 
.navbar-wrapper.affix li a {
     padding: 0.5em;
 }       
     
.navbar-wrapper.affix .navbar .navbar-brand .biglogo {
    display: none;
}

.navbar-wrapper.affix .navbar .navbar-brand .smalllogo {
    display: block !important;
}

.navbar-wrapper.affix .navbar .navbar-brand {
    height: 40px;
}

.navbar-wrapper.affix .navbar .navbar-toggle {    
    margin-top: 5px;
}

.navbar-wrapper.affix .dropdown-menu > li, .navbar-wrapper.affix .dropdown-menu > li > a {
   background-color: rgba(63,63,63, 0.3); 
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FEF4ED;
}

.navbar-default .navbar-brand {
  color: #FEF4ED;
}

.navbar-default .navbar-toggle .icon-bar {
   background-color: #3f3f3f;
}


.overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    right: 0px;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to top, transparent 0px, rgba(0, 0, 0, 0.3) 100%);
    background-image: -webkit-linear-gradient(to top, transparent 0px, rgba(0, 0, 0, 0.3) 100%);
    background-image: -moz-linear-gradient(to top, transparent 0px, rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(to top, transparent 0px, rgba(0, 0, 0, 0.3) 100%);
    background-image: -ms-linear-gradient(to top, transparent 0px, rgba(0, 0, 0, 0.3) 100%);
    z-index:1;
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #FEE9DA;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}



/* Sweep To Right */
.hvr-sweep-to-right {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #385B9F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #FEF4ED;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-caption {
  z-index: 10;
  margin-bottom: 50px;
}

.carousel-caption p {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.4;
    color: #FEF4ED;
}


.carousel .item {
  background-color: #337ab7;
}

.carousel h1 {
    text-transform: uppercase;
    color: #FEF4ED;
}

.carousel-inner > .item > img {
  width: 100%;
}

.carousel-indicators li  {
    border: 1px solid #FEF4ED;
}

.carousel-indicators .active {
    background-color: #FEF4ED;
}

.moving {
      width: 100%;
      height: 100%;
      background: url(../images/sky4.jpg) repeat-x left center;
      background-size: 110%;
      -webkit-animation: displace 6s linear infinite;
      animation: displace 6s linear infinite;
    }
    @-webkit-keyframes displace {
      from { background-position: left center;
      } to { background-position: 110% center; }
    }
    @keyframes displace {
      from { background-position: left center;
      } to { background-position: 110% center; }
    }

/*Scrollingdown*/

.godown {
    font-size: 25px;
    color: #FEF4ED;
}

.godown:hover, .godown:focus {
    color: #859CB1; 
}

/*main content*/


.borderedRef {
  text-decoration: none;
  padding: 5px;
  border: 1px solid #ED6639;
  background-color: #3f3f3f;
}

	
.borderedRef:hover {
    color:  #FEF4ED;
    text-decoration: none;
}


.textcont h2 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
	color: #FEF4ED; 
}

    
    
.textcont h1 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #FEF4ED; 
    text-align: center;
}


.textcont h3 {
   font-size: 16px;
   text-transform: uppercase;
   color: #FEF4ED; 
   text-align:left;
   margin: 5px;
}


.textcont p {
    font-size: 18px;
    color: #FEF4ED;
    text-align: center;
}

.no-uppercase {
   text-transform: none !important; 
}

.bluespacer {
        background-color: #337ab7;
    }

.greyspacer {
        background-color: #3f3f3f;
    }

.whitespacer {
       background-color: #FEF4ED;
    }

.orangespacer {
    background-color: #f16529;
}
    
.region_info h2 {
        position: absolute;
        margin-top: 5%;
        margin-left: 10%;
        z-index: 1;
    }


.spacerContent {
        position: absolute;
        margin-top: 5%;
        margin-left: 10%;
        margin-right: 5%;
        z-index: 1; 
		overflow:hidden;
    }    

.spacerContent h1, .spacerContent p  {
        text-align: left;
}

.no-space {
    margin: 0;
    padding: 0;
}

#regionspacer, #spacebog {
        padding-bottom: 10px;
        padding-top: 10px;
        background-color: #FEF4ED;
    }

.scale_item a {
    text-decoration: none;
}

.scale_img {
    overflow: hidden;
}

.scale_item img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.scale_item:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    -o-transition: scale(1.1);
}


     
.greyimg {
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  filter: gray; 
  filter: grayscale(1); 
  -webkit-filter: grayscale(1); 
}
 
 
.greydiv:hover .greyimg {
  filter: none;
  -webkit-filter: grayscale(0);
}


#mappic img {
    margin: 0 auto;
}
       
#blogcont .moving {
        background-image: url(../images/movingmount.jpg);
        animation: displace2 10s linear infinite;
    }
    
@-webkit-keyframes displace2  {
    0%   {background-position: left center;}
    50%  {background-position: 100% center;}
    100%  {background-position: left center;}
}
    

@keyframes displace2  {
    0%   {background-position: left center;}
    50%  {background-position: 100% center;}
    100%  {background-position: left center;}
}
  
.blog_item_info {
        padding: 10px 25px 10px 25px;
        text-align: center;
    }   

.blog_item_info h2 {
      display:  inline-block;
      padding: 5px 10px 5px 10px;
    }  



.blog_item_info p {
      text-align:   left;
      margin-left: 25px;
    }  
      


/*Special offers*/

#specialoffersmp {
    padding-bottom: 10px;
}

#spoffer-slider .carousel-inner .container-fluid .offerimg {
        overflow: hidden;
}

#spoffer-slider .carousel-inner .container-fluid:hover {
 box-shadow:  none; 
 
}

#spoffer-slider .carousel-inner .container-fluid img {
     transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s; 
}

#spoffer-slider .carousel-inner .container-fluid:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
    -o-transition: scale(1.1);
}

#spoffer-slider .carousel-control.left {
    background-image: none;
    color: #FEF4ED;
    z-index: 500;
}

#spoffer-slider .carousel-control.right {
    background-image: none;
    color: #FEF4ED;
    z-index: 500;
}

       
#spoffer-slider h2 {
      display:  inline-block;
      padding: 5px 10px 5px 10px;
    }  

#spoffer-slider a {
    text-decoration: none;
}    
    
   

/*Footer*/

#footer {
  color:#FEE9DA;
  background-color: #337ab7;
}

.footer-top {
  position: relative;
  padding: 10px 5px 20px 5px;
}

#socialfotter {
    border-bottom: 1px solid #FEF4ED;
    padding-bottom: 5px;
}

#contactfotter {
   padding-top: 10px;
   color: #FEF4ED;
}

#contactfotter .phoneRef {
    color:  #FEF4ED;
}

#address div, #phones div {
   text-transform: uppercase;
   font-size: 12px;  
   float: left;   
   padding-right: 10px; 
   padding-bottom: 10px;
}

#footer .footer-top a {
    text-decoration: none;
    color: #FEF4ED;
    padding-right: 5px;
    padding-left: 5px;
}

#address, #phones {
    display: inline-block;
}

#address {
 float: right;    
}

#footer .footer-bottom {
  background-color: #FEF4ED;
  padding: 10px 0 10px;
  color: #f16529;
}

#footer .footer-bottom a {
    color: #f16529;
    font-size: 15px;
    font-weight: 600;
     padding: 5px 10px 5px 10px;
    display: inline-block;
}
   

#footer .footer-bottom a:hover, #footer .footer-bottom a:focus{
  text-decoration: none;
  color: #FEF4ED;
}


#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

#footer .social-icons ul li a.instagram:hover {
  background-color: #406E95;
}

#footer .social-icons ul li a.tripadvisor:hover {
  background-color: #60A248;
}

#footer .social-icons ul li a.google-plus:hover {
  background-color: #BA3225;
}

#footer .social-icons ul li a.vk:hover {
  background-color: #45668E;
}

#siteMap {
    background-color: #f16529;
    color: #FEF4ED;
    text-align: center;
}

#siteMap a {
    color: #FEF4ED !important;
}

#siteMap h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

#siteMap ul {
    border-top: 1px solid #FEF4ED;
}


#socialfotter h2 {
    font-size: 30px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.scrolltotop {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 30px;
  z-index: 5000;  
}

.scrolltotop > i {
   width: 35px;
}


.item-fixed  > i {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  color: #385B9F;
  background-color: #FEF4ED;
  box-shadow: inset 0 0 0 3px #385B9F;
  -webkit-box-shadow: inset 0 0 0 2px #385B9F;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.item-fixed span {
    display: none;
    color: #FEE9DA;
    line-height: 20px;
    font-size: 13px;
    padding-left: 5px;
    text-transform: uppercase;
}

.scrolltotop:hover > i {
  background-color: #385B9F;
  color: #FEE9DA;
  box-shadow: inset 0 0 0 4px #FEF4ED;
  -webkit-box-shadow: inset 0 0 0 4px #FEF4ED;
}

.booking:hover > i {
  background-color: #7C6858;
  color: #FEE9DA;
  box-shadow: inset 0 0 0 2px #FEF4ED;
  -webkit-box-shadow: inset 0 0 0 2px #FEF4ED;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  
}


#mainpGetAppoint {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 3px #7C6858;
  -webkit-box-shadow: inset 0 0 0 3px #7C6858;
  position: absolute;
  top: 18%;
  left: 65%;
  z-index: 9999;
  background-image: linear-gradient(rgba(124,104,88, 0.3), rgba(124,104,88, 0.3)), url(../images/appointment300x300.jpg);
  background-image: -moz-linear-gradient(rgba(124,104,88, 0.3), rgba(124,104,88, 0.3)), url(../images/appointment300x300.jpg);
  background-image: -webkit-linear-gradient(rgba(124,104,88, 0.3), rgba(124,104,88, 0.3)), url(../images/appointment300x300.jpg);
  background-image: -ms-linear-gradient(rgba(124,104,88, 0.3), rgba(124,104,88, 0.3)), url(../images/appointment300x300.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  }




.app-icon-box  > i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-image: -moz-linear-gradient(90deg, rgba(51,122,183, 0.6) 0%, #337ab7 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(51,122,183, 0.6) 0%, #337ab7 100%);
  background-image: -ms-linear-gradient(90deg, rgba(51,122,183, 0.6) 0%, #337ab7 100%);
  color: #FEE9DA;
  box-shadow: inset 0 0 0 2px #FEF4ED;
  -webkit-box-shadow: inset 0 0 0 2px #FEF4ED;
  transition: background-color 400ms, background-color 400ms;
}

.app-icon-box:hover > i {
  color: #337ab7;
  background: rgba(254,233,218, 0.8);
  box-shadow: inset 0 0 0 3px #337ab7;
  -webkit-box-shadow: inset 0 0 0 2px #337ab7;
}

#francepointer {
    position: absolute;
    top:  38%;
    left: 33%;
}

#austriapointer {
    position: absolute;
    top:  40%;
    left: 51%;
}

#ukrainepointer {
    position: absolute;
    top:  30%;
    left: 68%;
}
    
#italypointer {
    position: absolute;
    top:  52%;
    left: 42%;
}


.phoneRef {
    text-decoration: none;
    color: #7C6858;
    padding: 5px;
}

.phoneRef:hover {
    text-decoration: none;
    color: #7C6858;
}

/*Contact form*/

#contactFormHeader  {
    background: url(../images/contactFormCover.jpg) no-repeat center center;
	background-size: cover !important;
	border-bottom: 10px solid #f16529;
} 

#aboutUs  {
    color: #FEF4ED;
}
	
#aboutUs p {
   margin-top: 20px;
   margin-bottom: 20px;
}

#aboutUs p {
   font-size: 17px;
}

#aboutUs h1 {
   font-size: 22px;
}
        
.intl-tel-input {
width: 100%;
}

#contactWrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

#contactWrapper h1 {
  font-size: 22px;
  color: #337ab7;
  padding-left: 20px
}

#contactForm textarea.form-control {
min-height: 50px;
}
    
    
#contactForm .form-control {
font-weight: 500;
font-size: 110%;
}
    
#contactForm label {
  color: #3f3f3f;
}

#selectTopic .btn {
    color: #337ab7;
    border: 1px solid #f16529;
	border-radius: 0;
    font-weight: 600;
    margin-right: 5px;
    padding: 8px 5px 8px 5px;
}
   
#selectTopic .btn:nth-child(3) {
       margin-right: 0;
}
     
#selectTopic .active {
    background-color: #3f3f3f;
    z-index: 1;
	color: #FEF4ED;

}
    
.sendingfeedback {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
} 

.positivefeedback {
    color: #337ab7;
    border-color: #337ab7;
}   

.negativefeedback {
    color: #f16529;
    border-color: #f16529;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #337ab7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
   	color: #FEF4ED !important;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#contactForm .error {
    border-color: #f16529; !important;
}

#error-msg, #error-msg span {
    color: #f16529;
    font-weight: 700;
}


#contactForm .contact-form  {
    margin-top: 30px;
}

 
#contactForm .form-control {
  height: 40px;
  border-radius: 0;
}


#contactForm textarea.form-control {
  min-height: 180px;
  resize:none;
}

#contactForm.form-group {
  margin-bottom: 20px;
}

#btnsubmit {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
	color: #FEF4ED; 
}

#btnsubmit:hover, #btnsubmit:focus, #btnsubmit:active {
  background-color: #385B9F;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}