@import url(https://fonts.googleapis.com/css?family=Overlock+SC);
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?dgac1c');
    src: url('fonts/icomoon.eot?dgac1c#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?dgac1c') format('truetype'), url('fonts/icomoon.woff?dgac1c') format('woff'), url('fonts/icomoon.svg?dgac1c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-screen:before {
    content: "\e900";
}
.icon-mobile:before {
    content: "\e901";
}
.icon-tablet:before {
    content: "\e902";
}
.icon-point-up:before {
    content: "\e903";
}
html,
body {
    height: 100%;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    /* background: #1B1A1A; */
    
    overflow: hidden;
    font-family: 'Overlock SC', sans-serif;
    height: 100vh;
}
nav ul {
    list-style: none;
    padding: 0;
    /* margin-top: 0; */
    
    margin: 0;
}
h1 {
    width: 500px;
    margin: 100px auto 20px;
    color: #f0f0f0;
    text-align: center;
}
.click-here {
    margin-right: 42px;
    font-size: 16px;
    float: right;
}
@media (max-width: 400px) {
    .nav-middle-header {
        display: none;
    }
    .click-here {
        margin: auto;
        float: none;
    }
}
.nav {
    width: 100%;
    /*formerly 500px*/
    
    margin: 0 auto;
    background: #1D1A1A;
    color: #f0f0f0;
    /* text-align: center; */
    
    padding: 20px;
    /* z-index: 99999999999; */
    /* opacity: 1; */
    
    position: relative;
}
ul.nav__menu {} .nav a {
    display: block;
    /* padding: 0px 16px; */
    
    cursor: pointer;
    /* border-bottom: 1px solid; */
    
    text-decoration: none;
    color: #fff;
}
.nav__menu {
    line-height: 45px;
    /* font-weight: 700; */
    
    text-transform: uppercase;
}
.nav__menu-item {
    display: inline-block;
    position: relative;
}
.nav__menu-item:hover {
    background-color: #6BA3E8;
}
.nav__menu-item:hover .nav__submenu {
    display: block;
}
.nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #1B1A1A;
    height: 50vh;
    overflow-x: hidden;
}
.nav__submenu-item:hover {
    background: #49BDD8;
    color: #000;
}
iframe {
    width: 100%;
    height: 100vh;
    display: block;
    margin: auto;
    border: 0;
    background: #fff;
    font-family: monospace !important;
    -webkit-transition: width 0.7s ease-in-out;
    -o-transition: width 0.7s ease-in-out;
    transition: width 0.7s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
#header h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    background: #1B1A1A;
    margin: 0;
    padding-bottom: 15px;
    color: #fff;
}
#header h2 a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header h2 a:hover {
    color: #66D5D6;
}
.down-icon {
    font-size: 1.4rem;
}
.down-icon:after {
    content: "▼";
}
.first:hover .down-icon:after {
    content: "▲";
}
/*slidner css*/

#thumbnail-slider {
    margin: 0 auto;
    /*center-aligned*/
    
    width: 100%;
    /* width:400px; */
    
    padding: 4px 40px;
    /*Gives room for arrow buttons*/
    
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.slide-down {
    max-height: 10em !important;
}
#current_view {
    text-transform: uppercase;
    color: #5BA9DF;
}
#temp-slider {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}
#thumbnail-slider div.inner {
    /*border:4px solid rgba(0,0,0,0.3);*/
    
    background-color: transparent;
    /*the followings should not be changed */
    
    position: relative;
    overflow: hidden;
    /*height: 100%;*/
    
    padding: 2px 0;
    margin: 0;
}
#thumbnail-slider div.inner ul {
    /*the followings should not be changed */
    
    white-space: nowrap;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left!important;
    width: auto!important;
    height: auto!important;
}
#thumbnail-slider ul li {
    /* opacity: 0.2; */
    
    display: inline-block;
    * display: inline!important;
    /*IE7 hack*/
    
    margin: 0 4px;
    /* Spacing between thumbs*/
    
    transition: border-color 0.5s;
    box-sizing: content-box;
    dragable: false;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    position: relative;
    list-style: none;
    backface-visibility: hidden;
}
#thumbnail-slider ul li.active {
    opacity: 1;
}
#thumbnail-slider li:hover {
    /* opacity:0.8; */
}
#thumbnail-slider .thumb {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
    font-size: 0;
}
/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbnail-slider-pause-play {
    display: none;
}
/*.pause*/

#thumbnail-slider-prev,
#thumbnail-slider-next {
    opacity: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    *background-color: #ccc;
    /*IE7 hack*/
    
    backface-visibility: hidden;
    width: 36px;
    height: 48px;
    line-height: 48px;
    top: 50%;
    margin: 0;
    margin-top: -24px;
    color: white;
    z-index: 10;
    cursor: pointer;
}
#thumbnail-slider-prev {
    left: 0px;
    right: auto;
}
#thumbnail-slider-next {
    left: auto;
    right: 0px;
}
#thumbnail-slider-next.disabled,
#thumbnail-slider-prev.disabled {
    opacity: 0.3;
    cursor: default;
}
/* arrows */

#thumbnail-slider-prev::before,
#thumbnail-slider-next::before {
    position: absolute;
    top: 16px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 3px solid white;
    border-top: 3px solid white;
    /*content: none;*/
}
#thumbnail-slider-prev::before {
    left: 13px;
    -ms-transform: rotate(-45deg);
    /*IE9*/
    
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#thumbnail-slider-next::before {
    right: 13px;
    -ms-transform: rotate(135deg);
    /*IE9*/
    
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*Responsive settings*/

@media only screen and (max-width: 736px) {
    #thumbnail-slider {
        padding: 0;
    }
    #thumbnail-slider-prev,
    #thumbnail-slider-next {
        display: none;
    }
}
/* http://www.menucool.com/jquery-slider */

div#closeBtn {
    display: block;
    position: fixed;
    top: 12px;
    right: 6px;
    font: bold 18px/26px Arial;
    color: white;
    width: 80px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 0, 0, 0.85);
    cursor: pointer;
    text-align: center;
    z-index: 2;
}
#thumbs2 {
    margin: 0 auto;
    /*center-aligned*/
    
    height: 100%;
    display: block;
    padding: 0px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none;
}
#thumbs2 div.inner {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.2);
    /*the followings should not be changed */
    
    height: 100%;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#thumbs2 div.inner ul {
    /*the followings should not be changed */
    
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
    float: left!important;
    width: auto!important;
    height: auto!important;
}
#thumbs2 ul li {
    background-color: black;
    display: block;
    margin: 8px 0;
    /* Spacing between thumbs*/
    
    transition: all 0.5s;
    box-sizing: content-box;
    text-align: center;
    padding: 0;
    position: relative;
    list-style: none;
    backface-visibility: hidden;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#thumbs2 ul li.active {
    opacity: 1;
    -webkit-filter: initial;
    filter: initial;
}
#thumbs2 li:hover {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
#thumbs2 .thumb {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: absolute;
}
#thumbs2 ul li.active .thumb {
    opacity: 1;
}
/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbs2-pause-play {
    display: none;
}
/*.pause*/

#thumbs2-prev,
#thumbs2-next {
    display: none;
}
a.thumb.target_anchor:hover:before {
    content: "Click to view";
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 10;
    top: 0;
    left: 0;
    /* right: 0; */
    
    background-color: rgba(0, 0, 0, 0.69);
}
/*slider css ends*/
/*menu icon*/

#hamburger-icon {
    width: 100%;
    height: 20px;
    position: relative;
    display: block;
    /* margin: 100px 0 50px 0; */
    /* margin: 20px; */
    
    color: #FFF;
    font-size: 17px;
    /* font-family: 'Pacifico', cursive; */
}
#hamburger-icon .line {
    display: block;
    background: #FFFFFF;
    width: 31px;
    height: 3px;
    position: absolute;
    /* left: 0; */
    
    right: 0;
    margin: auto;
    /* border-radius: 4px; */
    
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
    top: 0;
}
#hamburger-icon .line.line-2 {
    top: 50%;
}
#hamburger-icon .line.line-3 {
    top: 100%;
}
/*#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
}
#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
}*/

#hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
    opacity: 0;
}
#hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}
.nav-middle-header {
    /* text-align: center; */
    /* left: 0; */
    /* vertical-align: middle; */
    /* right: 0; */
    /* margin: auto; */
    /* position: absolute; */
    /* top: -6px; */
    /* float: left; */
}
.device_test {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.device_test li {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}
.device_test li i {
    vertical-align: middle;
    font-size: 20px;
}
.icon-tablet {
    font-size: 25px !important;
}
.icon-screen {
    font-size: 30px !important;
}
@media(max-width: 800px) {
    .device_test {
        display: none;
    }
}
/*.click-hand i{
  font-size: 18px;
  vertical-align: middle;
}
@-webkit-keyframes greenPulse {
  from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333;box-shadow: 0 0 9px #333; }
  50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09;box-shadow: 0 0 18px #91bd09; }
  to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333;box-shadow: 0 0 9px #333; }
}*/

.nav-middle-header img,
.click-hand {
    max-width: 100%;
    height: auto;
    position: absolute;
    /* right: 0; */
    
    left: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#temp-slider {
    background-color: #2B2929;
    /* transition: all 0.5s ease; */
    /* position: relative; */
    /* width: 100%; */
    /* display: block; */
    /* height: 0; */
}