/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Sputnik
Version:  1.0
Assigned to:  WebNik
Primary use:  Sputnik
-------------------------------------------------------------------*/


/* FONTS*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Lato:400,700,900);
@import url('../fonts/font-awesome-4.5.0/css/font-awesome.min.css');
@import url('../fonts/pe/css/pe-icon-7-stroke.css');
@import url('../fonts/elegant/style.css');
@import url('../fonts/flaticon/flaticon.css');



/* PLUGIN CSS */

@import url('../plugins/bootstrap/bootstrap.css');                /* bootstrap */
@import url('../plugins/bootstrap-select/dist/css/bootstrap-select.css');   /* select customization */
@import url('../plugins/slider-pro/slider-pro.css');         /* main slider */
@import url('../plugins/owl-carousel/owl.theme.css');                 /* other sliders */
@import url('../plugins/magnific-popup/magnific-popup.css');            /* modal */
@import url('../plugins/animate/animate.css');                        /* animations */
@import url('../plugins/parallax/parallax.css');                        /* parallax */
@import url('../plugins/flowplayer/skin/playful.css');          /* video-player */
@import url('../plugins/validation/validation-2.2.min.css');          /* validation */



/* MAIN CSS */

@import url('theme.css');
@import url('color.css');
@import url('responsive.css');


  .gallery-container{
    width:100%;
    float:left;
    padding:60px 0;
    text-align:center;
  }
 footer{
  width:100%;
  display:inline-block;
 }
 .gallery-container h3 {
    font-weight: 500;
    text-align: center;
    margin-bottom:50px;
    position: relative;
    display:inline-block;
    width:auto;
}
.gallery-container h3:after {
    content: "";
    position: absolute;
    width: 40%;
    top: 46px;
    transform: translate(-50%, -50%);
    left: 50%;
    border: solid 1px #ea5d1f;
}
.gallery-container .inner{
  width:100%;
  float:left;
  border:solid 1px #ddd;
  margin-bottom:30px;
  min-height:185px;
  border-radius: 5px;
  padding: 8px;
}
.gallery-container img{
  width:100%;
}




/* The Modal (background) */
.gall .modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.gall .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 71%;
  max-width: 1200px;
}

/* The Close Button */
.gall .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.gall .close:hover,
.gall .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.gall .mySlides {
  display: none;
}

/* Next & previous buttons */
.gall .prev,
.gall .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gall .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gall .prev:hover,
.gall .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gall .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.gall .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.gall img.demo {
  opacity: 0.6;
  width:100%;
}

.gall .active,
.gall .demo:hover {
  opacity: 1;
}

.gall img.hover-shadow {
  transition: 0.3s;
}

.gall .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.gallery-container .text {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    color: #777;
    width: 100%;
    margin-top: 5px;
}

.gallery-container .text span{
	float:right;
	color:#e95615;
}
body{
	background:#fff;
}

@media (max-width: 767px) 
{
  .gallery-container .inner{
     margin-bottom:15px;
  }
  .modal-content{
    width:90% !important;
  }
  iframe {
    height: 300px !important;
}
}


@media (min-width: 768px) and (max-width: 991px)
{
	.gallery-container .inner{
		min-height:150px !important;
	}
}


@media (min-width: 1441px) and (max-width: 1920px)
{
	iframe {
    height: 700px !important;
}
}
