@import url(https://fonts.googleapis.com/css?family=Lato:100,400,300,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Lora:400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


/* ==================
 *
 *google fonts 
 *
 *===================*/

/* ==================
 *
 *var section 
 *
 *===================*/
/*****  font size  ******/
/*****  Colors  ******/
/* ==================
 *
 *	Reset Class Css
 *
 *===================*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #80d6a3;
  font-weight: 400;
  color: #444;
  font-family: 'Roboto', sans-serif;
  background: #2f2f2f url(../img/broken_noise.png) repeat;

}


h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 16px;
}

p {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Playfair Display", serif;
  margin: 0px;
}

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

/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}

.title {
  text-align: center;
  padding-bottom: 70px;
}

.title h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: red;
  font-size: 30px;
  padding-bottom: 25px;

  display: inline-block;
  position: relative;
  font-weight: bold;
}

.title h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  display: inline-block;
  position: relative;
  font-weight: bold;

}

.title h2:before {
  content: '';
  width: 40px;
  height: 2px;
  background: red;
  position: absolute;
  top: 18px;
  left: -60px;
}

.title h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: red;
  position: absolute;
  top: 18px;
  right: -60px;
}

.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}

#mixed-items .mix {
  display: none;
}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-moz-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@-o-keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

@keyframes wiggle {
  from {
    top: 10px;
  }

  to {
    top: 20px;
  }
}

/* ==================
 *
 *  section Class 
 *
 *===================*/

/* header style */
header {
  padding: 20px 0;

  background: #2f2f2f url(../img/broken_noise.png) repeat;
}

/ header .navbar {
  height: auto;
  margin-bottom: 0;
}

.is-sticky #navigation {
  background: #fff;
  z-index: 1000;
  transition: 0.3s;
  width: 100%;
  padding: 0;
}

.navbar-brand {


  position: relative;

  

}

.navbar-toggle {
  border-color: #fff;
  transition: 0.3s;
  margin-right: 55px;
}

.navbar-toggle .icon-bar {
  background: #fff;
  transition: 0.3s;
}

.navbar-toggle:hover {
  border-color: red;
}

.navbar-toggle:hover .icon-bar {
  background: red;
}

.menu a {
  color: #fff;
  transition: 0.3s;

  font-size: 12px;
}

.menu a:before {
  content: "";
  position: relative;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #ff0000;
  ;
  transition: 0.3s;
}

.menu a:hover {
  background: transparent;
  color: #ff0000;
}

.menu .active a {
  color: #ff0000;
  ;
}

.menu .active a:before {
  width: 25px;
}

.menu a:hover:before {
  width: 25px;
}

/* Sub menu */

@media (min-width: 1025px) {
  .menu > ul > li:hover > .dropdown-menu {
    display: block;
  }
}

.menu,
.menu .dropdown {
  position: relative;
}

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

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

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

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

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

.menu > ul > li > .dropdown-menu {
  margin-top: -5px;
  border-top: solid 3px transparent;
  z-index: 1001;
}

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

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

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

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

.menu .dropdown-menu > li:first-child {
  border-top: solid 2px #C3A744;
  ;
}

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

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

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

.menu .dropdown-menu > li > a:hover,
.menu .dropdown-menu > li.active > a,
.menu .menu-content .menu-col li > a:hover,
.menu .menu-content .menu-col li.active > a {
  background: #C3A744;
  
  color: #fff;
}

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










/* ------------------------ End Navbar On Top -----------------*/

/* -----------------------------*/

.podnaslov {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #9f9f9f;
  font-size: 26px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
 
}

/* =================
   Home page style
   ================= */

#banner {
  background: url('../img/banner.jpg');
  background-size: cover;
  padding: 280px 0;
  position: relative;
}

#banner:before {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

#banner .block {
  position: relative;
  z-index: 999;
  color: #fff;
}

#banner .block h1 {
  padding-bottom: 25px;
  font-size: 40px;
  font-weight: 100;
  color: #ff0000;
  font-family: Algerian;
  text-align: center;

}

#banner .block h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  color: red;
}

#banner .block .btn-learn {
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
  align-items: center;
}

#banner .block .btn-learn-1 {
  border: 1px solid #ffffff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s;
  align-items: center;
}

#banner .block .btn-learn:hover {
  border-color: #6c6c6c;
  color: #6c6c6c;
}

#banner .block .btn-learn-1:hover {
  border-color: #6c6c6c;
  color: #6c6c6c;
}

#banner .block .buttons {
  margin-top: 40px;
}

#banner .block .buttons a:first-child {
  margin-left: 0;
}

#banner .scrolldown {
  position: absolute;
  left: 51%;
  bottom: 18%;
}

#banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}

#banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
  -moz-animation: wiggle 0.5s linear 0s infinite alternate;
  -o-animation: wiggle 0.5s linear 0s infinite alternate;
  animation: wiggle 0.5s linear 0s infinite alternate;
}

#about {
  padding: 130px 0;
}


#about .about-block .icon-box {
  margin-bottom: 24px;
}

#about .about-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}

#about .about-block h4 {

  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;

  font-weight: 400;
}

#about .about-block p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;



}

#about img {
  padding: 30px;
 
}
@media screen and (max-width: 480px) {

  #about img {
    width: 100%;
  height: auto;
  }
}

#mission {
  background: url(../img/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 150px 0;

 
}

#mission:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}


#mission .mission-block .icon-box {
  margin-bottom: 24px;
}

#mission .mission-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}

#mission .mission-block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#mission .mission-block h4 {
  font-size: 20px;
  color: #b1b1b1;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#mission .mission-block p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
}

#mission li {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding-left: 20px;
}

#vision {
  background: url(../img/golub.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 150px 0;

}

#vision:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}


#vision .vision-block .icon-box {
  margin-bottom: 24px;
}

#vision .vision-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}

#vision .vision-block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#vision .vision-block h4 {
  font-size: 20px;
  color: #b1b1b1;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#vision .vision-block p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
}

#vision li {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  padding-left: 20px;
}

#identifying {
  padding: 150px 0;
}

#identifying .identifying-block {
  padding-bottom: 35px;
}

#identifying .identifying-block .icon-box {
  margin-bottom: 24px;
}

#identifying .identifying-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
  ;
}

#identifying .identifying-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#identifying .identifying-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
  text-align: left;

}

#identifying .showcase-img {
  margin-top: 40px;
}


#solution {
  background: url(../img/solution-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 150px 0;
  z-index: 99;
}

#solution:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}


#solution .solution-block .icon-box {
  margin-bottom: 24px;
}

#solution .solution-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}

#solution .solution-block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#solution .solution-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}

#program {
  padding: 150px 0;
}

#program .program-block {
  padding-bottom: 35px;
}

#program .program-block .icon-box {
  margin-bottom: 24px;
}

#program .program-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
  ;
}

#program .program-block h4 {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#program .program-block p {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
  text-align: left;

}

#program .program-block li {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
}

/* PROBA GALERIJA */




#fh5co-counter,
.fh5co-bg,
#fh5co-gallery .fh5co-bg-img,
#fh5co-gallery .fh5co-gallery_big,
.product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-featured-menu .fh5co-heading,
#fh5co-gallery .fh5co-heading,
#fh5co-reservation-form .fh5co-heading {
  margin-bottom: 170px;
}

@media screen and (max-width: 768px) {

  #fh5co-featured-menu .fh5co-heading,
  #fh5co-gallery .fh5co-heading,
  #fh5co-reservation-form .fh5co-heading {
    margin-bottom: 50px;
  }
}

#fh5co-featured-menu .fh5co-heading h2,
#fh5co-gallery .fh5co-heading h2,
#fh5co-reservation-form .fh5co-heading h2 {
  color: #fff;
  font-family: "Satisfy", cursive;
}

#fh5co-featured-menu .fh5co-item-wrap,
#fh5co-gallery .fh5co-item-wrap,
#fh5co-reservation-form .fh5co-item-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

#fh5co-featured-menu .fh5co-item,
#fh5co-gallery .fh5co-item,
#fh5co-reservation-form .fh5co-item {
  float: left;
  width: 100%;
  background: #fff;
}

#fh5co-featured-menu .fh5co-item.margin_top,
#fh5co-gallery .fh5co-item.margin_top,
#fh5co-reservation-form .fh5co-item.margin_top {
  margin-top: 150px;
}

@media screen and (max-width: 480px) {

  #fh5co-featured-menu .fh5co-item.margin_top,
  #fh5co-gallery .fh5co-item.margin_top,
  #fh5co-reservation-form .fh5co-item.margin_top {
    margin-top: 0;
  }
}

#fh5co-featured-menu .fh5co-item h3,
#fh5co-gallery .fh5co-item h3,
#fh5co-reservation-form .fh5co-item h3 {
  margin-bottom: 0px;
  color: #fff;
}

#fh5co-featured-menu .fh5co-item .fh5co-price,
#fh5co-gallery .fh5co-item .fh5co-price,
#fh5co-reservation-form .fh5co-item .fh5co-price {
  font-style: 20px;
  color: #fee856;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}

#fh5co-featured-menu .fh5co-item img,
#fh5co-gallery .fh5co-item img,
#fh5co-reservation-form .fh5co-item img {
  margin-bottom: 30px;
}

#fh5co-gallery .fh5co-gallery_item {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

#fh5co-gallery .fh5co-bg-img,
#fh5co-gallery .fh5co-gallery_big {
  float: left;
  margin-bottom: 10px;
  background-size: cover;


}

#fh5co-gallery .fh5co-bg-img {
  height: 200px;
  

}
.fh5co-bg-img-slog{
  position:absolute;
  bottom:0;
  right: 0;
  padding-left: 15px;
  padding-right: 5px;
  padding-bottom: 10px;
  background-color: rgba(255, 0, 0, 0.6);
  text-align: center;
  color:white;
  font-size: 12px;
  width: 250px;
  height: 150px;
}
#fh5co-gallery a:link {

  text-decoration: underline !important;
}

#fh5co-gallery a:hover {
  color: red;
  text-decoration: underline;
}

.kursor-in {
  cursor: zoom-in;
}

#fh5co-gallery .fh5co-gallery_big {
  height: 445px;
}

@media screen and (max-width: 768px) {
  #fh5co-gallery .fh5co-gallery_big {
    height: 200px;
  }
}

.fh5co-section {}

@media screen and (max-width: 480px) {
  .fh5co-section {}
}

.fh5co-section p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  line-height: 1.5;
}


.js .animate-box {
  opacity: 0;
}

.gallery-desc {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #fff;

  margin-left: 5px;

}

.gallery-num {
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #fff;
  padding: 20px 10px;
}

.gallery-smallimg {
  padding-bottom: 10px;


}





.gallery-desc-messages {
  font-size: 12px;
  color: #fff;
  
  margin-left: 5px;

}
.gallery-desc-messages-shop {
  font-size: 12px;
  color: #fff;
  float: right;
  margin-left: 5px;

}
.gallery-desc-messages-shop i{
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 20px;

}


/* KRAJ PROBA GALERIJA */
#messages {
  padding: 150px 0;
}

#messages .messages-block .icon-box {
  margin-bottom: 24px;
}

#messages .messages-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #C3A744;
}

#messages p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;
}



/* =====================
   Blog Post
   ===================== */


#blog {
  padding: 150px 0;
  background: url(../img/blog-background.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  padding: 150px 0;

  z-index: 99;
}
#blog:before{ 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#blog-post .block {
  background: #fff;
  margin: 0 5px;
}

#blog-post .content {
  padding: 30px 25px;
  text-align: center;
}

#blog-post .content h4 {
  text-transform: capitalize;
  position: relative;
  margin: 20px 0 10px;
  padding: 10px 0;
}

#blog-post .content h4 a {
  color: #333;
}

#blog-post .content h4 a:hover {
  color: red;
}

#blog-post .content h4::before {
  content: '';
  position: absolute;
  left: 45%;
  top: -6px;
  width: 30px;
  height: 2px;
  background-color: red;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#blog-post .content small {
  color: #999;
}

#blog-post .content p {
  margin-top: 10px;
  color: #777;
}

#blog-post .content .btn-read {
  background: red;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 25px;
}
#blog-post .content .btn-read:hover{
  background: #fff;
  color: red;
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 15px;
  border-radius: 25px;
  border: 3px;
  border: 2px solid red;
}

#videos {
  padding: 150px 0;
  text-align: center;
  
}


#videos video{
 max-width: 100%;
  height: auto;
}

#videos .col-md-4 {
  
  padding-bottom: 42px;
}

#videos .media .media-body {
  


}

#videos .media .media-body h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 14px;

}

#videos .media .media-body p {
  font-size: 14px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #787878;
}
#videos .btn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 12px;
  border-radius: 0;
}
#videos .btn-read {
  background: red;
  color: #fff;

  font-size: 11px;
 
 font-weight: bold;
  border-radius: 18px;
}
#videos .btn-read:hover{
  background: #fff;
  color: red;
 
  font-size: 11px;
  font-weight: bold;
  border-radius: 18px;


}
/* cf rollover image*/
#cf {
  position: relative;
  height: 193px;
  width: 343px;
  margin: 0 auto;
}
#cf img {
  position: absolute;
  left: 0;
}
#cf:hover img {
  animation: rotate-in-out 3s linear infinite;
}
#cf:hover img:nth-of-type(1) {
  animation-delay: 0s;
}
#cf:hover img:nth-of-type(2) {
  animation-delay: 1s;
}
#cf:hover img:nth-of-type(3) {
  animation-delay: 2s;
}
#cf img:nth-of-type(2), #cf img:nth-of-type(3) {
  opacity: 0;
}
@keyframes rotate-in-out {
  16.5%, 33% {
    opacity: 1;
  }
  49.5% {
    opacity: 0;
  }}

}


#blog-left-vd{
  padding: 0px 0;
}

#blog-left-vd .blog-img .col-md-12{
  margin-bottom: 4% ;
}

#blog-left-vd .block{
      margin-top: 15%;
 
  text-align: center;
}

#blog-left-vd .block span{
  display: block;
  margin: 1% 0 ;
  color: #fff ;
  font-size: 18px ;
  line-height: 22px ;
  /*font-family: 'Roboto', sans-serif;*/
}

#blog-left-vd .block .first-child{
    margin: 5.5% 0 ;
}

#blog-left-vd .block p{
    font-size: 16px;
    color: #9f9f9f;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    /*font-family: 'Roboto', sans-serif;*/
  text-align: left;
}
}
#blog-left-vd .block hr {

  border-top: 1px solid #9f9f9f;
 
 
  
}
#blog-left-vd .block .tags{
  margin: 0 0 1.0% ;
}

#blog-left-vd .block .tags h5{
    font-size: 18px ;
    line-height: 27px ;
    color: #fff ;
  padding-top: 10px;
}

#blog-left-vd .block .tags p{
  font-size: 11px ;
  line-height: 20px;
  display: inline-block ;
  color: #999;
  text-decoration: none;
}
/* Modal Content 
/* MODAL CSS*/
/* The Modal (background) 
.modal {
  display: none; /* Hidden by default
  position: fixed; /* Stay in place 
 
  padding-top: 100px; /* Location of the box
  left: 0;
  top: 0;
  width: 100%; /* Full width 
  height: 100%; /* Full height 
  overflow: auto; /* Enable scroll if needed 
  background-color: rgb(0,0,0); /* Fallback color 
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity 
.modal-content {
  background-color: #191717;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: #9f9f9f;
  
}
.modal-content h3 {
  color: #9f9f9f;
 
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  
}
.modal-content p {
 font-family: "Merriweather", serif;
  font-size: 14px;
  color: #c1c1c1;
  line-height: 24px;
  text-align: left;
  
}
.modal-content hr {

  border-top: 1px solid #9f9f9f;
 
  
}
.modal-content .tags h3 {
 font-family: "Merriweather", serif;
 font-size: 12px;
 color: #c1c1c1;
 text-align: left;
 padding: 20px 0px;
  
}
.modal-content .tags h5{
font-size: 14px ;
line-height: 27px ;
color: #fff ;
padding-top: 10px;
text-align: left;
}
.modal-content .tags p{
font-size: 11px ;
  line-height: 20px;
  display: inline-block ;
  color: #999;
  text-decoration: none;
  }
.close{
  color: aliceblue;
  font-size: 50px;
} */
#support {
 padding: 150px 0;
  background: url(../img/support-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  

 
}
#support:before{ 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}


#support .support-block .icon-box {
  margin-bottom: 24px;
}

#support .support-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 48px;
  
  color: #444444;
  padding-right: 20px;
  
}
#support .support-block .icon-box-pay i{
  display: inline-block;
  line-height: 1;
  font-size: 78px;
  transition: 0.3s;
  color: #444444;
  
}
#support .paypal i:hover{
  color: #0099DC;
}

#support .youtube i:hover{
  color: red;
}
#support .face i:hover{
  color: #4064AC;
}
#support .twit i:hover{
  color: #4DA6E9;
}
#support .inst i:hover{
 
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
#support .tik i:hover{
  color: #F7004D;
}
#support .support-block p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;

}

#support .support-block ol {
  text-align: left;
  font-family: "Merriweather", serif;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
}

#work .showcase-img {
  margin-top: 40px;
}



/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}

/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
/* Contact */
#contact .bck-ground {
 
  padding: 150px 0;
}

#contact .contact-block .icon-box {
  margin-bottom: 24px;
}

#contact .contact-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  transition: 0.3s;
  color: #444444;
  padding-right: 10px;
  padding-top: 30px;
}

#contact .contact-block .icon-box-send i {
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
  transition: 0.3s;
  color: red;
  padding-bottom: 7px;
}

#contact .contact-block span {
  line-height: 1;
  display: inline-block;
  color: #fff;
}

#contact .contact-block h4 {
  font-size: 20px;
  color: #b1b1b1;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#contact .contact-block h3 {

  color: #b1b1b1;
  position: relative;
  font-family: "Merriweather", serif;
  font-size: 14px;

  line-height: 24px;
}

#contact .contact-block p {
  font-family: "Merriweather", serif;
  font-size: 11px;
  color: #fff;
  line-height: 24px;
  padding-top: 10px;
  text-align: left;
}

#contact li {
  font-size: 15px;

  color: #fff;
  padding-left: 20px;
}

#contact label {
  font-family: "Merriweather", serif;
  font-size: 11px;
  font-weight: normal;


  color: #fff;
}

#contact .form-control:focus {
  border-color: #C3A744;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(195, 167, 68, 0.5);
}

#contact .btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  transition: 0.3s;
  background: red;
}

#contact .btn:hover {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  margin: 0 7px;
  padding: 10px 22px;
  font-family: "Merriweather", serif;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  background: #fd3838;
}
#contact .work-block .icon-box {
  margin-bottom: 24px;
}

#contact .work-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 48px;
  
  color: #444444;
  padding-right: 20px;
  
}
#contact .youtube i:hover{
  color: red;
}
#contact .face i:hover{
  color: #4064AC;
}
#contact .twit i:hover{
  color: #4DA6E9;
}
#contact .inst i:hover{
 
   color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
#contact .tik i:hover{
  color: #F7004D;
}


/* ================ Contact end ========================= */
/* ================ policy ============================== */
#policy {
  padding: 150px 0;
  background: url(../img/policy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}

#policy:before{ 
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#policy .policy-block .icon-box {
  margin-bottom: 24px;
}

#policy .policy-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
 
  color: #C3A744;
}

#policy .policy-block h4 {

  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: none;

  font-weight: 400;
}

#policy .policy-block p {
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #9f9f9f;
  line-height: 24px;



}

#policy img {
  padding: 30px;
}
footer {
 
  padding: 42px 0 65px 0;
  text-align: center;
}

footer p {
  padding: 20px;
 font-family: "Merriweather", serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.footer-slogan{
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: red;
   padding: 10px
}
/* =====================
   Blog Page
   ===================== */



#blog-left{
  padding: 130px 0;
}

#blog-left .blog-img .col-md-12{
  margin-bottom: 4% ;
}

#blog-left .block{
      margin: 5.5% 0 ;
}

#blog-left .block span{
  display: block;
  margin: 3% 0 ;
  color: #fff ;
  font-size: 18px ;
  line-height: 22px ;
  /*font-family: 'Roboto', sans-serif;*/
}

#blog-left .block .first-child{
    margin: 5.5% 0 ;
}

#blog-left .block p{
    font-size: 16px;
    color: #9f9f9f;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    /*font-family: 'Roboto', sans-serif;*/
}

#blog-left .block ul li{
  font-size: 16px;
  color: #9f9f9f;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  margin-left: 40px;
  list-style-type: circle;
  font-family: "Playfair Display", serif;
  
}

#blog-left .block blockquote{
    border-left: 0 none;
    margin-bottom: 30px;
    padding: 46px;
    background-color: #f6f6f6 ;
}

#blog-left .block blockquote p{
  margin: 0 0 5.5% ;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #9f9f9f;
}

#blog-left .block blockquote p:before{
    color: #333;
    
    font-family: "FontAwesome";
    font-size: 50px;
    margin-right: 10px;
}
#blog-left .block .btn-txt{
   font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid white;
  color: #fff;
  display: inline-block;
  background-color: red;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}
#blog-left .block .btn-txt:hover{
  border: 2px solid white;
  color: red;
  background-color: transparent;
}


#blog-left .block blockquote .footer{
  color: #000 ;
}

#blog-left .block blockquote .footer:before{
  content: '\2014 \00A0';
}

#blog-left .block .tags{
  margin: 0 0 6.5% ;
}

#blog-left .block .tags h5{
    font-size: 18px ;
    line-height: 27px ;
    color: #fff ;
  padding-top: 10px;
}

#blog-left .block .tags a{
  font-size: 11px ;
  line-height: 20px;
  display: inline-block ;
  color: #999;
  text-decoration: none;
}

#blog-left .block .blog-comment{
  padding: 5.5% ;
  background-color: #fff;
}

#blog-left .block .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    max-width: 100px;
}


#blog-left .block .blog-comment .comment-text a{
  color: #333;
  margin: 0 0 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

#blog-left .block .blog-comment .comment-text span{
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #9f9f9f;
  margin: 0 0 10px;
}


#blog-left .block .media-link{
  text-align: center;
  padding: 5.5% 0;
  border-bottom: 4px solid red;
}

#blog-left .block .media-link a i{
    font-size: 24px;
    line-height: 28px;
    color: #373737;
    margin: 0 0 0 5.5%;
}

#blog-left .blog-comment-main{
  padding-bottom: 7%;
  margin-bottom: 7%;
  border-bottom: 4px solid red;
}

#blog-left .blog-comment-main .blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .blog-comment-main .comment-text{
  overflow: hidden;
}

#blog-left .blog-comment-main .comment-text .title,
#blog-left .blog-comment-main .comment-text span{
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

#blog-left .blog-comment-main .comment-text .title:after{
    content: "/";
    padding: 0 10px;
    font-weight: 500;
}

#blog-left .blog-comment-main .comment-text p{
  margin: 2% 0;
  font-size: 13px;
  color: #9f9f9f;
  line-height: 23px;
}

#blog-left .blog-comment-main .comment-text .btn{
  font-size: 9px;
  padding: 4px 12px 3px;
  border: 2px solid white;
  color: #fff;
  display: inline-block;
  background-color: red;
  width: auto;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
}

#blog-left .blog-comment-main .comment-text .btn:hover{
  border: 2px solid white;
  color: red;
  background-color: transparent;
}

#blog-left .blog-comment-main .sub-blog-comment{
  margin: 30px 0 30px 40px;
  padding: 4% 0;
}

#blog-left .blog-comment-main .sub-blog-comment .comment-img{
    float: left;
    margin-right: 35px;
    margin-top: 10px;
    max-width: 100px;
}

#blog-left .addcomment span{
  margin: 0 0 5.5%;
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #999;
}

#blog-left .addcomment .blog-comment-form form input, textarea{
  padding: 18px 25px;
  border: 2px solid rgba(0,0,0,.1);
  font-size: 14px;
  height: auto;
  margin: 0 0 20px 0;
  border-radius: 0;
  transition: 0.8s;
}

#blog-left .addcomment .blog-comment-form form input:focus{
  border: 2px solid red;
  box-shadow: none;
}

#blog-left .addcomment .blog-comment-form form textarea{
  border-radius: 0;
  padding: 18px 25px;
  min-height: 100px;
  border: 2px solid rgba(0,0,0,.1);
}

#blog-left .addcomment .blog-comment-form form textarea:focus{
  box-shadow: none;
  border: 2px solid red;
}

#blog-left .addcomment .blog-comment-form form button{
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 1px;
  border: 2px solid #fff;
  color: #fff;
  background-color: red;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#blog-left .addcomment .blog-comment-form form button:hover{
  background-color: transparent;
  border: 2px solid red;
  color: red;
}

#blog-left .widget{
  margin: 0 0 10.5%;
}

#blog-left .widget form i{
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 12px;
    z-index: 998;
}

#blog-left .widget form input{
    color: #949494;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 8px 15px;
    padding-left: 0;
    width: 100%;
    margin: 0 0 20px 0;
    max-width: 100%;
    resize: none;
    transition: 0.8s;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 1px;
    font-size: 11px;
}

#blog-left .widget form input:focus{
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}

#blog-left .widget span{
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 7%;
  padding-bottom: 7%;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#blog-left .widget span:before{
  content: "";
  position: absolute;
  bottom: 0;
  background: red;
  width: 30px;
  height: 4px;
}

#blog-left .widget .widget-body ul li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px;
  margin-bottom: 10px;
  color: #fff;
}

#blog-left .widget .widget-body ul li a{
  letter-spacing: 1px;
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  color: #999;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
}

#blog-left .widget .widget-body ul li .items{
  text-transform: none;
  font-weight: 600;
  font-size: 12px;
}

#blog-left .widget .widget-body ul li:last-child{
  border: 0;
}

#blog-left .widget .widget-body .title{
  margin: 0;
  margin-top: 11.5%;
  padding: 0;
  text-align: left;
}

#blog-left .widget .widget-body .title:before{
  display: none;
}

#blog-left .widget .widget-body p{
  font-size: 13px;
  color: #999;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #999;
}

#blog-left .sidebar-tags a{
  padding: 2px 10px;
  display: inline-block;
  color: #373737;
  margin: 0 8px 10px 0;
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: "Montserrat",sans-serif;
  letter-spacing: 0.02em;
}

#blog-left .sidebar-tags a:hover{
  background-color: red;
  color: #fff;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
}

#global-header {
  background: url(../img/blog-header-1.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
#global-header-2 {
  background: url(../img/blog-header-2.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header-2:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header-2 .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header-2 .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header-2 .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
/* BLOG -3 */

#global-header-3 {
  background: url(../img/blog-header-3.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header-3:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header-3 .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header-3 .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header-3 .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
/* BLOG -4 */

#global-header-4 {
  background: url(../img/blog-header-4.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header-4:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header-4 .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header-4 .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header-4 .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
/* BLOG -5 */

#global-header-5 {
  background: url(../img/blog-header-5.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header-5:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header-5 .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header-5 .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header-5 .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}
