.mfp-title{

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-weight:700;


}

.mfp-content{
  width:100px;
  height:90vh;
}


/*---------------------------------------
             
-----------------------------------------*/
body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
		font-weight: 300;
    overflow-x: hidden;
}



/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
  padding-bottom: 12px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-weight: bold;
}

p {
    color: #757575;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.small {
  font-size: 14px;
  line-height: 28px;
}
#service .small {
  padding: 10px 20px 20px 20px;
}




/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #1dc9e3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #1dc9e3;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #1dc9e3;
}

.section-title {
  position: relative;
  margin-bottom: 62px;
  text-align: center;
}

#portfolio,
.divider,
#team, #service,
#contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

#portfolio,
#service, #contact {
  padding-top: 50px;
}

.divider,
#team, #service,
footer {
  text-align: center;
}

#portfolio img,
#team img {
  border-radius: 2px;
  width: 100%;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-dark {
  background-color: #202020;
}

.element {
  display: block;
  height: 65px;
  position: relative;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #1dc9e3;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }




/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px;
    padding-top: 22px;
    margin: 0 !important;
    z-index: 1000;

}

.navbar-default .navbar-brand {
  color: #1dc9e3;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #444 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/*---------------------------------------
    Main section              
-----------------------------------------*/

.main-about,
.main-service, .main-contact,
{
    height: 70vh;
    text-align: center;
}

.main-work 
{
      text-align: center;


}



/*---------------------------------------
    Home section              
-----------------------------------------*/

.home {
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    /*height: 56vh;*/
    position: relative;
}

.home p {
  font-size: 27px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-top: 18px;
}



/*---------------------------------------
   Divider section              
-----------------------------------------*/

.divider p {
  color: #666;
  font-size: 20px;
  line-height: 32px;
}

.divider .btn {
  background-color: #1dc9e3;
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  letter-spacing: 1px;
  padding: 12px 36px 14px;
  margin-top: 32px;
  transition: all 0.4s ease-in-out;
}

.divider .btn:hover {
  background: transparent;
  border-right-color: #1dc9e3;
  border-left-color: #1dc9e3;
  color: #1dc9e3;
}



/*---------------------------------------
    About section              
-----------------------------------------*/

#about {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about h3 {
  text-align: center;
}

#about .chart {
  position: relative;
  text-align: center;
}

#about .chart-icon {
  position: absolute;
  left:50%;
  top:50%;
  margin:-40px 0 0 -34px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius:50%;
  background-color: #f0f0f0;
  color: #242424;
}

#about .chart-icon .fa {
  position: absolute;
  top:50%;
  margin-top: -12px;
  left:0;
  width: 100%;
  font-size: 24px;
}


/*---------------------------------------
   Team section              
-----------------------------------------*/

#team h4 {
  padding-bottom: 12px;
}

#team .team-thumb {
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

#team .team-overlay {
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}

#team .team-thumb:hover .team-overlay {
  height: 100%;
  background-color: #ffffff;
  color: #222;
  padding-top: 30%;
  opacity: 0.9;
}

#team .team-thumb:hover h4 {
  color: #1dc9e3;
}


/*---------------------------------------
    Service section              
-----------------------------------------*/

#service .fa {
  background-color: #f0f0f0;
  border-radius: 100px;
  cursor: pointer;
  color: #1dc9e3;
  font-size: 32px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}

#service .fa:hover {
  background-color: #222;
  color: #ffffff;
  transform: scale(1);
  top: -5px;
}

#service .small {
  padding-bottom: 40px;
}



/*---------------------------------------
    Portfolio section              
-----------------------------------------*/

.portfolio-thumb {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-item-hover {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #1dc9e3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-item-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.portfolio-item-hover .fa{
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: normal;
  background-color: #ffffff;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.portfolio-thumb a:hover .portfolio-item-hover {
  opacity: 1;
}

.portfolio-thumb a:hover .portfolio-item-hover:after {
  opacity: 1;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    border-radius: 4px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #1dc9e3;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



/*---------------------------------------
   Contact         
-----------------------------------------*/

#contact form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

#contact form .form-control:focus {
  border-bottom: 2px solid #333;
}

#contact form input {
  height: 50px;
}

#contact form input[type="submit"] {
  background-color: #1dc9e3;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

#contact form input[type="submit"]:hover {
  background-color: #222;
}

#contact .contact-detail-2 {
  padding-top: 6px;
}

#contact #google-map iframe {
  border: none;
  width: 100%;
  height: 350px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer .footer-link ul {
  margin: 0;
  padding: 0;
  position: relative;
}

footer .footer-link ul li {
  list-style: none;
  display: inline-block;
  padding: 22px;
}

footer .footer-link ul li a {
  color: #666;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

footer .footer-link ul li a:hover {
  color: #1dc9e3;
}

footer .footer-copyright {
  padding-top: 16px;
}

footer .footer-copyright p {
  padding-top: 8px;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.social-icon li a:hover {
    background: #1dc9e3;
    color: #ffffff;
    top: -5px;
}



/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  border-radius: 2px;
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
}

.go-top:hover {
    background: #1dc9e3;
    color: #ffffff;
}

p{
  margin-top:500px;
}

.float-left{
  float:left;

}

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 980px) {

  .home {
    /*height: 32vh;*/
  }

  .home p {
    font-size: 23px;
  }

  .filter-wrapper li a {
    padding: 8px 12px;
  }

  #about .chart {
    margin-top: 32px;
  }

  .divider p {
    font-size: 20px;
  }

}



@media (max-width: 768px) {

  body {
    text-align: center;
  }

  h1 {
    font-size: 48px;
  }

  #portfolio,
  .divider,
  #team, #service,
  #contact {
  padding-top: 80px;
  padding-bottom: 80px;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #1dc9e3;
}



}



@media (max-width: 767px) {

  .navbar-default {
    text-align: center;
    padding-top: 0px;
  }

  .navbar-default .navbar-brand {
    line-height: 25px;
  }

  .navbar-default .navbar-nav li a {
    line-height: 35px;
  }

  footer .footer-link ul li {
    padding: 8px;
  }

  .container{
    width:100%;
  }

  .navbar-default .navbar-nav li a {
    background-color:#000000;
}


}



@media (max-width: 650px) {

  .home {
    /*height: 100vh;*/
  }

  h1 {
    font-size: 30px;
  }

  .home p,
  .divider p {
    font-size: 20px;
    line-height: 32px;
  }

  .filter-wrapper {
    text-align: center;
  }

  .filter-wrapper li a {
    padding: 4px;
  }

  #contact .contact-detail-1 {
    padding-top: 32px;
  }


}



/*---------------------------------------
   DWAYNE CUSTOM             
-----------------------------------------*/

       #map {
        height: 400px;
        width: 100%;
       }

#landing-full-window{
     height:100vh;
     position:relative;
     background-image:url('../images/TrvC4VfCeC.jpg');
     background-position:center;
     background-repeat:no-repeat;
     background-size:cover;
}


body{
 
     padding:0px;
     margin:0px;
    
}

.center-center{
     margin:0;
     position:absolute;
     top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color:white;
    /*text-shadow: 0px 2px 3px #000000;*/
         
    text-align: center;


}

.playfair{
   font-family: 'Playfair Display', serif;
}

p{
     margin:0;
     }

.dw{
     font-size:130px;

}

.navbar-logo{
    height:70px;
    float:left;
    padding:10px;

}

.img-fit-div2{
    max-width: 100%;
    max-height: 100%;
}


.navbar-header{ 

    
}

.navbar, .navbar-default{
  position:fixed;
  width:100%;
  z-index:10;
  height:70px;
  padding-top:0px;
  border-radius:0px;
  background-color:transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;


}


.nav-bar-black{
  background-color:black;
}


.navbar-default .navbar-nav li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #444 !important;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #444;
    background-color: transparent;
}



.btn{
    background-color: #1dc9e3;
    border: 2px solid transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    letter-spacing: 1px;
    padding: 12px 36px 14px;
    margin-top: 32px;
    transition: all 0.4s ease-in-out;

}
.cosmo-description{
}
.cosmo-logo{
  height:250px;

}

.font-white{
  color: #ffffff;
}

#team{
  background-color:#202020;
}

h1{
  margin-bottom:20px;
}

.center-text{
  text-align:center;
}

.table-padding{
  padding:10px;
}


.bold{
  font-weight: 700;
}

.italic{
  font-style:italic;
  font-size:14px;
}

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight:700;

}

.div-padding{
  padding-top:0px;
  padding-bottom: 0px;
}

.img-large{
  width:480px;
}
.justify{
  text-align:justify;
  padding:10px 0px 10px 0px;
}

.justify-right{
  text-align:right;
}

.justify-left{
  text-align:left;
}

.btn:hover{
  background:transparent;
  background-color:none;
  border: 2px solid #1dc9e3;
  color:#1dc9e3;

}

#history{
  background-position:left bottom;
  background-repeat:no-repeat;
  background-size:50%;
}

#office-photo{
    

}

section{
  padding:0px;
  margin:0px;
}


#affiliate{
  padding: 100px 0px 100px 0px;
}


#products-slideshow > .container{
  background-color:#202020;
  width:100%;
  padding:0px;
 
  /*
  height:100vh;
  background-image: url('../images/0679702098.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  */

}

#products-slideshow  img {

}


#slideshow-control{

}

#slideshow-control > a{
    padding: 0 50px 0 50px;
    font-size:20px;
  text-align: center;
  font-weight: 700;
}


.hallow{
  /*'Londrina Outline',*/
  font-family: 'Open Sans', sans-serif;
  font-size:40px;
  font-weight:300;
}

.subtitle{
  padding:0px 80px 0px 80px;

}

.arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -10px;
    cursor: pointer;
        width: 20px;
    height: 20px;
}

.animated-infinite{
      animation-iteration-count: infinite;
}


.dropshadow{
   box-shadow: 5px 5px 5px #888888;
}

.main-work{
  /*padding-top:170px;*/
  padding-top:170px;
  
}


@media screen and (min-width: 992px) {
.row-eq-height { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex; }

.center-in-div{
     margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}


}

@media screen and (min-width : 320px) and (max-width : 480px) {
.img-large{
  width:320px;
  /*margin-top:-200px;*/
}

.landing-text{
  font-size:20px;
}

.justify{
  /*text-align:left;*/
}


}

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


.img-fit-div2{
  margin-top:50px;
}

.contact-detail{
  text-align: left;
}

.div-padding{
  padding-top:10px;
  padding-bottom: 10px;
}

.container{
  /*margin:0px;*/
}

}



@media (max-width: 983px) {

  body {
    text-align: center;
  }


}

@media (min-width: 768px){
.container {
    /* width: 100%;*/ 
}

}
