html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0px;padding: 0px;border: 0px;outline: 0px;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
a {text-decoration: none;color: #fff;}
body {font-family:Tahoma, Verdana;font-weight: 300;color: #333;}

.loader-wrap,body {
	background-color: #404040;
    display: block;
}

.loader-wrap,
.loader-wrap .loader,
body.page-loaded .page {
    display: block;
}

.loader-wrap,
.page-loader {
    right: 0;
    bottom: 0;
    z-index: 9999;
}

body.page-loaded .page-loader {
    opacity: 0;
    pointer-events: none;
}

body.page-loaded .iframe-wrap {
    opacity: 1;
    pointer-events: auto;
}

body.iframe-loaded .iframe-loader {
    opacity: 0;
    pointer-events: none;
}

.loader-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.loader-wrap .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 4px solid #000;
    -webkit-animation: loader 2s infinite ease;
    animation: loader 2s infinite ease;
}

.loader-wrap .loader .loader-inner {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
    -webkit-animation: loader-inner 2s infinite ease-in;
    animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25%,
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25%,
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0%,
    100%,
    25% {
        height: 0%;
    }
    50%,
    75% {
        height: 100%;
    }
}

@keyframes loader-inner {
    0%,
    100%,
    25% {
        height: 0%;
    }
    50%,
    75% {
        height: 100%;
    }
}

.page-loader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
}

#header {
    height: 60px;
    background: #1a1a1a;
    box-shadow: 0px 0px 5px #333;
    -moz-box-shadow: 0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    z-index: 99999;
    position: fixed;
    width: 100%;
}

.nav .logo {
    color: #fff;
    font-size: 24px;
    width: 100%;
}

.nav {
    margin: auto;
    max-width: 1170px;
    padding-top: 2px;
}

.nav span {
    color: #05ecd7;
    float: right;
}

.nav ul li {
    display: inline;
    float: left;
    position: relative;
}

.nav ul li ul {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 465px;
    overflow: auto;
}

.nav ul li ul li {
    background: #1a1a1a;
    padding: 6px;
	border: solid 1px;
}

.nav ul li ul li:hover {
    background: #353535;
}

.nav ul li ul li a {
    display: block;
    padding: 3px;
    min-width: 212px;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

#theme_list {}

#theme_select {
    position: relative;
    background-color: #272727;
    color: #9a9a9a;
    width: 200px;
    display: block;
    margin: 10px 0;
    padding: 12px 26px 12px 12px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

#theme_select:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 7px;
    background-image: url(../img/down.png);
    width: 24px;
    height: 24px;
}

#theme_dropdown_list {
    padding: 20px;
}

.qrkod {
	margin-left:15px;
	margin-top:5px;
}

.qrkod span {
	margin-top:20px;
	margin-left:10px;
}

li.responsive {
    float: right !important;
    margin-top: 20px;
}

li.responsive a {
    -webkit-transition: all .25s;
    transition: all .25s;
    display: inline-block;
    margin: 3px 2px;
    height: 26px;
    opacity: .5;
}

li.responsive a.active {
    opacity: 1;
}

li.responsive a.desktop {
    background: url(../img/devices.png) no-repeat;
    width: 28px;
}

li.responsive a.tabletlandscape {
    background: url(../img/devices.png) -36px 0 no-repeat;
    width: 26px;
}

li.responsive a.tabletportrait {
    background: url(../img/devices.png) -70px 0 no-repeat;
    width: 18px;
}

li.responsive a.mobilelandscape {
    background: url(../img/devices.png) -96px 0 no-repeat;
    width: 18px;
}

li.responsive a.mobileportrait {
    background: url(../img/devices.png) -122px 0 no-repeat;
    width: 12px;
}

li.purchase {
    margin-left: 50px;
    margin-top: 20px;
    float: right !important;
}

li.purchase a {
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 8px 10px 6px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #90c940;
    border-bottom: 3px solid #67932a;
}

li.purchase a:hover {
    background-color: #83bb35;
}

li.remove_frame {
    margin-left: 20px;
    float: right !important;
}

li.remove_frame a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../img/kapat.png) no-repeat;
    margin-top: 15px;
}

.iframe-wrap .iframe,
.iframe-wrap .iframe.desktop {
    width: 100%;
    height: 100%;
}

.iframe-wrap {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}

.iframe-wrap .iframe-loader {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.iframe-wrap .iframe-loader .loader-wrap {
    background-color: rgba(64, 64, 64, 0.9);
}

.iframe-wrap .iframe {
    -webkit-transition: width 0.3s, height 0.3s;
    transition: width 0.3s, height 0.3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    z-index: 1;
}

.iframe-wrap .iframe.tabletlandscape {
    width: 1024px;
    height: 768px;
}

.iframe-wrap .iframe.tabletportrait {
    width: 768px;
    height: 1024px;
}

.iframe-wrap .iframe.mobilelandscape {
    width: 480px;
    height: 320px;
}

.iframe-wrap .iframe.mobileportrait {
    width: 320px;
    height: 480px;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #47575e;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #39484f;
}
@media only screen and (max-width: 768px){
	.qrkod,#logo{
	display:none!important;}
	li.remove_frame {
    margin-left: 2px;
}
li.purchase {
margin-left: 5px;}
	
}