html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
body{
    font-family: "Arvo", sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    overflow-x: hidden;
    max-width: 100% !important;
}
/* Style for Navigation */
.navbar{
    background: transparent;
    margin: 0;
    position: fixed;
    z-index: 1000;
}
.nav > li > a,.nav > li > a:focus {
    color: #fff;
    font-weight: 700;
    opacity: .65;
    text-transform: uppercase;
    font-size: 1em;
    background: transparent;
    border: 0;
    outline: none;
}
.nav > li > a:hover, .nav > li.active > a{
    background: transparent;
    opacity: 1;
}
nav{
    width: 100%;
}
.navbar-toggle{
    border:  1px solid #fff;
    float: left;
    margin: 8px 15px;
}
.navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-collapse.navbar-ex1-collapse.in{
    width: 100%;
}
/* End style for Navigation */
.parallax{
    background-attachment: fixed;
    background-size: cover;
}
video{
    display: block;
    min-height: 100%;
    height: auto!important;
    min-width: 100%;
    width: auto!important;
}
#home{
    position: relative;
    overflow: hidden;
}
#website{
    background-color: #acd372;
}
#app{
    background-color: #f47539;
}
#print{
    background-color: #71cfec;
}
#optimization{
    background-color: #00746b;
}
#contact{
    background-color: #273841;
}
#photography{
    background: #ACD372 url('../images/photography_bg.jpg') no-repeat fixed;
    background-size: cover;
    max-width: 100%;
}
.container{
    position: relative;
    height: 100%;
}
.home-parallax-element{
    position: absolute;
    width: 100%;
    text-align: center;
}
.home-parallax-element img{
    max-width: 90%;
}
.parallax-element{
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-element img{
    max-width: 100%;
    margin-bottom: 50px;
}
.parallax-element p, .bottom-parallax-element p{
    font-size: 1.6em;
    line-height: 1.6em;
    display: block;
    padding-bottom: 10px;
}
.bottom-parallax-element{
    margin-top: 60%;
    text-align: center;
    max-width: 100%;
}
.bottom-parallax-element p{
    padding-bottom: 40px;
}
.down-icon{
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: 1000;
}
.down-icon img{
    opacity: .3;
}
.down-icon img:hover, .down-icon img:focus{
    opacity: 1;
}
#contact form{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
#contact form input, #contact form textarea{
    width: 100%;
    height: 46px;
    border: 1px solid #b0afaf;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-bottom: 15px;
    padding: 0 15px;
}
#contact form textarea{
    height: 200px;
    padding: 15px;
}
#contact button{
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: 0;
    background-color: transparent;
}
#contact button:hover{
    opacity: .9;
}
#contact button img{
    margin: 0;
    max-width: 100%;
}
.bx-wrapper{
    position: relative;
}
.bx-prev, .bx-next{
    position: absolute;
    top: 45%;
    width: 20px;
    height: 40px;
    text-indent: -9999px;
    opacity: .3;
    overflow: hidden;

}
.bx-prev:hover, .bx-next:hover{
    opacity: 1;
}
.bx-prev{
    left: 0;
    background: url(../images/left_icon.png) no-repeat;
	margin:20px;

}
.bx-next{
    right: 0;
    background: url(../images/right_icon.png) no-repeat;
	margin:20px;
}
.disabled{
    display: none;
}
#carousel-photography .parallax-element{
    display: block;
    width: 100%;
    height: 100%;
}
#photography.parallax{
    padding: 0;
}
#photography .parallax-element img{
    margin-bottom: 0;
}
.portfolio img{
    margin: 0;
}
.portfolio p {
    padding: 0;
    margin: 0;
}
.portfolio a{
    color: #fff;
    text-decoration: underline;
}
.portfolio a:hover{
    text-decoration: none;
}
ul.carousel{
    height: 100%;
}
#homepage-down-icon{
    padding: 27px 20px ;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #2faae1;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    opacity: .85;
}
#homepage-down-icon:hover{
    opacity: 1;
}
.down-icon a:hover,.down-icon a:focus{
    text-decoration: none;
}
#homepage-down-icon img{
    opacity: 1;
    margin-top: 10px;
}
#single_down_icon{
    display: none;
}
/* Style for Placeholder text on Contact form */
::-webkit-input-placeholder {
    color: #c2c2c1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c2c2c1;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #c2c2c1;
}

:-ms-input-placeholder {
    color: #c2c2c1;
}
@media screen and (max-width: 1600px){
    .bottom-parallax-element{
        margin-top: 50%;
    }
}
@media screen and (max-width: 1200px){
    .parallax-element{
        background-attachment: scroll!important;
        background-repeat: no-repeat !important;
    }

}
@media screen and (max-width: 992px){
    video{
        display: none;
    }
    #home-container{
        background: url('../images/home_bg.jpg');
        max-width: 100%;
        min-height:  100%;
        -webkit-background-size: cover;
        background-size: cover;

    }
    .parallax-element img{
        max-width: 100px;
    }
    #app .parallax-element img{
        max-width: 60px;
    }
    #photography{
        background-attachment: scroll;
    }
    .bottom-parallax-element{
        margin-top: 40%;
    }
    br{
        display: none;
    }
    .parallax-element {
        background-attachment: scroll !important;
    }
}
@media screen and (max-width: 700px){
    body{
        font-size: 12px;
    }
    .navbar-nav{
        background-color: #fff;
    }
    .nav.navbar-nav a{
        color: #000;
        font-size: 12px;
    }
    #photography{
        padding: 30px 0 !important;
        height: auto !important;
    }
    .bx-viewport{
        height: auto!important;
    }

}
@media screen and (max-width: 480px){
    body{
        font-size: 10px;
    }

    .bottom-parallax-element{
        margin-top: 10%;
        max-width: 100%;
        overflow: hidden;
    }
    .parallax-element{
        background-attachment: scroll !important;
        background-size: cover !important;
    }
    .parallax-element p, .bottom-parallax-element p{
        padding-bottom: 0;
    }
    #contact article{
        padding: 30px 0;
    }
}



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

    .parallax-element{
        height: auto;
    }
    .parallax-element article img{
        max-width: 100px;
    }
    #app .parallax-element article img{
        max-width: 50px;
    }
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .parallax-element {
        background-attachment: scroll !important;
    }
}
