body {
        background: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        overflow-x: hidden;
    }

hr {
        border: 1px solid #ef7b33;
        width: 100px;
        margin-top: 20px;
    }

h2 {
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    }

h4 {
    text-align: left;
    padding-bottom: 50px;
    font-size: 16px;
    }
#about h4 {
    text-align: left;
    padding-bottom: 50px;
    font-size: 28px;
    font-weight: 600;
    }
.divider h4 {
    line-height: 3rem;
}
#about p,
#about2 p,
.divider p,
#about ul li,
#about ol li {
    line-height: 2.5rem;
    font-size: 20px;
}
#first-privacy {
    color: #fff;
    line-height: 2.5rem;
    font-size: 20px;
}
#about2 h2 {
    padding-bottom: 30px;
}
#about .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #ef7b33;
}
#home .btn:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #ef7b33 !important;
}
#home .btn {
    background: transparent !important;
    border-radius: 0px;
    border: 5px solid !important;
    color: #ffffff !important;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}
.btn {
    background: transparent;
    border-radius: 0px;
    border: 5px solid;
    color: #ffffff;
    margin-top: 40px;
	padding: 10px 20px;
    transition: all 0.4s ease-in-out;  
}
.btn-black {
    color: #000;
    border-color: #000;
}
.btn:hover {
    background: #ef7b33;
    border-color: transparent;
}
.btn-black:hover {
    background-color: #000;
    color: #fff;
}
#overview,
#register {
    padding-top: 14rem;
    padding-bottom: 14rem;
}

#program {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
#program h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
#register h3,
#contact1 h3 {
    padding-bottom: 12px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.overlay {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
    } 

.preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner {
         width: 30px;
        height: 30px;
        background-color: #ef7b33;         
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }
/*--------------LightBox-------------------*/
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0,0,0,0.7);
}

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity:0.4;
  -webkit-transition: all 0.3s;
  -moz-transition:    all 0.3s;
  -ms-transition:     all 0.3s;
  transition:     all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url('../images/close.png');
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../images/next.png');
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../images/previous.png');
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}

#portfolio .portfolio-thumb .overlay {
	opacity: 0;
	visibility: visible;
	background: #36B099;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}

#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}

/*-----------------------------------------*/
@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.social-icons {
    list-style: none outside;
    text-align: right;
    position: fixed;
    display: inline-block;
    margin-left: 0;
    padding-left: 0 !important;
    font-size: 40px;
    padding-top: 40px;
    padding-right: 10px;
    width: 50px;
    right: calc((100vw - 1170px) / 2);
    line-height: 55px;
    z-index: 100000 !important;
}
.social-icons a,
.social-icons a:hover {
    text-decoration: none;
}
.social-icons a {
    color: #ef7b33;
}
.custom-navbar {
        margin-bottom: 0;
        text-align: center;
    }
.custom-navbar .navbar-brand {
        color: #ef7b33;
        font-weight: bold;
        font-size: 28px;
    }
.navbar-brand {
    padding: 5px 15px !important;
}
.navbar {
    min-height: 200px;
}
.custom-navbar .nav li a {
         color: #000;
         font-weight: 600;
         text-transform: uppercase;
         background-color: transparent;
    }
.custom-navbar .nav li a:hover {
        background: transparent;
        color: #fff;
    }
.custom-navbar .nav li.active > a {
         background-color: transparent;
         color: #fff;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
        margin-right: 45px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #ef7b33;
        border-color: transparent;
    }
#dugacki-top-bar {
    background: #ef7b33;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
@media(min-width:768px){
    .custom-navbar  {
       padding: 0px 0 0px 0;
       border-bottom: 0;
       background-color: rgba(255,255,255,.2);
       transition: all 0.3s ease;
    }
    .custom-navbar.top-nav-collapse {
       padding: 0;
       box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
       background: #fff;
     }
	 .logo {
    	top: 0px;
    	position: relative;
    }
    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 3px;
    }
}

/* end navigation */

/* start home */        
#home h1 {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: 2px;
        padding-top: 10px;
    }
#home span {
        color: #fff;
        font-weight: bold;
    }

.templatemo_homewrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
}
.flexslider {
    margin: 0 0 0 0px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
.flexslider .slides {
    padding: 0;
    zoom: 1;
}
.flexslider .slides img {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}
.flexslider .slides > li {
    display: none;  
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}
.flexslider img {
    position: relative;
    width: 100%;
}
.slider-caption {
    color:white;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#home h2 {
    margin-top: 60px !important;
}
/* end home */

/* start service */
#service {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .media {
        padding: 10px;
    }
#service .media .fa {
        color: #ef7b33;
        font-size: 60px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
#service .media .media-heading {
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 10px;
    }
/* end service */

/* start divider */
.divider {
        background: #000;
        color: #ffffff;
        text-align: center;
    }
.divider h2,
.divider h4 {
    text-align: center;
}
.divider .divider-des {
        padding: 110px 15px;
    }
/* end divider */

/* start about */
h3.about-title {
    margin-top: 0;
}
#about,
#about2,
#program {
        padding-top: 110px;
        padding-bottom: 110px;
    }
#about,
#program {
    background: #ef7b33;
}
#about2 {
    background: #fff;
}
#home .btn,
#about .btn,
#about2 .btn {
    font-weight: 600;
}
#home .btn {
    font-size: 32px;
}
#about .btn {
    font-size: 24px;
}
#about2 .btn {
    font-size: 24px;
}
#about h4,
#about p,
#program h4,
#program p,
#about ul li,
#about ol li {
    color: #fff;
}
#about h4,
#program h4 {
        padding-bottom: 0px;
    }
#about .progress {
        background: #f9f9f9;
        box-shadow: none;
        border-radius: 0px;
    }
#about .progress .progress-bar-danger {
        background: #ef7b33;
    }
#about span {
        display: block;
        margin-top: 12px;
        margin-bottom: 6px;
    }
#about .about-wrapper {
        background: #ffffff;
        box-shadow: 0px 8px 2px 2px rgba(50,50,50, 0.08);
        margin-top: 60px;
        margin-bottom: 20px;
        max-width: 500px;
        padding: 20px;
    }
#about .about-wrapper h3 {
        color: #ef7b33;
        font-size: 20px;
        font-weight: bold;        
    }
#about2 #middle img {
    padding-top: 90px;
}
/* end about */

/* services - divider section */

/* end services - divider section */
@media (min-width: 769px) {
    #our-services-imgs .col-md-4 {
        padding: 0 !important;
        height: calc(100vw * 0.2);
    }
}
@media (max-width: 768px) {
    #our-services-imgs .col-md-4 {
        height: calc((100vw / 2) * 1.5) !important;
    }
}
#our-services-imgs h3 {
    position: fixed;
    top: 10%;
    font-weight: 600;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 24px;
    text-align: center;
    width: 100%;
}
#our-services-imgs .btn {
    position: relative;
    bottom: 90px;
    margin-top: 0 !important;
    border-color: #fff;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
#our-services-imgs .btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #ef7b33;
    font-weight: 600;
}
#our-services-imgs .col-md-4 {
    padding: 0 !important;
}
.h4-divider {
    font-size: 20px;
}
/* start portfolio */

#portfolio {
        background: #000;
        border-top: 0px solid #eeeeee;
        border-bottom: 0px solid #eeeeee;
        padding-top: 0px;
        padding-bottom: 0px;
}
#portfolio .img-responsive {
    height: 100% !important;
    opacity: 0.6;
}
#portfolio .portfolio-thumb {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
#portfolio .portfolio-thumb .portfolio-overlay {
        background: #333;
        color: #ffffff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }
#portfolio .portfolio-thumb:hover .portfolio-overlay {
        opacity: 0.9;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa {
        border: 1px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
#portfolio .portfolio-thumb .portfolio-overlay .fa:hover {
    background: #ef7b33;
    border-color: #ef7b33;
}
#portfolio .portfolio-thumb .portfolio-overlay h4 {
        padding-bottom: 10px;
    }
.portfolio-description {
        padding-left: 15px;
        padding-right: 15px;
    }
/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
    transition: all 0.3s ease;
}
.filter-wrapper li:hover {
    background: #ef7b33;
}
.filter-wrapper li:hover a {
    color: #fff;
}
.filter-wrapper li a {
    border: 1px solid #f2f2f2;
    color: #999;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}
/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.fluid-img {
    width: 100%;
    display: block;
    height: auto;
}
/* end portfolio */

/* Program section */

#program h4 {
    color: #808080;
    font-size: 18px;
}

#program .tab-content h4 {
    padding-bottom: 5px;
}

#program h3 {
    margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 0px;
    padding-top: 25%;
}

#program img {
    border-radius: 50%;
}

.tab-content {
    padding-top: 20px;
}
#program .carousel-control.left,
#program .carousel-control.right {
    background-image: none !important;
}
#program .carousel-control.left {
    text-align: left;
    font-size: 24px;
}
#program .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
#program .carousel-control.right {
    text-align: right;
    font-size: 24px;
}
#program .carousel-indicators {
    bottom: -20px;
}
#program blockquote {
    border-left: 0px solid #fff;
}
/* start contact */

#contact1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#contact1 p {
    padding-top: 12px;
    padding-bottom: 18px;
	color: #000;
}
#contact1 h2 {
	font-size: 60px;
	color: #000;
}
#contact1 h4 {
	padding-bottom: 0px;
	font-size: 18px;
	color: #000;
}
#contact1 {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
#contact1 .form-control {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}
#contact1 input {
    height: 50px;
}
#contact1 input[type="submit"] {
    border: 2px solid #ef7b33;
    font-weight: bold;
    color: #ef7b33;
}
#contact1 input[type="submit"]:hover {
    background: #ef7b33;
    color: #fff;
}
#contact {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#contact .form-control {
        background: transparent;
        border-radius: 0px;
        box-shadow: none;
        border: 1px solid #000;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }
#contact input {
        height: 50px;
    }
#contact input[type="submit"] {
        border: 2px solid #ef7b33;
        font-weight: bold;
		color: #ef7b33;
    }
#contact input[type="submit"]:hover {
        background: #ef7b33;
		color: #fff;
    }
#contact h4 {
    padding-bottom: 20px;
}
/* end contact */

/* start footer */
footer {
        background: #202020;
        color: #ffffff;
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center;
    }
footer p {
        display: block;
        padding-top: 40px;
    }
footer span {
        color: #ef7b33;
        font-weight: bold;
    }
/* end footer */

/* start social icon */
.social-icon {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        top: 20px;
        margin-bottom: 30px;
    }
.social-icon li {
        display: inline-block;
        list-style: none;
        transition: all 0.4s ease-in-out;
        width: 40px;
        height: 40px;
    }
.social-icon li a {
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        line-height: 40px;
        text-align: center;
    }
.social-icon li:hover {
        background: #ef7b33;
    }

#privacy-link {
    color: #fff !important;
}
/* end social icon */

/* start media 980 */
@media screen and ( max-width: 980px ){
    #home h1 {
            font-size: 40px;    }
    h2  {
            font-size: 30px;   }
    
}
/* end media 980 */
@media (min-width: 768px) {
    .top-header .navbar-brand {
        float: none;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    #dugacki-top-bar,
    .top-header{
        background: #fff;
    }
    .nav.navbar-nav {
        background-color: #ef7b33;
        margin: 0;
    }
    .custom-navbar .nav li a {
         color: #000;
         font-weight: 600;
         font-size: 18px;
         text-transform: uppercase;
         background-color: transparent;
         padding-top: 20px;
         padding-bottom: 20px;
    }
    #overview img,
    #detail .col-md-4,
    #register form {
        padding-top: 32px;
    }
    #program img {
        padding-bottom: 32px;
    }
    #home .btn,
    #about .btn {
        font-size: 18px;
    }
    #about2 #middle img {
        padding-top: 5px;
        padding-bottom: 40px;
    }
    #about2 #middle.no-show {
        display: none;
    }
    #contact1 h2 {
        font-size: 40px;
        color: #000;
    }
}
/* start media 768 */
@media screen and ( max-width: 767px ){
    .navbar-brand .logo img {
        width: 150px;
        height: auto;
        margin-top: 25px;
    }
    .navbar-header {
        top: -25px;
        position: relative;
    }
    .custom-navbar {
        /*background-color: rgba(255,255,255,1);*/
    }
	.logo {
    	top: -10px;
    	position: relative;
	}
	.flexslider .slides {
    padding: 30px 0 0 0 !important;
	}
	h4 {
        padding-bottom: 20px;
    }
   #home h1 {
        font-size: 40px;
    }
    #home {
        margin-top: 50px;
    }
    .templatemo-about-left {
        margin-bottom: 30px;
    }
    #about .about-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
	.social-icons { display: none; }
}
/* end media 768 */

@media screen and (max-width: 440px) {
    h4 {
        padding-bottom: 15px;
        line-height: 1.5em;
    }
    .filter-wrapper li {
        margin: 2px;
    }
    .filter-wrapper li a {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 380px) {
    #service .media .fa {
        margin-right: 5px;
    }
}

/* start media 360 */
@media screen and ( max-width: 360px ){
    #home h1  {
            font-size: 30px;
            line-height: 1.5em;
        }
#communication-consent {
  /* Force a tall section so ScrollSpy stays in it */
  min-height: 1200px;        /* Increase from 600px to 1200px */
  padding-top: 200px;        /* Extra space at top */
  padding-bottom: 200px;     /* Extra space at bottom */
}


/* end media 360 */


