/* reCaptcha */
#recaptcha {
    width: 167px;
    height: 50px;
    margin-left: -15px;
    overflow: hidden;
    float: right;
}

#recaptcha > * {
    margin-top: -5px;
    margin-left: -5px;
}

body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.logo {
    padding: 5px 10px 5px 0px;
    margin-left: 5px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .logo {
        margin-right: 0px;
    }
}

@media (max-width: 400px) {
    .logo {
        display: none;
    }
}
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */

.col-md-6 h2 {
    margin-top: 0px;
}
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
       padding-top: 75px;
       padding-bottom: 75px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 879px) {
    .container {
        width: 825px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 950px;
    }
}
@media (min-width: 1100px) {
    .container {
        width: 1060px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/classroom.jpg') no-repeat fixed center;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
    }

/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
#divider .fa
    {
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }

/* end divider */

/* start feature */
#feature
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }

/* end feature */

/* start feature1 */
#feature1
    {
        background: #f8f8f8;
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }

#feature1 button .fa
	{
	margin-right: 10px;
	}
/* end feature1 */


/* start download */
#download
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/globe-bg.jpg') no-repeat fixed;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}




/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

/* Color overrides */

.blue-green-0 {
    color: #28a7e9;
}
.blue-green-1 {
    color: #29e8a8;
}
.blue-green-2 {
    color: #29e829;
}
.bg-blue-green-0 {
    background: #28a7e9;
}
.bg-blue-green-1 {
    background: #29e8a8;
}
.bg-blue-green-2 {
    background: #29e829;
}

/* End color overrides */





/* Begin responsive CSS */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #feature1 img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
    #feature h2, #feature1 h2 {
        text-align: center;
    }
    #contact > .overlay > .container > .row > * {
    float: none;
    }
}

@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #feature1, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }

    #home .overlay {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/* From "Forward" for header */
#banner {
    position: relative;
    overflow: visible;
}

    #banner h2 {
        font-family: 'Prompt', sans-serif;
        font-weight: 500;
        margin-top: 0px;
        color: #88d5fc;
    }

    #banner p {
        text-align: justify;
    }

/* Tablet */

@media screen and (min-width: 737px) and (max-width: 1200px) {

    /* Banner */

        #banner h2 {
            margin-top: 10px;
        }

}

/* Slider */

#slider {
    background: url("../css/images/monitor-frame.png") no-repeat center top;
    background-size: 100%;
}

    #slider:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: url("../css/images/monitor-shine.png") no-repeat right top;
        background-size: 100% 100%;
        top: 0px;
        right: 0px;
        z-index: 1;
    }


/* Desktop */

@media screen and (min-width: 737px) {
    /* Banner */

        #banner h2 {
            margin-bottom: 0.80em;
            line-height: 1.3em;
            font-size: 1.7em;
        }

        #banner-box {
            position: relative;
        }

            #banner-box #box1 {
                position: absolute;
                width: 370px;
                height: 194px;
                top: 30px;
                left: 0;
            }

            #banner-box #box2 {
                position: relative;
                width: 536px;
                height: 280px;
                margin: 0 auto;
                top: 0;
                z-index: 10;
            }

            #banner-box #box3 {
                width: 370px;
                height: 194px;
                position: absolute;
                top: 30px;
                right: 0;
            }

}

@media screen and (min-width: 1100px) {

    /* Slider */

        #slider {
            position: absolute;
            width: 536px;
            height: 280px;
            top: 0;
            right: 0;
        }

            #slider .viewer {
                margin: 0 auto 0 auto;
                overflow: hidden;
                position: absolute;
                width: 410px;
                height: 228px;
                top: 18px;
            }

                #slider .viewer .reel {
                    height: 262px;
                    display: none;
                }

                    #slider .viewer .reel .slide {
                        width: 410px;
                        height: 228px;
                    }

                        #slider .viewer .reel .slide img {
                            width: 410px;
                            height: 228px;
                        }

                        #slider .viewer .reel .slide .link {
                            width: 100%;
                            height: 100%;
                            display: block;
                            position: absolute;
                            left: 0;
                            top: 0;
                            text-indent: -9999px;
                            z-index: 1000;
                        }

        .static-slider {
            position: absolute;
            width: 370px;
            height: 194px;
            top: 0;
            left: 0;
            background: url("../css/images/monitor-frame.png") no-repeat center top;
            background-size: 100%;
        }

            .static-slider .viewer {
                margin: 0 auto 0 auto;
                overflow: hidden;
                position: absolute;
                width: 282px;
                top: 13px;
                left: 44px;
            }

                .static-slider .viewer .reel {
                    height: 181px;
                }

                    .static-slider .viewer .reel .slide img {
                        width: 100%;
                        height: auto;
                    }

            .static-slider .shine {
                display: block;
                position: absolute;
                width: 370px;
                height: 181px;
                background: url("../css/images/monitor-shine.png") no-repeat right top;
                background-size: 100%;
                top: 0px;
                right: 0px;
            }

}

@media screen and (min-width: 737px) and (max-width: 1200px) {

    /* Banner */

        #banner h2 {
            margin-top: 10px;
        }
}

/* Mobile */

@media screen and (max-width: 736px) {
    /* Banner */

        #banner {
            text-align: center;
        }

            #banner h2 {
                font-size: 1.75em;
            }

        #banner-box {
            padding-bottom: 45px;
        }
        #banner-box #box1 {
            display: none;
        }

        #banner-box #box2 {
            position: relative;
            top: 1.75em;
        }

        #banner-box #box3 {
            display: none;
        }

    /* Slider */

        #slider {
            width: 300px;
            height: 168px;
            float: none;
            position: relative;
            left: 50%;
            margin-left: -150px;
            background: url("../css/images/monitor-frame.png") no-repeat center top;
            background-size: 100%;
        }

            #slider .viewer {
                top: 10px;
                width: 230px;
                margin: 0px auto;
            }

                #slider .viewer .reel {
                    display: none;
                }

                    #slider .viewer .reel .slide img {
                        width: 100%;
                    }

                    #slider .viewer .reel .slide .link {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        text-indent: -9999px;
                        z-index: 1000;
                    }

}

/* Tablet */


@media screen and (min-width: 737px) and (max-width: 991px) {
        #banner-box {
            margin-top: 40px;
        }
}

@media screen and (min-width: 737px) and (max-width: 889px) {
        #banner-box {
            margin-left:-60px;
        }
}

@media screen and (min-width: 737px) and (max-width: 1099px) {

    /* Banner */

        #banner h2 {
            margin-top: 10px;
        }

    /* Slider */

        #slider {
            width: 450px;
            height: 252px;
            float: none;
            position: relative;
            left: 50%;
            margin-left: -225px;
            background: url("../css/images/monitor-frame.png") no-repeat center top;
            background-size: 100%;
        }

            #slider .viewer {
                top: 10px;
                width: 345px;
                margin: 0px auto;
            }

                #slider .viewer .reel {
                    display: none;
                }

                    #slider .viewer .reel .slide img {
                        width: 100%;
                    }

                    #slider .viewer .reel .slide .link {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        text-indent: -9999px;
                        z-index: 1000;
                    }

        #banner-box #box1 {
            display: none;
        }

        #banner-box #box3 {
            display: none;
        }

}




/* Grid */

    .row {
        border-bottom: solid 1px transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row > * {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row:after, .row:before {
        content: '';
        display: block;
        clear: both;
        height: 0;
    }

    .row.uniform > * > :first-child {
        margin-top: 0;
    }

    .row.uniform > * > :last-child {
        margin-bottom: 0;
    }

    .row.\30 \25 > * {
        padding: 0 0 0 0px;
    }

    .row.\30 \25 {
        margin: 0 0 -1px 0px;
    }

    .row.uniform.\30 \25 > * {
        padding: 0px 0 0 0px;
    }

    .row.uniform.\30 \25 {
        margin: 0px 0 -1px 0px;
    }

/*    .row > * {
        padding: 0 0 0 40px;
    }*/

    .row {
        margin: 0 0 -1px -40px;
    }

    .row.uniform > * {
        padding: 40px 0 0 40px;
    }

    .row.uniform {
        margin: -40px 0 -1px -40px;
    }

    .row.\32 00\25 > * {
        padding: 0 0 0 80px;
    }

    .row.\32 00\25 {
        margin: 0 0 -1px -80px;
    }

    .row.uniform.\32 00\25 > * {
        padding: 80px 0 0 80px;
    }

    .row.uniform.\32 00\25 {
        margin: -80px 0 -1px -80px;
    }

    .row.\31 50\25 > * {
        padding: 0 0 0 60px;
    }

    .row.\31 50\25 {
        margin: 0 0 -1px -60px;
    }

    .row.uniform.\31 50\25 > * {
        padding: 60px 0 0 60px;
    }

    .row.uniform.\31 50\25 {
        margin: -60px 0 -1px -60px;
    }

    .row.\35 0\25 > * {
        padding: 0 0 0 20px;
    }

    .row.\35 0\25 {
        margin: 0 0 -1px -20px;
    }

    .row.uniform.\35 0\25 > * {
        padding: 20px 0 0 20px;
    }

    .row.uniform.\35 0\25 {
        margin: -20px 0 -1px -20px;
    }

    .row.\32 5\25 > * {
        padding: 0 0 0 10px;
    }

    .row.\32 5\25 {
        margin: 0 0 -1px -10px;
    }

    .row.uniform.\32 5\25 > * {
        padding: 10px 0 0 10px;
    }

    .row.uniform.\32 5\25 {
        margin: -10px 0 -1px -10px;
    }

    .\31 2u, .\31 2u\24 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }

    .\31 1u, .\31 1u\24 {
        width: 91.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 0u, .\31 0u\24 {
        width: 83.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\39 u, .\39 u\24 {
        width: 75%;
        clear: none;
        margin-left: 0;
    }

    .\38 u, .\38 u\24 {
        width: 66.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\37 u, .\37 u\24 {
        width: 58.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\36 u, .\36 u\24 {
        width: 50%;
        clear: none;
        margin-left: 0;
    }

    .\35 u, .\35 u\24 {
        width: 41.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\34 u, .\34 u\24 {
        width: 33.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\33 u, .\33 u\24 {
        width: 25%;
        clear: none;
        margin-left: 0;
    }

    .\32 u, .\32 u\24 {
        width: 16.6666666667%;
        clear: none;
        margin-left: 0;
    }

    .\31 u, .\31 u\24 {
        width: 8.3333333333%;
        clear: none;
        margin-left: 0;
    }

    .\31 2u\24 + *,
    .\31 1u\24 + *,
    .\31 0u\24 + *,
    .\39 u\24 + *,
    .\38 u\24 + *,
    .\37 u\24 + *,
    .\36 u\24 + *,
    .\35 u\24 + *,
    .\34 u\24 + *,
    .\33 u\24 + *,
    .\32 u\24 + *,
    .\31 u\24 + * {
        clear: left;
    }

    .\-11u {
        margin-left: 91.66667%;
    }

    .\-10u {
        margin-left: 83.33333%;
    }

    .\-9u {
        margin-left: 75%;
    }

    .\-8u {
        margin-left: 66.66667%;
    }

    .\-7u {
        margin-left: 58.33333%;
    }

    .\-6u {
        margin-left: 50%;
    }

    .\-5u {
        margin-left: 41.66667%;
    }

    .\-4u {
        margin-left: 33.33333%;
    }

    .\-3u {
        margin-left: 25%;
    }

    .\-2u {
        margin-left: 16.66667%;
    }

    .\-1u {
        margin-left: 8.33333%;
    }

    @media screen and (min-width: 737px) {

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row {
            margin: -25px 0 -1px -25px;
        }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28desktop\29, .\39 u\24\28desktop\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28desktop\29, .\38 u\24\28desktop\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28desktop\29, .\37 u\24\28desktop\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28desktop\29, .\36 u\24\28desktop\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28desktop\29, .\35 u\24\28desktop\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28desktop\29, .\34 u\24\28desktop\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28desktop\29, .\33 u\24\28desktop\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28desktop\29, .\32 u\24\28desktop\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28desktop\29, .\31 u\24\28desktop\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28desktop\29 + *,
        .\31 1u\24\28desktop\29 + *,
        .\31 0u\24\28desktop\29 + *,
        .\39 u\24\28desktop\29 + *,
        .\38 u\24\28desktop\29 + *,
        .\37 u\24\28desktop\29 + *,
        .\36 u\24\28desktop\29 + *,
        .\35 u\24\28desktop\29 + *,
        .\34 u\24\28desktop\29 + *,
        .\33 u\24\28desktop\29 + *,
        .\32 u\24\28desktop\29 + *,
        .\31 u\24\28desktop\29 + * {
            clear: left;
        }

        .\-11u\28desktop\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28desktop\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28desktop\29 {
            margin-left: 75%;
        }

        .\-8u\28desktop\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28desktop\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28desktop\29 {
            margin-left: 50%;
        }

        .\-5u\28desktop\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28desktop\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28desktop\29 {
            margin-left: 25%;
        }

        .\-2u\28desktop\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28desktop\29 {
            margin-left: 8.33333%;
        }

    }

    @media screen and (min-width: 737px) and (max-width: 1200px) {

        .row > * {
            padding: 25px 0 0 25px;
        }

        .row {
            margin: -25px 0 -1px -25px;
        }

        .row.uniform > * {
            padding: 25px 0 0 25px;
        }

        .row.uniform {
            margin: -25px 0 -1px -25px;
        }

        .row.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 50px 0 0 50px;
        }

        .row.uniform.\32 00\25 {
            margin: -50px 0 -1px -50px;
        }

        .row.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 37.5px 0 0 37.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -37.5px 0 -1px -37.5px;
        }

        .row.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 12.5px 0 0 12.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -12.5px 0 -1px -12.5px;
        }

        .row.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 6.25px 0 0 6.25px;
        }

        .row.uniform.\32 5\25 {
            margin: -6.25px 0 -1px -6.25px;
        }

        .\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28tablet\29, .\39 u\24\28tablet\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28tablet\29, .\38 u\24\28tablet\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28tablet\29, .\37 u\24\28tablet\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28tablet\29, .\36 u\24\28tablet\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28tablet\29, .\35 u\24\28tablet\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28tablet\29, .\34 u\24\28tablet\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28tablet\29, .\33 u\24\28tablet\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28tablet\29, .\32 u\24\28tablet\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28tablet\29, .\31 u\24\28tablet\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28tablet\29 + *,
        .\31 1u\24\28tablet\29 + *,
        .\31 0u\24\28tablet\29 + *,
        .\39 u\24\28tablet\29 + *,
        .\38 u\24\28tablet\29 + *,
        .\37 u\24\28tablet\29 + *,
        .\36 u\24\28tablet\29 + *,
        .\35 u\24\28tablet\29 + *,
        .\34 u\24\28tablet\29 + *,
        .\33 u\24\28tablet\29 + *,
        .\32 u\24\28tablet\29 + *,
        .\31 u\24\28tablet\29 + * {
            clear: left;
        }

        .\-11u\28tablet\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28tablet\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28tablet\29 {
            margin-left: 75%;
        }

        .\-8u\28tablet\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28tablet\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28tablet\29 {
            margin-left: 50%;
        }

        .\-5u\28tablet\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28tablet\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28tablet\29 {
            margin-left: 25%;
        }

        .\-2u\28tablet\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28tablet\29 {
            margin-left: 8.33333%;
        }

    }

    @media screen and (max-width: 736px) {

        .row > * {
            padding: 15px 0 0 15px;
        }

        .row {
            margin: -15px 0 -1px -15px;
        }

        .row.uniform > * {
            padding: 15px 0 0 15px;
        }

        .row.uniform {
            margin: -15px 0 -1px -15px;
        }

        .row.\32 00\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.\32 00\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.uniform.\32 00\25 > * {
            padding: 30px 0 0 30px;
        }

        .row.uniform.\32 00\25 {
            margin: -30px 0 -1px -30px;
        }

        .row.\31 50\25 > * {
            padding: 22.5px 0 0 22.5px;
        }

        .row.\31 50\25 {
            margin: -22.5px 0 -1px -22.5px;
        }

        .row.uniform.\31 50\25 > * {
            padding: 22.5px 0 0 22.5px;
        }

        .row.uniform.\31 50\25 {
            margin: -22.5px 0 -1px -22.5px;
        }

        .row.\35 0\25 > * {
            padding: 7.5px 0 0 7.5px;
        }

        .row.\35 0\25 {
            margin: -7.5px 0 -1px -7.5px;
        }

        .row.uniform.\35 0\25 > * {
            padding: 7.5px 0 0 7.5px;
        }

        .row.uniform.\35 0\25 {
            margin: -7.5px 0 -1px -7.5px;
        }

        .row.\32 5\25 > * {
            padding: 3.75px 0 0 3.75px;
        }

        .row.\32 5\25 {
            margin: -3.75px 0 -1px -3.75px;
        }

        .row.uniform.\32 5\25 > * {
            padding: 3.75px 0 0 3.75px;
        }

        .row.uniform.\32 5\25 {
            margin: -3.75px 0 -1px -3.75px;
        }

        .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
            width: 100%;
            clear: none;
            margin-left: 0;
        }

        .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
            width: 91.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
            width: 83.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
            width: 75%;
            clear: none;
            margin-left: 0;
        }

        .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
            width: 66.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
            width: 58.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
            width: 50%;
            clear: none;
            margin-left: 0;
        }

        .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
            width: 41.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
            width: 33.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
            width: 25%;
            clear: none;
            margin-left: 0;
        }

        .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
            width: 16.6666666667%;
            clear: none;
            margin-left: 0;
        }

        .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
            width: 8.3333333333%;
            clear: none;
            margin-left: 0;
        }

        .\31 2u\24\28mobile\29 + *,
        .\31 1u\24\28mobile\29 + *,
        .\31 0u\24\28mobile\29 + *,
        .\39 u\24\28mobile\29 + *,
        .\38 u\24\28mobile\29 + *,
        .\37 u\24\28mobile\29 + *,
        .\36 u\24\28mobile\29 + *,
        .\35 u\24\28mobile\29 + *,
        .\34 u\24\28mobile\29 + *,
        .\33 u\24\28mobile\29 + *,
        .\32 u\24\28mobile\29 + *,
        .\31 u\24\28mobile\29 + * {
            clear: left;
        }

        .\-11u\28mobile\29 {
            margin-left: 91.66667%;
        }

        .\-10u\28mobile\29 {
            margin-left: 83.33333%;
        }

        .\-9u\28mobile\29 {
            margin-left: 75%;
        }

        .\-8u\28mobile\29 {
            margin-left: 66.66667%;
        }

        .\-7u\28mobile\29 {
            margin-left: 58.33333%;
        }

        .\-6u\28mobile\29 {
            margin-left: 50%;
        }

        .\-5u\28mobile\29 {
            margin-left: 41.66667%;
        }

        .\-4u\28mobile\29 {
            margin-left: 33.33333%;
        }

        .\-3u\28mobile\29 {
            margin-left: 25%;
        }

        .\-2u\28mobile\29 {
            margin-left: 16.66667%;
        }

        .\-1u\28mobile\29 {
            margin-left: 8.33333%;
        }

    }
