
 #slide1, #slide2, #slide3, #slide4, #slide5  {
	width:100%;
	display: none;
	top: 0px;
	left: 0px;
	z-index:-1;
}

.slide_info1, .slide_info2, .slide_info3, .slide_info4, .slide_info5{
	display: none;
	}
 img{
 border:none;
 }

.slider .bx-wrapper .bx-controls-direction a{
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 40%;
    height: 71px;
    width: 40px;
    z-index: -1;
    transition: all 0.7s;
}
 
.header-navbar {
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    height: 60px;
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

.header-navbar.opaque {
    background-color: dimgrey;
    height: 60px;
    transition: background-color .5s ease 0s;
}
#logo {
	width: 230px;
	margin: 10px;
	float: left;
	height: 60px;
}
ul a{
    list-style: none;
    text-decoration: none;
    color: #FFFFFF;
 }
 #nav {
    display: block;
    position: relative;
    top: 0px;
    z-index: 99;
    float: right;
}
#nav li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block;
    float: left;
    padding: 2px 18px;
    margin: 17px 2px;
}
#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
 }
a:hover#menu-icon{
    border-radius: 4px 4px 0 0;
 }

 .slider{
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -ms-filter: brightness(70%);
  -o-filter: brightness(70%);
  filter: brightness(70%);
 }

.mySlides {
    display:none;
}

/*.filter {
position:absolute;
float:left;
    width:640px;
    min-height:695px;
    background-color:#000;
    z-index:300000;
}*/

.clearfix{
    clear: both;
}

.parallax-2{
   /* background: url("img/Tea-Tree-Yoga-Mat.jpg") repeat fixed 100%;*/
    text-align: center;
    height: auto;
}
.parallax-3{
   /* background: url("img/IMG-NY-fashion-week-2015.jpg") repeat fixed 100%;*/
    text-align: center;
    height: auto;
}
.parallax-10{
    background: url('img/world_map_1960.jpg') repeat 100%;
    text-align: center;
    height: 40%
}
.parallax-inner9{
    height: 40%;
}
.parallax-7{
    background: url("img/audience.jpg") repeat 100%;
    text-align: center;
    height: auto;
}
.parallax-inner1 {
    padding-top: 40px;
}
.parallax-inner2 {
    padding-top: 40px;
    padding-bottom: 475px;
}
.parallax-inner8 {
    padding-top: 40px;
    padding-bottom: 475px;
    height: 215px;
}
.parallax-inner1 h3, .parallax-inner1 p{
    color:#F1F1F1;
}

.one-third{
    width: 20%;
    float: left; 
    text-align: center;
    padding-top: 2%;
}
.one-third1{
    width: 70%;
    float: left;
    margin: 0% 0 5% 4%;
    text-align: center;
}

.one-half{
    width: 20%;
    float: left; 
    text-align: right;
}
.one-half1{
    width: 70%;
    float: left;
    margin: 0% 0 5% 4%;
    text-align: center;
}
.img-circle {
    width: 30%;
    border-radius: 50%;
}
.one-half2{
    width: 20%;
    float: left; 
    text-align: right;
    padding-top: 2%;
    padding-left: 75px;
}
.one-half3{
    width: 65%;
    float: left;
    margin: 0% 0 5% 4%;
    text-align: center;
}

.one-half{
    text-align: center;
}

.one-half4{
    width: 13%;
    float: left; 
    text-align: center;
    /*padding-top: 2%;*/
    padding-left: 75px;
}
.one-half10{
    width: 90%;
    text-align: center;
}

.one-half5{
    width: 60%;
    float: left;
    margin: 0% 0 5% 4%;
    text-align: center;
}
.one-half6{
    width: 10%;
    float: left;
    padding-top: 5%;
}
#clientBgBlock
{
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.parallax-1{
    width: 100%;
}
.parallax-inner h3, .parallax-inner p{
    color:#F1F1F1;
}
.parallax-inner {
    padding-top: 50px;
    padding-bottom: 100px;
    height: 525px;
}
.clientBgBox{
    height: 150px;
    margin-top: auto;
    margin-bottom: auto;
    background: rgba(255,255,255,0.9);
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 0 0 10px #444;
}
.one-half8{
    width: 17%;
    float: left; 
    padding-left: 2px;
    padding-right: 30px;
}


/*Gallery*/
/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/

/*body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #e5e5e5;
}*/

.gallery {
  width: 640px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 200px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(2.5,2.5);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}
.one-half6 a{
    text-decoration: none;
    color: darkslategray;
}
.one-half6 a:hover{
    color: chocolate;
}
.heads a{
    text-decoration: none;
    color: #fff;
}
.a li{
    list-style-type: none;
    text-align: left;
    line-height: 15px;
}
.left-col{
    width: 100%;
    background: url('img/IMG-NY-fashion-week-2015.jpg') repeat 100%;
    height: 400px;
}
/*--- Button Styling------*/

input[type=text] {
    width: 45%;
    float: left;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}
    
input[type=ltext] {
    width: 45%;
    float: left;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
 }
    
input[type=btext] {
    width: 93%;
    float: left;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
 }
    
input[type=etext] {
    width: 45%;
    float: left;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
}
    
input[type=ptext] {
    width: 45%;
    float: left;
    padding: 12px 20px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
 }
    
    #required {
        width: 30%;
        float:left;
        margin: 8px 10px;
        color: #F68301;
    }
    
     #privacy {
        width: 30%;
        float:right;
        text-align: right;
        margin: 8px 10px;
        color: #F68301;
        
    }
    
button {
    background-color: #F68301;
    color: white;
   /* padding: 14px 20px;*/
    margin: 8px 10px;
    border: none;
    cursor: pointer;
    width: 93%;
    border-radius: 5px;
    height: 10%;
    margin-right: 20px;
}
.container {
    padding: 16px;
}

/*-----End Button Styling----*/
.mobile{
        display: none;
    }

.desktop{
        display: block;
    }
/*-----------------Start Media Query-------------------------*/
@media screen and (max-width: 768px) {

    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .parallax-2{
        text-align: center;
        height: 45%;
    }
    .parallax-inner1 h2{
        padding-left: 5%;
        padding-right: 5%;
    }
    .parallax-inner1 {
        padding-top: 40px;
        padding-bottom: 275px;
        height: 325px;
    }
    .clearfix{
        clear: both;
    }
    .one-third{
        width: 100%;
        text-align: center;
    }
    .one-third1{
        width: 90%;
        height: 180px;
    }
    .parallax-1{
        width: 100%;
    }
    .parallax-1{
        /*background: url("img/what-computer-programming-can-teach-you-about-expertise.jpg") repeat fixed 100%;*/
        text-align: center;
        height: 650px;
    }
    .parallax-inner h3, .parallax-inner p{
        color:#F1F1F1;
    }
    .parallax-inner {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .parallax-inner2{
        height: 100px;
    }
    .one-half{
        width: 100%;
        text-align: center;
    }
    .one-half1{
        width: 100%;
        text-align: center;
    }
    .one-half2{
      display: none;
    }
    .one-half3{
        width: 95%;
        text-align: center;
        font-size: 20px;
    }
    
    .parallax-7{
        background: url('img/firework-1285261_1920.jpg') repeat fixed 100%;
        background-size: 100%;
        text-align: center;
    }
    .parallax-inner8 {
        padding-top: 40px;
        padding-bottom: 475px;
        height: 1500px;
    }
    .one-half8{
        width: 80%;
        text-align: center;
    }
 
    .one-half4{
        width: 80%;
        text-align: center; 
    }
    .one-half6{
        width: 100%;
        text-align: center;
    }
    
.gallery {
  width: 330px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 100px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(2.5,2.5);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}
  
    .left-col {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    input[type=text] {
        width: 43%;
    }
    input[type=ltext] {
        width: 44%;
    }
    input[type=etext] {
        width: 43%;
    }
    input[type=btext] {
        width: 93%;
    }
    input[type=ptext] {
        width: 44%;
    }
    button {
        width: 93%;
    }
    ul.a {
    list-style-type: none;
    text-align: center;
    line-height: 13px;
    padding-left: 5px;
}
.features-list div{
            display: inline-block;
            width: 95%;
            margin: 5px;
            border: 2px solid #ededed;
           /* padding: 36px;*/
            box-shadow: 0px 0px 0px #fff, 0 0 30px #fff inset;
        }
   .one-third0{
        width: 100%;
        margin: 4px 0;
    }
.one-half10{
    width: 100%;
    text-align: center;
}
    .parallax-inner3{
        height: 885px;
    }
    

}