/*====================================================================*/
/*------------------------- RESET + CLEARFIX -------------------------*/
/*====================================================================*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: " ";
}

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.cf { display: inline-table; }
* html .cf { height: 1%; }
.cf { display: block; }

/*====================================================================*/
/*-------------------------- GENERAL STYLES --------------------------*/
/*====================================================================*/

html {
    position: relative;
    
    background-color: #000;
    
    min-height: 100%;
}

body {
    font-family: "source-sans-pro", sans-serif;
    color: #fff;
    
    background-color: #363636;    
}

.page {
    margin: 0px auto;
    position: relative;
    
    width: 960px;
    padding: 0 30px;
    
    overflow: hidden;
}

p {
    font-size: 14px;
    line-height: 1.75;
    
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 600;
}

i, em {
    font-style: italic;
}

a, a img {
    text-decoration: none;
    
    transition: all 0.2s ease-in 0s;
}

    a:hover, a:hover img {
        transition: all 0.2s ease-out 0s;
    }

h1 {
    font-weight: 900;
}

h1 span, h2 span, h3 span {
    color: #5cc1da;
    font-weight: 900;
}

h1 b, h2 b, h3 b {
    color: #f95656;
    font-weight: 900;
}

h2 {
    font-size: 30px;
    font-weight: 900;
    
    margin-bottom: 20px;
}

.notification {
    text-align: center;
    
    position: absolute;
    
	width: 144px;
	height:144px;
    
    background: url("../img/bg-notice.png") 50% 50% no-repeat;
    
    z-index: 99;
}

    .notification p {
        font-size: 26px;
        font-weight: 900;
        line-height: 1;
        
        padding-top: 46px;
    }

.one-half {
    float: left;
    
    width: 50%;
}

.one-third {
    float: left;
    
    width: 33.33%;
}

    .one-third + .one-third + .one-third {
        float: right;
    }

.left-content {
    float: left;
    
    width: 400px;
    
    overflow: hidden;
}

.right-content {
    float: right;
    
    width: 560px;
    
    overflow: hidden;
}

/*////////////////////////////////////////////////////////////////////*/
/*---------------------------- INDEX.HTML ----------------------------*/
/*////////////////////////////////////////////////////////////////////*/

/*=====================================================================*/
/*---------------------------- MAIN HEADER ----------------------------*/
/*=====================================================================*/

.main-header { 
    background-color: #000;
    
    overflow: hidden;
}

.main-header .page {    
    overflow: visible;
}

.main-header .top-header {    
    position: relative;
    
    height: 97px;
    
    background-color: #f95656;    
    
    z-index: 99;
}

/*---------------------------- LOGO ----------------------------*/

.main-header .logo {
    float: left;
    margin-top: 18px;
}

.main-header .logo:hover img {
    opacity: .85;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

/*---------------------------- NOTIFICATION ----------------------------*/

.main-header .notification {
   top: 77px;
   right: 0px; 
}

/*--------------------------------------------------------------------*/
/*----------------------------- MAIN NAV -----------------------------*/
/*--------------------------------------------------------------------*/

.main-header .main-nav {
    position: absolute;
    top: 28px;
    left: 430px;
    
    width: 590px;
}

    .main-header .main-nav a {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        line-height: 45px;
    
        *margin: 0 1px;
    
        height: 42px;
        padding: 0 16px;
    
        border-radius: 4px;
    
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .main-header .main-nav a.active,
    .main-header .main-nav a:hover {
        background-color: #ee4444;
    }

/*-------------------------------------------------------------------*/
/*-------------------------- INTRO ARTICLE --------------------------*/
/*-------------------------------------------------------------------*/

article.intro {
    height: 320px;    
}

    article.intro .right-content {
        position:relative;
        
        height: 320px;
    
        overflow: visible;    
        z-index: 2;
    }

    article.intro .right-content:before {
        content: "";
        
        position: absolute;
        bottom: -4px;
        left: 258px;
        
        width: 100%;
        height: 100%;
        
        background: url("../img/bg-firework-top.png") 0% 100% no-repeat;
    
        display: block;
        z-index: -1;
    }

    article.intro .left-content {
        overflow: visible;
    }
    
    article.intro .left-content img {
        position:relative;
        left: -30px;
    }    

    article.intro h1 {
        font-size: 56px;
    
        margin-top: 50px;
        margin-bottom: 30px;
    }

/*===================================================================*/
/*----------------------------- CONTENT -----------------------------*/
/*===================================================================*/

section.offer {
    padding: 15px 0;
    
    background-color: #363636;
    
    overflow: hidden;
}

section.offer .page {
    overflow: visible;
}

    section.offer .right-content {
        height: 100%;
    
        position: relative;
    
        overflow: visible;
        z-index: 2;
    
    }

    section.offer .right-content:before {
        content: "";
        
        position: absolute;
        top: -17px;
        left: 300px;
        
        width: 100%;
        height: 100%;
        
        background: url("../img/bg-firework-bottom.png") 0% 0% no-repeat;
    
        display: block;
        z-index: -1;
    }    

    section.offer .right-content > .one-half {
        width: 250px;
        padding: 20px 15px 5px 15px;
    }   

    section.offer .right-content > .one-half h2.one-line {
        margin-top: 30px;
    }    

/*=====================================================================*/
/*---------------------------- MAIN FOOTER ----------------------------*/
/*=====================================================================*/

/*---------------------------- TOP-FOOTER ----------------------------*/

footer.main-footer {
    padding-bottom: 77px;
    
    background-color: #000;
}

.subpage footer.main-footer,
#ieLt8 footer.main-footer {
    padding-bottom: 0px;
}

    footer.main-footer .top-footer {
        padding: 30px 0 15px 0;
        
        background-color: #5cc1da;
    }
    
    footer.main-footer .top-footer h2 {
        margin-bottom: 25px;
    }

/*----------------------------------------------------------------------*/
/*---------------------------- TEST. SLIDER ----------------------------*/
/*----------------------------------------------------------------------*/

.testimonials ul {
    position: relative;
    margin-bottom: 20px;
    
    width: 388px;
    min-height: 100px;
    
    overflow: hidden;
}

    .testimonials ul li {
        position:absolute;
        top: 0px;
        left: 0px;
    }

    .testimonials .pagination {
        margin-bottom: 5px;
    }

    .testimonials .pagination > div > div {
        text-align: center;
    
        margin-right: 10px;
    
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .testimonials .pagination > div > div a {
        color: transparent;
    
        width: 16px;
        height: 16px;
        
        background: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    
        opacity: 0.4;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        display: block;
    }

        .testimonials .pagination > div > div a.active,
        .testimonials .pagination > div > div a.active:hover {
            opacity: 1;
            filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        }

        .testimonials .pagination > div > div a:hover {
            opacity: 0.75;
            filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
        }

/*---------------------------------------------------------------------*/
/*--------------------------- RIGHT CONTENT ---------------------------*/
/*---------------------------------------------------------------------*/

footer.main-footer .top-footer .right-content > section {
    width: 141px;
    padding: 0 30px 0 15px;
}

    footer.main-footer .top-footer .right-content > section p,
    aside.info> section p {
        margin-bottom: 0;
    }
    
    footer.main-footer .top-footer .right-content > section a,
    aside.info > section a {
        font-size: 14px;
        color: #fff;
    }  

    footer.main-footer .top-footer .right-content > section a:hover,
    aside.info > section a:hover {
        text-decoration: underline;
    }
    
/*---------------------------- INFO ----------------------------*/

footer.main-footer .top-footer .right-content > section.info > p + p {
    margin-bottom: 20px;
}

footer.main-footer .top-footer .right-content > section.info small p,
aside.info > section.info small p {
    font-size: 12px;
    line-height: 1.3;
}

/*//////////////////////////// TOP-FOOTER ////////////////////////////*/

/*---------------------------- MIDDLE-FOOTER ----------------------------*/

/*-------------------------------------------------------------------*/
/*---------------------------- CUSTOMERS ----------------------------*/
/*-------------------------------------------------------------------*/

footer.main-footer .middle-footer {    
    background-color: #fff;    
}

footer.main-footer .middle-footer .customers {
    text-align: center;
    line-height: 70px;
    
    height: 70px;
}

    footer.main-footer .middle-footer .customers img {
        vertical-align: middle;
        margin: 0 10px;
    }
    
    footer.main-footer .middle-footer .customers img:nth-child(0n+1) {
        margin: 0 14px 0 0;
    }   

    footer.main-footer .middle-footer .customers img:nth-child(1n+2) {
        margin: 0 14px;
    }
    
    footer.main-footer .middle-footer .customers img:nth-last-child(0n+1) {
        margin: 0 0 0 14px;
    }

/*//////////////////////////// MIDDLE-FOOTER ////////////////////////////*/

/*---------------------------------------------------------------------*/
/*---------------------------- FOOTER-INFO ----------------------------*/
/*---------------------------------------------------------------------*/

footer.main-footer .footer-info {
    position:absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -500px;
    
    margin-top: -77px;
    
    height: 77px;
}

#ieLt8 footer.main-footer .footer-info {
    position: static;
    margin: 0 auto;
}

    footer.main-footer .footer-info p {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 12px;
        color: #595959;
    
        line-height: 77px;
    }

    footer.main-footer .footer-info p.copyright {
        float: left;
    }

    footer.main-footer .footer-info p.beeonline {
        float: right;
    }

        footer.main-footer .footer-info p.beeonline a {
            color: #595959;
            font-weight: 700;
        }
    
            footer.main-footer .footer-info p.beeonline a:hover {
                color: #f95656;
            }

/*////////////////////////////////////////////////////////////////////*/
/*--------------------------- SUBPAGE.HTML ---------------------------*/
/*////////////////////////////////////////////////////////////////////*/

/*=====================================================================*/
/*------------------------------ CONTENT ------------------------------*/
/*=====================================================================*/

html.subpage {
    position: relative;
    
    min-height: 100%;
    
    z-index: 2;
}

.subpage body {        
    min-height: 100%;
    
    background-color: #000;
    
    padding-bottom: 77px;
}

.wrapper {        
    position: relative;
    
    height: 100%;
    width: 100%;
        
    z-index: 2;
}
    
    html.subpage:after {
        content: "";
        
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: 214px;    
    
        width: 266px;
        height: 100%;
        
        background-color: #5cc1da;
    
        display: block;
        z-index: 1;
    }    

    html.subpage:before {
        content: "";
        
        position: absolute;
        bottom: 77px;
        left: 0;
    
        width: 606px;
        height: 606px;
        
        background: url("../img/bg-firework.png") 0% 0% no-repeat;

        opacity: 0.60;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        display: block;
        z-index: 1;
    }

.content {
    padding: 0;
}

    .content .left-content {
        width: 654px;
        padding: 50px 40px 50px 0px;
    }

    .content .right-content {
        width: 206px;
        
        padding: 50px 30px;
    }

/*-------------------------------------------------------------------*/
/*----------------------------- ARTICLE -----------------------------*/
/*-------------------------------------------------------------------*/

/*---------------------------- HEADINGS ----------------------------*/

.content article h1 {
    font-size: 32px;
    letter-spacing: 1px;
    
    margin-bottom: 20px;
}

.content article h2 {
    font-size: 24px;
    font-weight: 700;
    
    margin-bottom: 15px;
    
    padding-top: 10px;
}

.content article h3 {
    font-size: 20px;
    font-weight: 700;
    
    margin-bottom: 10px;
}

.content article h4,
.content article h5,
.content article h6 {
    font-size: 16px;
    font-weight: 700;
    
    margin-bottom: 5px;
    
    padding-top: 5px;
}

/*---------------------------- PARAGRAPH ----------------------------*/

.content article p {
    font-size: 14px;
    
    margin-bottom: 15px;
}

    .content article p b {
        color: #f95656;
        font-size: 14px;
    }

    .content article p span {
        font-size: 14px;
        color: #5cc1da;
    }

    .content article p a {
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
    }

    .content article p a:hover {
        color: #f95656;
    }

/*---------------------------- LISTS ----------------------------*/

.content article ul,
.content article ol {
    font-size: 14px;
    line-height: 1.7;
    
    margin-bottom: 20px;       
    
    padding-left: 10px;
    
    list-style-position:inside;
}

.content article ul li {
   list-style-type: disc;
}

.content article ol li {
    list-style-type: decimal;
}

/*--------------------------------------------------------------------*/
/*---------------------------- ASIDE INFO ----------------------------*/
/*--------------------------------------------------------------------*/

aside.info {
    background-color: #5cc1da;
}

aside.info > * {
    margin-bottom: 30px;
}

    aside h2 {
        margin-bottom: 15px;
    }
    
    aside.info > section.info > p + p {
        margin-bottom: 10px;
    }
    
    aside.info > section.info > small p {
        font-size: 13px;
        line-height: 1.5;
    }

/*=====================================================================*/
/*---------------------------- MAIN FOOTER ----------------------------*/
/*=====================================================================*/

.subpage footer.main-footer .footer-info {
    position: static;
    margin: 0 auto;
}

.wrapper ~ footer.main-footer {
    position: absolute;
    bottom: 0;
    margin-top: -77px;
    
    width: 100%;    
    
    /*background-color: #363636;*/
    background-color: #222;
    
    z-index: 5;
}

.subpage #ieLt8 .wrapper ~ footer.main-footer {
    position: relative;
    top: 77px;
    margin: 0;
    
    z-index: 5;
}

.wrapper ~ footer.main-footer .footer-info p,
.wrapper ~ footer.main-footer .footer-info a {
    color: #777;
}