/***** GLOBAL *****/
#social_footer {
    float: right;
        margin-right: 10px;
}
.link-social-icon {
    margin-right: 5px;
    
    font-size: 25px;
    vertical-align: text-top;
}

.link-social-icon:hover {
    color:white;
}

/***** GLOBAL *****/
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?35724052");
  src: url("font/fontello.eot?35724052#iefix") format("embedded-opentype"), url("font/fontello.woff?35724052") format("woff"), url("font/fontello.ttf?35724052") format("truetype"), url("font/fontello.svg?35724052#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: 'PT Sans',Tahoma, Arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
  height: 100%;
}

a {
  text-decoration: none;
  color: #f45c2b;
}
a:hover {
  color: #000;
}

a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 10px;
}

nav > ul > li {
  list-style: none;
}

input:focus, #ord_frm textarea:focus {
  outline: none;
}

.container {
  width: 960px;
  margin: auto;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.button {
  background-color: #f45c2b;
  display: inline-block;
  background-image: linear-gradient(to top, #fd7e52 0%, #eb3d07 100%);
  border: solid 1px #ed350a;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #bababa, inset 0px 1px 1px #ffbdab;
  color: #fff;
  cursor: pointer;
  filter: dropshadow(color=#8a6e44, offx=0, offy=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e52', endColorstr='#eb3d07',GradientType=0 );
  text-align: center;
  text-shadow: 0px 0px 4px #8a6e44;
  position: relative;
}
.button:hover {
  background: #f45c2b;
}

.all-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #f45c2b;
  border-radius: 5px 0 1px 0;
  padding: 0 7px;
  text-transform: lowercase;
  font-family: "PT Sans Narrow", sans-serif;
}
.all-link:hover {
  background: #e03f0c;
  color: #fff;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/***** Header *****/
.site-header {
  background: #fff;
}

.top-header {
  font-family: "PT Sans Narrow", sans-serif;
  width: 100%;
  height: 97px;
}
.top-header:after {
  content: "";
  display: table;
  clear: both;
}

.logo {
  float: left;
}

.right-header {
  height: 100%;
  vertical-align: middle;
  float: right;
}
.right-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.phone, .email, .order {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.phone {
  font-size: 18px;
  position: relative;
  padding-left: 28px;
}
.phone span {
  display: block;
  line-height: 1.3;
}
.phone .icon-phone:before {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.icon-phone:before {
  content: '\e800';
}

.email {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.email a {
  color: #000;
  display: block;
  line-height: 1.3;
}
.email .icon-email:before {
  position: absolute;
  font-size: 26px;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.icon-email:before {
  content: '\e805';
}

.order a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
}
.order a:hover {
  color: #fff;
}

/***** Menu *****/
.main-nav {
  background: #f45c2b;
}

.main-menu {
  padding: 0;
  font-family: "PT Sans Narrow", sans-serif;
  background: #f45c2b;
}
.main-menu li {
  position: relative;
  display: inline-block;
}
.main-menu li a {
  display: block;
  padding: 12px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.17s ease-out;
}
.main-menu li a:hover {
  background: #e03f0c;
}
.main-menu li ul {
  display: none;
}
.main-menu li ul li {
  display: block;
}
.main-menu li ul li a {
  background-color: #262626;
  color: #fff;
}
.main-menu li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  padding: 0;
  min-width: 170px;
  height: 1px;
}
.main-menu .active a {
  background: #e03f0c;
  color: #fff;
}

/***** Slider *****/
.slider {
  max-width: 1920px;
  min-width: 960px;
  margin: auto;
}

.main-slider {
  padding: 0;
  margin: 0;
}
.main-slider img {
  min-height: 380px;
}

.bx-wrapper {
  z-index: 0;
}

.description {
  position: absolute;
  right: 22%;
  top: 12%;
  text-align: right;
  color: #fff;
  text-shadow: 0 1px #000;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}
.description h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
}
.description span {
  font-size: 60px;
  line-height: 60px;
  color: #f45c2b;
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
}
.description a {
  margin-top: 20px;
  font-size: 16px;
  background: none;
  border: 1px solid #fff;
  padding: 10px 15px 10px 18px;
}
.description a:hover {
  color: #fff;
}

/***** Search sletat *****/
.search-main-sletat {
  width: 860px;
  margin: -60px auto 40px;
  z-index: 50;
  position: relative;
  border: 4px solid #0F91D2;
}

/***** Content *****/
.content {
  padding: 0 0 220px;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}

.left-content {
  width: 70%;
  float: left;
  padding-right: 20px;
}

.section-title {
  color: #fff;
  background: #f45c2b;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px #000;
  min-width: 200px;
  font-size: 22px;
  margin: 0;
  display: inline-block;
  line-height: 42px;
}
.section-title:hover {
  background: #e03f0c;
}
.section-title > a {
  display: block;
  color: #fff;
  padding-left: 15px;
}

.section-title.no-link {
  padding-left: 15px;
}
.section-title.no-link:hover {
  background: #f45c2b;
}

.box {
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 5px;
  margin-bottom: 35px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 3px 0 #b5b5b5;
  border-bottom: 4px solid #f45c2b;
  position: relative;
}

.box-content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 #b5b5b5;
  background: #fff;
  padding: 15px;
  position: relative;
}

/***** News *****/
.news .box {
  padding-bottom: 35px;
}
.news .box:after {
  content: "";
  display: table;
  clear: both;
}

.news-block-full.news-main {
  padding: 0;
  width: 300px;
  margin-bottom: 0;
}
.news-block-full.news-main:first-child {
  margin: 0 20px 0 0;
}
.news-block-full.news-main .info {
  border-bottom: none;
}
.news-block-full.news-main .date {
  margin-bottom: 0;
}

/***** Country *****/
.country .box {
  padding-bottom: 35px;
}

.country-list {
  padding: 0;
  margin: 0;
}
.country-list:after {
  content: "";
  display: table;
  clear: both;
}
.country-list li {
  list-style: none;
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 30px;
}
.country-list li a {
  color: #000;
}
.country-list li a:hover {
  text-decoration: underline;
  color: #f45c2b;
}

.country-full {
  padding: 0;
  margin: 0;
}
.country-full:after {
  content: "";
  display: table;
  clear: both;
}
.country-full li {
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.country-full a {
  color: #000;
}
.country-full a:hover {
  color: #f45c2b;
  text-decoration: underline;
}
.country-full span {
  position: absolute;
  left: 0;
  background-color: #f45c2b;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
}
.country-full .country-column {
  float: left;
  width: 25%;
}

.right-sidebar {
  width: 30%;
  float: left;
}

/***** Partners *****/
.partners img {
  height: 75px;
  max-width: 150px;
}
.partners .carousel-img {
  width: 155px;
  text-align: center;
}

/***** Weather *****/
.weather ul {
  padding: 0;
  margin: 0;
}
.weather ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
}
.weather ul li:after {
  content: "";
  display: table;
  clear: both;
}

.current-weather, .weather-icon, .name-country {
  float: left;
}

.name-country {
  width: 75%;
}

.current-weather {
  padding-right: 8px;
}

/***** Currency *****/
.currency ul {
  padding: 0;
  margin: 0;
  font: bold 20px "PT Sans Narrow", sans-serif;
}
.currency ul li {
  list-style: none;
  line-height: 50px;
}
.currency ul span {
  color: #f45c2b;
}
.currency ul .usd, .currency ul .euro {
  width: 186px;
  display: inline-block;
  padding-left: 70px;
  position: relative;
  color: #000;
}
.currency ul .usd:after, .currency ul .euro:after {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}
.currency ul .usd:after {
  background: url("../img/currency.png") no-repeat 0 0;
}
.currency ul .euro:after {
  background: url("../img/currency.png") no-repeat -61px 0;
}

.date-currency {
  text-align: right;
  display: block;
  text-decoration: underline;
}

/***** Footer *****/
.site-footer {
  background: #323232;
  border-top: 4px solid #f45c2b;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 1.5em;
  position: relative;
  height: 220px;
  margin: -220px auto 0;
}
.site-footer nav {
  float: left;
}

.top-footer:after {
  content: "";
  display: table;
  clear: both;
}
.top-footer .container {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.footer-title {
  text-transform: uppercase;
  color: #f45c2b;
  font-size: 16px;
}

.company, .footer-contacts, .footer-contacts {
  float: left;
}

.company, .footer-contacts {
  width: 33%;
  padding-right: 20px;
}
.company p, .footer-contacts p {
  text-align: justify;
  margin: 0;
}

/***** Footer contacts *****/
.footer-contacts div:after {
  content: "";
  display: table;
  clear: both;
}
.footer-contacts span {
  text-align: left;
}

#address-title, #phone-title, #email-title {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-left: 5px;
  width: 30%;
  float: left;
}

.contacts-value {
  float: right;
  display: inline-block;
  width: 70%;
}

/***** footer-left-content *****/
.footer-left-content {
  width: 34%;
  float: left;
}

.footer-subscribe {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.subscribe h2 {
  text-align: left;
}
.subscribe .box {
  border-radius: 0 0 5px 5px;
}
.subscribe input, .subscribe #ord_frm textarea, #ord_frm .subscribe textarea {
  float: left;
}
.subscribe input#submit_email, .subscribe #ord_frm textarea#submit_email, #ord_frm .subscribe textarea#submit_email {
  padding: 5px 16px;
  border-radius: 0 5px 5px 0;
  width: 32%;
}
.subscribe input#your_email, .subscribe #ord_frm textarea#your_email, #ord_frm .subscribe textarea#your_email {
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 68%;
  color: #000;
}

#wrong_email, #success_email {
  display: block;
  font-size: 12px;
  position: absolute;
  padding-left: 20px;
}

#wrong_email {
  background: transparent url("../img/cross.png") left 4px no-repeat;
  right: 0;
  top: -1px;
  color: #fff;
}

#success_email {
  background: transparent url("../img/check.png") left top no-repeat;
  right: 0;
  top: -1px;
  color: #6BD16B;
}

.useful-links {
  overflow: hidden;
}
.useful-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.useful-links li {
  float: left;
  width: 50%;
}
.useful-links a {
  padding-left: 20px;
  position: relative;
  color: #bbbbbb;
}
.useful-links a:after {
  content: "";
  border-color: transparent transparent transparent #f45c2b;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  position: absolute;
  top: 5px;
  left: 6px;
  height: 0px;
  width: 0px;
}
.useful-links a:hover {
  color: #f45c2b;
}

.copyright div {
  border-top: 1px solid #515151;
  padding: 5px 0;
}

/***** 404 *****/
.error-404 {
  text-align: center;
}
.error-404 h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.error-404 a {
  text-transform: uppercase;
  text-decoration: underline;
}
.error-404 a:hover {
  color: #000;
}
.error-404 i {
  display: block;
  margin-top: 20px;
}

.icon-unhappy:before {
  content: '\e801';
  font-size: 56px;
  margin: 0;
}

/*****contact-page *****/
.map {
  position: relative;
}
.map .container {
  position: relative;
}

#mapexMap {
  position: absolute;
  top: 0;
  z-index: 0;
}

.contact-info {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
  width: 340px;
}
.contact-info span, .contact-info address {
  display: block;
  position: relative;
  padding-left: 20px;
}
.contact-info i {
  position: absolute;
  left: 0;
}

.icon-home:before {
  content: '\e802';
}

/*****news-page *****/
.wrapper-news-block:after {
  content: "";
  display: table;
  clear: both;
}

.news-block-full {
  float: left;
  width: 280px;
  padding: 0 14.66666666px;
  box-sizing: content-box;
  margin-bottom: 25px;
}
.news-block-full img:hover {
  opacity: 0.7;
}
.news-block-full h3 {
  margin-bottom: 0;
}
.news-block-full .date {
  color: gray;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.news-block-full p {
  line-height: 1.2;
  height: 133px;
  overflow: hidden;
}
.news-block-full .info {
  border-bottom: 4px solid #f45c2b;
}
.news-block-full .info:after {
  content: "";
  display: table;
  clear: both;
}
.news-block-full .info a {
  float: right;
  text-decoration: underline;
  transition: color 0.17s ease-out;
}
.news-block-full .info a:hover {
  color: #000;
}
.news-block-full .info span {
  float: left;
}
.news-block-full .info .icon-date:before {
  content: '\e803';
  margin-right: 5px;
}

.news-block-content {
  padding: 0 10px;
}

.pagination {
  text-align: center;
}

.pagination-news {
  padding: 0;
  margin: 0;
}
.pagination-news li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  border: 2px solid #f45c2b;
  border-radius: 5px;
}
.pagination-news li:hover {
  background: #f45c2b;
}
.pagination-news li:hover a {
  color: #fff;
}
.pagination-news .active {
  background: #f45c2b;
}
.pagination-news .active a {
  color: #fff;
}
.pagination-news .disabled {
  display: none;
}
.pagination-news a {
  color: #000;
  padding: 4px 13px;
  display: inline-block;
}

/*****form-modal *****/
#ord_frm {
  display: none;
}
#ord_frm h3 {
  text-transform: uppercase;
  background: #323232;
  color: #fff;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 3px 0 0 0;
}
#ord_frm fieldset {
  padding: 15px;
  margin: 0;
  border: none;
}
#ord_frm label, #ord_frm input, #ord_frm textarea {
  display: block;
  width: 100%;
  font-weight: bold;
}
#ord_frm label span, #ord_frm input span, #ord_frm textarea span {
  color: red;
  padding-left: 5px;
}
#ord_frm input, #ord_frm textarea {
  height: 30px;
  padding: 0 10px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  font-weight: normal;
}
#ord_frm textarea {
  height: 150px;
  overflow: auto;
  padding: 10px;
  margin-bottom: 20px;
}
#ord_frm .button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0 18px;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
}
#ord_frm .submit {
  text-align: center;
}

#details.error, #useremail.error {
  background: #F1DEE0;
  border: 1px solid #FF9B9B;
}

.fancybox-outer .success_email {
    text-align: center;
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    width: 300px;
}

/*****reviews-page *****/
.reviews-block ol {
  padding: 0;
  margin: 0;
}
.reviews-block ol li {
  list-style: none;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px dashed;
}

.add-comment textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.wrapper-fld {
margin-bottom: 10px;
}

.wrapper-fld label {
display: inline-block;
width: 150px;
}
.wrapper-fld input {
width: 300px;
padding: 0 10px;
height: 35px;
}