/* Font Awesome */
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic-ext);

body {
    padding: 0 !important;
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead {
    font-weight: 300;
}

#header,
#pricing,
#reviews,
#support,
#feature-1,
#feature-2,
#feature-3,
#feature-4,
#feature-5,
#feature-6,
#feature-7,
#feature-9,
#footer,
#download,
#social {
    font-family: 'Roboto', sans-serif;
}

.p_title {
    margin-bottom: 50px;
}

.main_title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 3.2em;
}

#languages {
    padding-top: 20px;
}

#header {
    padding-top: 100px;
    padding-bottom: 40px;
}

#pricing,
#reviews,
#support {
    padding-top: 75px;
    padding-bottom: 100px;
}

#languages,
#header,
#feature-2,
#feature-4,
#feature-6,
#feature-8,
#footer,
#pricing,
#download,
#social {
    background-color: #146cc4;
}

.price-major {
	font-size: 55px;
	line-height: 55px;
	vertical-align: text-top;
}
.price-minor {
	font-size: 25px;
	line-height: 35px;
	vertical-align: text-top;
}

.social-icon {
    background-color: #e63b2e;
    color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #0d2338;
}

.pricing-item {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
  background-color: #1E88E5;
}

#feature-1,
#feature-2,
#feature-3,
#feature-4,
#feature-5,
#feature-6,
#feature-7,
#feature-8,
#feature-9 {
    padding-top: 75px;
}

#footer {
    padding-bottom: 10px;
}

#reviews blockquote img {
    width: 100px;
    height: 100px;
}

#download {
    padding-top: 75px;
    padding-bottom: 75px;
    color: #FFF;
}

#social {
    padding-top: 50px;
    padding-bottom: 50px;
}

.social-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 16px;
    transition: all 0.2s ease 0s;
    font-size: 32px;
}

/*----------------------------------------
    LINKS
----------------------------------------*/
.link-white:link {
    color: #ffffff;
    text-decoration: none;
}

.link-white:visited {
    color: #ffffff;
    text-decoration: none;
}

.link-white:hover {
    color: #ffffff;
    text-decoration: underline;
}

.link-white:active {
    color: #ffffff;
    text-decoration: underline;
}

/*----------------------------------------
    BUTTONS
----------------------------------------*/
.btn-download {
    margin-bottom: 30px;
}

.img-download {
    height: 70px;
}

.btn-extension {
    margin-left: 20px;
    margin-right: 20px;
}

.img-extension {
    width: 90px;
    height: 90px;
}

.btn-wide {
    padding: 15px 100px;
    margin-bottom: 30px;
}

.btn-lead {
    color: #ffffff;
    background-color: #e63b2e;
    border-color: #e63b2e;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.btn-lead:hover,
.btn-lead:focus,
.btn-lead:active,
.btn-lead.active,
.open .dropdown-toggle.btn-lead {
    color: #ffffff;
    background-color: #cc3429;
    border-color: #cc3429;
}

.btn-lead:active,
.btn-lead.active,
.open .dropdown-toggle.btn-lead {
    background-image: none;
}

.btn-lead.disabled,
.btn-lead[disabled],
fieldset[disabled] .btn-lead,
.btn-lead.disabled:hover,
.btn-lead[disabled]:hover,
fieldset[disabled] .btn-lead:hover,
.btn-lead.disabled:focus,
.btn-lead[disabled]:focus,
fieldset[disabled] .btn-lead:focus,
.btn-lead.disabled:active,
.btn-lead[disabled]:active,
fieldset[disabled] .btn-lead:active,
.btn-lead.disabled.active,
.btn-lead[disabled].active,
fieldset[disabled] .btn-lead.active {
    background-color: #e63b2e;
    border-color: #e63b2e;
}

.btn-lead .badge {
    color: #e63b2e;
    background-color: #ffffff;
}

.btn-link:hover {
    color: #cc3429 !important;
}
/* end BUTTONS */

/*----------------------------------------
    SIDE MENU
----------------------------------------*/
#sidebar-wrapper {
    background: #0f5396;
    margin-right: -250px;
    right: 0;
    width: 250px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 30px;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li i {
    padding-right: 5px;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #ffffff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #444444;
    background: none;
}

#menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0px 0px;
}

.spacer-25px {
    margin-bottom: 25px;
}

/*----------------------------------------
    CAROUSEL - REVIEWS
----------------------------------------*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 250px;
    height: 100px;
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/**
  MEDIA QUERIES - CAROUSEL REVIEWS
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }
    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/* end carousel - reviews */