
/*-------------------------------------------------
 =  Table of Css

 1.Fonts                              
 2.Isotope filtering                            
 3.Header                          
 4.General code                   
 5.content                              
 5.Home 3                              
 6.blog page      
 7.blog-masonry      
 8.blog full                           
 9.About page                               
 10.Services page                               
 11.Error page                               
 12.Single post                             
 13.Contact page

-------------------------------------------------*/
/*.bookingFormContents {display: none;opacity: 0;position: absolute;z-index: 1;-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;}
.closeBookingForm {    position: absolute;
    right: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;z-index: 9999}*/
body {font-family: 'Lato', Helvetica, Arial, sans-serif; }

/*-------------------------------------------------------*/
/* Isotope filtering
/*-------------------------------------------------------*/lato
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

ul.disc-list li { list-style-type:disc !important;  margin-left:40px;}
ul.disc-list { margin-bottom:20px;}
.jumbotron { clear:both;}
.alignright { float:right; margin:0 0 10px 10px; }
.alignleft { float:left; margin:0  10px 10px 0; }

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
	position:fixed;
    display: block;
    width: 312px;
	height:100%;
    float: left;
    background: #2a5b7c;
    text-align: center;
    z-index: 4;
    box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    -o-box-shadow: 0 0 50px #000;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

header.out-active {
    margin-left: -312px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}

a.hide-menu {
    margin: 0;
    display: inline-block;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
	position:fixed;
	width:40px;
	height:40px;
	bottom:20px;
	left:0;
	background:rgba(0,0,0,0.3);
	color:#fff;
	z-index:98838;
	padding:5px;
}

a.hide-menu i {
    color: #a4dee9;
    font-size: 28px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.hide-menu:hover i {
    color: #fff;
}

a:active, a:focus { outline:none;}

.logo-box {
	margin-top:10px;
}

a.logo {
    display: inline-block;
    margin-bottom: 10px;
}

a.logo img { width:100%; height:auto; max-width:185px;}

a.elemadded {
    display: none;
    color: #fff;
	text-shadow:#fff 0 0 5px;
    font-size: 21px;
    
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 40px;
    background: rgba(0,0,0,0.3);
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu {
  
    margin-bottom: 10px;
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.menu > li {
    list-style: none;
    margin-bottom: 1px;
    text-align: left;
}

ul.menu > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 40px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
    line-height: 20px;
	vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	
}

ul.menu > li > a span {
    position: relative;
    z-index: 2;
}

/*ul.menu > li > a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background: #20455d;
    z-index: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu > li > a:hover:after,
ul.menu > li > a.active:after {
    width: 100%;
}
*/
li.drop {
    position: relative;
}

li.drop > a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
	position:absolute;
	right:10px;
	color:rgba(255,255,255,0.5);
	transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

li.drop:hover > a:after {right:5px;transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;}


/* Shutter Out Horizontal */

ul.menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #20455d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 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;
}

ul.menu > li > a:hover:before, ul.menu > li > a:focus:before, ul.menu > li > a:active:before, ul.menu > li > a.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*ul.menu > li.drop:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    background: #20455d;
    z-index: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.menu > li.drop:hover:after {
    width: 100%;
}
*/
ul.dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    width: 280px;
    display: block;
    visibility: hidden \0/;
    opacity: 0\0/;
    transition: all 0.17s linear;
    -moz-transition: all 0.17s linear;
    -webkit-transition: all 0.17s linear;
    -o-transition: all 0.17s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

.lifted { top:-250px !important;}

li.drop:hover > ul.dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
      -moz-transition: -moz-transform 0.4s, opacity 0.1s;
      -mos-transition: -mos-transform 0.4s, opacity 0.1s;
      -o-transition: -o-transform 0.4s, opacity 0.1s;
      transition: transform 0.4s, opacity 0.1s;
    visibility: hidden \1/;
    opacity: 0\1/;
}

ul.dropdown li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform:none;
    background: transparent;
    text-decoration: none;
    text-align: left;
    background: rgba(32,69,93, 0.8);
    line-height: 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.dropdown li a:hover {
    background: #20455d;
}



ul.social-icons {
    padding: 0;
    margin: 0 0 10px;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
    
}

ul.social-icons li:first-child {
    margin-left: 0px;
}

ul.social-icons li a {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background: #b8292f;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

ul.social-icons li a i {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a.github i {
    color: #000;
}

p.copyright {
    color: #6b7072;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 18px;
    line-height: 20px;
}

.copyright-box {
    padding: 5px 20px;
    
}


.copyright-box h3, .copyright-box h3 a { color: #a4dee9;}
.copyright-box p {
    color: #a4dee9;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    margin: 0;
	font-weight:400;
}

.copyright-box p a {
    text-decoration: none;
	font-family: 'Lato', sans-serif;
    color: #a4dee9;
	font-size:11px;
	line-height:1;
	font-weight:300;
}

.copyright-box h3 { margin:0;}

.pagination > li > a { text-decoration:none !important;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #2a5b7c !important;
    border-color: #2a5b7c !important;}


.huecolor {background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
   /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	color:#fff;
	border:none;
    -webkit-animation: hue 30s infinite linear;}
.huecolor:hover { color:#fff;}
	
	@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

table p { margin-bottom:0 !important;}

.table thead > tr > th p, .table thead > tr > th { text-align:center; font-weight:400 !important;}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table-hover > tbody > tr.active > td { background:#b8292f;-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.table-hover > tbody > tr:hover > td *, .table-hover > tbody > tr:hover > th *, tr.active *, .table-hover tr:hover td  {color:#fff !important; }

/* RESPONSIVE TABLE */

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead {
  display: none;
}

table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  /*width: 8.5em;*/
  display: inline-block;
}

table.bt tbody td.bt-hide {
  display: none;
}

table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}



.show-menu {
    position: fixed;
    bottom: 20px;
    left: 0px;
    display: inline-block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    background:rgba(0,0,0,0.3);
	color:#fff;
	z-index:9883;
	box-shadow:#000 0 0 10px;
}

.show-menu.active {
    opacity: 1;
    visibility: visible;
}

.show-menu i {
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.show-menu:hover i {
    color: #fff;
}

.header-foot {
	/*position:absolute;
	left:0;
	bottom:0;*/
   
    width: 312px;
   /* padding-top: 10px;*/
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.header-foot.out-active {
    margin-left: -312px;
}
.banner { margin-bottom:20px;}
.product-logo { width:100%; height:auto; max-width:300px; margin:20px auto; display:block;}

/*-------------------------------------------------*/
/* =  General code
/*-------------------------------------------------*/

html{
    height:100%;
}

body {
    background: #fff;
    height: 100%;
/*    opacity: 0;*/
}

body.active {
    opacity: 1;
}

#container {
   /* height: 100%;*/
/*    opacity: 0;*/
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
	display:block;
}

#container.active {
    opacity: 1;
}

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

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

ul.unordered li { list-style:disc; list-style-position:inside;}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}


/*.container, header {display:none;}

.preloader {background:#fff; position: absolute; width: 100%; height: 100%; display: flex;
  align-items: center;z-index: 90;
  justify-content: center; top:0; left:0;}

.preloader img { width: 64px;
    height: 64px;
	
}
*/

.container {
    overflow: hidden;
}

ul.slides h2 { font-family:'Lato'; font-weight:300; position:absolute; font-size:44px; top:100px; left:90px; width:300px; text-shadow:rgba(255,255,255,0.5) 1px 1px 0; color:#20455d; }
ul.slides h2 span { font-size:24px;line-height:1.2 !important; display:inline-block;}

/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/

#content {
    position: relative;
    padding-left: 312px;
  height: 100%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.inner-content .container { overflow:visible;}
#bookingContent
{
    position: relative;
}
#content.full-width-added {
    padding-left:0px;
}
.banner {text-align:center; background:#2a5b7c; display:block; text-transform:uppercase;color:#fff; border-bottom:#b8292f solid 2px;}
.banner img { width:100%; height:auto; max-width:100%; }
.banner:hover  { color:#fff; text-decoration:none; background:#b8292f}


.service {
    margin: 0;
    overflow: hidden;
}

.service img {
    width: 100%;
}

.service .hover-box {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgba(255,255,255,0.85);
    text-align: center;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -webkit-transition: all 0.27s ease-in-out;
    -o-transition: all 0.27s ease-in-out;
	
}

.service:hover .hover-box {
    height: 100%;
}

.nicescroll-rails {
    z-index: 999999!important;
}

.hover-content {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 50%;
  /*  margin-top: -75px;*/
  margin-top: -17px;
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
    transition: all 0.33s ease-in-out;
    -moz-transition: all 0.33s ease-in-out;
    -webkit-transition: all 0.33s ease-in-out;
    -o-transition: all 0.33s ease-in-out;
}

.service:hover .hover-content {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);   
}

.hover-content h2 {
    color: #20455d;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
	font-weight:700;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 12px;
	padding-top:5px;
	text-shadow:#fff 0 1px 0;
}


.hover-content p {
    color: #20455d;
    font-size: 22px;
   font-family: 'Lato', sans-serif;
   font-weight:300;
    margin: 0;
    line-height: 25px;
}

.hover-content a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	 font-family: 'Lato', sans-serif;
font-weight:300;
}

.hover-content a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*-------------------------------------------------*/
/* =  home 3
/*-------------------------------------------------*/

.owl-controls {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 !important;
    z-index: 99;
    width: 100%;
    height: 0;
}

/*.owl-pagination {
    display: none;
}
*/
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    font-size: 32px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: none;
    border: 1px solid #dce3ef;
    opacity: 1;
    padding: 0;
    width: 48px;
    height: 48px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-pagination {  }

.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 48px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
    margin-left: 20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    content: "previous";
    position: absolute;
    top: 7px;
    right: -100px;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 20px;
    /*background: rgba(255,255,255,0.35);*/
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    content: "next";
    position: absolute;
    top: 7px;
    left: -70px;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 20px;
    background: rgba(255,255,255,0.35);
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
    opacity: 1;
}

.owl-buttons {
    margin-top: -135px;
}

.service.item {
    width: 100%;
}

.service.item img {
    width: 100%;
}


/*-------------------------------------------------*/
/* =  blog-page
/*-------------------------------------------------*/

#blog, #feed { background:#fff;
  /*  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);*/
   
    margin-bottom: 20px;}

.item { border-bottom:#ccc solid 1px; margin-bottom:10px;}
.read-more { text-decoration:none !important; margin-left:10px; white-space:nowrap; }

.blog-page {
    padding: 30px 15px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.blog-post {
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden;
}

.blog-post .flexslider {
    margin: 0 !important;
}

.blog-post .gal-content {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
}

.blog-post .gal-content img {
    width: 100%;
}

.blog-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.95);
    text-align: center;
    vertical-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    visibility: hidden\0/;
    opacity: 0\0/;
}

.blog-post:hover .blog-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: hidden\1/;
    opacity: 0\1/;
}

.blog-hover:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.blog-hover a {
    display: inline-block;
    vertical-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
font-weight:400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-hover a:hover {
    opacity: 0.6;
}

.post-title {
    background: #fff;
    padding: 22px 20px 15px 30px;
    border: 1px solid #e7e6e6;
}

.post-title h2 {
    color: #343434;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
font-weight:400;
    line-height: 26px;
    margin: 0 0 8px;
}

.post-title h2 a {
    color: #343434;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-title h2 a:hover {
    opacity: 0.7;
}

.post-content {
    background: #fff;
    padding: 13px 30px 20px;
	border: 1px solid #e7e6e6;
	border-top:none;
}



.post-content p {
    color: #808080;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 22px;
    margin: 0;
}

.post-tags {
    padding: 0;
    margin: 0;
}

.post-tags li {
    display: inline-block;
    margin-right: 12px;
}

.post-tags li:last-child {
    margin-right: 0px;
}

.post-tags li a {
    display: inline-block;
    color: #808080;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.post-tags li a i {
    color: #808080;
    font-size: 14px;
    margin-right: 6px;
}

a.load-more {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:400;
    padding: 12px 30px;
    background: #2a5b7c;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.load-more:hover {
    opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  blog-masonry
/*-------------------------------------------------*/

.blog-masonry {
    margin-right: -4px;
}

.blog-masonry .blog-post {
    width: 32.98%;
    padding: 0 15px 15px !important;
	float:left;
}


.gal-content iframe {
    width: 100%;
    height: 220px;
    margin: 0 0 -5px;
    border: none;
}

/*-------------------------------------------------*/
/* =  blog full
/*-------------------------------------------------*/

.owl-carousel .blog-post {
    width: 100%;
    margin: 0;
}

.owl-carousel .blog-hover {
    top: inherit;
    bottom: 0;
    height: auto;
    padding-bottom: 40px;
    vertical-align: top;
}

.owl-carousel .blog-hover:before {
    height: 0;
    vertical-align: top;
    display: none;
}

.owl-carousel .blog-hover .post-title {
    background: transparent;
    text-align: left;
    border: none;
    padding-bottom: 0;
}

.owl-carousel .blog-hover .post-title h2 a {
    color: #20455d;
    text-transform: inherit;
}

.owl-carousel .blog-hover .post-tags li a {
    color: #20455d;
    text-transform: inherit;
}

.owl-carousel .blog-hover .post-tags li a:hover {
    opacity: 1;
    color: #fff;
}

.owl-carousel .blog-hover .post-content {
    background: transparent;
    text-align: left;
}

.owl-carousel .blog-hover .post-content p {
    color: #20455d;
    margin-bottom: 15px;
}



a.btn-book, a.btn-book:visited { color:#fff; background:#b8292f; padding:15px 10px; display:block; font-size:16px; text-align:center; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; letter-spacing:1px; text-transform:uppercase; text-decoration:none;}
.btn-book:hover { text-decoration:none; color:#fff !important; background:#993333 !important; }

.phone { background:#b8292f !important; color:#fff !important; padding:5px 15px 5px 0; border-radius:30px;display:inline-block; }
.phone a {color:#fff !important; }
.phone:hover { background:#993333 !important; }
.phone a:hover { text-decoration:none;}
.phone a i { color:#b8292f !important; background-color:#fff; border-radius:100%; font-size:20px; padding:3px; width:26px;}

/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/

.about-page {
    padding: 30px 15px;
}

.about-page .flexslider {
    margin-bottom: 35px !important;
    background: transparent;
}

.about-page .flexslider img {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.text-block h1,
.text-block h2 {
    color: #343434;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    position: relative;
	border-bottom:#ccc solid 1px;
}

.text-block h1 { font-size:32px; }
.text-block h2 { font-size:20px;}

.text-block h1:after,
.text-block h2:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 1px;
    background: #2a5b7c;
}

.text-block p {
    color: #303030;
    font-weight: 300;
    line-height: 25px;
    margin: 0 0 15px;
	font-size:18px;
}
.text-block li {font-size:18px; font-weight:300;}

.text-block p a, .text-block ul a { text-decoration:underline; }
.text-block p a:hover, .text-block ul a:hover { text-decoration:none;}
.text-block p a.btn { text-decoration:none;}
.team-post {
    text-align: center;
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
}

.team-post .team-photo {
    position: relative;
    margin-bottom: 25px;
}

.team-post .team-photo img {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,49,51,0.93);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    visibility: hidden\0/;
    opacity: 0\0/;
}

.team-post:hover .team-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible\0/;
    opacity: 1\0/;
}

.team-hover .inn-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.team-hover .inn-hover h3 {
    color: #20455d;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
font-weight:700;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}

.team-hover .inn-hover h3:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: #9da7aa;
}

.team-hover .inn-hover span {
    display: inline-block;
    color: #20455d;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    margin: 0 0 28px;
    position: relative;
}

.team-post p {
    margin: 0;
}

.team-post a {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.about-company {
    margin-bottom: 25px;
}




.test-img {
    max-width: 300px;
    float: left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
}

.test-img > a { display:block;}
.test-img img {
    max-width: 100%; height:auto;
}

.client { text-align:right; font-weight:600 !important; font-style:italic}

.team-img {
	position:relative;
	margin-bottom:10px;
}
.team-img > a { display:block;}
.team-img img {
    max-width: 100%;
	height:auto;
}

.team-img h2:after { left:50%; margin-left:-100px; background:#fff; width:200px;}

.profile-section h3 {
    color: #343434;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
font-weight:700;
    margin: 0 0 5px;
}

.profile-section span {
    display: block;
    color: #808080;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    margin: 0 0 10px;
}

.print-section {
    margin-top: 35px;
    margin-bottom: 22px;
}

.print-section a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #a4a4a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    text-align: center;
}

.print-section a:hover {
    background: #2a5b7c;
}

.print-section a i {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
}

ul.social-list {
    padding: 0;
    margin: 0;
}

ul.social-list li {
    display: inline-block;
}

ul.social-list li a {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #a4a4a4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    text-align: center;
}

ul.social-list li a:hover {
    background: #2a5b7c;
}

ul.social-list li a  i {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
}
blockquote:before { content:"“"; font-size:144px; font-family:Georgia, "Times New Roman", Times, serif; color:#fff; text-shadow:rgba(0,0,0,0.3) 0 10px 10px; position:absolute; left:-10px; top:-5px; line-height:0.7 }
blockquote {
	border:none;
	background:#fff;
	position:relative;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
    padding: 30px 20px 30px 50px;
	border:#ddd solid 1px;
}
.person { text-align:right; font-style:italic;}

.post {	background:#fff;
	position:relative;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
	margin-bottom:20px;}

.text-block {
	/*background:url(../images/bg_content.jpg) repeat-x left bottom #fff;*/
	padding:20px;
	box-sizing:border-box;
	position:relative;
	margin-bottom:30px;
	background: #fff;
}
.bookingFormContents
{
        overflow: hidden;
}
.booking-block
{
   /* background:url(../images/bg_content.jpg) repeat-x left bottom #fff;*/
    padding:10px 20px 20px 20px;
    box-sizing:border-box;
    position:relative;
    margin-bottom:30px;
    width: 100%;
	background: #fff;


}

.text-block h2, .text-block h1 { margin-top:0; color:#2a5b7c; }

.text-block.bookingFormContents
{
			-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.text-block 
{
   -webkit-box-shadow: 0 20px 16px -16px rgba(0,0,0,0.7);
       -moz-box-shadow: 0 20px 16px -16px rgba(0,0,0,0.7);
            box-shadow: 0 20px 16px -16px rgba(0,0,0,0.7);
            -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
/*.text-block:hover { -webkit-box-shadow: 0 30px 16px -16px rgba(0,0,0,0.7);
       -moz-box-shadow: 0 30px 16px -16px rgba(0,0,0,0.7);
            box-shadow: 0 30px 16px -16px rgba(0,0,0,0.7);
			-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
			}*/


.testimonial ul {
    padding: 0;
    margin: 20px 0 0;
}

.client-test {
    overflow: hidden;
    margin-bottom: 20px;
}

.client-test img {
    float: left;
    margin-right: 28px;
    max-width: 146px;
}

.client-test h3 {
    color: #343434;
    font-size: 18px;
    
    font-weight: 700;
    margin: 15px 0 4px;
}

.client-test > a {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    
    font-weight: 300;
    margin: 0 0 8px;
}

ul.star-rate {
    padding: 0;
    margin: 0;
}

ul.star-rate li {
    display: inline-block;
    margin-right: 8px;
}

ul.star-rate li a {
    display: inline-block;
    text-decoration: none;
}

ul.star-rate li a i {
    font-size: 16px;
    color: #27292b;
}

.testimonial-text {
    color: #808080;
    font-size: 16px;
    
    font-weight: 300;
    line-height: 31px;
    font-style: italic;
    margin: 0;
}

.footer { background:#2a5b7c; color:#a4dee9; padding:10px 0; text-align:center; font-size: 12px; display:none; clear:both; position:relative; }
.footer a { color: #a4dee9;
    font-size: 12px;}
/*-------------------------------------------------*/
/* =  services page
/*-------------------------------------------------*/

.services-page {
    padding: 30px 15px;
}

.services-section {
    border-bottom: 1px solid #d9d6d6;
    margin-bottom: 35px;
}

.services-box {
    text-align: center;
    margin-top: 30px;
}

.services-post {
    margin-bottom: 30px;
}

.services-post a.services-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #a4a4a4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-decoration: none;
    text-align: center;
    margin-bottom: 22px;
}

.services-post a.services-icon:hover {
    background: #2a5b7c;
}

.services-post a.services-icon i {
    line-height: 130px;
    color: #fff;
    font-size: 53px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-post a.services-icon:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-post h3 {
    color: #343434;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
font-weight:700;
    margin: 0 0 12px;
}

.services-post p {
    margin: 0;
}

.services-post a {
    display: inline-block;
    color: #808080;
    font-size: 16px;
    
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 12px;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-post a:hover {
    color: #27292b;
}

.services-testimonial .client-test img {
    max-width: 220px;
}

.services-testimonial .client-test h3 {
    margin-bottom: 25px;
}

.services-testimonial .client-test h3 span {
    display: inline-block;
    font-weight: 300;
    color: #808080;
}

.services-testimonial p.testimonial-text {
    margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/

.error-page {
    text-align: center;
    padding: 30px 15px;
}

.error-page span {
    display: block;
    margin-bottom: 30px;
    margin-top: 90px;
}

.error-page span i {
    color: #bdbbbb;
    display: inline-block;
    font-size: 360px;
}

.error-page p {
    color: #808080;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 42px;
    margin: 0 0 20px;
}

.error-page h1 {
    color: #343434;
    font-size: 73px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
}

.error-page a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:400;
    text-transform: uppercase;
    padding: 12px 40px;
    background: #2a5b7c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.error-page a:hover {
    opacity: 0.7;
}


ul.depth {
    margin-left: 100px;
    padding-top: 30px;
    position: relative;
}

ul.depth:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #d9d6d6;
    height: 1px;
    width: 170px;
}

#accordion h3  {
    color: #343434;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 15px;
}


div.simpleTabs {
}
ul.simpleTabsNavigation {
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.simpleTabsNavigation li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.simpleTabsNavigation li a {
	padding: 6px;
	border: #660033 solid 1px;
	text-decoration: none;
	white-space: nowrap;
	z-index: auto;
	display: inline-block;
	margin-bottom:3px;
}
/*ul.simpleTabsNavigation li:after {
	content: '\f105';
	font-family: FontAwesome;
	color: #CCC;
}*/
ul.simpleTabsNavigation li a.current {
	background:#b8292f;
	color: #fff;
	z-index: 987;
}
div.simpleTabsContent {
	border: 1px solid #E0E0E0;
	padding: 15px 15px 15px;
	margin-top: 6px;
	display: none;
}
div.simpleTabsContent.currentTab {
	display: block;
}

.countrymap { position:absolute; opacity:0.5; z-index:5;}
.simpleTabsContent h2 { position:relative; z-index:10;}
.table {    color: #303030;
    font-weight: 300;
    line-height: 25px;
    font-size: 18px; 
	z-index:20; position:relative;}
	
.table a {text-decoration: underline;}
	
.population-header { margin-bottom:15px; font-weight:500;}

.list-bullet li { list-style-type: disc;
 list-style-position:inherit;
  padding: 0;
  margin-left:20px;}



  .acc-toggle {cursor: pointer; display:block;}
  .acc-content {display: none;}
  .acc-content.default {display: block;}
  
  .panel { padding:10px 20px; border:#e4e4e4 solid 1px;}

.panel-default > .panel-heading, .acc-toggle {
    color: #fff;
    background-color: #a4a4a4;
    border: none !important;
    padding: 14px 20px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
}

.acc-toggle { margin-bottom:0;}
.acc-content { background:#fff; padding:14px 20px; border:#E0E0E0 solid 1px;}
.panel-title {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
}

.panel-title > a {
    text-decoration: none;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
}

.panel-body {
    padding: 15px 30px;
    background: #fff;
    border: none;
}

.panel-group .panel {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.panel-default {
    border: none;
}

.panel-heading.active, .acc-toggle.active {
    background: #2a5b7c !important;
}

ul.archives-list {
    padding: 0;
    margin: 0;
}

ul.archives-list li {
    list-style: none;
}

ul.archives-list li a {
    display: inline-block;
    color: #808080;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
}

ul.archives-list li a:hover {
    opacity: 0.6; 
}

/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

.contact-page {
    overflow: hidden;
    min-height: 100%;
    position: relative;
	background:#fff;
}

.contact-box {
    width: 380px;
    padding: 20px 60px 0;
    float: left;
}

.map-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: 380px;
}

.gm-iv-address-description, .gm-iv-marker, .gm-iv-vertical-separator, .gm-iv-horizontal-separator { display:none !important;}

.gm-iv-address-link a {color:#a4dee9 !important;}
.gm-iv-address { width:60px !important}
.gm-iv-address-link {
    top: 9px !important;
}

#map-canvas {
    float: right;
    width: 100%;
    min-height: 980px;
    height: 100%;
    margin: 0px;
    padding: 0px
}

.map  {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: none;
}

.contact-box h2 {
   /* color: #2a5b7c;*/
  font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
}

.contact-box p {

    font-size: 18px;  
	line-height: 1.5;
	font-weight:300;
    /*    color: #2a5b7c;
	margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
*/
  
}
tr.today { font-weight:700; background-color:#dedede}
.contact-box tr:hover {background-color:#dedede}
.contact-box p span {
    display: block;
}

.contact-box p i {
    color: #2a5b7c;
    margin-right: 6px;
}

.contact-box p a {
    display: block;
    color: #2a5b7c;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;   
}

.contact-box p a:hover {
    opacity: 0.6;
    text-decoration: none;  
}

.contact-page h4 {
    color: #2a5b7c;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    line-height: 23px;
    margin: 0 0 4px;
}

input, input[type="text"], input[type="password"],
textarea,
input[type="text"],
textarea, select {
    color: #333;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    border:#7b8d99 solid 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 8px 13px;
    display: block;
    margin-bottom: 10px;
    background-color: #fafafa !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
}

input:focus,
textarea:focus,
input[type="text"]:focus,
textarea:focus {
    background: #fafafa !important; 
	color:#333;
	box-shadow:#ccc 0 0 10px;
}


input[type="submit"] {
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
font-weight:400;
    text-transform: uppercase;
    border: none;
    background: #2a5b7c !important;
    padding: 10px 52px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
	width:50% !important
}

input[type="submit"]:hover {
    opacity: 0.7; 
}

input[type="submit"] {
    float: none !important;
}

label { font-weight:300;}
.message {
    height:20px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
font-weight:300;
    float: none;
    margin-top: 5px;
}

.message.error {
    color:#eb2c06;
}

.message.success {
    color:#1e9397;
}

.booking-form { position:relative;}
.booking-form label {
	margin-bottom:3px;
	font-size:18px;
}
.booking-form input, .booking-form textarea, .booking-form select, .booking-form .selectbox-input {
	position:relative;
	padding:11px 15px;
	width:100%;
	max-width:700px;
	
}

.booking-form .notice { color:#b8292f;}

.booking-form select { height:49px; border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;}

input[type="checkbox"], input[type="radio"]  { width:auto !important; display:inline-block; margin-right:5px;}

.booking-form textarea {
	max-width:100%;
	height:142px
}
.booking-form .form-field {
	margin-bottom:24px
}
.booking-form .form-field-title {
	display:block;
	margin-bottom:3px;
	
	font-weight:400
}
.booking-form p {
	margin-bottom:24px;
	line-height:1.5em
}
.booking-form .iconin {
	position:relative;
	width:100%
}
.booking-form .iconin>i {
	position:absolute;
	top:11px;
	right:14px;
	font-size:19px;
	cursor:pointer
}
.booking-form .checkbox-list {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:8px
}
.booking-form .checkbox-list>li {
	list-style-type:none;
	margin:0;
	padding:0
}

.booking-form .checkbox-list>li {
	display:inline-block;
	margin-right:20px;
	position:relative;
}
.booking-form .checkbox-input input {
	display:none;
	width:auto
}
.booking-form .checkbox-input label {
	display:inline-block !important;
	position:relative;
	padding-left:22px;
	text-transform:none;
	font-weight:300;
	cursor:pointer
}

.booking-form .selectbox-input {
	position:relative;
	max-width:700px;
	font-size:16px;
	height:43px;
}
.booking-form .selectbox-input>select {
	display:none
}

.side-widget { border:#fafafa 1px solid; text-align:center; margin-bottom:20px;}
.side-widget h4 { background-color:#20455d; color:#fff; margin:0; padding:10px 0;}

.side-menu li a {padding: 14px 10px; text-align:center; text-transform:uppercase; background:#fafafa; display:block; margin-bottom:1px;  transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; position:relative; clear:both }

.side-menu li ul li { display:inline; text-align:center;}
.side-menu li ul li a {display:inline-block; font-size:14px;  clear:none;}

.side-menu li a i, #subscribe i { position:absolute; top:10px; right:5px; color:rgba(153,153,153,0.2); font-size:32px; transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; }

	
.side-menu li a.new { overflow:hidden;}
.side-menu li a.new:before { content:'NEW'; font-size:12px; position:absolute; left:-31px; top:-10px; padding:23px 27px 1px 28px;  text-align: center; background:#C36; color:#fff; -webkit-box-shadow: 0 3px 3px 0 #ccc;
box-shadow: 0 3px 3px 0 #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);  }
	
#mc-embedded-subscribe {padding: 14px 10px !important; text-align:center; text-transform:uppercase; background:#fafafa !important; display:block !important; margin:0 !important;  transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; color:#660033 !important; border-radius:none !important;     -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important; font-size:14px !important; width:100% !important  }
	
#subscribe { position:relative;}	
	
.side-menu li:last-child a  { margin-bottom:0;}


.side-menu li a:hover, #mc-embedded-subscribe:hover, .side-menu li a.active  { background:#fff !important; text-decoration:none; -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); z-index:99 !important; opacity:1 !important;
color:#990038; font-weight:700 !important;
}

.side-menu li a:hover i, #subscribe:hover i {  color:#990038; right:5px; top:15px;  transition: all 0.17s ease-in-out; font-size:18px;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;}

.side-widget input[type=email] { -webkit-box-shadow:inset 0 0 10px 0 #ccc;
box-shadow:inset 0 0 10px 0 #ccc; margin-bottom:0;}

.special {width:100%; height:auto; max-width:600px; background:#fff; margin:0 auto; border:#d8d8d8 solid 1px;  min-height:400px; margin-bottom:20px;}
.booking-form .error, #contact-form .error
{
    border: 1px solid red;
    outline: 1px solid red;
}
.error-box, .warning-box, .success-box, .info-box { margin-bottom:20px; padding:15px 15px 15px 39px; clear:both; border-radius :5px; }
.error-box a, .warning-box a, .success-box a, .info-box a { text-decoration:underline; }
.error-box { background:#ffcccc; border:1px solid #ff9999; color:#d01313; position:relative; }
.error-box:before, .warning-box:before, .success-box:before, .info-box:before { top:13px; left:10px; font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:25px; position:absolute; }
.error-box:before { content:"\f057"; color:#C54228; }
.warning-box { background:#fdebae; border:1px solid #e6c555; color:#c79d13; position:relative; }
.warning-box:before { content:"\f06a"; color:#e2b828; }
.success-box { background:#c0df89; border:1px solid #a0ce4e; color:#466c00; position:relative; text-shadow:1px 1px 0px #e3f1cb; }
.success-box:before { content:"\f058"; color:#75b632; }
.info-box { background:#bfe4f9; border:1px solid #68a2cf; color:#2081b9; position:relative; }
.info-box:before { content:"\f05a"; color:#008bc1; }
.error-box a { color:#d01313; }
.warning-box a { color:#c79d13; }
.success-box a { color:#7ba411; }
.info-box a { color:#2081b9; }
#example1 {
    margin-bottom: 20px;
}
#example2
{
    margin-bottom: 10px;
    transform: scale(0.86);
    transform-origin: left top;
}
.contact-box p span a
{
    display: inline;
}
.booking-block h2
{
    margin-top: 0;
}
.booking-form > p {
    margin-bottom: 0;
}
.header-foot .copyright-box p:first-of-type a
{
    color: #a4dee9;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}


/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop:before { content: "\f139";
  position: absolute;
  left: 10px;
  top:0;
  font-size:36px;
  font-family:'FontAwesome';
  color:#fff;
  text-shadow:rgba(0,0,0,0.3) 0 0 5px;}
  
  

#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  right:10px;
  overflow:hidden;
  width:50px;
  height:50px;
  border:none;
  background:rgba(200,200,200,0.5);
  border-radius:100%;
  -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
 
}
#toTop:hover { background:rgba(0,0,0,0.7);}

#toTopHover {
  width:50px;
  height:50px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}
.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
#sitemap a { text-decoration:none !important; margin-bottom:2px; }
#sitemap .drop > a { border:none; background:none; }
#sitemap .drop a { text-decoration:none !important; color:#333 !important; font-weight:400; margin-bottom:10px; }
#sitemap li.clear { clear:left}
#sitemap li.clear a { }
#sitemap li ul li { display:inline-block !important}

#sitemap li ul li a {text-decoration: none; margin-bottom:2px; text-align:left;}