/* BUNDLE CSS build */

/* RESET.CSS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-family: sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* END OF RESET.CSS */

/* MAIN.CSS */

nav{
    background-color: #252830;
    position: relative;
    min-height: 60px;
    display: block;
}

nav ul{
    float: right;
}

nav ul li{
    float: left;
    padding: 5px;
    position: relative;
    display: block;
}

nav ul li a{
    color: rgb(0, 192, 255);
    text-transform: none;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

section, footer{
    color: #fff;
    background-color: #252830;
}

footer{
    padding: 50px 0;
}

section{
    padding: 30px 0;
}
section.large{
    padding: 50px 0;
}
section .container{
    text-align: center;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
    
    section.large{
        padding: 50px 0;
    }
    
    section{
        padding: 30px 0;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }

    section.large{
        padding: 100px 0;
    }
    
    section{
        padding: 50px 0;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
    
    section.large{
        padding: 150px 0;
    }
    
    section{
        padding: 50px 0;
    }
    
    section.large .container{
        text-align: left;
    }
}

#sec01{
    background-image: url(/landing/images/bg13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

#sec02{
    background-image: url(/landing/images/bg2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#sec07{
    background-image: url(/landing/images/bg25.jpg);
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

h1{
    font-size: 60px;
    line-height: 1.5;
}

h1 strong{
    display: block;
    font-weight: bold;
}

h2{
    font-size: 44px;
    margin: 0 0 60px 0;
    font-weight: normal;
    letter-spacing: 1px;
}

h3{
    font-size: 20px;
}
footer h3{
    font-weight: normal;
}

ul.list li{
    margin: 50px 0;
}
ul.list.condensed li{
    margin: 20px 0;
}
ul.list.condensed li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
ul.list.condensed li a:hover{
    text-decoration: underline;
}

i.icon.big-icon{
    font-size: 64px;
}

@media (min-width: 768px){
    .row-half-right{
        width: 50%;
        display: block;
        float: right;
    }

    .row-half-left{
        width: 50%;
        display: block;
        float: left;
    }
    .hide-on-less-768{
        display: block;
    }
    .show-on-less-768{
        display: none;
    }
}
@media (max-width: 767px){
    .row-half-right{
        width: 100%;
        display: block;
        text-align: center;
    }

    .row-half-left{
        width: 100%;
        display: block;
        text-align: center;
    }
    .hide-on-less-768{
        display: none;
    }
    .show-on-less-768{
        display: block;
    }
}

.righted{
    text-align: right;
}

.clearfix{
    clear: both;
}

.grid-list{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-list-item{
    width: 235px;
    text-align: center;
    margin: 0 55px 50px 0;
}

@media (max-width: 768px){
    .grid-list-item{
        margin-right: 0;
    }
}

.grid-list-item .icon{
    display: inline-block;
    font-size: 64px;
    color: #00c0ff;
    margin: 0 0 20px 0;
}

.grid-list-item h3{
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.grid-list-item p{
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    opacity: 0.8;
    margin: 0 0 10px;
    text-align: center;
    padding: 0 25px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.center{
    text-align: center;
}

.video{
    border: 1px solid #00c0ff;
    box-shadow: 0px 0px 5px 0px #00c0ff;
    margin: 30px auto;
}

@media (min-width: 700px){
    .video{
        width: 640px;
    }
}

@media (max-width: 699px){
    .video{
        width: 100%;
        overflow: hidden;
    }
    
    .video iframe,
    .video embed,
    .video object{
        width: 100%;
        height: 100%;
    }
}

.faq-block div{
    transform: scaleY(0); 
    transform-origin: top;
    transition: transform 0.5s ease;
}

.faq-block div p{
    margin: 10px 0;
    line-height: 1.5;
}

.faq-block div.opened{
    height: auto;
    display: block;
    transform: scaleY(1);
}

.faq-block div.closed{
    display: none;
}

.faq-block div a{
    color: #fff;
}

.faq{
    text-align: left;
}

.faq-block{
    margin: 25px 0;
}

.faq-block a.q{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px dashed #fff;
    line-height: 1.2;
}

.price-toggler-wrapper{
    margin: 20px 0;
}

.price-toggler-wrapper a{
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    opacity: 0.7;
    transition: all 0.5s ease;
}

.price-toggler-wrapper a.active{
    border-bottom: none;
    opacity: 1;
}

.price-wrapper{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price-item{
    width: 250px;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 10px 20px;
    padding: 0 0 25px 0;
}

.bgcolor-1{
    background: radial-gradient(#4c7583, #252830);
}

.bgcolor-2{
    background: radial-gradient(rgba(0,255,192,0.7), #252830);
}

.bgcolor-3{
    background: radial-gradient(rgba(0,192,255,0.7), #252830 );
}

.bgcolor-4{
    background: radial-gradient(rgba(192,0,192, 0.7), #252830 );
}

.bgcolor-5{
    background: radial-gradient(rgba(255,192,0, 0.7), #252830 );
}

.bgcolor-1 h3{
    opacity: 0.7;
}

.bgcolor-2 h3{
    opacity: 0.8;
}

.bgcolor-3 h3{
    opacity: 0.9;
}

.bgcolor-4 h3{
    opacity: 1;
}

.bgcolor-1 .btn{
    background-color: #88b4c3;
    border: 1px solid #88b4c3;
}

.bgcolor-2 .btn{
    background-color: #00ffc0;
    border: 1px solid #00ffc0;
}

.bgcolor-3 .btn{
    background-color: #00c0ff;
    border: 1px solid #00c0ff;
}

.bgcolor-4 .btn{
    background-color: rgba(213,129,213, 0.8);
    border: 1px solid rgba(213,129,213, 0.8);
}

.bgcolor-5 .btn{
    background-color: #ffc000;
    border: 1px solid #ffc000;
}

.price-item h3{
    font-size: 25px;
    margin: 25px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.price-item p.price{
    font-size: 35px;
    margin: 25px 0;
    line-height: 1.5;
}

.price-item p{
    line-height: 1;
    margin: 10px 0;
}

.price-item p strong{
    font-weight: bolder;
    letter-spacing: 0.7px;
}

.price-item p small{
    opacity: 0.6;
}

.btn{
    display: inline-block;
    margin: 25px 0;
    padding: 10px 25px;
    text-decoration: none;
    background-color: #e8e8e8;
    color: #252830;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.btn:hover{
    background: none;
    color: #fff;
}

.price-server.closed, .price-cloud.closed{
    display: none;
}

.title-cta{
    text-transform: uppercase;
    line-height: 1.5;
}

.btn-cta{
    font-size: 22px;
    background-color: #00c0ff;
    border: 1px solid #00c0ff;
    color: #fff;
    padding: 20px 50px;
}

footer p{
    line-height: 1.5;
}

footer h3{
    line-height: 1.5;
}

@media (max-width: 374px){
    .hide-on-less-375{
        display: none;
    }
}



/* END OF MAIN.CSS */

/* END OF BUNDLE */