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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    background: url(images/bg.png) repeat;
}

a {
    text-decoration: none;
    color: #fff;
}

#switcher {
    height: 59px;
    padding: 0;
    background: #0B1329;
    border-bottom: 1px solid #1B243C;
    border-top: 1px solid transparent;
    z-index: 99999;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#switcher.hidden{
    margin-top: -61px;
}


.share {
    float: right;
    margin-left: 14px;
    border-radius: 2px;
    padding: 6px 0 3px 10px;
    margin-top: 3px;
    background: #333333;
}

#theme_list {
    position: relative;
    height: 61px;
    top: -12px;
    border-left: 1px solid #1B243C;
    border-right: 1px solid #1B243C;
}

#theme_select {
    /* background: #2b2b2b url(images/arrow.png) no-repeat; */
    width: 200px;
    display: block;
    padding: 12px 9px 10px 24px;
    color: #869AB8;
    background-position: 95% 53%;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    pointer-events: none;
    /*cursor: pointer;*/
}

 #theme_select:hover {
    color:#F0F0F0;
}

#theme_dropdown_list {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
}

.center {
    margin: auto;
    width: 98%;
    padding: 11px 0;
}

.center ul li {
    display: inline;
    float: left;
}

.center ul li ul {
    display: none;
    height: 237px;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: static;
    width: 218px;
    z-index: -1;
}

.center ul li ul li {
    background: #2b2b2b;
    border-bottom: 1px solid #414141;
}

.center ul li ul li:hover {
    background: #414141;
}

.center ul li ul li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    min-width: 198px;
    color: #DFDFDF;
}

.center ul li ul li a:hover {
    color: #F0F0F0;
}


#iframe {
    margin: 0 auto;
    display: block;
    padding-top: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#iframe.no-pad{
    padding-top: 0;
    height: 100vh;
}

.logo {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.logo img, .logo svg {
    opacity: 1;
    position: relative;
    top: -2px;
}

.links {
    float: right;
    margin-top: -10px;
}

.responsive {
    float: left;
    margin-left: 18px;
    padding: 21px 18px 22px 0;
    margin-top: -12px;
    height: 18px;
    border-right: 1px solid #1B243C;
}

.responsive a {
    float: left;
    margin: 0 6px;
}

.responsive a.desktop:hover, .responsive a.desktop.active {
    background: url(images/devices-demo-bar-hover2.png) no-repeat 0 0;
    background-size: 140px !important;
    width: 25px;
    height: 22px;
}

.responsive a.tabletlandscape:hover, .responsive a.tabletlandscape.active {
    background: url(images/devices-demo-bar-hover2.png) no-repeat -32px 0px;
    background-size: 140px !important;
    width: 28px;
    height: 17px;
    margin-top: 0px;
}

.responsive a.tabletportrait:hover, .responsive a.tabletportrait.active {
    background: url(images/devices-demo-bar-hover2.png) no-repeat -67px 0px;
    background-size: 140px !important;
    width: 22px;
    height: 21px;
    margin-top: -1px;
}

.responsive a.mobilelandscape:hover, .responsive a.mobilelandscape.active {
    background: url(images/devices-demo-bar-hover2.png) no-repeat -96px 0px;
    background-size: 140px !important;
    width: 21px;
    height: 21px;
    margin-top: -1px;
}

.responsive a.mobileportrait:hover, .responsive a.mobileportrait.active {
    background: url(images/devices-demo-bar-hover2.png) no-repeat -125px 0px;
    background-size: 140px !important;
    width: 22px;
    height: 21px;
    margin-top: -1px;
}

.responsive a.desktop {
    background: url(images/devices-demo-bar2.png) no-repeat 0 0;
    background-size: 140px !important;
    width: 25px;
    height: 22px;
}

.responsive a.tabletlandscape {
    background: url(images/devices-demo-bar2.png) no-repeat -32px 0px;
    background-size: 140px !important;
    width: 28px;
    height: 17px;
    margin-top: 0px;
}

.responsive a.tabletportrait {
    background: url(images/devices-demo-bar2.png) no-repeat -67px 0px;
    background-size: 140px !important;
    width: 22px;
    height: 21px;
    margin-top: -1px;
}

.responsive a.mobilelandscape {
    background: url(images/devices-demo-bar2.png) no-repeat -96px 0px;
    background-size: 140px !important;
    width: 21px;
    height: 21px;
    margin-top: -1px;
}

.responsive a.mobileportrait {
    background: url(images/devices-demo-bar2.png) no-repeat -125px 0px;
    background-size: 140px !important;
    width: 22px;
    height: 21px;
    margin-top: -1px;
}

/* .responsive a.desktop {
	background: url(images/devices-demo-bar.png) no-repeat 0 0;
	width: 20px;
	height: 19px;
}

.responsive a.tabletlandscape {
	background: url(images/devices-demo-bar.png) no-repeat -30px -3px;
	width: 17px;
	height: 14px;
	margin-top: 2px;
}

.responsive a.tabletportrait {
	background: url(images/devices-demo-bar.png) no-repeat -59px -1px;
	width: 14px;
	height: 17px;
	margin-top: 1px;
}

.responsive a.mobilelandscape {
	background: url(images/devices-demo-bar.png) no-repeat -87px -4px;
	width: 14px;
	height: 11px;
	margin-top: 5px;
}

.responsive a.mobileportrait {
	background: url(images/devices-demo-bar.png) no-repeat -117px -3px;
	width: 11px;
	height: 14px;
	margin-top: 3px;
} */

/* .responsive a.active {
	background: url(images/devices-demo-bar.png) no-repeat 0 0;
	opacity:1;
	color: #fff;
} */
.purchase {
    height: 61px;
    background: #4769D8;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
    top: -2px;
}

.purchase:hover {
    background: #fff;
}

.purchase a {
    /* background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset; */
    padding: 9px 12px 8px 12px;
    float: left;
    border-radius: 2px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0px;
    width: 178px;
    position: relative;
    top: 1px;
}

.purchase a:hover {
    /* background-color: #278AB7;
    background-image: linear-gradient(to bottom, #2E9FD2, #21759B);
    border-color: #1B607F;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
    color: #4769D8
}

/* .purchase a:focus {
    border-color: #0E3950;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
} */

.purchase a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.close a {
    padding: 9px 5px 10px 23px;
    float: left;
    border-radius: 2px;
    font-weight: bold;
    margin-left: 0;
}

.close a img {
    vertical-align: middle;
    margin-top: 12px;
    width: 14px;
}

/* .close a {
    background-color: #3b3b3b;
    background-image: linear-gradient(to bottom, #2a2a2a, #3b3b3b);
    border-color: #3b3b3b #3b3b3b #555555;
    box-shadow: 0 1px 0 rgba(85, 85, 85, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
} */
.close a:hover {
    /* background-color: #2a2a2a;
    background-image: linear-gradient(to bottom, #3b3b3b, #2a2a2a);
    border-color: #555555;
    box-shadow: 0 1px 0 rgba(85, 85, 85, 0.6) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); */
    opacity: 0.8;
}

/* .close a:focus {
    border-color: #0E3950;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset, 1px 1px 2px rgba(0, 0, 0, 0.4);
} */


img.preview {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 8px;
    left: 242px !important;
    background: #fff;
    padding: 7px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    max-width: 500px;
}

.preview {
    position: absolute;
    display: none;
    padding: 3px;
    padding-bottom: 1px;
    background: #fff;
    border: 1px solid #242424;
}

.preview img {
    width: 400px;
}

.center ul li ul li:hover img.preview {
    display: inline;
    opacity: 1;
}

.center ul li ul li span {
    float: right;
    font-size: 11px;
    font-weight: bold;
    background: #21759B;
    border-radius: 2px;
    padding: 3px 8px;
    color: #ffffff;
    margin-top: -2px;
    min-width: 40px;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 979px) {
    .share,
    .responsive {
        display: none;
    }

    img.preview {
        width: 360px;
    }
}

@media (max-width: 767px) {
    .share,
    .responsive {
        display: none;
    }

    img.preview {
        width: 300px;
        left: 191px;
    }

    #theme_select {
        width: 70px;
    }

    .center ul li ul li a {
        min-width: 190px;
    }

    .center ul li ul {
        width: 168px;
    }

    .logo {
        margin-right: 10px;
    }

    .purchase a {
        padding: 9px 15px 8px 8px;
    }

    .close a {
        padding: 10px 6px 10px 5px;
        margin-left: 6px;
    }

    .links {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .purchase a {
        width: 133px;
    }
}

@media (max-width: 480px) {

    #theme_select {
        width: auto;
        padding: 10px 6px 10px 6px;
        font-size: 16px;
        line-height: 39px;
    }

    img.preview {
        display: none !important;
    }

    .center {
        width: 95%;
    }

    .purchase a {
        padding: 7px 4px 7px 5px;
    }

    .close a {
        padding: 10px 2px 10px 4px;
        margin-left: 6px;
    }

    .links {
        font-size: 0;
    }

    .purchase a {
        width: 92px;
        font-size: 16px;
    }

    .mob {
        display: none;
    }

    .purchase a img, .close a img {
        margin-right: 0;
    }

    .logo img {
        top: -8px;
        width: 90px;
    }
}
