#phocagallery .pg-cv-box {
  height: auto !important;
  margin: 4px;
}

#phocagallery .item {
  margin-bottom: 11px;
}

@font-face {
    font-family: 'corinthiaregular';
    src: url('../fonts/corinthia-webfont.eot');
    src: url('../fonts/corinthia-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/corinthia-webfont.woff') format('woff'),
         url('../fonts/corinthia-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3 {
  font-family: 'corinthiaregular';
  font-weight: normal;  
  margin-top: 0;
}
h4,
h5,
h6,
legend {
  font-family: 'corinthiaregular';
  margin-top: 0;
}
h1 {
  font-size: 40px;  
  color: #6d6e70;
}
h2 {
  font-size: 40px;
  margin: 0;
  line-height: 35px;
  color: #6d6e70;
}
h3 {
  font-size: 16px;  
  margin: 0;
  line-height: 30px;
  color: #6d6e70;
}
h4,
legend {
  font-size: 48px;
  font-weight: normal;  
  line-height: 31px;
  color: #6d6e70;
  letter-spacing: 1px;
  margin: 0 0 23px;
}
h5 {
  font-size: 50px;
  font-weight: normal;  
  margin-bottom: 5px;
  color: #6d6e70;
}
h5 a {
  color: #8b8b8b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h5 a:hover {
  color: #358390;
}
h6 {
  font-size: 14px;
  color: #121212;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 13px;
}
p {
  margin-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn-primary,
.btn-info,
.btn_info {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  font-family: Tahoma;
  background: none !important;
  text-decoration: underline;
  border: none;
  color: #171717;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  color: #0d687a;
}
.btn-primary.active,
.btn-info.active,
.btn_info.active,
.btn-primary:active,
.btn-info:active,
.btn_info:active,
.btn-primary:hover,
.btn-info:hover,
.btn_info:hover,
.btn-primary:focus,
.btn-info:focus,
.btn_info:focus {
  box-shadow: none;
  color: #6d6e70;
  text-decoration: underline;
  outline: none;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  margin: 0 0 40px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
.pagination ul li {
  float: left;
  margin: 0 16px 0 0;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li .pagenav {
  text-transform: uppercase;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14px;
  color: #6d6e70;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  float: none;
  display: block;
  padding: 0;
}
.pagination ul li span.pagenav {
  color: #6d6e70;
}
.pagination ul li a.pagenav {
  color: #0d687a;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #6d6e70;
}
.pagination ul li.num span.pagenav {
  color: #6d6e70;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
}
.item_img > a,
.category_img > a {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.item_img > a:after,
.category_img > a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  border: 0px solid transparent;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_img > a:hover:after,
.category_img > a:hover:after {
  border: 13px solid #dfdfdf;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 36px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
/*======================= TOP =======================*/
#top-row .slide-title {
  color: #ff7128;
  line-height: 30px;
  letter-spacing: 1px;
  display: inline;
  margin: 0;
}
#top-row .price {
  color: #848484;
  font-size: 15px;
  margin-left: 8px;
}
#top-row .p1 {
  font-size: 18px;
  line-height: 20px;
}
/*======================= HEADER =======================*/
#header-row #logo {
  position: relative;
}
#header-row #logo a {
  position: absolute;
  bottom: 0;
  left: 0;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding: 19px 0 0;
}
#navigation-row .moduletable {
  margin-bottom: 55px;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  top: 9px;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 4px 0 0;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #A3CF5F;
  border: 1px solid #A3CF5F;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 36px;
  font-family: Tahoma;
  color: #358390;
  height: 36px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  display: block;
  border: 1px solid #fff;
  padding: 0 34px;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #6d6e70;
  border: 1px solid #dfdfdf;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 42px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -28px;
  left: 215px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -28px;
  left: 215px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 27px 0;
  width: 213px;
  border: 1px solid #dfdfdf;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 24px;
  font-family: Tahoma;
  color: #171717;
  background: none;
  text-transform: uppercase;
  display: block;
  padding: 0 36px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #e8e8e8;
  color: #6d6e70;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: #e8e8e8;
  color: #6d6e70;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row .moduletable {
  margin-bottom: 60px;
}
#maintop-row .tel {
  font-size: 14px;  
  font-family: Tahoma;
  color: #0a6a78;  
}
#maintop-row .welcome .moduleTitle {
  float: left;
  
  margin-right: 36px;
}
#maintop-row .welcome .img-intro {
  clear: left;
}
#maintop-row .welcome .p2 {
  margin-bottom: 16px;
}
#maintop-row .welcome .p3 {
  margin-bottom: 10px;
}
#maintop-row .last_vacation {
  margin-bottom: 15px;
}
/*#maintop-row .last_vacation a {
  display: block;
  border: 1px solid #e2e2e2;
  padding: 22px 12px 15px 23px;
  position: relative;
}
#maintop-row .last_vacation a:after {
  position: absolute;
  border-bottom: 6px solid #358390;
  border-right: 6px solid #358390;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(214, 114, 33, 0);
  border-left: 6px solid rgba(214, 114, 33, 0);
  content: ' ';
  right: 6px;
  bottom: 6px;
}
#maintop-row .last_vacation a h5 {
  font-size: 20px;
}
#maintop-row .last_vacation a:hover {
  border: 13px solid #dfdfdf;
  padding: 10px 0 3px 11px;
}
#maintop-row .last_vacation a:hover h3 {
  color: inherit;
}
#maintop-row .last_vacation a:hover h5 {
  color: inherit;
}
#maintop-row .last_vacation a:hover:after {
  display: none;
}*/
#maintop-row .new_ideas a {
  display: block;
  border: 1px solid #e2e2e2;
  padding: 22px 12px 15px 23px;
  position: relative;
}
#maintop-row .new_ideas a:after {
  position: absolute;
  border-bottom: 6px solid #358390;
  border-right: 6px solid #358390;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid rgba(214, 114, 33, 0);
  border-left: 6px solid rgba(214, 114, 33, 0);
  content: ' ';
  right: 6px;
  bottom: 6px;
}
#maintop-row .new_ideas a h4 {
  font-size: 32px;
  color: #6d6e70;
  letter-spacing: 0;
  margin: 0 0 8px;
}
#maintop-row .new_ideas a:hover {
  border: 13px solid #dfdfdf;
  padding: 10px 0 3px 11px;
}
#maintop-row .new_ideas a:hover:after {
  display: none;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 31px;
  overflow: hidden;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.blog .item_published {
  float: left;
  text-align: center;
  width: 84px;
  background: url(../images/icons_for_date_diary.png) center 0 no-repeat;
  text-transform: uppercase;
  color: #287883;  
  font-family: 'corinthiaregular';
  font-weight: bold;
  line-height: 28px;
  padding: 12px 0;
  margin-right: 18px;
  font-size: 30px;
  margin-bottom: 10px;        
}
.blog .item_published span {
  display: block;
  color: #ffffff;
  font-size: 70px;
  padding-top: 8px;
  margin-bottom: 19px;
}
.blog .item_introtext {
  overflow: hidden;
}
.blog .item_info_dl {
  margin: 0;
  color: #222;
}
.blog .item_info_dl dd {
  display: inline-block;
  margin: 0 15px 13px 0;
}
.blog .item_info_dl dd > div {
  display: inline;
}
.blog .item_info_dl dd > div.item_category-name a:hover {
  color: #358390;
}
.blog .item_info_dl dd > div.item_createdby {
  display: none;
}
.blog .item_info_dl dd > div.item_createdby span {
  color: #358390;
}
.blog h5 {
  margin-bottom: 3px;
  color: #6d6e70;
}
.blog .img-intro__left {
  margin-right: 20px;
}
.page-item {
  padding-bottom: 50px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -1.65%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.65%;
  float: left;
  list-style: none;
  margin-bottom: 40px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 25px;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
ul.gallery .gallery-item .item_title_part1 {
  color: #358390;
  font-size: 11px;
}
ul.gallery .gallery-item .item_title_part2 {
  color: #358390;
}
.body__hotels .img-intro__left {
  float: none;
  margin-right: 0;
}
.body__services .row-0 .column-1 {
  background: url(../images/services-icon1.png) no-repeat;
}
.body__services .row-0 .column-2 {
  background: url(../images/services-icon2.png) no-repeat;
}
.body__services .row-0 .column-3 {
  background: url(../images/services-icon3.png) no-repeat;
}
.body__services .row-1 .column-1 {
  background: url(../images/services-icon4.png) no-repeat;
}
.body__services .row-1 .column-2 {
  background: url(../images/services-icon5.png) no-repeat;
}
.body__services .row-1 .column-3 {
  background: url(../images/services-icon6.png) no-repeat;
}
.body__services .row-2 .column-1 {
  background: url(../images/services-icon7.png) no-repeat;
}
.body__services .row-2 .column-2 {
  background: url(../images/services-icon8.png) no-repeat;
}
.body__services .row-2 .column-3 {
  background: url(../images/services-icon9.png) no-repeat;
}
.body__services .item {
  padding-left: 99px;
}
.body__services .item p {
  margin-bottom: 14px;
}
/*===== Team Page ======*/
#aside-right .moduletable {
  margin-bottom: 40px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .moduletable {
  margin-bottom: 33px;
}
#mainbottom-row .hot_deals {
  font-size: 0;
  line-height: 0;  
}
.hot_deals {  
}
.moduletable.contacts {
  margin-top: -10px;
}
#mainbottom-row .hot_deals .item {
  font-size: 13px;
  line-height: 18px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#mainbottom-row .hot_deals .item_img {
  margin-bottom: 5px;
}
#mainbottom-row .hot_deals .item_img a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0px solid transparent;
  content: ' ';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}
#mainbottom-row .hot_deals .item_img a:hover:after {
  border: 18px solid #e1e1e1;
}
.hot_deals .link h6, .homepage-ideas-wrap h6 {
  display: inline;
  margin: 0;
  font: bold 14px Tahoma;
  color: #828284;
}

.homepage-ideas-wrap .item.row-fluid {
  margin-bottom: 10px;
}

#mainbottom-row .hot_deals .link p {
  display: inline;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Tahoma;
  color: #828284;
}
#mainbottom-row .hot_deals .link p span {
  font-size: 11px;
}
#mainbottom-row .hot_deals .link:hover h6 {
  color: inherit;
}
#mainbottom-row .trend .mod-custom {
  background: url(../images/map.gif) 0 100% no-repeat;
  background-size: 100% auto;
  padding-bottom: 70px;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 5px;
}
#mainbottom-row .trend p {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 26px;
  line-height: 25px;
  color: #8b8b8b;
}
#mainbottom-row .trend a {
  text-decoration: underline;  
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 ul {
  list-style: none;
  margin: 0;
}
.list1 ul li {
  padding: 0 0 12px;  
  font-weight: bold;
  font-family: Tahoma;
  font-size: 14px;
}
.list1 ul li a {
  text-decoration: none;
  display: inline-block;
  color: #096977;
  background: url(../images/list1_marker.png) 0 -17px no-repeat;
  padding: 0 0 0 20px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.list1 ul li a:hover {
  background: url(../images/list1_marker.png) 0 -68px no-repeat;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  background: #f0f0f0;
  padding: 29px 0 0;
}
#copyright-row .moduletable {
  margin-bottom: 74px;
}
#copyright-row .siteName {
  float: left;
  margin-right: 8px;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background: url(../images/footer_logo.png);
  width: 60px;
  height: 52px;
}
#copyright-row .copyright {
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #828284;
  font-size: 12px;
  font-family: Tahoma;
  line-height: 16px;
}
#copyright-row .copyright a {
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#copyright-row .copyright a:hover {
  color: #000;
}
#copyright-row .footer_list ul {
  margin: 0;
  list-style: none;
  padding: 5px 0 0;
}
#copyright-row .footer_list ul li {
  text-transform: uppercase;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 12px;
  padding: 4px 0 0;
}
#copyright-row .footer_list ul li a {
  display: inline-block;
  padding: 0 0 0 13px;
  background: url(../images/list1_marker.gif) 0 6px no-repeat;
  color: #a0a0a0;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#copyright-row .footer_list ul li a:hover {
  color: #358390;
  background: url(../images/list1_marker.gif) 0 -264px no-repeat;
}
/*===== Social Media ======*/
.social {
  padding: 13px 0 0;
  margin: 0;
}
.social li {
  margin: 0 0 0 21px;
}
.social li a:hover {
  background-position: left bottom;
}

.page_header h4 {
  font-size: 60px;
  color: #818085;
  text-transform: none; 
  font-weight: normal;
}

h5.item_title, h4.item_title {
  font: bold 18px Tahoma;
  color: #818085; 
}

.item_category-name {
  color: #818085;
}

.item_category-name a {
  color: #0f6876;
}

.mod-custom__contacts h6 {
  font: 14px Tahoma;
}

#pg-msnr-container {
   margin: 0 auto;
}
.pg-cv-box {
   height: 157px;
   width: 250px;
}
.pg-cv-box-stat {
   height: 177px;
   width: 250px;
}
.pg-cv-box-img {
   height: 137px;
   width: 250px;
}

.gallery-item .item_img a {
    max-width: 250px;
    overflow: hidden;
}

.gallery-item .item_img a img {
    width: 250px;
    height: 137px;
}

.pg-box3 a {
    width: 100%;
    height: 137px;
    overflow: hidden;
    display: block;
}

.width-900 {
  max-width: 910px;
}

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

.content-table {
  border: 1px solid #949494;
  border-collapse: collapse;
}

.content-table thead {
  background: #d6d6d6;
}

.content-table td,
.content-table th {
  border: 1px solid #949494;
  font-weight: normal;
  padding: 10px;
}