@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);
/* line 5, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/style.scss */
html, body {
  background-color: #333;
  font-family: 'PT Sans Caption', sans-serif;
}

/* line 9, ../sass/style.scss */
.grid {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
.grid:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 14, ../sass/style.scss */
header {
  background-color: #ececec;
}
/* line 18, ../sass/style.scss */
header #header_top {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
header #header_top:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 21, ../sass/style.scss */
header #header_top h1 {
  content: ' ';
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 25, ../sass/style.scss */
header #header_top h1 a {
  position: absolute;
  z-index: 99999;
}
/* line 31, ../sass/style.scss */
header #header_top nav#lang_menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 25%;
}

/* line 45, ../sass/style.scss */
#header_bottom {
  background-color: #65163f;
}

/* line 50, ../sass/style.scss */
nav#main_menu {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
/* line 12, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/susy-2.1.2/sass/susy/output/support/_clearfix.scss */
nav#main_menu:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 56, ../sass/style.scss */
nav#main_menu > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 25%;
  height: 50px;
}

/* line 63, ../sass/style.scss */
nav#main_menu ul, nav#main_menu li, nav#main_menu a {
  color: inherit;
  display: block;
  text-decoration: none;
}

/* line 71, ../sass/style.scss */
nav#main_menu > ul > li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(29, 29, 27, 0.3);
  cursor: default;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
}
/* line 81, ../sass/style.scss */
nav#main_menu > ul > li:hover {
  background-color: #490c2b;
}
/* line 85, ../sass/style.scss */
nav#main_menu > ul > li:first-child {
  border-left: 0;
}
/* line 89, ../sass/style.scss */
nav#main_menu > ul > li:last-child {
  border-right: 0;
}

/* line 95, ../sass/style.scss */
nav#main_menu > ul > li > span.arrow {
  background-image: url(../images/main-menu-arrow.png);
  display: block;
  float: right;
  height: 50px;
  margin-left: 15px;
  width: 30px;
}

/* line 105, ../sass/style.scss */
nav#main_menu > ul > li > ul {
  display: none;
}

/* line 110, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
  background-color: #65163f;
  display: block;
  font-size: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
/* line 121, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
/* line 125, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul > li:last-child {
  border: 0;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 129, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul > li:last-child a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 134, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul > li > a {
  line-height: 14px;
  padding: 10px;
}
/* line 138, ../sass/style.scss */
nav#main_menu > ul > li:hover > ul > li > a:hover {
  background-color: #490c2b;
}

/* line 152, ../sass/style.scss */
nav#lang_menu ul {
  height: 30px;
}
/* line 155, ../sass/style.scss */
nav#lang_menu ul li {
  display: block;
  height: inherit;
  line-height: 30px;
  float: left;
  text-transform: uppercase;
}
/* line 162, ../sass/style.scss */
nav#lang_menu ul li a {
  background-image: url(../images/lang-menu-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #3C3C3B;
  display: block;
  height: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  padding: 0 25px 0 25px;
  text-decoration: none;
}
/* line 175, ../sass/style.scss */
nav#lang_menu ul li a:hover {
  color: #090908;
  background-position: bottom left;
}

/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/* line 9, ../sass/_kwicks.scss */
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/_kwicks.scss */
.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* line 9, ../sass/_kwicks.scss */
.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute;
}

/* line 9, ../sass/_kwicks.scss */
.kwicks-horizontal > * {
  float: left;
}

/* line 9, ../sass/_kwicks.scss */
.kwicks-horizontal > :first-child {
  margin-left: 0;
}

/* line 9, ../sass/_kwicks.scss */
.kwicks-vertical > :first-child {
  margin-top: 0;
}

/* line 191, ../sass/style.scss */
.kwicks {
  height: 400px;
}

/* line 195, ../sass/style.scss */
.kwicks > li {
  cursor: pointer;
  height: 400px;
  position: relative;
}

/* line 201, ../sass/style.scss */
.kwicks > li > .box {
  color: #fff;
  display: block;
  height: 150px;
  padding: 15px 25px;
  position: absolute;
  text-decoration: none;
  top: 140px;
  width: 250px;
}
/* line 211, ../sass/style.scss */
.kwicks > li > .box hgroup {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 216, ../sass/style.scss */
.kwicks > li > .box hgroup h1, .kwicks > li > .box hgroup h2 {
  text-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  font-size: 36px;
  font-weight: bold;
}
/* line 223, ../sass/style.scss */
.kwicks > li > .box p {
  font-size: 14px;
}

/* line 229, ../sass/style.scss */
#panel-1 {
  background-image: url(../images/slider-1.jpg);
  background-position: center;
}
/* line 233, ../sass/style.scss */
#panel-1 .box {
  background-color: rgba(137, 165, 38, 0.7);
}
/* line 236, ../sass/style.scss */
#panel-1 .box:hover {
  background-color: rgba(137, 165, 38, 0.85);
}

/* line 243, ../sass/style.scss */
#panel-2 {
  background-image: url(../images/slider-2.jpg);
  background-position: center;
}
/* line 247, ../sass/style.scss */
#panel-2 .box {
  background-color: rgba(230, 51, 42, 0.7);
}
/* line 250, ../sass/style.scss */
#panel-2 .box:hover {
  background-color: rgba(230, 51, 42, 0.85);
}

/* line 257, ../sass/style.scss */
#panel-3 {
  background-image: url(../images/slider-3.jpg);
  background-position: center;
}
/* line 261, ../sass/style.scss */
#panel-3 .box {
  background-color: rgba(54, 169, 224, 0.7);
}
/* line 264, ../sass/style.scss */
#panel-3 .box:hover {
  background-color: rgba(54, 169, 224, 0.85);
}

/* line 271, ../sass/style.scss */
#panel-4 {
  background-image: url(../images/slider-4.jpg);
  background-position: center;
}
/* line 275, ../sass/style.scss */
#panel-4 .box {
  background-color: rgba(125, 78, 36, 0.7);
}
/* line 278, ../sass/style.scss */
#panel-4 .box:hover {
  background-color: rgba(125, 78, 36, 0.85);
}

/* line 285, ../sass/style.scss */
.banner {
  background-color: #ebe2e7;
  border-top: 5px solid #65163f;
  color: #3E3D3D;
  height: 110px;
}
/* line 291, ../sass/style.scss */
.banner .welcome {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  height: 110px;
  text-align: center;
}
/* line 297, ../sass/style.scss */
.banner .welcome .welcome_content {
  display: table-cell;
  vertical-align: middle;
}
/* line 302, ../sass/style.scss */
.banner .welcome p {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
/* line 309, ../sass/style.scss */
.banner .description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  height: 110px;
}
/* line 314, ../sass/style.scss */
.banner .description .description_content {
  display: table-cell;
  vertical-align: middle;
}
/* line 318, ../sass/style.scss */
.banner .description .description_content p {
  font-size: 13px;
  line-height: 16px;
}
/* line 325, ../sass/style.scss */
.banner #social-icons-de {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: table;
  height: 95px;
}
/* line 330, ../sass/style.scss */
.banner #social-icons-de ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 335, ../sass/style.scss */
.banner #social-icons-de ul li {
  display: inline-block;
}
/* line 338, ../sass/style.scss */
.banner #social-icons-de ul li a {
  background-image: url(../images/social-icons-de.png);
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  margin: 0 2px;
}
/* line 345, ../sass/style.scss */
.banner #social-icons-de ul li a.facebook {
  background-position: 0 0;
  width: 14px;
}
/* line 349, ../sass/style.scss */
.banner #social-icons-de ul li a.facebook:hover {
  background-position: 0 -50px;
}
/* line 354, ../sass/style.scss */
.banner #social-icons-de ul li a.twitter {
  background-position: -14px 0;
  width: 30px;
}
/* line 358, ../sass/style.scss */
.banner #social-icons-de ul li a.twitter:hover {
  background-position: -14px -50px;
}
/* line 363, ../sass/style.scss */
.banner #social-icons-de ul li a.youtube {
  background-position: -44px 0;
  width: 37px;
}
/* line 367, ../sass/style.scss */
.banner #social-icons-de ul li a.youtube:hover {
  background-position: -44px -50px;
}
/* line 372, ../sass/style.scss */
.banner #social-icons-de ul li a.vimeo {
  background-position: -81px 0;
  width: 30px;
}
/* line 376, ../sass/style.scss */
.banner #social-icons-de ul li a.vimeo:hover {
  background-position: -81px -50px;
}
/* line 381, ../sass/style.scss */
.banner #social-icons-de ul li a.tripadvisor {
  background-position: -111px 0;
  width: 60px;
}
/* line 385, ../sass/style.scss */
.banner #social-icons-de ul li a.tripadvisor:hover {
  background-position: -111px -50px;
}

/* line 383, ../sass/style.scss */
footer {
  background-color: #65163f;
  color: #fff;
  padding: 10px 0;
}
/* line 388, ../sass/style.scss */
footer .slogan {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
/* line 392, ../sass/style.scss */
footer .slogan p {
  font-weight: bold;
  white-space: nowrap;
}
/* line 396, ../sass/style.scss */
footer .slogan p:nth-child(even) {
  color: #886f31;
}
/* line 402, ../sass/style.scss */
footer .right_container {
  background-color: pink;
}
/* line 420, ../sass/style.scss */
footer .item {
  border-right: 1px solid #e793bf;
}
/* line 424, ../sass/style.scss */
footer h3 {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 430, ../sass/style.scss */
footer p {
  font-size: 11px;
  line-height: 14px;
}

footer p a:link {text-decoration: none;
                 color:#FFF;
}
footer p a:visited {text-decoration: none;
                 color:#FFF;
}
footer p a:active {text-decoration: none;
                 color:#FFF;
}
footer p a:hover {text-decoration: none;
                 color:#FFF;
}

/* line 435, ../sass/style.scss */
footer .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 441, ../sass/style.scss */
footer .large-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left;
  text-align:center;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 445, ../sass/style.scss */
footer .logo-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  float: left;
  padding-left: 100px;
  padding-right: 60px;
  display: table;
  height: 80px;
  margin-top: 15px;
}
/* line 451, ../sass/style.scss */
footer .logo-item .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 456, ../sass/style.scss */
footer .logo-item .content.logo {
  width: 50px;
}


/*****************
 responsive code written by faisal khan 
 from ethane web technology
****************/


/* for desktop */
@media (max-width:1200px) { 
    
}

/* for tablet */
@media (max-width:992px) { 
    
}

/* for phones small devices */
@media (max-width:768px) { 
    .banner{height: auto;}
    .banner .welcome{width: 100%;}
    .banner .description{width: 100%;}
    .banner #social-icons{width: 100%;}
    footer .slogan{width: 100%;}
    footer .logo-item{width: 100%;padding: 10px 20px;}
    footer .large-item{width: 100%;}
    footer .item{width: 33%;}
    header #header_top{height: 70px;}
    #header_top a img{width: 132px;}
    header #header_top nav#lang_menu{float: right; width: 35%;position: relative;}
    header #header_top nav#lang_menu:before{
        content: "";
    }
    nav#lang_menu{
        margin-top: 30px;
    }
    nav#lang_menu ul li {
        float: none;
        background: #fff;
    }
    nav#lang_menu ul {
    position: absolute;
    z-index: 1;
    top: 160%;
        display: none;
}
    header #header_top nav#lang_menu:before {
        content: "Language";
        background: #fff;
        padding: 5px 10px;
    }
    header #header_top nav#lang_menu:hover ul{display: block;}
    nav#main_menu > ul{width: 100%;float: none; margin-left: 0;}
    nav#main_menu > ul > li:first-child{border-right: 0px;}
    .banner #social-icons-de{width: 100%;}
    .banner .welcome .welcome_content p span {
        font-size: 35px !important;
        line-height: 30px !important;
    }
    footer .slogan{text-align: center;padding: 20px 0;}
    footer .slogan p:nth-child(1) span { font-size: 50px !important;    }
    footer .slogan p:nth-child(2) span { font-size: 37px !important;margin-left: -16px;   }
    footer .slogan p:nth-child(3) span { font-size: 46px !important  }
    footer .slogan p:nth-child(4) span { font-size: 54px !important;line-height: 52.5px !important;  }
    footer .slogan p:nth-child(5) span { font-size: 38px !important; }
    

}


/* for phones  extra small devices */
@media (max-width:460px) { 
    .kwicks > li > .box hgroup h1, .kwicks > li > .box hgroup h2{font-size: 12px;}
    .kwicks > li > .box{padding: 15px 5px;}
    .kwicks > li > .box p {
        font-size: 11px;
        width: 84px;
    }


}
/* for phones  extra extra small devices */
@media (max-width:280px) { 
    

}
