/*Bootstrap*/

.navbar-default {
    background-color: white;
		margin-bottom: 0;
		border: 0;
		margin-bottom: 0;
		font-size: 0.75em;
	}

.navbar-nav {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.navbar-nav > li {
		float: none;
		display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
    background-color: rgb(229, 26, 75);
}

.row {
	padding-bottom: 50px;
}

.btn-primary {
	background-color: rgb(229, 26, 75);
	border-color: rgb(229, 26, 75);
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: rgb(180, 26, 63);
	border-color: rgb(180, 26, 63);
}


/*My*/
body {
	background-color: white;
	font-family: 'Lato', sans-serif;
	line-height: 1.7em;
}

.container.blue {
	background-image: url('../img/bg.jpg');
	background-size: 100%;
	padding-top: 30px;
}

#logo img {
	width: 100%;
	max-width: 600px;
}

#logo-text {
	margin-top: 30px;
}

#logo-text img {
	width: 100%;
	max-width: 400px;
}

#about.row,
#special-2.row {
	padding-top: 40px;
}

#about p {
	text-align: justify;
	text-justify: inter-word;
	padding: 0 5px;
}

#certificates a.thumbnail {
  display: inline-block;
}

#certificates a.thumbnail.active,
#certificates a.thumbnail:focus,
#certificates a.thumbnail:hover {
    border-color: rgb(229, 26, 75);
}

h1, h2 {
	color: rgb(229, 26, 75);
	font-weight: bold;
}

ul {
	list-style-type: none;
  padding-left: 0;
}

#offer h3 {
	color: black;
}

#offer h3 i {
	color: rgb(229, 26, 75);
	display: block;
	float: left;
}

#offer h3 i + span {
	margin-left: 30px;
	display: block;
}

.price,
#special i,
#special-2 i {
	color: rgb(229, 26, 75);
}

#special * {
	text-align: right;
}

#contact {
	padding-bottom: 0px;
}

#contact img {
	/*max-height: 470px;*/
}

#contact ul {
	vertical-align: text-top;
}

#contact ul.fa-ul {
	margin-left: 0;
}

#contact i {
	min-width: 30px;
	text-align: center;
	color: rgb(229, 26, 75);
}

#contact a,
#deeds a {
	color: #666;
}

#contact a:hover,
#deeds a:hover {
	text-decoration: none;
	color: rgb(229, 26, 75);
}

#deeds a {
	font-size: 0.75em;
}

#deeds ul {
	line-height: 1.5em;
	margin-bottom: 0;
}

.company-name {
	font-style: italic;
	color: rgb(229, 26, 75);
	font-weight: bold;
}

.phone-number {
	font-size: 1.5em;
  	font-weight: bold;
	margin: 15px auto;
}

.width-100-pr {
	width: 100%;
}

/*Media*/
@media (max-width: 480px) {
    body {
    	font-size:14px;
    }
	h2 {
		text-align: center;
	}
	#offer h3 {
		font-size: 18px;
	}
	#contact-data {
		width: 50%;
		margin: 0 auto 40px;
	}
	#facebook_slider_widget {
		top: 70% !important;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
    body {
    	font-size: 16px;
    }
}

@media (min-width: 768px) {
    body {
    	font-size:20px;
    }
	#offer p {
		font-size: 16px;
		line-height: 1.5em;
	}
}

/*five columns layout*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
	.single {
		float:none;
		margin:0 auto;
	}
}