/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #3498db;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

/*i {*/
/*	margin: 8px;*/
/*	color: #3498db;*/
/*}*/


/* HeaderWrap */
#headerwrap {
	/* background: url(../img/bg01.jpg) no-repeat center top; */
	background-color: #3498db;
	margin-top: -20px;
	padding-top:150px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}


/*каталог следующие 57 строк*/
.containerCatalog {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-display: flex;
    -ms-justify-content: center;
    -ms-flex-wrap: wrap;
}

.text-muted {
    font-size: 24px;
    padding: 20px 0;
    color: #818a91;
    text-align: center;
}

.card_block_Container {
    min-width: 310px;
    max-width: 400px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    margin: 0px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
}

.card_block_Container_Image img {
    width: 75px;
    height: 75px;
}

.card_block_Container_Title {
    padding-left: 15px;
}

.containerTitleAndImage {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
}

.card_block_Container_Title h4 {
    color: rgb(55,58,60);
    font-size: 1.75em;
    margin: 5px 0;
}

.card_block_Container_Title > span {
    color: #818a91;
    font-size: 1em;
    line-height: 1.7em;
    font-family: "Open Sans", sans-serif, Roboto, Arial, Georgia, FontAwesome;
    padding: 15px 0 0 0;
}

.card_block_Container_Text {
    color: #373a3c;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif, Roboto, Arial, Georgia, FontAwesome;
}

.card_block_Container_Text > p {
    margin-bottom: 16px;
}

.sity {
    color: rgb(129, 138, 145);
    font-size: 0.8em;
    line-height: 1.5em;
}

.card_block_Container_Text a:hover {
    color: #014c8c;
}

a#back-top:hover {
    background-color: #222;
    background-color: rgba(0,0,0,.7);

}
a#back-top {
    position: fixed;
    bottom: 58px;
    right: 30px;
    width: 44px;
    height: 44px;
    text-indent: -99999em;
    background: url(../image/png/portfolio.png) -211px 50% no-repeat #252b2d;
    background-color: rgba(0,0,0,.3);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 99;
    font-size: 0;
    color: rgba(0,0,0,0);
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    display: none;
}
