/*

Template Name: ServiceUptime v2.0
Author: ServiceUptime
Author website: http://www.serviceuptime.com
Version: 1.0

---------------

Table of Contents:

1) Typography

3) Section Headers

5) Sections
6) Team
7) Blog
8) Components
9) Footer
10) Contact
11) Navigation
12) Carousel
13) Preloader
14) Buttons
15) Pricing tables
16) Gallery/Blog hover effect
17) Guideline

*/

body
{
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #25272B;
    font-size: 14px;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
}

::selection
{
    background: #7fc306;
    color: #fff;
    -webkit-text-stroke-color: #fff;
}

::-moz-selection
{
    background: #7fc306;
    color: #fff;
}

/* ==== Typography ==== */

h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    /*-webkit-text-stroke: 0.01em #000;*/
    /*font-size: 30px;*/
    font-weight: normal;
    text-align: left;
    margin-top: 25px;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
}

h3
{
    font-size: 18px;
    font-weight: bold;
}
h1,h2
{
    font-size: 30px;
}

.packages input[type="button"], .packages input[type="reset"], .packages input[type="submit"]
{
    cursor: pointer;
    -webkit-appearance: button;
    background: url(/images/btn-bgrnd.jpg) repeat-x;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
/*    min-width: 100px; */
    border-radius: 2px;
}

.text-xs {
	font-size: 80%;
}

.text-md {
	font-size: 120%;
}

.text-md {
	font-size: 140%;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active
{
    background-color: #88c212;
    border-color: #88c212;
}

.btn-primary, .btn-success
{
    background-color: #89c706;
    border-color: #88c212;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active,
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active
{
    background-color: #95CD24;
    border-color: #95CD24;
}

.open .dropdown-toggle.btn-primary
{
    background-color: #89C70B;
    border-color: #669108;
}

div.page form[role=form] {
	margin-bottom: 85px;
}
/*
#content label
{
    color:#333;
}
*/
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.text-left
{
    text-align: left !important;
}

.text-center
{
    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

h1
{
    font-size: 56px;
    font-weight: 200;
    color: #25272B;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 1;
    letter-spacing: -3px;
}

@media (max-width: 568px)
{
    h1
    {
        font-size: 46px;
        letter-spacing: -2px;
    }
}

/*
p.lead
{
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 75px 0;
    line-height: 1.5;
}
*/
a
{
    /*font-size: 14px;*/
    color: #64a8de;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover
{
    color: #25272B;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*
.divider
{
    margin: 90px 0;
    border-bottom: 1px dashed #dfe1e3;
}
*/
.content-divider
{
    margin: 30px 0 90px 0;
    border-bottom: 1px dashed #dfe1e3;
}

.small-divider
{
    margin: 30px 0;
    border-bottom: 1px dashed #dfe1e3;
}

textarea:focus, input:focus, a:focus, a:visited, *:focus
{
    outline: none;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 13px;
    top: 2px;
}

/* ==== Services / Details / Customers ==== */

#overview
{
    background: #fff;
    background-image: url(/images/bg-charts.png);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 15px 0px 65px 0px;
    text-align: center;
}

#customers
{
    background: #25272B;
    padding: 90px 0px;
    text-align: center;
    background-image: url(/images/bg-whatis.png);
}

    #customers img
    {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        #customers img:hover
        {
            opacity: 0.7;
        }


#features
{
    background: #f9f9f9;
    padding: 10px 0px 45px 0px;
    text-align: center;
}

#features-list
{
    background: #25272B;
    padding: 10px 0px 25px 0px;
    text-align: center;
    background-image: url(/images/bg-whatis.png);
}

    #reports_examples h2,
    #features-list h2
    {
        color: #84c400;
        -webkit-text-stroke: 0.01em #84c400;
        margin-bottom: 30px;
    }

#reports_examples h2
{
    margin-top: 5px;
    padding-top: 25px;
}


#intro
{
    background: #84c400 url("/images/bg-intro.png") repeat scroll 0 0 /100% 100%;
    margin: 60px 0px 0px 0px;
    text-align: center;
}



#details
{
    background: #f7f8f9;
    padding: 30px 0px;
    border-top: solid 1px #efefef;
}

@media (max-width: 767px)
{
    #details
    {
        text-align: center;
    }
}

#overview h1
{
    font-size: 21px;
    font-weight: 200;
    line-height: 1;
    margin: 15px 0;
    -webkit-text-stroke: 0.03em #83c300;
}

#overview h3
{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}


#details h3
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0;
    -webkit-text-stroke: 0.03em #25272B;
}

#overview h1, #details h5
{
    font-size: 21px;
    color: #83c300;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
}

#overview h2
{
    font-size: 23px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    letter-spacing: 1px;
}

#overview p, #details p
{
    margin: 15px 0 0px 0;
    text-align: justify;
}

.link
{
    color: #0188d5;
    border-bottom: 1px dotted;
}

#overview i
{
    color: #74ac02;
    font-size: 60px;
    line-height: 1.2em !important;
    -webkit-text-stroke: 1px #f7f8f9;
    border: 7px dotted rgba(187, 189, 192, 0);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.icon-stack
{
    width: 3em !important;
    margin-bottom: 20px;
}

#details .icon-stack i:first-child
{
    font-size: 3.1em;
    -webkit-text-stroke: 1px #f7f8f9;
}

#details .icon-stack i:last-child
{
    font-size: 1.4em;
}

#overview i:hover
{
    border: 0px dotted rgba(187, 189, 192, 1);
    padding: 25px;
}

#overview i.blue:hover, #details i.blue
{
    color: #00a9df;
}

#overview i.green:hover, #details i.green
{
    color: #8dc838;
}

#overview i.red:hover, #details i.red
{
    color: #DD1812;
}

#overview i.yellow:hover, #details i.yellow
{
    color: #FCCA03;
}

/* ==== Section Headers ==== */

.header
{
    padding: 150px 20px 0px 20px;
    text-align: center;
}

.header-extended
{
    padding: 0px;
}

.header h1
{
    font-size: 110px;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    letter-spacing: -10px;
    line-height: 0.01em;
}

@media (max-width: 768px)
{
    .header h1, .no-header h1
    {
        font-size: 56px;
        letter-spacing: -2px;
    }
}

.header img
{
    margin-bottom: -30px;
}

@media (max-width: 480px)
{
    .header img
    {
        margin-bottom: -10px;
    }
}

@media (min-width: 480px) and (max-width: 767px)
{
    .header img
    {
        margin-bottom: -20px;
    }
}

/* ==== Header backgrounds ==== */

#first-header
{
    background: #fff url(/images/headers/first.jpg) center top no-repeat;
}

#third-header
{
    background: #fff url(http://placehold.it/1400x550) center top no-repeat;
}

@media (min-width: 1400px)
{
    #first-header,
    #third-header
    {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 767px)
{
    #first-header,
    #third-header
    {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* ==== Sections ==== */

.content
{
    background: #fff;
    padding: 90px 0px 0px 0px;
    box-shadow: inset 0 60px 100px -20px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 60px 100px -20px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 60px 100px -20px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 60px 100px -20px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 60px 100px -20px rgba(0,0,0,0.1);
}

    .content.no-header
    {
        background: #fff;
        padding: 70px 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .content h1
    {
        margin: 0 0 35px 0;
        text-align: left;
    }

    .content h3
    {
        font-size: 21px;
        font-weight: 200;
        line-height: 1;
        margin: 15px 0 7px 0;
        -webkit-text-stroke: 0.03em #25272B;
    }

    .content h5
    {
        color: #74ac02;
        font-size: 13px;
        font-weight: 200;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .content p
    {
        margin: 15px 0 60px 0;
    }

    .content .icons .col-lg-2 i
    {
        display: block;
        color: #00a9df;
        font-size: 52px;
        margin-bottom: 15px;
        text-align: center;
        -webkit-text-stroke: 1px #fff;
    }

    .content .icons .col-lg-6 i
    {
        display: block;
        color: #00a9df;
        font-size: 52px;
        margin-bottom: 15px;
        -webkit-text-stroke: 1px #fff;
        height: 52px;
    }

@media (max-width: 767px)
{
    .content .icons .col-lg-10, .content .icons .col-lg-6
    {
        text-align: center;
    }
}

.content .col-lg-10 .btn-mini
{
    float: right;
    margin: 10px 0 25px 0;
}

@media (max-width: 767px)
{
    .content .col-lg-10 .btn-mini
    {
        float: none;
    }
}

.video
{
    /*margin-bottom: 35px;*/
}

.fluid-width-video-wrapper
{
    padding-top: 50% !important;
}


iframe
{
    border: none;
}

/* ==== Team section ==== */

.team .col-lg-3
{
    text-align: center;
    margin-top: 30px;
}

    .team .col-lg-3 img
    {
        padding: 7px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

        .team .col-lg-3 img.blue
        {
            border: 2px dashed #00a9df;
        }

        .team .col-lg-3 img.green
        {
            border: 2px dashed #8dc838;
        }

        .team .col-lg-3 img.red
        {
            border: 2px dashed #DD1812;
        }

        .team .col-lg-3 img.yellow
        {
            border: 2px dashed #fcca03;
        }

        .team .col-lg-3 img:hover
        {
            border: 2px dashed #74ac02;
            -moz-transform: scale(1.04);
            -o-transform: scale(1.04);
            transform: scale(1.04);
            -ms-transform: scale(1.04);
            -webkit-transform: scale(1.04);
        }

blockquote
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    blockquote.pull-right
    {
        float: none;
    }

    blockquote:hover
    {
        border-left: 5px solid #00a9df;
    }

    blockquote.pull-right:hover
    {
        border-right: 5px solid #00a9df;
        border-left: none;
    }

    blockquote p
    {
        font-size: 14px;
        font-weight: 400;
    }

/* ==== Blog section ==== */

.thumbnail
{
    border: 0;
    padding: 0;
    margin: 15px 0px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    position: relative;
}

    .thumbnail h4
    {
        font-size: 18px;
        font-weight: 200;
        color: #25272B;
        padding: 20px 20px 5px 20px;
        margin: 0;
        text-transform: uppercase;
        -webkit-text-stroke: 0.03em #25272B;
        letter-spacing: 1px;
    }

    .thumbnail p span
    {
        font-size: 13px;
        color: #00a9df;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .thumbnail .info p
    {
        padding: 0 20px 20px 20px;
        margin: 0;
    }

.info
{
    background: #f4f5f6;
}

.thumbnail:hover ul .readtime
{
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}

.thumbnail:hover ul .love
{
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}

.thumbnail ul
{
    list-style-type: none;
    position: absolute;
    top: 8px;
    left: 50%;
}

    .thumbnail ul li
    {
        text-align: center;
        width: 80px;
        height: 75px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
        -moz-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
        -o-transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
        transition: all 0.35s cubic-bezier(0.6, 1, 0.6, 1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.date
{
    background: #f4f5f6;
    line-height: 1;
}

.love
{
    background: #fff;
    line-height: 1;
}

.readtime
{
    background: #ebeced;
    line-height: 1;
}

.thumbnail i
{
    display: block;
    color: #25272B;
    font-size: 32px;
    line-height: 1.3;
    margin-top: 7px;
}

.thumbnail .date i
{
    -webkit-text-stroke: 0.03em #f4f5f6;
}

.thumbnail .love i
{
    -webkit-text-stroke: 0.015em #fff;
}

.thumbnail .readtime i
{
    -webkit-text-stroke: 0.03em #ebeced;
}

.thumbnail ul p
{
    margin: 0;
    font-size: 12px;
}

.thumbnail a img
{
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.guter .col-lg-12, .guter .col-lg-6, .guter .col-lg-4
{
    margin-top: 15px;
    margin-bottom: 15px;
}

audio
{
    width: 100%;
}

/* ==== Components - all stiles are just for demo purpose ==== */

.margin
{
    padding-top: 5%;
    padding-bottom: 5%;
}

.components
{
    padding: 90px 0px 70px 0px;
    background: #fff;
}

    .components h1
    {
        font-size: 49px;
        margin: 20px 0;
    }
form .btn.pull-right {
	margin-right: 10px;
}

form.shadow {
	padding-top: 20px;
	padding-bottom: 10px;
}

/*
.btn
{
    margin-top: 4px;
    margin-bottom: 4px;
}
*/
.nav-tabs, .nav-pills
{
    margin-bottom: 15px;
}

.nav-pills li.active a
{
    color: #fff !important;
}

.nav-tabs li a:hover, .nav li a:focus
{
    background: none;
}

.openstat .navbar-brand {
	margin:10px 0;
}

.tabbable .nav-tabs .active a
{
    color: #00a9df !important;
}

/* ==== Footer ==== */

#footer
{
    background-color: #111111;
    padding: 0;
    color: #828282;
    padding-bottom: 25px;
}

    #footer .copy
    {
        text-align: left;
    }

@media (max-width: 767px)
{
    #footer .copy
    {
        text-align: center;
    }
}

#footer .social
{
    text-align: right;
}

@media (max-width: 767px)
{
    #footer .social
    {
        text-align: center;
    }
}

/* ==== Footer Social ==== */

#footer .facebook
{
    color: #3B5998;
}

#footer .twitter
{
    color: #09C;
}

#footer .google
{
    color: #dd4b38;
}

#footer .instagram
{
    color: #3F729B;
}

    #footer .facebook:hover,
    #footer .twitter:hover,
    #footer .instagram:hover,
    #footer .google:hover
    {
        opacity: 0.6;
    }

/* ==== Contact ==== */
/*
#contact
{
    padding: 0px 0px 70px 0px;
}

    #contact h3
    {
        margin-left: 25px;
    }

.form-control, .form-control:focus
{
    color: #25272B;
    text-align: center;
    border: 0;
    outline: none;
    resize: none;
    background: #eeeff2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
@media (min-width: 768px)
{
    .form-group
    {
        display: inline-block;
    }
}

.form-group, label
{
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.honeypot
{
    display: none !important;
}

.message
{
    display: none;
}

#form-alert
{
    text-align: center;
    padding: 5px 15px 5px 15px;
    margin: 15px 0 0 0;
}

form .btn
{
    display: inline-block;
    margin: 0;
}
*/
/* ==== Navigation ==== */

.navbar
{
    background: #fff;
    border-bottom: none;
}

.navbar-brand
{
    padding: 9px 15px;
    margin-left: -15px;
}

.navbar-brand img.img-responsive {
	max-width: 238px;
}

.navbar-default .navbar-nav > li >a
{
    color: #25272B;
}

    .navbar-default .navbar-nav > li >a:hover
    {
        color: #74ac02;
    }

.breadcrumb_links .navbar-nav > li >a
{
    color: #ffffff !important;
}

.breadcrumb-nav.collapse.in {
    border-top: 0;
    clear: both;
    margin-left: -3px;
    overflow-y: visible;
    box-shadow: none;
    background-color: #f7f7f7;
}

.main-nav.collapse.in {
    clear: both;
}

.breadcrumb_links {
    width:100%;
}

.breadcrumb_links.collapse.in .navbar-nav > li >a
{
    color: #3c3c3c !important;
}

.breadcrumb_links  .navbar-nav > li >a:hover
    {
        color: #355d02 !important;
    }

#breadcrumbs .container .nav .active > a
{
    background-color: #efd92f !important;
    border-radius: 3px;
    color: #3c3c3c !important;
    margin-top: 10px;
    padding: 9px 10px 10px 10px !important;
}

.navbar .container .nav .active > a
{
    background-color: #636363 !important;
    border-radius: 3px;
    color: #FFFFFF !important;
    margin-top: 10px;
    padding: 9px 10px 10px 10px !important;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover
{
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.navbar .nav li a
{
    text-shadow: none;
    text-align: center;
    padding: 20px 15px;
}

@media (max-width: 767px)
{
    .navbar .nav li a
    {
        padding: 10px 15px;
    }
}

.navbar-toggle
{
    margin: 5px 0;
    border-radius: 0;
    right: 15px;
}

.nav-collapse .nav li a:hover, .nav-collapse .dropdown-menu a:hover
{
    background-color: transparent;
}

.nav-collapse .nav li a
{
    font-size: 13px;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.01em #777;
}



/* ==== Intro 'see more' and 'take a tour' buttons, customized bootstrap buttons ==== */
/*
.btn
{
    border: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
*/
.btn-syndicate
{
    color: #fff;
    background-color: #00a9df;
    border-color: #00a9df;
}

    .btn-syndicate:hover
    {
        color: #fff;
        background-color: #009acb;
        border-color: #009acb;
    }

.btn-fancy
{
    color: #fff;
    background-color: #852b99;
    border-color: #852b99;
}

    .btn-fancy:hover
    {
        color: #fff;
        background-color: #6d1b81;
        border-color: #6d1b81;
    }

.btn-cool
{
    color: #fff;
    background-color: #ff5d0f;
    border-color: #ff5d0f;
}

    .btn-cool:hover
    {
        color: #fff;
        background-color: #ff5300;
        border-color: #ff5300;
    }

.btn-eco
{
    color: #fff;
    background-color: #8dc838;
    border-color: #8dc838;
}

    .btn-eco:hover
    {
        color: #fff;
        background-color: #7fb532;
        border-color: #7fb532;
    }

.btn-sun
{
    color: #fff;
    background-color: #fcca03;
    border-color: #fcca03;
}

    .btn-sun:hover
    {
        color: #fff;
        background-color: #fcb603;
        border-color: #fcb603;
    }

.btn-pallmall
{
    color: #fff;
    background-color: #DD1812;
    border-color: #DD1812;
}

    .btn-pallmall:hover
    {
        color: #fff;
        background-color: #c90e08;
        border-color: #c90e08;
    }

.squared
{
    border-radius: 0px;
}

.btn-more
{
    color: #fff;
    background: #e3e4e5;
    padding: 0px 6px;
}

    .btn-more:hover
    {
        background: #dddedf;
    }

.more
{
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 50px;
    z-index: 2;
}

    .more a
    {
        position: relative;
    }

/* ==== Gallery/Blog hover effect ==== */

.bigmodal
{
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}

    .bigmodal.fade.in
    {
        top: 0;
    }

    .bigmodal .modal-body
    {
        padding: 0px 20px;
        max-height: none;
    }

.modal
{
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .modal img, .navbar-brand img
    {
        min-width: 100%;
        height: auto;
    }

.back, .previous, .forward
{
    background: transparent;
    color: #74ac02;
    line-height: 1;
    padding: 10px;
    float: none;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.back
{
    font-size: 42px;
    -webkit-text-stroke: 2px #fff;
}

    .back:hover
    {
        color: #25272B;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.previous, .forward
{
    font-size: 38px;
    -webkit-text-stroke: 3px #fff;
}

    .previous:hover
    {
        color: #25272B;
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    .forward:hover
    {
        color: #25272B;
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px);
    }
/*
.modal-body .col-lg-12.margin
{
    text-align: center;
    z-index: 9999;
}

.modal-backdrop
{
    display: none !important;
}

    .modal-backdrop, .modal-backdrop.fade.in
    {
        z-index: 0;
    }
*/
.grid
{
    list-style: none;
    margin: 0;
    padding: 0;
}

    .grid li
    {
        display: inline-block;
        position: relative;
        margin-bottom: 30px;
    }

    .grid figure
    {
        margin: 0;
        position: relative;
    }

        .grid figure img
        {
            max-width: 100%;
            display: block;
            position: relative;
        }

    .grid figcaption
    {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        background: #25272B;
        color: #00a9df;
        padding: 10px 0;
    }

        .grid figcaption span
        {
            font-size: 13px;
            text-transform: uppercase;
        }

        .grid figcaption h4
        {
            font-size: 19px;
            font-weight: 400;
            margin: 0;
            padding: 0 0 5px 0;
            color: #fff;
            -webkit-text-stroke: 0.01em #fff;
        }

    .grid figure
    {
        overflow: hidden;
        width: 100%;
    }

        .grid figure img
        {
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            -o-transition: -o-transform 0.2s;
            transition: transform 0.4s;
        }

        .no-touch .grid figure:hover img,
        .grid figure.grid img
        {
            -webkit-transform: translateY(-30px);
            -moz-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            -o-transform: translateY(-30px);
            transform: translateY(-30px);
        }

    .grid figcaption
    {
        width: 100%;
        top: auto;
        bottom: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        -o-transition: transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }

    .no-touch .grid figure:hover figcaption,
    .grid figure.cs-hover figcaption
    {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        -o-transition: transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .grid figcaption a
    {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }

/* ==== Pricing tables ==== */

.pricing-table
{
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

    .pricing-table p
    {
        margin: 10px;
    }

    .pricing-table i
    {
        font-size: 20px;
        -webkit-text-stroke: 0.01em #fff;
    }

    .pricing-table h2
    {
        -webkit-text-stroke: 0.02em #25272B;
    }

    .pricing-table h3:first-child
    {
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 2px solid transparent;
    }

    .pricing-table h3:nth-of-type(2)
    {
        border-bottom: 1px solid transparent;
    }

    .pricing-table h3 span
    {
        background: #fff;
        top: 9px;
        position: relative;
        padding: 9px;
    }

    .pricing-table.red h3
    {
        font-size: 18px;
        border-color: #DD1812;
    }

    .pricing-table.yellow h3
    {
        font-size: 18px;
        border-color: #FCCA03;
    }

    .pricing-table.green h3
    {
        font-size: 18px;
        border-color: #8dc838;
    }

/* ==== Back to top button ==== */

.go-top
{
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    font-size: 13px;
    padding: 1em;
}

    .go-top:hover
    {
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
    }

/* ==== Guideline ==== */

.gl-overlay
{
    text-align: center;
}

.gl-bubble
{
    background-color: #fff;
    margin: 0 15px 0 0px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0,0.2);
}

    .gl-bubble .content
    {
        padding: 10px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .gl-bubble .gl-close,
    .gl-bubble .gl-close:visited,
    .gl-bubble .gl-close:active
    {
        font-size: 28px;
        position: absolute;
        right: 8px;
        top: 0px;
        font-weight: 400;
        text-decoration: none;
        color: #00a9df;
    }

        .gl-bubble .gl-close:hover
        {
            text-decoration: none;
            color: #009acb;
        }

    .gl-bubble h2
    {
        font-size: 16px;
        padding: 0;
        margin: 0;
        line-height: 20px;
    }

        .gl-bubble h2 + div
        {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .gl-bubble .btn
    {
        margin-top: 17px;
    }

    .gl-bubble .progress-bar
    {
        height: 2px;
        background-color: #00a9df;
    }

    /*Arrow*/

    .gl-bubble .arrow,
    .gl-bubble .arrow:after
    {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .gl-bubble .arrow
    {
        border-width: 11px;
    }

        .gl-bubble .arrow:after
        {
            border-width: 10px;
            content: "";
        }

    /*Top*/

    .gl-bubble.top
    {
        margin-top: -15px;
    }

        .gl-bubble.top .arrow
        {
            bottom: -11px;
            left: 50%;
            margin-left: -11px;
            border-top-color: #fff;
            border-bottom-width: 0;
        }

            .gl-bubble.top .arrow:after
            {
                bottom: 1px;
                margin-left: -10px;
                border-top-color: #fff;
                border-bottom-width: 0;
            }

    /*Right*/

    .gl-bubble.right
    {
        margin-left: 15px;
    }

        .gl-bubble.right .arrow
        {
            top: 50%;
            left: -11px;
            margin-top: -11px;
            border-right-color: #fff;
            border-left-width: 0;
        }

            .gl-bubble.right .arrow:after
            {
                bottom: -10px;
                left: 1px;
                border-right-color: #fff;
                border-left-width: 0;
            }

    /*Bottom*/

    .gl-bubble.bottom
    {
        margin-top: 15px;
    }

        .gl-bubble.bottom .arrow
        {
            top: -11px;
            left: 50%;
            margin-left: -11px;
            border-bottom-color: #fff;
            border-top-width: 0;
        }

            .gl-bubble.bottom .arrow:after
            {
                top: 1px;
                margin-left: -10px;
                border-bottom-color: #fff;
                border-top-width: 0;
            }

    /*Left*/

    .gl-bubble.left
    {
        margin-right: 15px;
    }

        .gl-bubble.left .arrow
        {
            top: 50%;
            right: -11px;
            margin-top: -11px;
            border-left-color: #fff;
            border-right-width: 0;
        }

            .gl-bubble.left .arrow:after
            {
                right: 1px;
                bottom: -10px;
                border-left-color: #fff;
                border-right-width: 0;
            }

.lnk-site-browse
{
    color: #2a6496;
    border-bottom: 1px dotted;
}


.feature-name-img
{
    padding-left: 25px;
    height: 60px;
    width: 60px;
    float: left;
}

#fni1
{
    background: url(/images/icon-feature-1.png) no-repeat 0px 2px;
}

#fni2
{
    background: url(/images/icon-feature-2.png) no-repeat 0px 2px;
}

#fni3
{
    background: url(/images/icon-feature-3.png) no-repeat 0px 2px;
}

.feature-name h3
{
    padding-top: 11px;
    padding-left: 75px;
    color: #333333;
}

.feature-text
{
    clear: both;
    text-align: left;
    margin-top: 25px;
}

.features-list-item
{
    color: #fff;
    text-align: left;
    padding: 0px;
}


    .features-list-item ul
    {
        margin-right: 5px;
        padding: 0;
    }

    .features-list-item li
    {
        padding-bottom: 10px;
        background: url(/images/icon-check.png) no-repeat left 2px;
        padding-left: 25px;
        list-style: none;
        margin: 0;
    }

/*
.features-list .container .features-list-item:first-child {
    padding-right: 215px;
}
*/

#packages h2
{
    text-align: center;
    padding: 30px;
    margin: 0px;
}

.package h3
{
    font-size: 24px;
    text-align: center;
    color: #7fc603;
    -webkit-text-stroke: 0.01em #7fc603;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
}

#packages .best h3
{
    padding-top: 23px;
    padding-bottom: 15px;
}



.free-signup
{
    padding: 25px 0px 20px 0px;
    text-align: center;
    clear: both;
}

.package
{
    width: 340px;
    height: 480px;
    background: url(/images/bg-package-back.png) no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 10px #D5D5D5;
    float: left;
    z-index: 10;
    margin-top: 9px;
}
.package-custom {
    height: auto;
    background: none;
}

.package-custom .package-buttons{
   margin-bottom: 18px;
}

#custompack .table td {
	line-height: 1.7;
}

#packages .best
{
    height: 500px;
    background: url(/images/bg-package-front.png) no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0) !important;
    z-index: 10 !important;
    margin-top: 0px !important;
    position: relative;
}

.page .best
{
    background: transparent url(/images/corner-star-mini.png) no-repeat right top;
}

.page .package-buttons
{
    margin-bottom: 15px;
}

.package-name
{
    background-image: url(/images/separator.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.package-price p
{
    color: #383838;
    -webkit-text-stroke: 0.01em #383838;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 30px;
}

.package-price span
{
    color: #999999;
    -webkit-text-stroke: 0.01em #999999;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    content: '';
    display: inline-block;
    width: 100%;
}

.package-links
{
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

    .package-links a
    {
        margin-left: 15px;
        margin-right: 15px;
    }

.package-buttons
{
    text-align: center;
}

    .package-buttons input
    {
        box-shadow: #C5BFBF 0px 4px 9px;
    }

#package-star
{
    position: absolute;
    background: url(/images/corner-star.png) no-repeat;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
}







#signin, #signup
{
    color: #74ac02 !important;
    -webkit-text-stroke: 0.01em #74ac02 !important;
}
li.active #signup
{
    color: #fff !important;
}



@media (max-width: 767px)
{

    ul.flip li a div div.inn
    {
        font-size: 32px !important;
    }

    .countDownClock .flip
    {
        width: 24px !important;
        height: 36px !important;
        line-height: 34px !important;
        padding: 15px;
    }

    .countDownClock .separator
    {
        height: 36px !important;
        font-size: 16px !important;
        margin-top: 2px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        width: 6px !important;
        line-height: 60px !important;
    }

    #intro
    {
        /*zoom:0.4;*/
    }

    #packages .packages
    {
        width: 290px;
        margin: 0 auto;
    }
 
    #packages .package
    {
        margin-top: 12px !important;
        width: 290px;
    }
    #action_bar
    {
        height:200px !important;
    }

}


@media (max-width: 640px)
{
    .breadcrumb_subscribe
    {
        float: none !important;
        clear: both !important;
        text-align: center !important;
        background: #fff;
    }
    .slide_text
    {
        font-size:3.2vw !important;
    }
    .slide_header
    {
        font-size:5vw !important;
    }
    #content
    {
        margin-top: 160px !important;
    }

    ul.flip li a div div.inn
    {
        font-size: 12px !important;
    }

    .countDownClock .flip
    {
        width: 16px !important;
        height: 27px !important;
        line-height: 26px !important;
        padding: 0 !important;
    }

    .countDownClock .separator
    {
        height: 27px !important;
        font-size: 12px !important;
        margin-top: 0px !important;
        width: 0px !important;
    }

    .downtimes_description
    {
        font-size: 3vw !important;
    }

    .downtimes_message
    {
        font-size: 3.5vw !important;
    }

    #intro
    {
        /*zoom:0.3;*/
    }

    .navbar .img-responsive
    {
        width: 180px;
    }


    #action_bar
    {
        height:200px !important;
    }

    a.action_subscribe {
        font-size: 17px;
        line-height: 50px;
    }

}

@media (max-width: 350px)
{
    #action_bar
    {
        height:200px !important;
    }

    .action_form {
        width:383px !important;
        margin: 0 !important;
    }
    .navbar .img-responsive
    {
        width: 150px;
    }


    a.action_subscribe {
        font-size: 16px;
        line-height: 50px;
    }

}



@media (max-width: 767px)
{
    .action_form {
        float:none !important;
        width:auto !important;
        margin: 0 !important;
    }
    .action_form_subscribe, .action_form_subscribe_l, .action_form_subscribe_r
    {
        float:none !important;
        width:auto !important;
        text-align:center !important;
        background-image:none !important;
        padding-left:0px !important;
    }
    .action_subscribe:hover, .action_subscribe_l:hover, .action_subscribe_r:hover, .action_subscribe:hover, .action_subscribe
    {
        margin-left:0 !important;
    }
}

@media (max-width: 1213px) {
    #action_bar
    {
        height:200px !important;
    }

}

@media (min-width: 768px)
{


    ul.flip li a div div.inn
    {
        font-size: 50px !important;
    }

    .countDownClock .flip
    {
        width: 36px !important;
        height: 54px !important;
        line-height: 52px !important;
    }

    .countDownClock .separator
    {
        height: 54px !important;
        font-size: 24px !important;
        margin-top: 5px !important;
        width: 9px !important;
    }

    #intro
    {
        /*zoom:0.6;*/
    }

    .action_form {
        width:383px !important;
    }

    .container
    {
        width: 728px;
    }

    #packages .packages
    {
        width: 720px;
        margin: 0 auto;
    }

    #packages .package
    {
        width: 240px;
    }


}

@media (max-width: 400px){  
    #action_bar
    {
        height:270px !important;
    }
    .action_form td
    {
        text-align:center;
        display:block;
        width:auto !important;
    }
    .action_input.button
    {
        width:200px !important;
        float:none !important;
        margin-right:auto !important;
        margin-left:auto !important;
    }
    .action_form
    {
        height:170px !important;
    }

}

@media (min-width: 992px)
{

    ul.flip li a div div.inn
    {
        font-size: 80px !important;
    }

    .countDownClock .flip
    {
        width: 60px !important;
        height: 90px !important;
        line-height: 87px !important;
    }

    .countDownClock .separator
    {
        height: 90px !important;
        font-size: 80px !important;
        margin-top: 15px !important;
        width: 36px !important;
    }

    
    .downtimes_description
    {
        font-size: 15px !important;
    }

    .downtimes_message
    {
        font-size: 16px !important;
    }

    .countDownClock .container
    {
        margin-top: 30px !important;
    }
    .action_form {
        width:595px !important;
    }
    

    .container
    {
        width: 940px;
    }

    #packages .packages
    {
        width: 900px;
        margin: 0 auto;
    }

    #packages .package
    {
        width: 300px;
    }

}

@media (min-width: 1200px)
{
    .slide_header
    {
        font-size:30px !important;
    }
    .slide_text
    {
        font-size:14px !important;
    }
    .container
    {
        width: 1170px;
    }

    #packages .packages
    {
        width: 1020px;
        margin: 0 auto;
    }

    #packages .package
    {
        width: 340px;
    }
    .action_form {
        width:625px !important;
    }
}

.testimonials_quote_left
{
    float: left;
}

.testimonials_quote_right
{
    float: right;
}

.testimonials
{
    margin: 0px 60px 0 60px;
    font-style: italic;
}

    .testimonials p
    {
        margin-top: 15px;
    }

        .testimonials p.testimonials_author a,
        .testimonials p.testimonials_author
        {
            color: #CCC;
            font-style: italic;
        }

            .testimonials p.testimonials_author a
            {
                color: #CCC;
                border-bottom: 1px dotted;
                text-decoration: none;
            }

.downtimes_header
{
    text-align: center;
    font-weight: bold;
    font-size: 3vw;
    margin-top: 3vw;
}
 /*.downtimes_header {
    font-size: 40px !important;
    margin-top: 30px !important;
}*/

.downtimes_description
{
    text-align: center;
    font-style: italic;
    clear: both;
    font-size: 1vw;
    margin-top: 7px;
}

.downtimes_message
{
    margin-top: 15px;
    font-size: 1.15vw;
}

#action_bar
{
    height: 100px;
    background: #222;
    overflow: hidden;
    position: relative;
}

.action_bar_right_bg
{
    background: #000;
    position: absolute;
    height: 100px;
    width: 50%;
    right: -20px;
}

.action_form table
{
    width: 100%;
}

.action_input
{
    height: 40px;
    border-radius: 5px;
    border: solid;
    margin-top: 30px;
    display: block;
}

    .action_input.button
    {
        text-shadow: 0px 1px 0px #cecece;
        float: right;
        background: #fecc05 url('/images/btn-check.png') repeat-x;
        font-weight: bold;
        border-radius: 5px;
    }


.action_form_subscribe
{
    width: 545px;
    height: 100px;
    float: right;
    position: relative;
    background: #000 url('/images/or.png') no-repeat left;
    padding-left: 20px;
}

.action_form
{
    background: #222;
    position: relative;
    height: 100px;
    width: 625px;
    padding: 0 15px;
    margin: 20px 0 0 250px;
    left: auto;
    right: auto;
}

.action_form_subscribe_r
{
    width: 545px;
    height: 100px;
    float: right;
    position: relative;
    background: #000 url('/images/or.png') no-repeat left;
    padding-left: 20px;
}

.action_form_subscribe_l
{
    position: relative;
    height: 100px;
    background: #222;
    width: 625px;
    padding: 0 15px;
    float:left;
}

.action_subscribe:hover,
.action_subscribe
{
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    border-bottom: #FFF dashed 1px;
    line-height: 100px;
    margin-left: 30px;
}

.action_price
{
    color: #83C300;
}

#reports_examples
{
    background: #222222 url('/images/bg-reports.png') repeat-x center;
    height: 399px;
}

#footer h6
{
    font-weight: bold;
    color: #fff;
    font-size: 17px;
}

#footer .copy img
{
    margin-top: 25px;
    width: 100%;
    max-width: 163px;
}

#footer .copy p
{
    padding-top: 25px;
    font-size: 12px;
}

.action_input.domain::-webkit-input-placeholder
{
    font-style: italic;
    font-size: 16px;
}

.action_input.domain:-moz-placeholder
{
    font-style: italic;
    font-size: 16px;
}


.action_input.domain::-moz-placeholder
{
    font-style: italic;
    font-size: 16px;
}

.action_input.domain:-ms-input-placeholder
{
    font-style: italic;
    font-size: 16px;
}

.action_input.domain
{
    padding: 5px 10px;
    width: 100%;
}

#footer a:hover,
#footer a
{
    font-size: 12px;
    line-height: 25px;
    color: #83C300;
    border-bottom: dotted 1px #83C300;
}

.slide
{
    color: #fff;
    padding: 0 45px;
}

.slide_header
{
    color: #fff; 
    font-size: 3vw;
}

.slide_text
{
    font-size: 1.2vw;
}

.package-features
{
    line-height: 28px;
    margin-bottom: 20px;
}

    .package-features ul
    {
        padding-left: 50px;
    }

.package-price
{
    margin-bottom: 15px;
}

.frequency_feature
{
    list-style: url('/images/icon-time.png');
}

.icon-srvlist
{
    list-style: url('/images/icon-srvlist.png');
}

.monitor-plus
{
    list-style: url('/images/icon-plus.png');
}

.port_feature
{
    list-style: url('/images/icon-port.png');
}

.monitors_feature
{
    list-style: url('/images/icon-monitor.png');
}

.location_feature
{
    list-style: url('/images/icon-locations.png');
}

.notification_feature
{
    list-style: url('/images/icon-sms.png');
}

#breadcrumbs
{
    background: #89c70b url('/images/bar-decoration.png') repeat-x center;
    height: 58px;
    margin-top: 7px;
}

.breadcrumb_links
{
    float: left;
    line-height: 50px;
    color: #fff;
}

    .breadcrumb_links a:hover,
    .breadcrumb_links a
    {
        color: #fff;
        text-decoration: underline;
    }

.breadcrumb_separator
{
    margin: 0 5px;
}

.breadcrumb_subscribe
{
    line-height: 50px;
    font-weight: bold;
    float: right;
}

    .breadcrumb_subscribe a, .breadcrumb_subscribe a:visited
    {
        color: #222;
        border-bottom: dotted 1px #222;
        text-decoration: none;
    }

    .breadcrumb_subscribe a:hover
    {
        color: #fff;
        border-bottom: dotted 1px #fff;
        text-decoration: none;
    }

#content
{
    margin-top: 140px;
}

.sidebar_menu
{
    list-style: none;
    padding: 0;
    border: solid 1px #ccc;
    box-shadow: #CCC 0px 0px 3px;
}

    .sidebar_menu li
    {
        margin: 0 19px;
        line-height: 39px;
        border-bottom: dotted 1px #CCC;
    }

        .sidebar_menu li a
        {
            text-transform: uppercase;
            color: #333;
			display: block;
        }

        .sidebar_menu li a:hover
        {
            text-transform: uppercase;
            color: #74ac02;
			display: block;
        }

        .sidebar_menu li.active a
        {
            color: #fff;
        }

        .sidebar_menu li.active
        {
            background: #333;
            border-bottom: solid 1px #333;
            margin: -1px 0;
            padding: 0 19px;
        }

        .sidebar_menu li.last
        {
            border-bottom: none;
        }
        .sidebar_menu li.sub
        {
            line-height: 29px;
            margin-left: 29px;
        }
		.sidebar_menu li.sub a
        {
            text-transform: none;
			font-size: 90%;
		}

    .sidebar_menu .menu_group_separator
    {
        border-bottom: solid 1px #89c70b;
        padding: 0;
        margin: 0;
    }

.second_menu
{
    margin-top: 30px;
}

.api-doc-ancher {
	padding-top: 141px; 
	margin-top: -141px;
}

.page h1
{
    font-size: 35px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
}

.emphasized_message
{
    padding: 15px;
    border: solid 1px #89c70b;
    text-align: justify;
    font-size: 13px;
}

.page .text
{
    text-align: justify;
    margin: 30px 0;
}

.page .package
{
    width: 100%;
    height: auto;
}

.nice_table
{
    width: 100%;
    margin-top: 30px;
    border-top: solid 1px #ececec;
    margin-bottom: 15px;
}

    .nice_table tr
    {
        height: 39px;
        line-height: 39px;
        border-bottom: solid 1px #ececec;
    }

    .nice_table.plans tr td:first-child,
    .nice_table.plans tr th:first-child
    {
        font-weight: normal;
        padding: 0;
    }

    .nice_table tr th
    {
        color: #999;
        font-weight: normal;
    }

    .nice_table tr th,
    .nice_table tr td
    {
        padding: 0 0 0 20px;
    }

    .nice_table.plans tr th,
    .nice_table.plans tr td
    {
        font-weight: bold;
    }



        .nice_table.premium_package tr th:nth-child(2n),
        .nice_table.premium_package tr td:nth-child(2n),
        .nice_table.plans tr th:nth-child(2n),
        .nice_table.plans tr td:nth-child(2n)
        {
            background: #f9f9f9;
        }


/*
.page a
{
    color: #0188D5;
    text-decoration: underline;
}*/

.page .link
{
    border-bottom: none;
}

.page .package-links
{
    margin-bottom: 15px;
}

.note
{
    color: #999;
    font-size: 12px;
}

.page
{
    font-size: 14px;
}

.nice_table.premium_list td
{
    padding-right: 20px;
}

.nice_table.premium_list tr:nth-child(2n) td
{
    background: #f9f9f9;
}

.nice_table.premium_list tr td:first-child
{
    padding-left: 20px;
}

.nice_table.premium_list tr td:nth-child(2)
{
    text-align: right;
}

.text .btn-primary
{
    box-shadow: #C5BFBF 0px 4px 9px;
}

.text.features
{
    border-bottom: solid 1px #ececec;
    padding-bottom: 30px;
}

.account_clock
{
    position: relative;
    float: right;
    width: 142px;
    height: 142px;
    margin-left: 20px;
    background: url('/images/clock.png') no-repeat center;
    text-align: center;
    font-weight: bold;
}

    .account_clock .circle
    {
        float: right;
        width: 52px;
        height: 52px;
        line-height: 52px;
    }

        .account_clock .circle.free
        {
            color: #fff;
            background: url('/images/circle-green.png') no-repeat center;
        }

        .account_clock .circle.prem
        {
            color: #333;
            background: url('/images/circle-yellow.png') no-repeat center;
        }

        .account_clock .circle.custom
        {
            color: #333;
            background: url('/images/circle-red.png') no-repeat center;
        }



    .account_clock .minutes
    {
        color: #89c70b;
        position: absolute;
        bottom: 22px;
        font-size: 18px;
        line-height: 18px;
        display: block;
        width: 100%;
    }


.slider
{
    /*background: url('/images/bg-reports-slider.png') no-repeat center;*/
	background: none repeat scroll 0 0 transparent;
}

/* FAQ */
.faqcatname, .faqquest {
	cursor: pointer;
}

.registration {
    margin-top: -70px;
}

.registration .shadow
{
    box-shadow: #ECECEC 0px 0px 20px;
    border:solid 1px #ccc;
    background:#fff;
    margin-bottom:50px;
}


.registration .account-type-select {
    background-color: #92c82a;
    padding: 10px 40px;
}

.registration .account-type-select select
{
    background:#f8f8f8;
    border:solid 1px #ccc;
    padding:4px 5px;
    display:block;
    height:44px;
    line-height:20px;
    width:100%;
    font-size: 20px;
}

.registration .account-type-select h1, #account-type-select h1 {
    font-size: 42px;
    color: white;
    margin-top: 20px;
}

.registration .account-type-select .service-type-description {
    padding: 5px 0 20px 0;
    color: white;
}

.registration .registration-inputs {
    padding: 30px 30px;
}



