body {
	font-size: 15px;
}

/* navbar header */
.navbar-custom {
	background-color: #262728;
	padding-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid #6e6e6f;
	font-size: 15px;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-custom .navbar-brand {
	padding: 0;
	padding-top: 4px;
	margin-right: 100px;
	margin-left: 0!important;
}

.navbar-custom .navbar-nav>li>a {
	padding: 20px 25px 30px 30px;
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	margin-right: 5px;
}

.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: #c61e49;
	color: #fff;
}

.navbar-custom hr.underline {
	border-top: 5px solid #c61e49;
	margin: 0;
}

.navbar-custom .navbar-contact {
	padding-top: 15px;
	color: #fff;
}

.navbar-custom .navbar-contact a, .navbar-custom .navbar-contact a:hover, .navbar-custom .navbar-contact a:focus {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .navbar-toggle {
	background-color: transparent;

}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: #fff;
}
/* slider */
#main-carousel .carousel-control {
	background: transparent
}

#main-carousel .carousel-control{
    width: 85px;
    height:85px;
    top:44%;
    background-color: #c61e49;
	padding: 24px;
	opacity: 0.9;
}

#main-carousel .carousel-control span {
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	font-size: 37px;
}

#main-carousel .carousel-indicators {
	display: none;
}

#main-carousel .carousel-caption {
	top: 44%;
	left: 28%;
	right: 28%;
	bottom: 0;
	padding-top: 0;
	background-color: #262728;
	opacity: 0.9;
	height: 85px;
}

#main-carousel .carousel-caption h3 {
	margin: 0;
	margin-top: 30px;
}

/* headers */
.header {
	margin-bottom: 65px;
	margin-top: 0;
	display: inline-block;
	margin-left: -35px;
}
.header:before{
    content: '...';
    position: relative;
    left: 50%;
    top: 30px;
    font-size: 40px;
}

.header-1 {
	color: #c61e49;
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
}

.header-2 {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
}

.header-3 {
	color: #262728;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 45px;
}

.header-4 {
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 0;
}

/* buttons */
.btn-custom-1, .btn-custom-1:hover, .btn-custom-1:focus {
	border-radius: 0;
	background-color: #c61e49;
	color: #fff;
	padding:20px 25px;
}

/* custom rows, cols */

.col-custom-1 {
	width: 30%;
	float: left;
	padding-top: 4%;
}

.col-custom-2 {
	width: 40%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.row-custom-1 {
	width: 100%;
	clear: both;
	float: left;
	margin-top: 35px;
	margin-bottom: 50px;
}

/* sections */
.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-offer {
	background: url('../images/bg_2.jpg') no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.section-offer .list-offer li:before {
	content: url('../images/arrow_li.png');
	position: relative;
    top: 8px;
    margin-right: 10px;
}
.section-offer .list-offer li{
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-offer .list-offer li:first-child {
	margin-top: 0;
}

.section-whyus .whyus-block {
	min-height: 215px;
}

.section-whyus .whyus-block img{
	margin: 0 auto;
}

.section-whyus .whyus-block p {
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
}

.section-partner {
	padding-top: 0;
}

/* gallery */

.photo {
	margin-bottom: 20px;
	cursor: pointer;
}

.photo img{
  display: block;
  width: 100%;
  height: auto;
}

.photo .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 100%;
  width: calc(100% - 30px);
  opacity: 0;
  transition: .5s ease;
  background-color: #c61e49;
  /*-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/


}

.photo .overlay > span {
	position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    font-size: 48px;
    color: #fff;
}

.photo:hover .overlay {
  opacity: 0.8;
}


#image-gallery-image {
	margin: 0 auto;
}

/* contact page */
.section-contact-page h3 {	
	color: #262728;
	font-size: 16px;
	font-weight: 700;
	margin:0;
	margin-bottom: 40px;
}

.section-contact-page .form-control {
	border-color: #e0e0e0;
	background-color: #f3f3f3;
	color: #0a0a0a;
	font-size: 14px;
	-webkit-box-shadow: none;
    box-shadow: none;
}


.section-contact-page .contact-data ul li {
	margin-bottom: 10px;
}

.section-contact-page .contact-data ul li.social {
	margin-bottom: 15px;
}


.section-contact-page .contact-data a {
	color: #262728;
	font-size: 15px;
}

.section-contact-page .contact-data .social > a {
	font-size: 18px;
}

.section-contact-page .contact-data ul li.social img {
	margin-right: 15px;
}

.section-contact-page .contact-data ul li .glyphicon{
	margin-right: 10px;
}

.section-contact-page .contact-data ul li.separator {
	height: 55px;
}

/* offer page */
.section-offer-page {
	margin-bottom: 55px;
}

.section-offer-page .item-offer {
	margin-bottom: 25px;
}

.section-offer-page .item-offer img{
	width: auto;
    float: left;
    height: 165px;
    margin-right: 30px;
}

.section-offer-page .item-offer span.content {
	height: 165px;
	float :left;
}

.section-offer-page .item-offer .content h3 {
	color: #262728;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0;
    position: relative;
    top: calc(50% - 15px);
}

.section-offer-page .item-offer .content h3 span.number{
	color: #c61e49;
	font-weight: 700;
	font-size: 25px;
}

.section-offer-page .item-offer .content p {
	color: #262728;
	font-size: 15px;
	line-height: 24px;
}

.section-go-gallery {
	background: url('../images/bg_gallery.jpg') no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
	background-size: 100% 100%;
}

.section-go-gallery .left {
	text-align: left;
	padding-left: 60px;
}

.section-go-gallery .left h3 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	font-weight: 700;
	color: #c61e49;
}

.section-go-gallery .right {
	text-align: right;
}

/* margins */
.mr-b-35 {
	margin-bottom: 35px;
}

.mr-t-50 {
	margin-top: 50px;
}

/* paddings */
.pd-t-35 {

}



/* footer */
footer {
	background: url('../images/footer_bg.jpg') no-repeat;
	padding-top: 25px;
	color: #fff;
	background-size: 100% 100%;
}

footer a, footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: none;
}

footer .nav-footer {
	padding-left: 0;
    list-style: none;
}

footer .nav-footer li{
	padding:0 0 0 10px;
	float: left;

}

footer .nav-footer li + li:before {
    content: "|";    
    padding-right: 10px;
}

footer .nav-footer-contact {
	padding-left: 0;
    list-style: none;
    font-size: 15px;
}

footer .nav-footer-contact li {
	margin-bottom: 10px;
}

footer .nav-footer-contact a>.glyphicon{
	margin-right: 10px;
}

footer .text-muted {
	color: #fff;
	font-size: 15px;
}

footer .footer-bottom {
	margin-top: 60px;
	margin-bottom: 30px;
}

/* media queries*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.navbar-custom .navbar-nav {
		float: right;
		margin-right: -15px;
	}



	.navbar-custom .navbar-contact {
		clear: both;
		margin-right: -15px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	/* navbar */
	.navbar-custom .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-custom hr.underline {
		display: none;
	}

	/* carousel */
	#main-carousel .item {
	  	height: 400px;
	}

	#main-carousel .item img {
	    height: 400px;
	    max-width: none;
	}

	#main-carousel .carousel-caption {
		background: transparent;
		left: 15%;
		right: 15%;
	}

	#main-carousel .carousel-caption h3 {
		background-color: #262728;
		margin-top: 0;
		padding: 10px;
	}

	#main-carousel .carousel-control {
		display: none!important;
	}

	/* custom cols */
	.col-custom-2 {
		padding-right: 4px;
		padding-left: 4px;
	}

	/* headers */
	.header {
		margin-bottom: 40px;
		margin-left: 0;
	}

	.header:before {
		display: none;
	}

	.header-3 {
		margin-bottom: 25px;
		margin-top: 15px;
	}

	/* page offer */
	.section-go-gallery {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-go-gallery .left {
		text-align: center;
		padding-left: 0px;
	}

	.section-go-gallery .left h3 {
		margin: 0;
		padding-top: 10px;
		padding-bottom: 30px;
		font-size: 25px;
		font-weight: 700;
		color: #c61e49;
	}

	.section-go-gallery .right {
		text-align: center;
	}




}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	/* section offer */
	.section-offer .list-offer {
		text-align: left;
	}

	/* footer */

	footer .footer-bottom {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	footer .footer-bottom > div {
		text-align: left!important;

	}
	footer .nav-footer {
	    float: left!important;	  
	    list-style: none;
	    margin-top: 20px;
	}

	footer .nav-footer li:first-child {
		padding: 0;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


/* cols 5ths */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
