﻿/*@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic);*/
@import url(css/style_font.css);

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

header {
    /*border: 1px solid red;*/
}

input::-moz-placeholder {
    color: #808080;
}

input::-moz-focus-inner {
    border: 0;
}
/*input[type="radio"], input[type="checkbox"] {
    display: none;
}*/

#divContent {
    background-color: transparent;
}

.bx-little, .bx-little-tw {
    padding: 0;
}

    .bx-little li, .bx-little-tw li {
        display: inline-block;
        text-align: center;
        width: 15.333%;
        vertical-align: top;
    }

        .bx-little li p, .bx-little-tw li p {
            width: 70%;
            margin: 10px auto;
            font-size: 14px;
            line-height: 16px;
            color: #7a7a7a;
            margin-top: 25px;
        }

        .bx-little li span, .bx-little-tw li span {
            font-size: 50px;
            border-radius: 50%;
            padding: 18px;
            color: white;
        }

        .bx-little li:nth-child(1) span {
            background-color: #a35ce9;
        }

        .bx-little li:nth-child(2) span {
            background-color: #22c8b8;
        }

        .bx-little li:nth-child(3) span {
            background-color: #e58d42;
        }

        .bx-little-tw li:nth-child(1) span {
            background-color: #E91E63;
        }

        .bx-little-tw li:nth-child(2) span {
            background-color: #3F51B5;
        }

        .bx-little-tw li:nth-child(3) span {
            background-color: #009688;
        }

.inst-fg {
    text-align: center;
    /*margin-top: 25px;*/
}

    .inst-fg h3 {
        font-size: 35px;
        color: #1d8efd;
        font-weight: 600;
        letter-spacing: -.5px;
        width: 53%;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 48px;
    }

.arrow-control {
    font-size: 6em;
    line-height: 2em;
    color: #c8c8c8;
    text-shadow: none;
}

.carousel-indicators {
    bottom: -10px;
}

    .carousel-indicators .active {
        background-color: #1d8efd;
    }

    .carousel-indicators li {
        background-color: #6e6e6e;
    }

.carousel-control.right, .carousel-control.left {
    background-color: transparent;
    background-image: none;
}

.carousel-control.right, .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0.00) 0,rgba(0, 0, 0, 0.00) 100%);
    background-image: -o-linear-gradient(left,rgba(0, 0, 0, 0.00) 0,rgba(0, 0, 0, 0.00) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.00)));
    background-image: linear-gradient(to right,rgba(0,0,0,0.00) 0,rgba(0,0,0,0.00) 100%);
    filter:none;
    background-repeat: no-repeat;
}

.carousel-inner > .item {
    /*position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;*/

    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}


@media only screen and (max-width: 990px) {
    .carousel-control.right, .carousel-control.left {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .inst-fg h3 {
        width: 80%;
        font-size: 29px;
    }

    .bx-little li, .bx-little-tw li {
        width: 90%;
        margin-top: 35px;
    }

        .bx-little li p, .bx-little-tw li p {
            width: 50%;
        }
}
