/*
 * Title:   TravelGuide - Main SCSS file
 * Author:  Christian Kieler
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* . Base Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   TravelGuide | SCSS Variables for style customization
 * Author:  Christian Kieler
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 1. Global */
/* . General Body Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   TravelGuide | SCSS body style
 * Author:  Christian Kieler
 */
body {
  color: #3e4d5c;
  direction: ltr;
  font: 400 13px 'Open Sans', Arial, sans-serif;
  background: #0f4194; }

/* . Header  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***
Pre-Header and pre-header elements
***/
.pre-header {
  color: #616b76;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff; }

.pre-header a {
  color: #616b76; }

.pre-header a:hover {
  color: #0f4194; }

.pre-header a:focus {
  text-decoration: none; }

.pre-header li {
  padding-left: 11px;
  padding-right: 15px;
  border-right: solid 1px #d8d8d8; }

.pre-header li:last-child {
  border: none; }

.additional-shop-info li:first-child {
  padding-left: 0; }

.additional-nav li:last-child {
  padding-right: 0; }

.pre-header .fa {
  margin-right: 4px; }

.shop-currencies a {
  margin-right: 6px; }

.shop-currencies a:last-child {
  margin-right: 0; }

.shop-currencies a.current {
  color: #0f4194; }

/* langs block */
.langs-block {
  position: relative; }

.langs-block .fa {
  margin-right: 0; }

.langs-block-others-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99999; }

.langs-block-others {
  padding: 10px 10px 2px;
  background: #F9F9F9;
  z-index: 9999;
  width: 100px;
  display: none;
  margin-top: 12px;
  border-top: solid 2px #0f4194;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  position: relative;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out; }

.langs-block-others:after {
  top: -8px;
  width: 0;
  height: 0;
  left: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #0f4194;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.langs-block:hover .langs-block-others {
  display: block; }

.langs-block-others a {
  display: block;
  margin-bottom: 8px; }

/***
Header and header elements
***/
.pre-header {
  font: 400 13px 'Open Sans', Arial, sans-serif; }

.header {
  box-shadow: 0 1px 3px #ddd;
  background: #fff;
  border-radius: 0;
  z-index: 999;
  position: relative; }

/* FIX styles BEGIN */
.page-header-fixed .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }

body.page-header-fixed {
  padding-top: 88px !important;
  /* height of the header */ }

/* FIX styles END */
.header .container {
  position: relative; }

.ie8 .header {
  border-bottom: 1px solid #eee; }

.site-logo {
  float: left;
  font-size: 23px;
  font-weight: 400;
  margin-right: 67px;
  padding-top: 22px;
  padding-bottom: 22px; }

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 25px 0 0 30px;
  position: relative;
  background: #fff url(../img/icons/toggler.png) no-repeat 6px 8px; }

.header .mobi-toggler i {
  display: none; }

.header .mobi-toggler:hover {
  background: #0f4194 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #0f4194;
  color: #fff; }

.header {
  background: #0f4194; }

.header-navigation > ul > li > a {
  color: white !important; }

/* Navigation */
.header-navigation {
  font: 15px "Open Sans", sans-serif;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  text-transform: uppercase; }

.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.header-navigation > ul > li {
  float: left; }

.header-navigation > ul > li > a {
  color: #333;
  display: block;
  padding: 29px 12px 30px; }

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
  color: white;
  background: #0f4194;
  text-decoration: none; }

.header-navigation ul > li.active > a {
  border-bottom: 2px solid #e64f00; }

/* dropdown menu */
@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block; } }
.header-navigation,
.header-navigation .dropdown {
  position: static; }

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
  position: relative; }

.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  background: #fff;
  position: absolute;
  border: none;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999; }

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
  display: none !important; }

.dropdown-fix-left .dropdown-menu {
  left: 0;
  width: 700px; }

.dropdown-fix-right .dropdown-menu {
  right: 0;
  width: 700px; }

.header-navigation > ul > li > .dropdown-menu {
  margin-top: -10px;
  border-top: solid 2px #0f4194;
  z-index: 1001; }

.header-navigation .dropdown100 > .dropdown-menu {
  left: 15px;
  right: 15px; }

.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 6px;
  width: 0;
  height: 0;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: absolute;
  border-bottom: 8px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
  display: none !important; }

.header-navigation li.dropdown100 > .dropdown-menu:after {
  display: none !important; }

.header-navigation .dropdown-menu > li:first-child {
  border-top: solid 2px #0f4194 !important; }

.header-navigation .dropdown-menu li {
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #efefef;
  position: relative;
  float: none; }

.header-navigation .dropdown-menu li:last-child {
  border: none; }

.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  font-weight: 400;
  color: #767f88; }

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
  background: #f5f5f5;
  color: #000; }

.dropdown-submenu > a:after {
  display: none; }

/* navigation content */
.header-navigation-content {
  padding: 20px 30px;
  min-width: 600px; }

.header-navigation-content .header-navigation-col {
  padding: 0; }

.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
  font: bold 15px 'Open Sans', Arial, sans-serif;
  margin: 0 0 6px;
  padding: 10px 10px 5px;
  border-bottom: solid 1px #f0f0f0; }

.header-navigation-content ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

.header-navigation-content li {
  padding: 0;
  border: none !important; }

.header-navigation-content li > a {
  display: block; }

/* header navigation description */
.header-navigation-content-ext {
  padding: 20px 30px 2px;
  background: #fff; }

.header-navigation-description {
  background: #fcfafb;
  margin: -20px 0 -2px -30px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset; }

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
  border: none;
  padding: 10px 0 0; }

.header-navigation .dropdown-menu .header-navigation-content-ext li {
  border: none; }

.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
  padding: 0 0 10px;
  color: #767f88;
  display: inline-block; }

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
  background: #fff;
  color: #0f4194; }

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px; }

.header-navigation .dropdown-menu a {
  position: relative; }

.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px; }

/* Top Search */
.header-navigation li.menu-search {
  position: relative;
  top: 26px; }

.header-navigation li.menu-search span.sep {
  top: 0;
  width: 1px;
  height: 26px;
  background: #eaeaea;
  position: relative;
  margin: 0 18px 0 16px;
  display: inline-block; }

.header-navigation li.menu-search i {
  color: white;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  top: -6px;
  /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
  width: 15px;
  height: 15px;
  opacity: 0.7; }

.header-navigation li.menu-search i:hover {
  color: white;
  background-position: 0 -15px;
  opacity: 1; }

/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
  right: -7px;
  top: 100%;
  padding: 15px;
  display: none;
  background: #fcfafb;
  position: absolute;
  border-top: solid 2px #0f4194;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  width: 274px;
  margin-top: 0;
  z-index: 22; }

.header-navigation .search-box:after {
  top: -8px;
  width: 0;
  height: 0;
  right: 8px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 8px solid #0f4194;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

.header-navigation .search-box button {
  margin-left: 0 !important; }

/* reduce navigation */
/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
 	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/
.reduce-header .site-logo {
  padding-top: 9px;
  padding-bottom: 11px; }

@media (min-width: 1025px) {
  .reduce-header .header-navigation > ul > li > a {
    padding: 16px 12px 17px; }

  .ecommerce .reduce-header .header-navigation > ul > li > a {
    padding: 23px 12px 20px; }

  .reduce-header .header-navigation li.menu-search {
    top: 14px; }

  .ecommerce .reduce-header .header-navigation li.menu-search {
    top: 21px; } }
.reduce-header .mobi-toggler {
  margin-top: 12px; }

.page-header-fixed .header .mobi-toggler {
  transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease; }

@media (max-width: 1205px) and (min-width: 1025px) {
  .header .header-navigation {
    display: block !important;
    clear: none !important;
    margin-top: 26px !important;
    float: right !important; } }
/* . Content  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.main {
  background: #fff; }

.main h1 {
  margin-top: -6px; }

#content {
  background: #f5f5f5;
  padding-bottom: 20px; }
  #content .container {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: white; }

/* . Content-Elements  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee; }

.pricing-active {
  border: 3px solid #0f4194;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(15, 65, 148, 0.2); }

.pricing:hover {
  border: 3px solid #0f4194; }

.pricing:hover h4 {
  color: #0f4194; }

.pricing-head {
  text-align: center; }

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal; }

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic; }

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #0f4194;
  border-bottom: solid 3px #f5f5f5; }

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7; }

.pricing-head-active h4 {
  color: #0f4194; }

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative; }

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative; }

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7; }

.pricing-content li i {
  top: 2px;
  color: #0f4194;
  font-size: 16px;
  margin-right: 5px;
  position: relative; }

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px; }

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9; }

.price-active h4 {
  color: #0f4194; }

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out; }

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #0f4194;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out; }

/* compare goods */
.compare-goods table {
  width: 100%; }

.compare-goods tr:first-child td.compare-info,
.compare-goods tr:first-child td.compare-item {
  background: no-repeat;
  border-bottom: 3px solid #ECEBEB; }

.compare-item {
  border: 1px solid #f5f5f5; }

.goods-data td.compare-info {
  width: 20%;
  vertical-align: middle;
  background: #f5f5f5; }

.goods-data td.compare-info,
.goods-data td.compare-item {
  padding: 20px; }

.compare-item {
  text-align: center; }

.compare-item img {
  width: 100%;
  max-width: 100px;
  border: 10px solid #f5f5f5; }

.compare-item img:hover {
  border: 10px solid #0f4194; }

.compare-item h3 a {
  text-decoration: none; }

.compare-item h3 {
  padding: 7px 0 4px;
  margin: 0; }

.compare-item strong {
  color: #0f4194;
  font-size: 21px;
  font-weight: normal; }

.compare-item strong span {
  font-size: 17px; }

.compare-goods .btn-primary {
  margin-right: 0; }

.goods-data th h2 {
  font-size: 17px;
  padding: 20px 20px 5px;
  margin: 0;
  font-weight: bold;
  color: #0f4194; }

.goods-page .compare-item .btn-primary {
  color: #fff;
  float: none; }

.goods-page .compare-item .btn-default {
  border: 1px solid #EDEDED;
  color: #A8AEB3;
  background: transparent;
  padding: 6px 13px;
  float: none;
  margin-top: 10px; }

.goods-page .compare-item .btn-default:hover,
.goods-page .compare-item .btn-default:focus,
.goods-page .compare-item .btn-default:active {
  border: 1px solid #A8AEB3;
  color: #fff;
  background: #A8AEB3;
  padding: 6px 13px; }

.ecommerce .sidebar {
  font: 15px 'PT Sans Narrow', sans-serif;
  color: #3E4D5C;
  text-transform: uppercase; }

.ecommerce .sidebar .list-group-item {
  background: #fff;
  padding: 8px 10px 6px; }

/* our clients */
.our-clients {
  position: relative; }

.our-clients h2,
.ecommerce .our-clients h2 {
  margin: 3px 0 5px; }

.our-clients h2 a {
  color: #3e4d5c; }

.our-clients h2 a:hover {
  color: #0f4194; }

.our-clients .client-item {
  background: #f8f8f8;
  margin-left: 10px;
  position: relative; }

.our-clients .owl-buttons {
  left: -74px;
  right: auto;
  top: 0; }

.our-clients .client-item img {
  margin-left: auto;
  margin-right: auto; }

.our-clients .client-item .color-img {
  display: none; }

.our-clients .client-item:hover img {
  display: none; }

.our-clients .client-item:hover .color-img {
  display: block; }

/* OWL styles */
.owl-buttons {
  left: -74px !important;
  right: auto !important;
  top: 0px;
  position: absolute; }

.owl-buttons div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  position: static;
  border-radius: 26px !important;
  text-indent: -100000px; }

.owl-buttons .owl-prev {
  background: #fff url(/img/fa-angles.png) no-repeat 8px 8px; }

.owl-buttons .owl-next {
  background: #fff url(/img/fa-angles.png) no-repeat -33px 8px; }

.owl-buttons .owl-prev:hover {
  color: white;
  background: #0f4194 url(/img/fa-angles.png) no-repeat 8px -31px; }

.owl-buttons .owl-next:hover {
  color: white;
  background: #0f4194 url(/img/fa-angles.png) no-repeat -33px -31px; }

/* front steps */
.front-steps-wrapper h2,
.ecommerce .front-steps-wrapper h2 {
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1.2;
  padding-top: 10px;
  padding-left: 60px;
  margin-bottom: 5px; }

.front-steps-wrapper .front-step1 h2,
.ecommerce .front-steps-wrapper .front-step1 h2 {
  color: #fefefe; }

.front-steps-wrapper p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0; }

.front-steps-wrapper .front-step-col {
  padding-left: 0;
  padding-right: 0; }

.front-steps-wrapper .front-step-col:first-child {
  padding-left: 15px; }

.front-steps-wrapper .front-step-col:last-child {
  padding-right: 15px; }

.front-steps-wrapper .front-step {
  position: relative;
  padding: 15px 20px 33px; }

.front-steps-wrapper .front-step1 {
  background: #0f4194; }

.front-steps-wrapper .front-step2 {
  background: #7c858e; }

.front-steps-wrapper .front-step3 {
  background: #68727c; }

.front-steps-wrapper .front-step4 {
  background: #636a72; }

.front-steps-wrapper .front-step5 {
  background: #5e6369; }

.front-steps-wrapper .front-step6 {
  background: #55585d; }

.front-steps-wrapper .front-step:before {
  color: #fff;
  font: 300 125px 'Open Sans', sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 10px;
  bottom: -40px;
  opacity: 0.1; }

.ie8 .front-steps-wrapper .front-step:before {
  display: none !important; }

.front-steps-wrapper .front-step1:before {
  content: "1";
  opacity: 0.2; }

.front-steps-wrapper .front-step2:before {
  content: "2";
  right: -15px; }

.front-steps-wrapper .front-step3:before {
  content: "3"; }

.front-steps-wrapper .front-step4:before {
  content: "4"; }

.front-steps-wrapper .front-step5:before {
  content: "5"; }

.front-steps-wrapper .front-step6:before {
  content: "6"; }

.front-steps-wrapper .front-step:after {
  top: 50%;
  width: 0;
  height: 0;
  left: 100%;
  z-index: 2;
  content: " ";
  display: block;
  margin-top: -1em;
  position: absolute;
  border-left: 15px solid #0f4194;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.ie8 .front-steps-wrapper .front-step:after {
  display: none !important; }

.front-steps-wrapper .front-step-col:last-child .front-step:after {
  display: none; }

.front-steps-wrapper .front-step2:after {
  border-left-color: #899199; }

.front-steps-wrapper .front-step3:after {
  border-left-color: #778089; }

.front-steps-wrapper .front-step4:after {
  border-left-color: #727980; }

.front-steps-wrapper .front-step5:after {
  border-left-color: #6E7278;
  top: auto;
  bottom: 10%; }

.nav-tabs {
  border-color: #0f4194;
  padding-bottom: 1px;
  font-size: 14px;
  margin-bottom: 0; }

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: #F4F4F4;
  color: #647484;
  border-radius: 0;
  padding: 5px 15px 4px;
  border: none !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #0f4194;
  color: #fff;
  padding: 5px 15px 4px; }

.tab-content {
  background: #FAFAFA;
  padding: 20px 15px; }

/* Blockquote Box */
.quote-v1 {
  background: #0f4194;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0; }

.quote-v1 a {
  margin: 5px;
  display: inline-block; }

.quote-v1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 13px 5px 8px;
  line-height: 26px;
  display: inline-block; }

.quote-v1 a.btn-transparent {
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: solid 1px #fff;
  background: none; }

.quote-v1 a.btn-transparent:hover {
  background: #0f4194;
  color: #fff;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.quote-v1 a.btn-transparent i {
  margin-right: 10px; }

/* Recent Works */
.recent-work {
  position: relative; }

.recent-work a:hover {
  text-decoration: none; }

.recent-work h2,
.ecommerce .recent-work h2 {
  margin: 3px 0 5px; }

.recent-work h2 a {
  color: #3e4d5c; }

.recent-work h2 a:hover {
  color: #0f4194; }

.recent-work-item {
  padding-left: 10px; }

.recent-work .owl-buttons {
  left: -74px !important;
  right: auto !important;
  top: 0px;
  position: absolute; }

.recent-work .otk .owl-buttons {
  right: -74px !important;
  left: auto !important;
  top: 0; }

.recent-work .recent-work-item a.recent-work-description {
  padding: 10px;
  display: block;
  background: #fff; }

.recent-work .recent-work-item:hover a.recent-work-description {
  background: #0f4194;
  transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease; }

.recent-work .recent-work-item strong {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300; }

.recent-work .recent-work-item b {
  color: #656565;
  font-weight: 300; }

.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
  color: #fff; }

.recent-work .recent-work-item em {
  display: block;
  overflow: hidden;
  position: relative; }

.recent-work .recent-work-item .fa {
  color: #fff;
  padding: 16px 30px 16px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -23.5px;
  border-radius: 47px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease; }

.recent-work .recent-work-item .fa:hover {
  color: #0f4194; }

.recent-work .recent-work-item .fa-link {
  left: -100px; }

.recent-work .recent-work-item .fa-search {
  right: -100px; }

.recent-work .recent-work-item:hover .fa-link {
  left: 30%; }

.recent-work .recent-work-item:hover .fa-search {
  right: 30%; }

/* Services Box */
.service-box p {
  color: #656565;
  font-size: 13px; }

.service-box .service-box-heading {
  padding: 12px 0; }

.service-box .service-box-heading i {
  padding: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: baseline; }

.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border: 1px solid #0da3e2; }

.service-box .service-box-heading i.red {
  color: #db3a1b;
  border: 1px solid #db3a1b; }

.service-box .service-box-heading i.green {
  color: #35aa47;
  border: 1px solid #35aa47; }

.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block; }

.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center; }

.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em; }

/* Mixed Block */
/* Testimonials */
.testimonials-v1 blockquote {
  padding: 15px;
  border: none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  background: #F8F8F8;
  position: relative; }

.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset transparent;
  border-right: 22px inset transparent;
  border-top: 22px solid #F8F8F8; }

.testimonials-v1 blockquote:after {
  width: 13px;
  height: 13px;
  z-index: 23;
  content: " ";
  display: block !important;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0f4194 url(../img/blockquote-corner.png) no-repeat; }

.testimonials-v1 .carousel-info img {
  width: 75px;
  height: 75px;
  padding: 3px;
  border-radius: 150px !important;
  border: solid 1px #f5f5f5; }

.testimonials-v1 .carousel-info {
  overflow: hidden; }

.testimonials-v1 .carousel-info img {
  margin-right: 15px; }

.testimonials-v1 .carousel-info span {
  display: block; }

.testimonials-v1 span.testimonials-name {
  color: #0f4194;
  font-size: 16px;
  font-weight: 300;
  margin: 23px 0 7px; }

.testimonials-v1 span.testimonials-post {
  color: #656565;
  font-size: 12px; }

.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 30px;
  border-radius: 26px !important;
  position: absolute;
  display: inline-block; }

.testimonials-v1 .left-btn {
  right: 30px;
  background: url(../img/fa-angles.png) no-repeat 8px 8px; }

.testimonials-v1 .right-btn {
  background: url(../img/fa-angles.png) no-repeat -33px 8px; }

.testimonials-v1 .left-btn:hover {
  background: #0f4194 url(../img/fa-angles.png) no-repeat 8px -31px; }

.testimonials-v1 .right-btn:hover {
  background: #0f4194 url(../img/fa-angles.png) no-repeat -33px -31px; }

/* faq page */
.faq-page .panel-heading {
  padding: 0; }

.faq-page .panel-heading h4 {
  font-size: 17px; }

.faq-page .panel-heading a {
  display: block;
  padding: 10px 15px 9px; }

.faq-page .panel-heading a:hover {
  color: #333;
  text-decoration: underline; }

/* FAQ */
.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #0f4194; }

.faq-tabbable li {
  position: relative;
  margin-bottom: 1px; }

.faq-tabbable li a {
  font-size: 14px;
  color: #7C858E;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px; }

.faq-tabbable li:hover a,
.faq-tabbable li.active a {
  background: #0f4194;
  text-decoration: none;
  color: #fff; }

.faq-tabbable li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #0f4194;
  position: absolute;
  top: 16px;
  right: -5px; }

.projekte ul {
  liste-style: none;
  list-style-type: none; }
  .projekte ul li {
    liste-style: none; }
  .projekte ul h5 {
    font-size: 20px; }

/* . Footer  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pre-footer {
  background: #f5f5f5; }
  .pre-footer h2 {
    font: 200 21px 'Open Sans', sans-serif; }
  .pre-footer .pre-footer-col {
    padding-bottom: 22px; }
  .pre-footer .container {
    padding-top: 45px; }
  .pre-footer p {
    margin-bottom: 20px; }

.footer {
  background: #0f4194;
  color: white; }
  .footer a {
    color: white; }
  .footer a:hover {
    color: white; }

/* . Misc  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
 * Title:   TravelGuide | SCSS tools
 * Author:  Christian Kieler
 */
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.no-space {
  margin: 0 !important;
  padding: 0 !important; }

.no-text-shadow {
  text-shadow: none !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-35 {
  padding-top: 35px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-45 {
  padding-top: 45px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-left-0 {
  margin-left: 0 !important; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-10 {
  margin: 10px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-35 {
  padding-bottom: 35px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-45 {
  padding-bottom: 45px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

/* Global classes */
.min-height500 {
  min-height: 500px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.round-corner-15 {
  border-radius: 15px; }

.border-15-left {
  border-left: 15px solid #f5f5f5; }

.no-bg {
  background: none !important; }

.bot-right {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.box-shadow {
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2); }

.bg-white {
  background: white; }

.no-shadow {
  box-shadow: 0px 0px rgba(91, 91, 91, 0.2) !important; }

/* Disabled Navigation Link */
.disabled-link .disable-target {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }
  .disabled-link .disable-target:hover {
    cursor: not-allowed !important; }
.disabled-link:hover {
  cursor: not-allowed !important; }

.panel {
  border: 5px solid #0f4194;
  border-radius: 0px; }
  .panel .panel-heading {
    background-color: #0f4194;
    color: white;
    padding-top: 15px;
    padding-bottom: 5px;
    border-radius: 0px; }
  .panel .panel-body {
    padding: 15px; }
  .panel .btn-primary {
    background: #0f4194;
    color: white;
    border-radius: 0px; }

/***
Custom Scrollbars
***/
::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece; }

::-webkit-scrollbar-thumb {
  background-color: #cecece; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important; }
::-moz-selection {
  color: #fff;
  background: black; }

::selection {
  color: #fff;
  background: black; }

/***
General typography
***/
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 12px; }

/* Headings helper text */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444444; }

/* Block headings */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px; }

/* Links */
a {
  text-shadow: none;
  color: #0f4194; }
  a:hover {
    color: #0f4194; }
  a:focus, a:hover, a:active {
    outline: 0; }

/* Horizontal break */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0; }

/* Unstyled List */
.list-unstyled li > .list-unstyled {
  margin-left: 25px; }

/* Code */
code {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }

/***
Fix link outlines after click
***/
a {
  color: #0f4194; }

a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none; }

a:hover {
  color: #0f4194;
  text-decoration: underline; }

/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
  font: 300 'Open Sans', sans-serif;
  margin: 0 0 10px; }

h1 {
  margin-bottom: 15px; }

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background: white; }

table.amtable {
  width: 100%; }
  table.amtable ul {
    list-style-type: square !important; }
  table.amtable th {
    background: #0f4194;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400; }
  table.amtable td {
    background: white;
    padding: 10px;
    border: 2px solid #f5f5f5;
    font: 400 13px 'Open Sans', Arial, sans-serif; }

table ul {
  list-style-type: square !important; }

.main {
  background: none !important; }

.header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.breadcrumb {
  background: white !important; }

#main-content {
  background: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.pre-footer {
  background-image: url("/img/bg_r.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: white;
  background-size: auto 100%; }

.phead {
  background: #0f4194;
  padding: 20px;
  display: inline-block;
  color: white; }
  .phead h2 {
    margin: 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400; }
  .phead h3 {
    margin: 0px;
    font-weight: 400; }

body {
  background: #eeeeee;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  font-size: 14px !important;
  color: #676767 !important; }

.nav-tabs {
  border-color: none !important;
  border: 0px !important;
  padding-bottom: 1px;
  font-size: 14px;
  margin-bottom: 0; }

.layout-timeline {
  border-top-color: #d2d1d0 !important;
  border-top-width: 2px !important; }
  .layout-timeline .innerAll {
    padding: 15px !important; }
  .layout-timeline > [class*="span"] ~ [class*="span"]:after {
    width: 2px;
    background: #d2d1d0; }
  .layout-timeline .media {
    margin: 0 0 10px; }
    .layout-timeline .media .media-body {
      padding: 10px 0 0;
      line-height: 17px; }
      .layout-timeline .media .media-body .author {
        font-size: 14px; }
  .layout-timeline .glyphicons.pencil {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px; }
    .layout-timeline .glyphicons.pencil i:before {
      top: 0;
      right: 0;
      font-size: 17px;
      color: #cccccc; }
  .layout-timeline ul.timeline {
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 20px; }
    .layout-timeline ul.timeline > li {
      position: relative;
      padding: 0 0 10px; }
      .layout-timeline ul.timeline > li .date {
        width: 50px;
        padding: 5px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        left: -70px;
        top: 0;
        z-index: 2; }
        .layout-timeline ul.timeline > li .date strong {
          display: block;
          line-height: 10px;
          padding: 3px 0 0; }
      .layout-timeline ul.timeline > li .type {
        position: absolute;
        text-transform: uppercase;
        color: #0f4194;
        font-weight: 600;
        padding: 0 35px 0 0;
        top: 15px;
        width: 100px;
        text-align: right;
        left: -160px;
        line-height: 24px;
        z-index: 2; }
        .layout-timeline ul.timeline > li .type i:before {
          left: auto;
          right: 0;
          color: #c6c6c5; }
        .layout-timeline ul.timeline > li .type .time {
          position: absolute;
          top: 24px;
          right: 0;
          color: #c6c6c5; }
        .layout-timeline ul.timeline > li .type:after {
          display: block;
          content: "";
          position: absolute;
          right: -60px;
          top: 12px;
          width: 45px;
          height: 2px;
          background: #d2d1d0; }
        .layout-timeline ul.timeline > li .type:before {
          display: block;
          content: "";
          position: absolute;
          right: -20px;
          top: 9px;
          width: 8px;
          height: 8px;
          background: #d2d1d0; }
      .layout-timeline ul.timeline > li .separator .type {
        top: 60px; }
      .layout-timeline ul.timeline > li .alert-gray {
        background: #f8f8f8;
        color: #0f4194;
        border: none;
        margin: 0; }
      .layout-timeline ul.timeline > li p.glyphicons {
        padding: 5px 0 5px 25px; }
        .layout-timeline ul.timeline > li p.glyphicons i:before {
          color: #dfdfdf;
          font-size: 17px;
          top: 5px;
          left: 0; }
      .layout-timeline ul.timeline > li .widget-body-gray .glyphicons i:before {
        color: #0f4194; }
      .layout-timeline ul.timeline > li .widget-body-gray a {
        color: #000;
        text-decoration: underline; }
      .layout-timeline ul.timeline > li .widget-body-gray strong {
        font-weight: 400;
        color: #000; }
      .layout-timeline ul.timeline > li.active .type {
        color: #0f4194; }
        .layout-timeline ul.timeline > li.active .type i:before {
          color: #0f4194; }
        .layout-timeline ul.timeline > li.active .type:before, .layout-timeline ul.timeline > li.active .type:after {
          background: #0f4194; }
      .layout-timeline ul.timeline > li.active:before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: -45px;
        width: 2px;
        z-index: 2;
        background: #0f4194; }
  .layout-timeline.layout-timeline-mirror {
    padding-left: 8px; }
    .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
      left: -100%;
      width: 100%;
      margin-left: -90px; }
      .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
        left: auto;
        right: -70px; }
      .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
        left: auto;
        right: -160px;
        text-align: left;
        padding: 0 0 0 35px; }
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
          left: 0;
          right: auto; }
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
          left: 0;
          right: auto; }
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before {
          left: -18px;
          right: auto; }
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
          left: -60px;
          right: auto; }
      .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active:before {
        left: auto;
        right: -47px; }

.nav-timeline > li {
  margin: 0 0 5px; }
  .nav-timeline > li > a {
    background: #b3b3b3;
    border: none;
    margin: 0 !important;
    font-weight: 600; }
    .nav-timeline > li > a.glyphicons {
      padding: 8px 12px; }
      .nav-timeline > li > a.glyphicons i:before {
        position: absolute;
        left: auto;
        right: 8px;
        top: 8px;
        color: #fff; }
  .nav-timeline > li.active > a {
    background: #0f4194; }

@media (max-width: 767px) {
  .layout-timeline,
  .layout-timeline.layout-timeline-mirror {
    padding: 0; }
    .layout-timeline ul.timeline,
    .layout-timeline.layout-timeline-mirror ul.timeline {
      padding: 0; }
      .layout-timeline ul.timeline > li, .layout-timeline ul.timeline > li:nth-child(odd),
      .layout-timeline.layout-timeline-mirror ul.timeline > li,
      .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) {
        left: auto;
        margin-left: 0;
        width: auto; }
        .layout-timeline ul.timeline > li .date, .layout-timeline ul.timeline > li:nth-child(odd) .date,
        .layout-timeline.layout-timeline-mirror ul.timeline > li .date,
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .date {
          position: relative;
          left: auto;
          display: block;
          top: auto;
          right: auto; }
        .layout-timeline ul.timeline > li .type, .layout-timeline ul.timeline > li:nth-child(odd) .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type {
          position: relative;
          left: auto;
          top: auto;
          width: auto;
          margin: 0 60px 10px 0;
          right: auto;
          padding: 0 35px 0 0; }
          .layout-timeline ul.timeline > li .type i:before, .layout-timeline ul.timeline > li:nth-child(odd) .type i:before,
          .layout-timeline.layout-timeline-mirror ul.timeline > li .type i:before,
          .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type i:before {
            left: auto;
            right: 0; }
          .layout-timeline ul.timeline > li .type:before, .layout-timeline ul.timeline > li .type:after, .layout-timeline ul.timeline > li:nth-child(odd) .type:before, .layout-timeline ul.timeline > li:nth-child(odd) .type:after,
          .layout-timeline.layout-timeline-mirror ul.timeline > li .type:before,
          .layout-timeline.layout-timeline-mirror ul.timeline > li .type:after,
          .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:before,
          .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type:after {
            display: none;
            left: auto; }
          .layout-timeline ul.timeline > li .type .time, .layout-timeline ul.timeline > li:nth-child(odd) .type .time,
          .layout-timeline.layout-timeline-mirror ul.timeline > li .type .time,
          .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .type .time {
            top: 0;
            right: -40px;
            left: auto; }
        .layout-timeline ul.timeline > li .separator .type, .layout-timeline ul.timeline > li:nth-child(odd) .separator .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li .separator .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd) .separator .type {
          top: auto; }
        .layout-timeline ul.timeline > li.active .separator .type, .layout-timeline ul.timeline > li:nth-child(odd).active .separator .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li.active .separator .type,
        .layout-timeline.layout-timeline-mirror ul.timeline > li:nth-child(odd).active .separator .type {
          margin-bottom: 0; } }
.timeline-activity {
  position: relative;
  display: block; }
  .timeline-activity li {
    padding: 10px 0;
    border-left: 1px solid #efefef;
    margin-left: 35px;
    position: relative; }
    .timeline-activity li .box-generic {
      margin-bottom: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .timeline-activity li .box-generic.row > div[class*="col-sm"] {
          border-right: 1px solid #efefef; }
          .timeline-activity li .box-generic.row > div[class*="col-sm"]:last-of-type {
            border: none; } }
      @media (max-width: 768px) {
        .timeline-activity li .box-generic.row div[class*="col-xs"] {
          border-bottom: 1px solid #efefef; }
          .timeline-activity li .box-generic.row div[class*="col-xs"]:last-of-type {
            border: none; } }
    .timeline-activity li i.list-icon {
      position: absolute;
      height: 36px;
      width: 36px;
      top: 15px;
      left: -18px;
      font-size: 18px;
      line-height: 34px;
      text-align: center;
      background-color: #fff;
      border: 2px solid #dfdfdf;
      color: #dfdfdf; }
    .timeline-activity li:hover i.list-icon, .timeline-activity li.active:hover i.list-icon {
      background-color: #fff;
      border-color: #0f4194;
      color: #0f4194; }
    .timeline-activity li.active i.list-icon {
      background-color: #0f4194;
      color: #fff;
      border: 2px solid #0f4194; }
    .timeline-activity li .caret {
      position: absolute;
      width: 8px;
      height: 0;
      top: 10px;
      left: 28px;
      margin-top: 5px;
      vertical-align: middle;
      border-right: 8px solid #dfdfdf;
      border-top: 8px solid transparent;
      border-left: 0 dotted;
      border-bottom: 8px solid transparent;
      content: ""; }
    .timeline-activity li .block {
      position: relative;
      padding: 0 20px 0 36px; }
      .timeline-activity li .block.block-inline {
        display: inline-block;
        padding: 0 20px 0 36px; }
        .timeline-activity li .block.block-inline + .block-inline {
          padding: 0 10px 0 0; }
      .timeline-activity li .block .icon-block {
        height: 120px;
        line-height: 80px;
        padding: 20px;
        background: fade(#0f4194, 10%);
        border: 1px solid fade(#0f4194, 20%);
        font-size: 70px;
        color: #0f4194; }
        .timeline-activity li .block .icon-block .glyphicons {
          position: relative;
          display: inline-block;
          padding: 0; }
          .timeline-activity li .block .icon-block .glyphicons i:before {
            position: relative;
            font-size: 70px;
            color: #0f4194; }
      .timeline-activity li .block .media.active {
        background: fade(#0f4194, 20%);
        border: 1px solid fade(#0f4194, 20%);
        border-left: none;
        border-right: none;
        color: #0f4194; }
        .timeline-activity li .block .media.active .timeline-bottom {
          color: #0f4194; }
      .timeline-activity li .block .content-filled {
        padding: 10px;
        background: #f7f7f7; }
    .timeline-activity li .timeline-top-info {
      padding: 10px; }
      .timeline-activity li .timeline-top-info a {
        font-weight: bold; }
        .timeline-activity li .timeline-top-info a:hover {
          text-decoration: underline;
          color: #0f4194; }
    .timeline-activity li .timeline-top-info i {
      color: #dfdfdf; }
    .timeline-activity li .timeline-bottom {
      color: #c2c2c2;
      font-size: 12px; }
    .timeline-activity li:first-of-type {
      padding: 20px 0 10px; }
  .timeline-activity .media-icons a {
    color: #c2c2c2;
    font-size: 16px;
    padding-right: 5px; }
    .timeline-activity .media-icons a:hover {
      color: #0f4194; }

.bg-primary-light .timeline-activity li:hover i.list-icon {
  background-color: #0f4194;
  color: #fff;
  border: 2px solid #0f4194; }
.bg-primary-light .timeline-activity li i.list-icon {
  color: #0f4194; }

.main ul {
  list-style-type: square !important; }
  .main ul li {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px; }

html {
  min-height: 100%;
  background: #0f4194; }

/*.btn {
	padding: 7px 14px;  
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
}
.btn-primary {
	border: none;
	background: #e94d1c;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background: #cc3304;
	border: none;
}
.content-page .btn-primary, 
.content-page .btn-primary:hover {
	color: #fff;
	margin-left: 0 !important;
}
.btn-default {
	border: 1px solid #EDEDED;
	color: #A8AEB3;
	background: transparent;
	padding: 6px 13px; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #A8AEB3;
	color: #fff;
	background: #A8AEB3;
	padding: 6px 13px; 
}*/
.btn-primary:hover {
  background-color: #0f4194;
  border-color: #f5f5f5;
  color: white; }

.btn-primary {
  border-width: 0px !important;
  border-radius: 0px;
  border-width: 3px;
  background-color: #0f4194;
  border-color: #f5f5f5; }

div.checker,
div.radio {
  top: -1px; }

select.form-control {
  color: #5f6d7b;
  border-radius: 0;
  border-color: #e4e6e8;
  box-shadow: none; }

select.form-control:focus {
  box-shadow: none;
  border-color: #999; }

input.form-control,
textarea.form-control {
  border-color: #dbdbdb;
  color: #777;
  font: 14px Arial, sans-serif;
  border-radius: 0;
  box-shadow: none; }

input.form-control:focus,
textarea.form-control:focus {
  box-shadow: none;
  border: solid 1px #dbdbdb; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0; }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.lead {
  font-size: 16px; }

.font-transform-inherit {
  text-transform: inherit !important; }

.color-red {
  color: #0f4194; }

.error {
  color: red;
  padding-top: 5px;
  font-style: italic; }

input.form-control.error {
  border: 1px solid red; }

textarea.form-control.error {
  border: 1px solid red; }

#myCarousel {
  border: 10px solid #f5f5f5; }
  #myCarousel .carousel-caption {
    background: #0f4194;
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: auto;
    padding-bottom: 0px !important;
    padding-top: 6px !important; }
  #myCarousel .carousel-control {
    opacity: 1;
    background-image: linear-gradient(to right, transparent 0, transparent 100%); }
  #myCarousel .left-btn, #myCarousel .right-btn {
    right: 0;
    width: 26px;
    height: 26px;
    bottom: -50px;
    border-radius: 26px !important;
    position: absolute;
    display: inline-block; }
  #myCarousel .left-btn {
    right: 30px;
    background: url(../img/fa-angles.png) no-repeat 8px 8px; }
  #myCarousel .right-btn {
    background: url(../img/fa-angles.png) no-repeat -33px 8px; }
  #myCarousel .left-btn:hover {
    background: #0f4194 url(../img/fa-angles.png) no-repeat 8px -31px; }
  #myCarousel .right-btn:hover {
    background: #0f4194 url(../img/fa-angles.png) no-repeat -33px -31px; }

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