/* 
	author: Branimir Juranic 
	copyright: Dimedia d.o.o.
	city: Zagreb
	county: Croatia
	year: 2014.
*/


/* ======= RESET CSS ======= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button {
  margin:0;  padding:0;  border:0;  outline:0;  font-weight:inherit;  font-style:inherit;  font-size:100%; vertical-align:baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
:focus { outline:0; }
ol, ul { list-style:none; }
a { text-decoration:none}
table {  border-collapse:collapse;  border-spacing:0;}
caption, th, td {  text-align:left;  font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
html { overflow-y:scroll; }
strong {font-weight:bold}
h1, h2, h3, h4, h5, h6, h7 {font-family:inherit;}
sup {font-size:80%;}

/* ======= PRE-SET CLASS ======= */
.clearfix {float:none;clear:both}
body {font-family: 'Roboto', sans-serif;font-size:15px; font-weight:300; background: url("../images/bg.png") repeat left top}


/*COOKIE POP UP*/
.cookie-position { position:relative;}
#cookie #popUpDiv { width:100%; padding:15px 10px; z-index:1001;background:rgba(0, 0, 0, 0.5);bottom:0;left:0;right:0;margin:0 auto;}
#cookie #popUpDiv .text { line-height:22px;font-size:14px; padding:0 110px 0 0px; color:#fff;font-weight:normal; display:inline-block; font-weight:300;}
#cookie #popUpDiv .text a { color:#898076;}
#cookie #popUpDiv .text a:hover { text-decoration:underline;}
#cookie #popUpDiv #closeLink {position: absolute;top: -5px;right: 0px;margin: 0 auto;display: block;padding: 6px 15px;background: #fff;font-size: 15px;font-weight: 200;color: #000;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-family: 'Cardo', serif;text-transform: uppercase;}
#cookie #popUpDiv #closeLink:hover {background: #898076; color:#fff;}


/* MAIN WRAPPER  */
.main-wrapper {position:relative;display:block; clear:both; padding: 0;}
.container {width:1220px; margin:0 auto; position:relative;}


/* HEADER */
.logo {position:absolute; left:0px; top:0px; z-index:1; display:block;}

.top-nav {}
.top-nav ul {float:right;}
.top-nav ul li {float:left; display:inline-block;}
.top-nav ul li a {display:block; line-height:56px; color:#fff; font-size:14px; }
.top-nav ul li a.active, .top-nav ul li a:hover {color:#000;}

.top-nav ul li .info-header {margin:0 50px 0 0;}
.top-nav ul li .info-header span {width:26px; height:26px;  text-align:center; line-height:26px; display:inline-block;background:#fff;-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px; margin:0 5px 0 0;}
.top-nav ul li .info-header span .fa {color:#6e6051;}
.top-nav ul li .info-header.phone span .fa  {}
.top-nav ul li .info-header.mobile span .fa  {font-size:18px;}
.top-nav ul li .info-header.email span .fa  {font-size:13px;}

.top-nav ul li .lang-header {margin:0 0 0 20px;}

/* NAVIGATION */
.nav { background:#6994b2; border-bottom:1px solid #88b0c9;}
.nav ul {float:right;}
.nav ul li {float:left; display:inline-block; margin:0 0 0 25px;}
.nav ul li a {display:block; line-height:57px; color:#fff; font-size:15px;text-transform:uppercase;border-bottom:3px solid transparent; }
.nav ul li a.active, .nav ul li a:hover {border-bottom:3px solid #88b0c9; color:#000; }


/* HEADER IMAGE */
.home-image {background: url("../images/img/img1.jpg") no-repeat center top; height:870px;}
.intro {position:absolute; left:-104px; top:140px; width:600px; display:block; text-align:center;}
.intro .title {display:inline-block;font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:60px; line-height:60px;text-shadow:1px 1px 5px #3d3d3d;margin:0 0 25px; padding: 0 0 40px;background: url("../images/header-intro-bg.png") no-repeat center bottom; }
.intro .text {display:inline-block; font-size:22px; color:#fff; text-shadow:1px 1px 3px #3d3d3d; margin:0 0 25px;}
.intro .more {font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:20px;padding: 0 30px; line-height:64px; display:inline-block;background-color: rgba(0, 0, 0, 0.45);-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.intro .more:hover {background:#fff;color:#000}


/* WOBBLE HORIZONTAL */


/*@-webkit-keyframes wobble-horizontal {
  16.65% {-webkit-transform: translateX(8px);transform: translateX(8px);}
  33.3% {-webkit-transform: translateX(-6px);transform: translateX(-6px);}
  49.95% {-webkit-transform: translateX(4px);transform: translateX(4px);}
  66.6% {-webkit-transform: translateX(-2px);transform: translateX(-2px);}
  83.25% {-webkit-transform: translateX(1px);transform: translateX(1px);}
  100% {-webkit-transform: translateX(0);transform: translateX(0);}
}
@keyframes wobble-horizontal {
  16.65% {-webkit-transform: translateX(8px);transform: translateX(8px);}
  33.3% {-webkit-transform: translateX(-6px);transform: translateX(-6px);}
  49.95% {-webkit-transform: translateX(4px);transform: translateX(4px);}
  66.6% {-webkit-transform: translateX(-2px);transform: translateX(-2px);}
  83.25% {-webkit-transform: translateX(1px);transform: translateX(1px);}
  100% {-webkit-transform: translateX(0);transform: translateX(0);}
}

.wobble-horizontal {display: inline-block;-webkit-transform: translateZ(0);transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0);}
.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active { -webkit-animation-name: wobble-horizontal; animation-name: wobble-horizontal;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}
*/


/*  PLACEHOLDER*/
::-webkit-input-placeholder { color:#aaa;}
::-moz-placeholder { color:#aaa; }  /* firefox 19+ */
:-ms-input-placeholder { color:#aaa;  } /* ie */
:-moz-placeholder { color:#aaa;}


/* CAROUSEL HOME */
#carousel-home {margin:170px auto;}
#carousel-home .carousel-inner {width:100%; margin:50px 0 0;display: inline-block;}
#carousel-home .carousel-inner li { text-align:center; margin-left:33px; background:#000; height:440px; width:590px!important; float:left; display:inline-block;position:relative; overflow:hidden;}
#carousel-home .carousel-inner li:first-child {margin:0px;}
#carousel-home .carousel-inner li .image {width:590px; height:440px; display:table-cell; vertical-align:middle; background-position:center; text-align:center;}
#carousel-home .carousel-inner li .image .title {display:inline-block;font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:52px;padding: 0 0 40px;
background: url("../images/header-intro-bg.png") no-repeat center bottom;width: 100%;}
#carousel-home .carousel-inner li .image:hover {opacity:.7}

#carousel-home .carousel-indicator {float:left; margin:0;}
#carousel-home .carousel-indicator a {float:left; display:inline-block; width:13px; height:13px; margin:0 5px 0 0; background:#a9977d;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; text-indent:-9999px;}
#carousel-home .carousel-indicator a.selected, #carousel-home .carousel-indicator a:hover {opacity:0.3; }

#carousel-home .carousel-controls {float:right;}
#carousel-home .carousel-controls a {display:inline-block; margin:0 15px 0 0; float:left;}
#carousel-home .carousel-controls a .fa {color:#968670;font-size: 32px;line-height: 22px;}
#carousel-home .carousel-controls a:hover {opacity:.7}


/* HISTORY */
.history {margin:-21px auto; z-index: 2;}
.history-top-bg {background: url("../images/history-top-bg.png") repeat-x left top; height:21px; width:100%; }
.history-bottom-bg {background: url("../images/history-bottom-bg.png") repeat-x left top; height:21px; width:100%; }
.history-wrapper {background: url("../images/history-bg.jpg") repeat left top; padding:120px 0; display:block; }

.history-wrapper .box {width:1000px; display:block; margin:0 auto;}
.history-wrapper .history-show {background: url("../images/history-show-bg.png") no-repeat left top; height:590px;}
.history-wrapper .history-show .right {float:right; width:480px; text-align:center;}
.history-wrapper .history-show .title {display: inline-block;font-family: 'Cardo', serif;text-transform: uppercase;color: #a79778;font-size: 60px;line-height:68px;padding: 0 0 40px;background: url("../images/history-title-bg.png") no-repeat center bottom;width: 100%; margin:0 0 30px;}
.history-wrapper .history-show .text {font-size:23px; color:#a79778;text-transform: uppercase; line-height:46px;max-width: 320px; display:inline-block; }

.history-wrapper .history-hide {display:none;}
.history-wrapper .history-hide .border {background: url("../images/history-title-bg.png") no-repeat center bottom; width:100%; height:10px; margin:0 0 20px}
.history-wrapper .history-hide .left {float:left; width:480px; text-align:right;}
.history-wrapper .history-hide .right {float:right; width:480px; text-align:left;}
.history-wrapper .history-hide .title {font-size:23px; color:#a79778;text-transform: uppercase; line-height:46px;max-width: 320px; display:inline-block; }
.history-wrapper .history-hide .text {font-size:15px; line-height:28px; color:#1d1d1d;}



/* TITLE WRAPPER */
.title-wrapper {padding:130px 0 50px; border-bottom:1px solid #594d40;}
.main-title {display: inline-block; width:100%; font-family: 'Cardo', serif;text-transform: uppercase;color: #fff;font-size: 48px;line-height: 60px;text-shadow: 1px 1px 5px #666666;}
.main-content {display: inline-block; width:100%;padding:50px 0 90px;border-top:1px solid #a9977d; margin:-1px 0 0;}
.main-content .text ul{list-style: circle;}
.main-content .text ul li{}
.main-content .text ul li:before{
  color:#a79778;
  content:"\2022";
  font-size: 30px;
  padding-right: 10px;
  position:relative;
  top:5px;
}


/* BOOKING */
.booking {}
.booking .text {font-size:18px; line-height:32px;color:#fff; margin-bottom:30px; width:100%; float:left;}
.booking .box-100 {width:100%; margin-bottom:30px;float:left;}
.booking .box-50 {width:600px; margin-bottom:30px;float:left;}
.booking .box-30 {width:393px; margin-bottom:30px;float:left;}
.booking .left {margin-left:20px;}
.booking .required {background:#61554a url("../images/requried.png") no-repeat right top;}
.error {border:1px solid red!important;}
.booking .field {width:100%; border:1px solid #898076; background-color:#61554a;padding:15px; font-size:18px; color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
.booking .field:hover,.booking .field:focus {border:1px solid #fff;}
.booking textarea {width:100%; border:1px solid #898076;height:190px; background-color:#61554a;padding:15px; font-size:18px; color:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
.booking textarea:hover,.booking textarea:focus {border:1px solid #fff;}
.booking button {font-family: 'Cardo', serif;text-transform: uppercase;color: #fff;font-size: 20px;padding: 0 50px;line-height: 64px;display: inline-block;background-color: #a9977d;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.booking button:hover {background:#61554a;}

.booking ::-webkit-input-placeholder { color:#fff;}
.booking ::-moz-placeholder { color:#fff;} 
.booking :-ms-input-placeholder { color:#fff;} 
.booking :-moz-placeholder { color:#fff;}

.recaptchatable {background: #fff;}


/* ======= DATEPICKER ======= */
.ui-datepicker {z-index:99999!important}
.ui-datepicker th {background: #61554a;color: #A5988B;}
.ui-datepicker td, th { text-align:left;}

.ui-datepicker  tr:first-child {background-color:#5C5147;}
.ui-datepicker  tr:first-child + tr {background-color:#61554A;}
.ui-datepicker  tr:first-child + tr + tr {background-color:#5C5147;}
.ui-datepicker  tr:first-child + tr + tr + tr {background-color:#61554A;}
.ui-datepicker  tr:first-child + tr + tr + tr + tr{background-color:#5C5147;}
.ui-datepicker  tr:first-child + tr + tr + tr + tr + tr {background-color:#61554A;}

.ui-datepicker  .ui-datepicker-week-end:nth-child a{color: #8b0d16}
.ui-datepicker td.red a{color:#F73F4C;}    
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default  {}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {background:#6994b2; color:#fff;}
.ui-datepicker .ui-datepicker-prev span {background: url("../images/prev-icon.png") no-repeat left center;}
.ui-datepicker .ui-datepicker-next span {background: url("../images/next-icon.png") no-repeat right center;}


/* CUSTOM CHECKBOX */
.checkbox {float:left; clear:both; margin: 0 0 30px; padding:0px;}
.checkbox span {display:inline-block;float:left;}
.checkbox label a{color: #000;text-decoration: underline;}
.checkbox label a:hover {text-decoration:none;}
.checkbox label {float:left; width:auto!important; clear:none!important; color:#fff; margin: 0 0 0 20px;font-size: 18px; font-weight:300; line-height:58px;}
.checkbox input {margin: 0px!important; float:none; cursor:pointer;}
.ez-hide { opacity: 0; filter:alpha(opacity=0); width:58px; height:58px }
.ez-checkbox {float:left; cursor:pointer; background: #61554a url(../images/checked.png) center -58px no-repeat; width:58px; height:58px; display:inline-block;*display: inline; border: 1px solid #898076; cursor:pointer;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.ez-checked { background-position: center; }
.ez-checkbox { zoom: 1; *display:inline; _height:58px; }


/* GALLERY */
.gallery li { text-align:center; margin-left:0px; margin-bottom:33px; background:#000; height:440px; width:590px!important; float:left; display:inline-block;position:relative; overflow:hidden;}
.gallery li a {width:590px; height:440px; display:table-cell; vertical-align:middle; background-position:center; text-align:center; position:relative; overflow:hidden;}
.gallery li.odd {margin-left:33px;}
.gallery li a .title {display:inline-block;font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:52px;padding: 0 0 40px; background: url("../images/header-intro-bg.png") no-repeat center bottom;width: 100%; text-shadow: 1px 1px 5px #666;}
.gallery li a .hover {background-color: rgba(0, 0, 0, 0.7);width:590px; height:440px; display:table-cell; vertical-align:middle; text-align:center;opacity: 0;-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);position: absolute;top: 0px;-webkit-transform: translateX(-300px);-moz-transform: translateX(-300px);-o-transform: translateX(-300px);-ms-transform: translateX(-300px);transform: translateX(-300px);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.gallery li a .hover .title-box {display:inline-block; background-color: rgba(0, 0, 0, 0.45); font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:20px; line-height:60px; padding:0 50px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 190px auto 0;}
.gallery li a .hover .title-box:hover {background:#000;}
.gallery li a:hover .hover {opacity: 1; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100); -webkit-transform: translateX(0px);-moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);}
.gallery li .hidden-box {display:none;}


/* ACCOMODATION */
.accommodation .list { text-align:center; margin-left:0px; margin-bottom:0px; background:#000; height:440px; width:590px!important; float:left; display:inline-block;position:relative; overflow:hidden;}
.accommodation .list .box {width:590px; height:440px; display:table-cell; vertical-align:middle; background-position:center; text-align:center; position:relative; overflow:hidden;}
.accommodation .list .box .hover {background-color: rgba(0, 0, 0, 0.7);width:590px; height:440px; display:table-cell; vertical-align:middle; text-align:center;opacity: 0;-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);position: absolute;top: 0px;-webkit-transform: translateX(-300px);-moz-transform: translateX(-300px);-o-transform: translateX(-300px);-ms-transform: translateX(-300px);transform: translateX(-300px);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.accommodation .list .box:hover .hover {opacity: 1; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100); -webkit-transform: translateX(0px);-moz-transform: translateX(0px);-o-transform: translateX(0px);-ms-transform: translateX(0px);transform: translateX(0px);}
.accommodation .list.odd {margin-left:33px;}
.accommodation .list .box .title {display:inline-block;font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:52px;padding: 0 0 40px; background: url("../images/header-intro-bg.png") no-repeat center bottom;width: 100%; text-shadow: 1px 1px 5px #666;}
.accommodation .list .box  .title-box {display:inline-block; background-color: rgba(0, 0, 0, 0.45); font-family: 'Cardo', serif; text-transform:uppercase; color:#fff; font-size:20px; line-height:60px; padding:0 50px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin: 30px auto 0;}
.accommodation .list .box  .title-box:hover {background:#000;}
.accommodation .list .box .box-bg {width:100%; height:100%; display:block;}
.accommodation .list .box .box-bg ul {padding:60px 0 0;}
.accommodation .list .box .box-bg ul li {font-size:18px; color:#fff; line-height:26px; width:100%; text-align:center; display:inline-block;}
.accommodation .list .box .box-bg ul li::after{ content: ' '; display: block; width: 30px; border-bottom: 1px solid #a19274; padding-bottom: 10px; margin: 0 auto 10px auto;  }
.accommodation .list .box .box-bg ul li:last-of-type::after{ border: none; padding-bottom: 0; margin-bottom: 0; }
.accommodation .list .box .box-bg .text {font-size:26px; color:#fff; line-height:32px; width:100%; text-align:center; max-width:480px; display:inline-block; margin:130px 0 0;}
.accommodation .list .box  .more {display:inline-block; font-size:16px; color:#a9977d; text-decoration:underline; margin:10px 0 0;}
.accommodation .list .box  .more:hover {text-decoration:none;}


/* CAROUSEL PAGE */
#carousel-page {margin:170px auto 0; position:relative;}
#carousel-page .carousel-inner {width:100%; margin:50px 0 0;display: inline-block;}
#carousel-page .carousel-inner li { text-align:center; margin-left:0px; height:780px; width:1220px; float:left; display:inline-block;position:relative; overflow:hidden;}
#carousel-page .carousel-inner li .title {background: rgba(0, 0, 0, .3);font-family: 'Cardo', serif;font-weight: 300;text-shadow: 1px 1px 3px #999;width: 100%;line-height: 80px;bottom: 0px;position: absolute;text-align: center;color: #fff;font-size: 24px;text-transform: uppercase;}

#carousel-page .carousel-controls {position:absolute; bottom:0px; width:100%; height:780px;}
#carousel-page .carousel-controls a {position: absolute;top: 0;bottom: 0;margin: auto 0;display: inline-block;width: 67px;height: 144px;cursor: pointer;z-index: 8040;}
#carousel-page .carousel-controls a.right{background-image: url('../fancybox/fancybox-next.png'); right:30px;}
#carousel-page .carousel-controls a.left {background-image: url('../fancybox/fancybox-prev.png'); left:30px;}
#carousel-page .carousel-controls a:hover {opacity:.7}


/* MAP */
.gmap {display:block; float:left; width:100%; height:440px;}

/* CONTENT */
.content{overflow: auto;position: relative;padding: 0px;margin: 0px;width: 800px;float:left;height: 280px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.content.hidden{ display: none; }
.content .text {line-height:32px; font-size:18px; color:#fff; font-weight:300;}
.content .text a {color:#000;}
.content .text a:hover {text-decoration:underline;}
.content .text i {font-style:italic;}
.content .text strong, .content .text b {font-weight:bold;}
.content .text h2 {font-size:30px; text-transform:uppercase;font-family: 'Cardo', serif;}

.sidebar {float:right; width:390px;}
.sidebar .title {font-size:23px; text-transform:uppercase;font-family: 'Cardo', serif; width:100%; margin:0 0 15px; color:#fff;}
.sidebar .text {font-size:18px; color:#fff;line-height:32px;}
.sidebar .info {margin-bottom:25px;}
.sidebar .info li {display:inline-block; clear:both; margin:0 0 15px 0px; width:100%;}
.sidebar .info li a {display:block; color:#fff; font-size:18px; }
.sidebar .info li a span {width:26px; height:26px; float:left;  text-align:center; line-height:26px; display:inline-block;background:#fff;-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px; margin:0 10px 0 0;}
.sidebar .info li a span .fa {color:#6e6051;}
.sidebar .info.phone span .fa  {}
.sidebar .info.mobile span .fa  {font-size:18px;}
.sidebar .info.email span .fa  {font-size:13px;}

.sidebar .link {width:345px; float:right; margin:0 0 15px; clear:both; display:block; padding:25px; border:1px solid #898076; background:#61554a;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.sidebar .link:hover {background:#000; border:1px solid #000;}
.sidebar .link .link-image {float:left; margin:0 15px 0 0;}
.sidebar .link .link-info {display: table;}
.sidebar .link .link-info .subtitle {color:#a9977d; font-size:15px; text-transform:uppercase; margin:0 0 5px; width:100%;}
.sidebar .link .link-info .link-title {font-family: 'Cardo', serif;text-transform: uppercase;color: #fff; font-size:30px; line-height:43px;}



/* FOOTER */
.top-footer {padding:75px 0; background-color: rgba(0, 0, 0, 0.2);display:block;width: 100%;}
.top-footer .list {display:inline-block; float:left; width:282px; margin: 0 0 0 29px; }
.top-footer .list:first-child {margin: 0; }

.top-footer .container > ul { padding: 0 140px; }

.top-footer .list .footer-social {margin:15px 0 0; display:inline-block}
.top-footer .list .footer-social li.box {display:inline-block; clear:both; margin:15px 0 0 55px; width:235px; position:relative;line-height: 26px;}
.top-footer .list .footer-social li.box .box-button {display:block; color:#fff; cursor:pointer; }
.top-footer .list .footer-social li.box .box-button span {width:26px; height:26px; float:left;  text-align:center; line-height:26px; display:inline-block;background:#fff;-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px; margin:0 5px 0 0;}
.top-footer .list .footer-social li.box .box-button span .fa {color:#6e6051;}
.top-footer .list .footer-social li.box .box-button:hover span {background:#6e6051;}
.top-footer .list .footer-social li.box .box-button:hover span .fa {color:#fff;}
.top-footer .list .footer-social li.box .box-button:hover {text-decoration:underline;}

/* FOOTER HIDE SHARE BUTTON */
.share-arrow-top {background: url(../images/icon-bg.png) no-repeat 0px 0px;width: 9px;height: 5px;display: block;position: absolute;bottom: -5px;left: 19px;}
.footer-share-box {float:right; margin-top:5px; background: #000;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding: 3px;height:35px;position: absolute;left: -10px;bottom: 36px;z-index:1;}
.footer-share-box li {margin:3px; display:inline-block;width: 24px; height: 24px;}
.footer-share-box li a {display: block; float: left; line-height:24px; text-align:center; color:#fff; width: 24px; height: 24px; }
.footer-share-box li a:hover {color:#666}


.top-footer .list .footer-nav {}
.top-footer .list .footer-nav li {display:inline-block; clear:both; margin:0 0 15px 80px; width:200px;}
.top-footer .list .footer-nav li a {display:block;font-size:15px; line-height:15px; color:#fff; text-transform:uppercase;}
.top-footer .list .footer-nav li a:hover{text-decoration:underline;}

.top-footer .list .footer-info {}
.top-footer .list .footer-info li {display:inline-block; clear:both; margin:0 0 15px 35px; width:255px;}
.top-footer .list .footer-info li a {display:block; color:#fff;line-height: 26px; }
.top-footer .list .footer-info li a span {width:26px; height:26px; float:left;  text-align:center; line-height:26px; display:inline-block;background:#fff;-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px; margin:0 5px 0 0;}
.top-footer .list .footer-info li a span .fa {color:#6e6051;}
.top-footer .list .footer-info.phone span .fa  {}
.top-footer .list .footer-info.mobile span .fa  {font-size:18px;}
.top-footer .list .footer-info.email span .fa  {font-size:13px;}

.top-footer .list .newsletter {}
.top-footer .list .newsletter .title {color:#fff; text-transform:uppercase; font-size:18px;display:block; }
.top-footer .list .newsletter .text {font-size:15px; line-height:22px; color:#fff; margin:15px 0 0;display:block;}
.top-footer .list .newsletter .box {margin:20px 0 0; padding:7px 13px; display:inline-block; width:100%; border:1px solid #898076; background:#61554a;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
.top-footer .list .newsletter .box input {line-height: 45px;height:45px;background: transparent;float:left; color:#fff;}
.top-footer .list .newsletter .box button {background: transparent;float: right;display: inline-block;line-height: 45px;}
.top-footer .list .newsletter .box button .fa {font-size: 32px; color:#cec9c4;}
.top-footer .list .newsletter .box button:hover .fa { color:#fff;}

.middle-footer {padding:25px 0; background-color: rgba(0, 0, 0, 0.5);display:block;width: 100%; text-align: center;}
.middle-footer ul {display: inline-block;}
.middle-footer ul li {display:inline-block; float:left; width:174px; }
.middle-footer ul li a {display:table-cell; vertical-align:middle;height:120px; width:174px; text-align:center;}
.middle-footer ul li a img:hover {opacity: 0.5;filter: alpha(opacity=50);}


.bottom-footer {padding:35px 0; background-color: rgba(0, 0, 0, 0.7); text-align:center;display:block;width: 100%; }
.bottom-footer ul {}
.bottom-footer ul li {display:inline-block; padding:0 12px; margin:0 0 15px;color:#656565; font-size:15px; text-transform:uppercase;}
.bottom-footer ul li a {color:#656565; font-size:15px; text-transform:uppercase;}
.bottom-footer ul li a:hover {text-decoration:underline;}

.bottom-footer .author {color:#656565; font-size:15px; display:inline-block;}
.bottom-footer .author a {color:#fff;}
.bottom-footer .author a span{color:red;}
.bottom-footer .author a:hover {color:red;}


@media only screen and (max-width: 1410px) {
	.intro {left: 0px;}
}

.footer-recaptcha > div {
    transform: scale(0.94);
    transform-origin: 0 0;
    margin: 5px 0;
}