body {
    background: url(../images/sbg.jpg) 100% 100% no-repeat fixed; /* Добавляем фон */
    background-size: cover; /* Масштабируем фон */

   }

body { font-family: font-family: 'Ubuntu', sans-serif; overflow-x: hidden; color: #000;} /*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/
 p { font-family: 'Ubuntu', sans-serif; font-size: 18px; }

h1, h2, h3 { font-family: 'Times New Roman', Times, serif; font-weight: bold; font-style: italic; color: #760006;}

h1 { font-weight: bold; font-size: 3.8em;}

h2 { font-size: 3.4em; }

ul { margin: 0; }
.h100-containner {padding-top:100px;} 

section .row { margin-left: 0; margin-right: 0; overflow: hidden; }
section h1 { text-transform: uppercase; color: white; margin-top: 0px; margin-bottom: 0px; line-height: 280px; text-align: center; }


.intro {
text-align: center;

margin-top: 150px !important;


    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #760006;
	

}

.intro p{
font-size: 2em !important;
}




#znatnaya {padding-top: 100px;}

.container { margin: 0px auto; }
.p50p { margin: 0px auto; }
/*http://css-tricks.com/vertically-center-multi-lined-text/*/
.center-row { display: table; }
.center-row .center { display: table-cell; vertical-align: middle; }

/*------------------------------------------------------
	NAVIGATION 
--------------------------------------------------------*/

#preheader {

height: 30px;}



nav { font-size: 1em; }


.navbar {
	background: url(../images/menubg1.jpg);
	min-height: 30px;	
	border-radius: 0px; 
	border: none; 
	margin-bottom: 0px; 
	-webkit-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -2px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -2px 20px 0px rgba(50, 50, 50, 0.75);
}

.navbar-default .navbar-nav>li>a {
font-weight: 700;
padding: 30px 10px;
	color: #7E5C3D;
	text-transform: uppercase;
	-moz-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .menu ul li a.current {
	color: #7E5C3D;
	background-color: rgba(255, 255, 255, .6);
	padding: 30px 10px;
font-weight: 700;
box-shadow: 0 0 1px rgba(0,0,0,0.5); /* Параметры тени */
outline:none;
}



/*------------------------------------------------------
	FLEXSLIDER OVERRIDING 
--------------------------------------------------------*/
.flexslider { padding-top: 0px; }
.flexslider a:hover, .flexslider a:focus { text-decoration: none; }
.flexslider { border: none;	-webkit-border-radius: 0; border-radius: 0; }
.flexslider .slides li { position: relative; }
.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color: white;
    background:rgba(197,82,87,.8);   
    z-index:1;
    padding: 20px;
    margin: 0;
}




/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
.services_buttons .icon-button:last-of-type { margin-bottom: 0; }
.services_buttons .icon-button {
	font-size: 400%;
	color: white;
	background-color: black;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
	height: 100%;
	max-width: 90px;
	max-height: 90px;
	line-height: 90px;
}

.services_buttons  .icon-button:hover, .services_buttons  .icon-button.active {	background-color: #e98714; }

#services h1 { background-color: #e98714; }
#services .col-md-2 { padding-right: 0; }
#services .fa { line-height: 90px; }
#services_content { height: 280px; }
#services_content .tab-pane {  padding: 15px; }
#services_content a { color: #FFFFFF; }


.arrow-box { position: relative; color: white; background-color: #e98714; border-radius: 4px; margin-left: 30px; height: 100%;}
.arrow-left { display: block; width: 30px; height: 58px; background: url(../images/left_arrow.png) no-repeat 0 0; position: absolute; left: 1px; margin-top: 20px; }

/*------------------------------------------------------
	Skills Styles 
--------------------------------------------------------*/
.progress { background-color: black; border-radius: 0px; }
.progress.vertical:last-of-type { margin-right: 0; }
.progress-bar {	position:absolute; bottom:0; left:0; } /*http://stackoverflow.com/questions/2015032/align-divs-to-bottom-or-baseline*/
.progress-label { position:absolute; width: 100%; bottom:0; }

/*http://stackoverflow.com/questions/16318375/how-to-align-vertically-a-progress-bar-in-twitter-bootstrap*/
.progress.vertical {
    position: relative;
    width: 19%;
	margin-right: 1.2%; 
    min-height: 240px;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

#skills h1, .progress-bar { background-color: #e98714; }

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
.portfolio-item:hover .overlay-p { transition: all 0.3s ease-in-out 0s; visibility: visible; opacity: 1; }
.portfolio-thumb .overlay-p {
 	background-color: rgba(0, 200, 200, 0.9);
 	position: absolute; 
 	visibility: hidden; 
 	top: 0; 
 	left: 0; 
 	width: 100%; 
 	height: 100%;  	
 	opacity: 0;
 }
.portfolio-thumb .overlay-p a { position: absolute; color: white; text-decoration: none; }

#portfolio .col-md-4 { max-width: 206px; }
#portfolio .row { margin: 0; }
#portfolio h1 { background-color: #00c8c8; }
#portfolio h2 { color: white; padding: 8% 4% 4% 4%; margin: 0; }
#portfolio p { color: white; padding: 0 4% 4% 4%; margin: 0; font-size: .9em; }
#portfolio_content .col-md-4 { padding: 0; }

/*------------------------------------------------------
	Blog Styles 
--------------------------------------------------------*/
.blog_post { position: relative; float: left; width: 50%; }
.blog_posts_container { max-width: 620px; }
.blog_post h2 { position: absolute; background: #a8f662; color: white; top: 0; right: 0; padding: 10px 20px; margin: 0; text-align: center; }

#blog .col-md-7 { padding-right: 46px; overflow: hidden; }
#blog h1 { background-color: #a8f662; }

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
.form-group { margin-bottom: 20px; }
.form-control {	border-radius: 0px; }
.form-control:focus {
	border-color: rgb( 226, 90, 148 );
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
}
#contact {padding-bottom: 100px; }
#contact h1 { background-color: #e25a94; }
#contact_content { height: 280px; }

/*------------------------------------------------------
	Map Styles 
--------------------------------------------------------*/
#map h1 { background-color: #e25a94; }

#google_map { width: 100%; height: 280px; outline: 0; border: 0; }

/*------------------------------------------------------
	FOOTER 
--------------------------------------------------------*/
footer { background: #283147; min-height: 141px; color: white; margin-top: 20px; }
footer img { padding-top: 30px; }
footer a { text-decoration: none; color: white; }
footer a:hover { color: #cbcbcb; text-decoration: none; }
footer .row { height: 100%; }

.back_to_top { background-color: #c5454a; text-align: center; height: 41px; line-height: 41px; } /*http://stackoverflow.com/questions/2939914/vertically-align-text-in-a-div*/

.social_buttons a {	text-decoration: none; }



/*------------------------------------------------------
	BOOTSTRAP OVERRIDING 
--------------------------------------------------------*/
.col-md-4, .col-md-5, .col-md-7, .col-md-8 { padding: 0; }

.btn-primary {
	font-size: 2em;
	padding-bottom: 10px;
  	background-color: rgb( 226, 90, 148 );
  	box-shadow: 0px 3px 0px 0px rgb( 180, 52, 107 );
  	width: 160px;
  	height: 55px;
  	border: none; border-radius: 0px;
  	-moz-transition: background-color .5s ease;
  	-o-transition: background-color .5s ease;
  	-webkit-transition: background-color .5s ease;
  	transition: background-color .5s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: rgb( 180, 52, 107 );
	box-shadow: 0px 3px 0px 0px rgb( 226, 90, 148 );
}


#home {margin-top: 100px}
/* End minimalmonkey */

a:hover, a:focus {
    color: none;
    text-decoration: underline;
}

.contacts p{
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
font-style: italic;
color: #000;
font-size: 2em !important;
}



#footer {

background: url(../images/menubg1.jpg);
-webkit-box-shadow: 0px -2px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -2px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -2px 20px 0px rgba(50, 50, 50, 0.75);
height: 60px;
}



.footer-text {font-size: 16px; padding: 20px;}

.footer-text a, .footer-text a:link{
    color: #7E5C3D;
    font-weight: 700;
    outline: none;
	text-decoration: none;
}

.footer-text a:visited{
    color: #7E5C3D;
    font-weight: 700;
    outline: none;
	text-decoration: none;
}

.footer-text a:hover{
    color: #1A0000;
    font-weight: 700;
    outline: none;
	text-decoration: underline;
}

.footer-text a:hover{
    color: #1A0000;
    font-weight: 700;
    outline: none;
	text-decoration: underline;
}

.overlogo {padding-left: 5px; font-family: Ubuntu, 'Sans serif'; font-size:10px; font-weight: 700; color: #fff; letter-spacing: 5px; line-height: 15px; text-align="center"; text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);}
.tlogo {font-family: 'Ruslan Display', cursive; font-weight: 700; font-size: 36px; color: #493730; text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);}

.top-pad {padding-top:70px; text-align: center; margin: 0 auto;}

.navbar-brand {
    float: left;

    padding: 0px;
}

.tel {font-size: 26px;  font-weight: 700;}