#carousel-example-captions
	{
	}

.carousel-caption h3 {
    font-size: 3.8em;
    text-transform: uppercase;
}

section
	{
	text-align: justify;
	}


#services ul {
    margin-left: 20px;
}
#services a {
    color: #fff;
    text-decoration: none;
}

#about ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 250;
}

.services_icons
	{
	padding-bottom: 50px;
	}
.services_text
	{
	padding-bottom: 20px;
	}
.services_text, .services_text p
	{
	text-align: left !important;
	}

#languages span {
    display: inline-block;
}
#languages span i {
    font-size: 5em;
    padding: 0;
}
#languages a {
    color: #fff;
}

#languages h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
}

#languages ul {
    padding: 0;
}

#languages li {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

#languages h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
}

#languages p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

/*
section h3
	{
	color: #870909;
	}
section#services h3
	{
	color: #fff;
	}
*/



/* Progress bar */
/* Defining the animation */

@-webkit-keyframes progress
{
	to {background-position: 30px 0;}
}

@-moz-keyframes progress
{
  to {background-position: 30px 0;}
}

@keyframes progress
{
  to {background-position: 30px 0;}
}

/* Set the base of our loader */

.barBg {
	width:99%;
	height:15px;
	border-radius: 8px;
	margin-bottom:30px;
}


.bar {
	background: #7aff32;
	height:30px;
	height: 15px;
	border-radius: 4px;
}

/* Set the linear gradient tile for the animation and the playback */

.barFill {
	width: 100%;
	height: 15px;
	border-radius: 20px;
	-webkit-animation: progress 1s linear infinite;
	-moz-animation: progress 1s linear infinite;
	animation: progress 1s linear infinite;
	background-repeat: repeat-x;
	background-size: 30px 30px;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* Here's some predefined widths to control the fill. Add these classes to the "bar" div */

.hundred {
	width: 100%; /* Sets the progress to 100% */
}	

.cornflowerblue {
	background-color: CornflowerBlue;
	box-shadow:inset 0px 0px 6px 2px rgba(255,255,255,.3);
}




#lang_bar
	{
	position: absolute;
    right: 0;
	top: 2px;
    padding: 3px 10px;
    font: normal 11px Arial;
	}
	#lang_bar div
    	{
    	float: left;
	    margin-left: 10px;
		border: 1px #2e373c solid;
		}
	#lang_bar div img
		{
		margin: 1px;
		}
	#lang_bar div.a
		{
		border: 1px #DE4040 solid;
		}
	#lang_bar div a 
		{
		color: #2f8bcb;
		}

.back_link, .to_main_page
	{
	margin-top: 20px;
	}
.order_translation
	{
	margin: 20px 0 0 0;
	}

.sampl_div h4
	{
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
	}
.carousel-caption span p
	{
	margin: 0;
	padding: 0;
	}


@media (max-width: 1200px) {
    .carousel-caption h3 {
        font-size: 3em;
        text-transform: uppercase;
        }
    .navbar-brand img {
        width: 250px;
    }

   section {
        padding-top: 5px;
        padding-bottom: 80px;
    }
    section h3 {
        font-size: 2.5em;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #about p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1em;
        font-weight: 250;
    }
    #about ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
        font-weight: 250;
    }

    #services span {
        width: 130px;
        height: 130px;
    }
    #services span i {
        font-size: 3em;
        padding: 40px 30px;
    }
    #services p {
        font-size: 1em;
    }
    #services ul {
        margin-left: -12px;
    }
    #services ul li {
        font-size: 0.9em;
    }

}

@media (max-width: 990px) {
	.two_col
		{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		}
	
	#blog .english, #blog .russian
		{
		text-align: center;
		}

    .navbar-brand {
        width: 65px;
        overflow: hidden;
    }
    .navbar-brand img {
        width: 250px;
    }

    .navbar-collapse {
        margin-top: 5px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.9em;
    }

    .carousel-caption h3 {
        font-size: 2.5em;
        text-transform: uppercase;
        margin-top: 100px;
    }
}
@media (max-width: 768px) {

    .navbar-brand {
        width: auto;
    }
    .navbar-brand img {
        width: 250px;
    }

	}

