@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: fontawesome-webfont;
  src: url(../fonts/fontawesome-webfont.ttf); }
body, html {
  position: relative;
  min-height: 100%;
  font-family: OpenSans-Regular;
  background: url("../images/bg-main.jpg");
  overflow-x: hidden;
  z-index:-1200; }
  
.mobile { display:none;}
.desktop { display: block;}

.nav-style .navbar-brand > img {
  width: 284px; }
.nav-style .nav {
  margin-top: 15px; }
.nav-style .nav > li > a {
  font-family: OpenSans-Regular;
  border: 1px solid transparent;
  padding: 9px 15px;
  color: #000;
  font-size: 15px; }
.nav-style .nav > li > a:focus, .nav-style .nav > li > a:hover, .nav-style .nav > li > a.selected {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #fff; }
  
.pathway { display:block; z-index:10000;}
.pathwaylink { color:#000; font-size:15px;}
a.pathwaylink {color:#000; font-size:15px; text-decoration:underline;}
.articl { margin-bottom:20px;}.articl .col-md-2{text-align:center; margin-bottom:15px;}img.artim{border-radius:50%; width:100%; max-width:225px; height:auto}.con_title {margin-bottom:10px;}.con_titlelink{ font-size:18px; color:#000;}.con_pubdate, .articl time{font-weight:700;font-size:12px; color:#fff;}

.phot .col-sm-6.col-md-3{ padding:5px 0px; text-align:center;} .phot .col-sm-6.col-md-3 img{ width:100%; max-width:200px; border-radius:50%;}.phot .lightbox-enabled, .phot a { text-decoration:none !important;} a.phtext, .photo_album_title a { display:inline-block; margin:10px 0px 15px; text-decoration: underline !important;} .photo_txt ul {list-style:none;} table.photo_layout,  table.photo_layout img { max-width:100%; height:auto;}

/** Core messages styles [AM][start] **/
.button_yes, .button_no {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid;
    cursor: pointer;
    font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
    font-size: 11px;
    margin: 3px;
    outline: medium none;
    overflow: visible;
    padding: 4px 14px;
    white-space: nowrap;
}
.button_yes::-moz-focus-inner, input.button_no::-moz-focus-inner {
    border: 0 none;
}
.button_yes {
    background: none repeat scroll 0 0 #5D81A7;
    border: 1px solid #45688E;
}
.button_yes {
    background: url('../images/core/button.png') repeat-x scroll 0 -16px #6181A6;
    border-color: #789ABF #5980A9 #5980A9;
    color: #FFF;
    text-shadow: 0 1px 0 #45688E;
}
.button_yes:hover {
    background-position: 0 -8px;
}
.button_yes:active {
    background: none repeat scroll 0 0 #5E80A5;
    border: 1px solid #5E80A5;
    position: relative;
}
.button_no {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #B3B3B3;
}
.button_no {
    background: url('../images/core/button.png') repeat-x scroll 0 -54px #DDDDDD;
    border-color: #FFFFFF #E7E7E7 #E5E5E5;
    color: #444444;
    text-shadow: 0 1px 0 #FFFFFF;
}
.button_no:hover {
    background-position: 0 -46px;
}
.button_no:active {
    background: none repeat scroll 0 0 #DCDCDC;
    border: 1px solid #DCDCDC;
    position: relative;
}
#popup_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100999;
    text-align: left;
    padding: 0;
    margin: 0;
}
#popup_overlay {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    background: #666;
    opacity: 0.4;
}
#popup_container .popup_body {
    background: #fff;
    width: 700px;
    margin: 0 auto;
    box-shadow: 0 2px 8px #666;
    overflow: hidden;
}
.popup_body > div {
    clear: both;
}
#popup_title,
#note_title {
    background: none repeat scroll 0 0 #45688E;
    border-bottom: 1px solid #666;
    color: #FFF;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 7px;
    text-shadow: 0 1px 2px #333;
}
#popup_container .popup_x_button,
#noteform .popup_x_button {
    background: url("../images/core/close_btn.png") no-repeat center center;
    cursor: pointer;
    float: right;
    height: 16px;
    margin: 3px 3px 0 0;
    opacity: 0.7;
    padding: 3px;
    width: 16px;
}
#popup_container .popup_x_button:hover,
#noteform .popup_x_button:hover {
    opacity: 1.0;
}
#popup_progress {
    display: none;
    text-align: center;
    width: 100%;
    margin: 45px 0 28px;
}
#popup_content {
    padding: 0;
    margin: 0;
}
#popup_message {
    font-size: 13px;
    margin: 7px;
}
#popup_message .box_message_content {
    font-size: 13px;
    padding: 5px;
}
#popup_panel, #note_panel {
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 3px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden;
}
#popup_prompt {
    margin: 0.5em 0
}
span.ajax-loader {
    background: url('../images/core/ajax-loader.gif') no-repeat;
    display: none;
    float: left;
    left: 6px;
    position: relative;
    top: 11px;
    width: 36px;
}
#popup_info {
    border: 1px solid #666666;
    display: none;
    float: left;
    margin: 3px 2px;
    padding: 2px 9px 1px;
    position: relative;
    color: #FFF;
}
#popup_info.error {
    background-color: #E6A4A4;
}
#popup_info.info {
    background-color: #AEFFA4;
}
/** Core messages styles [AM][end] **/

#popup_message div.js_smiles, #smileajax {
    height: 1px;
}
#popup_message div.js_smiles a, #smileajax a {
    text-decoration: none;
}

/*------------------------------ PAGES BAR -----------------------------------*/
.pagebar{
    margin: 10px 0;
	font-size:12px;
	clear:both;
}
.pagebar_title{
	margin:5px;
    color:#000;
}
.pagebar_page{
	margin:2px;
	padding:5px;
}
.pagebar_current{
	margin:2px;
	padding:5px 10px;
	background-color: #5D6BD5;
    color:#FFF;
    border-radius:50%;
}
a.review, a.review:visited {
	display:inline-block;
	margin:10px 0px;
	padding:5px 15px;
	background:#5D6BD5;
	color:#FFF !important;
	text-decoration:none !important;
	border-radius:10px;}
	
a.review:hover {
	background:#3E4890;
	color:#FFF !important;
	text-decoration:none !important;}

.MenuOptions {
  overflow: hidden;
  height: 135px;
  width: 135px;
  float: left;
  display: block;
  z-index: 2;
  margin: 31px;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: 2px solid #fff;
  background-color: #fff; }
  .MenuOptions:hover {
    z-index: 9; }
    .MenuOptions:hover:before {
      border: 2px solid transparent; }
  .MenuOptions.opacity-border {
    background: rgba(255, 255, 255, 0.58);
    border: 3px solid #fff; }
  .MenuOptions.none-roumb {
    background: transparent;
    border: none; }

.menuRot {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }
  .menuRot .bg-roumb {
    width: 156%;
    margin-top: -21px;
    margin-left: -19px; }

.roumb-menu {
  display: block;
  position: relative !important;
  margin: 30px auto 15px;
  width: 1000px;
  min-height: 607px; }

span.icons {
  position: absolute;
  top: 30%;
  right: -32px;
  background: rgba(255, 255, 255, 0.81);
  transform: rotate(45deg); }
  span.icons img {
    width: 37px;
    transform: rotate(-45deg); }

.card {
  float: left;
  position: relative; }
  .card .hover-over {
    position: absolute;
    width: 94%;
    margin: auto;
    top: 4px;
    left: 3px;
    height: 94%;
    background: rgba(255, 255, 255, 0.71);
    z-index: 9;
    transition: .35s;
    opacity: 0; }
  .card:hover .MenuOptions {
    z-index: 9; }
  .card:hover .hover-over {
    opacity: 1; }

.card:hover .info {
  opacity: 1;
  left: 60px; }
  .card:hover .info.on-right {
    left: -137px; }

#scene .layer.smooth {
  position: absolute !important;
  text-align: center;
  margin-top: -50px;
  z-index:-999 !important; }
  #scene .layer.smooth img {
    width: 90%;
    margin: auto;
    position: relative;
    display: block;
	z-index:-900 !important;}

.more-info {
  z-index: 9;
  padding: 50px;
  background: rgba(195, 231, 250, 0.65);
  position: relative; }

footer.foot-info {
  background: rgba(195, 231, 250, 0.65); }
footer p {
  color: #102235; }
footer p a, footer p a:hover, footer p a:visited, footer p a:focus {
    color: #000;
}
footer .tel {
  font-size: 30px; }
  footer .tel span {
    font-family: OpenSans-Bold;
    font-size: 36px; }
footer .nav > li > a {
  color: #102235;
  font-size: 15px; }
footer .nav > li > a:focus, footer .nav > li > a:hover {
  background: transparent;
  color: #d01a18;
  text-decoration: underline; }
footer .social {
  text-align: center;
  margin-bottom: 10px; }
  footer .social a:hover img {
    opacity: .5; }
	
#ya-site-results {
	background: none !important;}

.flexsearch--form {
  overflow: hidden;
  position: relative; }

.flexsearch--input {
  width: 100%; }

.flexsearch--input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 0 46px 0 10px;
  border-color: #eee;
  border-radius: 2px;
  border-style: solid;
  background: transparent;
  border-width: 1px;
  color: #364250;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.flexsearch--submit {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  /* margin-top: 20px; */
  margin-right: 5px;
  background: transparent;
  color: #364250;
  font-size: 20px;
  line-height: 40px; }

.flexsearch--input:focus {
  outline: none;
  border-color: #fff; }

.flexsearch--input:focus.flexsearch--submit {
  color: #364250; }

.flexsearch--submit:hover {
  color: #364250;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #364250; }

input:-moz-placeholder {
  color: #364250; }

.navbar-toggle .icon-bar {
  background: #06C; }
  
.discription-card p a, #scene a {
    color: #000;
    text-decoration: underline; }
    .discription-card p a:hover, #scene a:hover {
      color: #d9251c; }

.image-title {
  text-align: center; }
  .image-title .MenuOptions {
    height: 150px;
    width: 150px; }
    .image-title .MenuOptions .menuRot .bg-roumb {
      margin-top: -20px; }
  .image-title .back {
    background: #ffcd3e;
    width: 62px;
    height: 108px;
    top: 105px;
    left: 16px;
    display: block;
    /* transform: rotate(-45deg); */
    position: absolute; }
    .image-title .back:before {
      content: " ";
      position: absolute;
      top: 57px;
      background: url("../images/left-arrow.png");
      background-size: contain;
      color: #000;
      height: 28px;
      width: 28px;
      left: 12px; }
  .image-title .list-red {
    position: absolute;
    left: 78px;
    top: 104px;
    height: 77px;
    width: 148px;
    background: #d9251c; }
    .image-title .list-red ul {
      list-style: none;
      padding-top: 120px;
      padding-bottom: 18px;
      text-align: left;
      background: #d9251c; }
      .image-title .list-red ul li a {
        color: #fff !important; text-decoration: none !important; }
		.image-title .list-red ul li a:hover {
        text-decoration: underline !important; }
      .image-title .list-red ul li {
        margin: 0; }

.info-section {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 347px;
  display: flex; }
  .info-section span.icons {
    top: 31%; }

.discription-card h1 {
  color: #d9251c;
  font-size: 36px;
  font-family: OpenSans-Bold;
  margin-top: 41px;
  margin-bottom: 25px; }
.discription-card p {
  font-size: 16px;
  color: #000; }

.more-info h2, h1.con_heading {
  font-size: 36px;
  color: #000;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  margin-bottom: 25px; }
.more-info p {
  text-indent: 15px; }
  
.popup .modal-content{box-shadow:none;border:30px solid rgba(247,247,247,0.52);border-radius:0}
.popup form{border:2px solid #000;padding:40px}
.popup .modal-body{padding:45px 65px 35px;background:#f7f7f7}
.popup .userform_title{padding:0 10px;color:#000;font-size:27px;background:#f7f7f7;position:absolute;top:20px;left:50%;text-transform:uppercase;transform:translate(-50%, 0%);text-align:center;}
.popup .close{position:absolute;right:-72px;top:-64px;opacity:1}
.popup .close span{color:#fff;font-weight:100;font-size:42px}
.popup .modal-dialog{margin:60px auto}
.popup input,.popup textarea{width:100%;background:#fff;border:#dcdcdc 1px solid;color:#a8a8a8;font-size:18px;padding:10px; margin:5px 15px 5px 0px;}
.popup input[type=radio]{width:auto !important; margin:15px 5px 0px 0px !important;}
.popup textarea{resize:none}
.popup .submit-btn{display: block;width:185px;margin:auto;font-size:18px;text-align:center;font-weight:400}.popup input.submit-btn{
    display: block;
    width: 185px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    padding: 10px 25px;
    background: #5D6BD5;
    border:none;
    border-bottom: 2px solid #999;
    box-shadow: 0px 4px 6px 0px rgba(157,157,157,0.57);
}
input.submit-btn:hover {background:#3E4890;}
@media (min-width: 800px){.popup .modal-dialog{width:724px;margin:60px auto}}
@media (min-width: 768px){.popup .modal-dialog{margin:50px auto}}
@media screen and (max-width: 767px) {
  .popup .modal-content{border:10px solid rgba(247,247,247,0.52)}
  .popup form{padding:10px 15px}
  .popup .modal-body{padding:35px 15px 20px}
  .popup input,.popup textarea{font-size:14px;padding:5px}
  .popup .userform_title{font-size:16px;padding:0 5px}
  .popup .close{right:0;top:-49px}
  .popup button.submit-btn{width:110px;font-size:14px}
}

@media (max-width: 1200px) {
  .nav-style .navbar-brand > img {
    width: 163px; } }
@media (min-width: 1400px) {
  .MenuOptions {
    height: 150px;
    width: 150px;
    margin: 33px; }

  .menuRot .bg-roumb {
    width: 156%;
    margin-top: -22px;
    margin-left: -19px; }

  .roumb-menu {
    width: 1154px;
    min-height: 688px; }
    .roumb-menu div.row2 {
      margin-left: 108px;
      margin-top: 109px; }
    .roumb-menu div.row3 {
      margin-top: 219px; }
    .roumb-menu div.row4 {
      margin-left: 108px;
      margin-top: 329px; }
    .roumb-menu div.row5 {
      margin-top: 439px; }

  .info {
    left: 142px;
    height: 302px;
    width: 302px;
    margin-top: -44px; }
    .info p {
      transform: rotate(-45deg) translate(239px, 0);
      margin-top: 114px;
      font-size: 14px;
      margin-left: -34px;
      width: 181px; }
    .info h4 {
      transform: rotate(-45deg) translate(78px, 0);
      margin-top: 120px;
      font-size: 18px; }

  span.icons img {
    width: 43px;
    transform: rotate(-45deg); }

  .card:hover .info {
    left: 66px; }

  .card .hover-over {
    top: 4px;
    left: 4px; }

  .card:hover .info.on-right {
    left: -152px; }

  .info.on-right:after {
    right: 286px;
    top: 286px; }

  .info.on-right h4 {
    width: 186px;
    margin-top: 126px;
    margin-left: 44px;
    text-align: center; }

  .info.on-right p {
    transform: rotate(-45deg) translate(76px, 0);
    margin-top: 98px;
    margin-left: -27px;
    text-align: center; } }
@media (min-width: 991px) {
  .info.on-right:after {
    content: '';
    position: absolute;
    right: 259px;
    top: 259px;
    border: 8px solid transparent;
    border-bottom: 8px solid #d9251c;
    border-left: 8px solid #d9251c; }
  .info.on-right h4 {
    transform: rotate(-45deg) translate(-70px, 0);
    width: 154px;
    margin-top: 110px;
    margin-left: 49px; }
  .info.on-right p {
    transform: rotate(-45deg) translate(19px, 0);
    text-align: right;
    margin-top: 66px;
    margin-left: 7px; }

  .info {
    opacity: 0;
    pointer-events: none;
    opacity: 0;
    left: 142px;
    position: absolute;
    height: 275px;
    width: 275px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    margin-top: -38px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .info h4 {
      transform: rotate(-45deg) translate(47px, 0);
      margin-top: 107px;
      margin-left: 70px;
      text-transform: uppercase;
      text-align: center;
      color: #d9251c;
      width: 153px;
      font-size: 15px; }
    .info p {
      transform: rotate(-45deg) translate(147px, 0);
      margin-top: 69px;
      margin-left: 26px;
      font-size: 12px;
      width: 160px; }
    .info:after {
      content: '';
      position: absolute;
      right: 0px;
      top: 0px;
      border: 8px solid transparent;
      border-top: 8px solid #d9251c;
      border-right: 8px solid #d9251c; }

  div.row2 {
    margin-left: 98px;
    margin-top: 98px;
    position: absolute;
    display: block; }

  div.row3 {
    margin-top: 196px;
    position: absolute;
    display: block; }

  div.row4 {
    margin-left: 98px;
    margin-top: 294px;
    position: absolute;
    display: block; }

  div.row5 {
    margin-top: 392px;
    position: absolute;
    display: block; } }
@media (max-width: 991px) {
  .nav-style .nav > li > a {
    padding: 9px 5px; }

  .nav-style .navbar-brand > img {
    width: 113px;
    margin-top: 11px; }

  footer .tel {
    font-size: 20px; }
    footer .tel span {
      font-size: 25px; }

  .roumb-menu {
    width: 90%; }

  .MenuOptions.opacity-border, .MenuOptions.none-roumb {
    display: none; }

  .card .MenuOptions {
    transform: rotate(0deg); }
  .card .info h4 {
    color: #d9251c;
    text-align: center; }
  .card .info p {
    color: #333;
    text-align: center; }
  .card .hover-over {
    display: none; }
  .card .menuRot {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
    .card .menuRot .bg-roumb {
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
  .card span.icons {
    position: absolute;
    top: 5%;
    right: 4px;
    background: rgba(255, 255, 255, 0.81);
    transform: rotate(0deg); }
  .card span.icons img {
    transform: rotate(0deg); } }
@media (max-width: 894px) {
  .card {
    width: 29%; }
    .card .MenuOptions {
      transform: rotate(0deg);
      height: auto;
      width: 90%; } }
@media (max-width: 767px) {
  body, html { background:none;}
  .mobile { display:block;}
  .desktop { display:none;}
  .nav-style .navbar-brand > img {
    width: 200px;
    margin-top: 0; }

  .MenuOptions.opacity-border, .MenuOptions.none-roumb {
    display: none; }

  .roumb-menu.layer {
    width: 90%;
    margin: auto; }

  .card {
    width: 42%; }
.table-bordered.table-condensed { display:none;}
.table-condensed { max-width:100% !important;}
.more-info img { max-width:100% !important; height:auto !important;}
  a.price { display:inline-block; padding:15px 15px 15px 50px; color:#fff; background:#d9251c url(../images/price.png) 10px center no-repeat; text-decoration: underline;}
    }
@media (max-width: 560px) {
  .discription-card h1, .more-info h2 {
    font-size: 30px; }

  .discription-card p {
    font-size: 14px; }

  .info-section {
    display: block; }

  .col-md-3.image-title {
    min-height: 259px; }

  .more-info {
    padding: 30px 15px; } }
@media (max-width: 400px) {
  .card {
    width: 100%; }
    .card .MenuOptions {
      margin: 15px; }
    .card .info {
      margin-top: 30px; } 
	 .discription-card img { clear:both; width:100% !important; height:auto;} 
	 }

/*# sourceMappingURL=main.css.map */
