html,body{
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font: 300 16px/1.5 Roboto,arial,sans-serif;
}
body{
    overflow-y: auto !important;
}
*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "Roboto Mono",Roboto,sans-serif;
}
.navigation{
    padding: 10px 2px;
    box-shadow: 2px 0 16px #0D47A1;
    text-align: right;
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #0b6a9b;
}
.navigation img.logo {
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    opacity: .8;
}
.navigation ul{}
.navigation ul li{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 20px 12px 21px;
    line-height: 1;
    letter-spacing: .25px;
    min-width: 70px;
    color: #fff;
    cursor: pointer;
}
.navigation.showHide{
    /*display: block !important;*/
}

#mobileBtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1E88E5;
    box-shadow: 0px 0px 6px #0D47A1;
    text-shadow: 0px -9px 0px #fff,0px -18px 0px #fff;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    padding: 0;
    vertical-align: top;
    display: none;
    position: fixed;
    top: 15px;
    z-index: 100;
    left: 20px;
    cursor: pointer;
}
#pages{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: right;
}

body{

    background-image: url("/images/coverPageWithDots.jpg");
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-attachment: fixed;
    background-size: cover;

}











#pages:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 10%;
    background: #176d9a;
    clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
    -moz-clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
    -ms-clip-path: polygon(0% 100%, 100% 0%, 0% 0%, 0% 100%);
}
#pages:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
    width: 5%;
    background: #176d9a;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
    -moz-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
    -ms-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
}
#pages section{
    width: 80%;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    display: table;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
}
#pages section > div{
    display: table-cell;
    text-align: left;
}
section#download{
    display: table;
    position: relative;
    /*padding: 30px 10% 30px 20%;*/
    padding-bottom: 50px;
    width: 80%;
    display: inline-block;
}

#slider{
    position: relative;
    width: 30%;
    min-width: 320px;
    display: table-cell;
    /*min-height: 550px;*/
    text-align: center;
    /*overflow: hidden;*/
    vert-align: top;
}
#slider img{
    width: 70%;
    left: 15%;
    top: 0;
    position: absolute;
    height: auto;
    margin-top: 1.5%;
    transform: scale(.9);
    transition: all 750ms ease;
    visibility: hidden;
    opacity: 0;
}
#slider img.selectedImage {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    z-index: 8 !important;
}
#slider .arrow{
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 3px;
    font-weight: 900;
    color: #1E88E5;
    font-size: 35px;
    border-radius: 50%;
    cursor: pointer;
    transform: scale(.95);
    transition: all 200ms ease;
}
#slider .next {
    right: 0;
}

#slider .prev {
    left: 0;
}

#slider .dotContainer {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 18px;
    text-align: center;
}
#slider .dotContainer .dotSpan {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #1E88E5;
    background: #fff;
    display: inline-block;
    margin: 3px;
    transition: all 200ms ease;
}
#slider .dotContainer .dotSpanActive {
    background: #1E88E5;
}
.download{
    width: 48%;
    min-width: 320px;
    padding-top: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.caption{
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 12px 30px;
}
.caption h1,h3{
    padding: 12px 0 3px 0;
    color: #2196f3;
}
.caption h5{
    padding: 0 0 6px 0;
    color: white;
    text-transform: capitalize;
}
.caption p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-family: Roboto,sans-serif;
    color: white;
}
.caption button{
    margin-top: 30px;
    background: #2196F3;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    box-shadow: 2px 2px 4px #1360d8;
    cursor: pointer;
}
.caption a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
section#video{
    padding-top: 50px;
    padding-bottom: 50px;
}
section#video > div {
    width: 49%;
}
#video .video{
    display: table-cell;
    vertical-align: middle;
}
.video iframe{
    min-height: 350px;
}
#video .videoContent{
    display: table-cell;
    padding-top: 50px;
    padding-bottom: 50px;
}
.businessContact img{
    height: 18px
}
#sponsored img{
    height: 30px;
}

@media screen and (max-width: 860px) {
    #mobileBtn{
        display: block !important;
    }
    .navigation{
        display: none;
    }
    .navigation li{
        display: block !important;
    }
    .navigation img.logo {
        float: none;
    }
    #slider{
        max-width: 420px;
        margin: 0 auto;
    }
	#video .videoContent{
		display: none !important;
	}
    section {
        display: block !important;
    }
    section > div{
        display: block !important;
        width: 100% !important;
    }
}