@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
	overflow-x: hidden;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    color:#be0916;
}

a:hover {
    color: #9f0611;
}
a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font: 0.8em/165% 'Open Sans',sans-serif;
	font-weight: 600;
	margin: 0;
	color: #be0916;
}

h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
	font-weight: 600;
}
header{
	width: 100%;
	z-index: 999999;
}
.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
    font-weight: 300;
}


.classic-title span {
	padding-bottom: 8px;
	border-bottom: 1px solid #c16131;
	font-weight: 400;
	font-size: 20px;
	color: #02adee;
}
.standard-title-2{
	color: #02adee;
	padding: 15px 0 8px 0;
	font-weight: 400;
	font-size: 26px;
}
.btn{
	margin:2px;
}
.btn-default{
	border-radius: 0px;
	color:#fff;
	background: #be0916;
	border: none;

}
.btn-default:hover {
    color: #fff;
    background-color: #92040e;
    border-color: #12a1d8;
}
.btn-primary{
	border-radius: 0px;
	color:#be0916;
	background: #fff;
	border: none;

}
.btn-primary:hover {
    color: #fff;
    background-color: #92040e;
    border-color: #12a1d8;
}
.btn.btn-large{
    padding: 12px 28px;
    font-weight: 400;
    font-size: 20px;
    border-radius: 2px;
}

/* -------top bar---------*/
.top-bar{
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.top-bar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar ul.info-contact li{
	display: inline-block;
	margin-right: 10px;
	padding-right: 15px;
}
.top-bar ul li a{
    color: #b2b2b2;
    height: 33px;
	line-height: 33px;
	vertical-align: middle;
}
.top-bar ul li a:hover{
    color: #be0916;
}
.top-bar ul.info-contact li a i{
	margin-right: 10px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
}
ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}

/*--------- logo and menu ----------*/

.wpb-mobile-menu{
	display: none;
}
.navbar-top.affix{
	width: 100%;
	top: 0;
	z-index:  9999999;	    
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}
.navbar-top.affix .navbar-brand {
	padding: 7px 0px;
	height: 60px;

}
.navbar-top.affix .navbar-nav > li > a,
.navbar-top.affix .navbar-nav > li > a:focus {
	padding: 20px 15px;
}
.navbar {
	margin-bottom: 0;
	background: #fff;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 78px;
}
.navbar-brand img{
    height: 100%;
    width: :auto;
}

.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #999;
	display: block;
    font-size: 14px;
	font-weight: 300;
    padding: 28px 15px 28px 15px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
}
.navbar-default .navbar-nav > li a{
	color: #666;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li a:after {
    content: '';
    width: 0;
    background: #be0916;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > li.active a:after {
    width: 100%;
    left: 0;
}
.navbar-default .navbar-nav > li:hover a:after {
    width: 100%;
    left: 0;
}
.navbar-default .navbar-nav > .active > a{
    color: #be0916;
    background-color: #fff;
}
.navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #be0916;
    background-color: #fff;
}
.navbar-default .navbar-nav > li:hover > a {
	color: #be0916;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav .dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	width: 180px;
	background-color: #fff;
	visibility: hidden;
	z-index: 99;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
	color: #02adee;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

/*-------------- Main slider --------------*/
#main-slider{
	background: #ddd;
}
#main-slide{
	height: 350px;
}

#main-slide .item .slider-item{
    width: 100%;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}


#main-slide .carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li{
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
    position: absolute;
    top: 30%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
    left: -40px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .carousel-control .fa-angle-right{
    right: -40px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide:hover .carousel-control .fa-angle-left{
    left: 0px;
}

#main-slide:hover .carousel-control .fa-angle-right{
    right: 0px;
}

#main-slide .carousel-control i{
    background-color: rgba(0, 0, 0, 0.35);
    height: 130px;
    width: 35px;
    color: #fff;
    line-height: 36px;
    font-size: 20px;
    padding: 40px 20px;
    font-weight: 200;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .slider-content-area{
	margin-top:50px;
	margin-left: 50px;
    width: 450px;
}
#main-slide .slider-content-area h1{
    text-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
    font-size: 60px;
    font-family: Lora;
    color: #fff;
    font-weight: 300;
    margin: 0px;
    line-height: 70px;
}
#main-slide .slider-content-area h2{
    line-height: 42px;
	font-size: 28px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
	font-family:'Source Sans Pro', sans-serif;
}

/*---------------- sevices ------------*/
#services{
	margin-top:25px;
	margin-bottom: 25px;
	background: #fff;
}
#services .service .service-icon{
	margin-bottom: 35px;
	text-align: center;
	border: 2px solid #be0916;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	padding:10px;
	margin:auto;
	position: relative;
	overflow: hidden;
}
#services .service .service-icon i{
	text-align: center;
	font-size: 42px;
	color: #b4b4b4;
	position: relative;
}
#services .service .service-icon .shadow{
	display: block;
	top:10px;
	height: 23px;
	overflow: hidden;
	margin-top: -42px;
}
#services .service .service-icon .shadow i{
	color:#c8c9cb;
}
#services .service .service-title h2{
	color: #222;
	line-height: 22px;
	text-align: center;
	font-weight: 400;
	min-height: 40px;
	font-family:'Source Sans Pro', sans-serif;
}
#services .service .service-desc{
	padding-top:10px;
	margin-bottom: 35px;
	color:#999;
	text-align: center;
}


/*---------------------- About --------------------*/
#about{
	padding-top:25px;
	padding-bottom: 25px;
	background: #ececec;
}
#about h1{
	line-height: 45px;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 15px;
}
#about h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
	margin-bottom: 15px;
	color:#555;
}
#about p {
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
        margin-bottom: 0px;
    text-align: justify;
    padding: 7px 0;
    margin-bottom: 10px;
}
/*------------------- Our-team ------------------------*/
#our-team{
	padding: 25px 0;
}

#our-team .head-title{
	color:#fff;
	margin-bottom:20px;
}

#our-team .team-carousel .item{
	padding:5px;
}
#our-team .team-carousel .item .logo-image{
	border: 1px solid #f0f0f0;
	background: #fff;
}
#our-team .team-carousel{
	position: relative;
}
#our-team .team-carousel .owl-prev {
    position: absolute;
    top: 36%;
    background: rgba(0, 0, 0, .5);
    padding: 15px 4px;
    border-radius: 6px 0 0 6px;
    left: -10px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
#our-team .team-carousel .owl-next {
    position: absolute;
    top: 36%;
    background: rgba(0, 0, 0, .5);
    padding: 15px 4px;
    border-radius: 0 6px 6px 0;
    right: -10px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.member_list {
    display: table;
    width: auto;
    margin: auto;
}
.member_cover{
	height:300px;
	padding-right:15px;
	padding-left:0;
	margin-bottom:15px;
	
}
.member_container .avatar_image{
	padding-top:10px;
}
.member_container .avatar_image img{
	height: 150px;
	width: auto;
	max-width: 150px;
	margin: auto;
	display: block;
}
.member_container{
	border:1px solid #ddd;
	background: #fff;
}
.member_container .media-body{
	padding:10px;
}
.member_container .media-body .member_name{
	font-weight:300;
}
.member_container .media-body .info_member {
    height:50px;
	overflow:hidden;
}
.member_container .media-body span.small {
    line-height: 11px;
    font-size: 11px;
}
.member_container .social_icons {
	text-align:center
}
.member_container .social_icons li{
	display:inline-block;
	padding:5px;
}
.member_container .social_icons li .fa-facebook{
	color:#0083C9;
}
.member_container .social_icons li .fa-google-plus{
	color:#CE3C2D;
}
.member_container .social_icons li .fa-twitter{
   color: #5BBCEC;
}


/*------------ owl-carousel ------------*/

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    float: left;
}
.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
}

/*------------ main entry --------------*/
#main-entry{
	padding: 40px 0;
}

/*----------- title part -------------*/
#title{
	padding: 7px 0 10px;
	background: #fff;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}

#title h1{
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
    float: right;

}

ul.breadcrumbs {
	margin-top: 5px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
    margin-left: 3px;
	color: #999;
	float: left;
}

ul.breadcrumbs li:before {
    content: "\f105";
    font-family: fontawesome;
	margin: 0 15px 0 15px;
	color: #bbb;
	font-size: 14px;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #666;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
}

/*------------- aside widgets -----------*/
.menu-widget{
	border:1px solid #ececec;
}
.menu-widget ul li{
	border-bottom: 1px solid #ececec;
	position: relative;
}
.menu-widget ul li:before{
	position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 0;
    background: #f7f7f7;
    transition: width 0.2s ease-in-out;
    z-index: -1;
}
.menu-widget ul li:hover:before{
    width: 100%;
}
.menu-widget ul li:after{
	position: absolute;
    content: "\f105";
    font-family: fontawesome;
    right: 10px;
    color: #e2e2e2;
    top:15px;
}
.menu-widget ul li.active:after{
    color: #999;
}
.menu-widget ul li:last-child{
	border-bottom: none;
}
.menu-widget ul li.active{
	background-color: #f7f7f7;
}
.menu-widget ul li a{
	color:#666;
	display: block;
	padding: 15px 10px;
	z-index: 9;
}
.title-entry{
	font-size: 28px;
	border-bottom:1px dotted #ececec;
	margin-bottom: 20px;
	font-weight: 400;
	padding-bottom: 7px;
}
.about-part p{
	margin-bottom: 15px; 
	margin-top:10px;
}
.about-part > img{
	display: block;
	margin:auto;
	border: 1px solid #ccc;
	padding: 5px;
	height: 250px;
	width: auto;
	margin-bottom: 15px;
}
.about-part ul{
	padding-left:25px;
}
.about-part ul li {
  	padding-left: 15px;
}
.about-part ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -15px;
	margin-right: 15px;
	color:#be0916;
	font-size: 7px;
}
.about-part .row.branch{
	margin-bottom: 25px;
}
.categorie-widget h3{
	margin-bottom: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
	font-weight: 400;
	font-size: 20px;
	color: #be0916;
	display: block;
}
.categorie-widget ul li{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #eee;
}
.categorie-widget ul li a{
	padding: 10px 15px;
	display: block;
	color: #666;
}
.blog-part{

}
.blog-part article{
	margin-bottom: 25px;
}
.blog-part article:after {
	clear: both;
    display: table;
    content: " ";
}
.blog-part article h2.title{
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
	padding-bottom: 11px;
}
.blog-part article .article-media{
	position: relative;
}
.blog-part article .article-media .date{
	position: absolute;
	top: 15px;
	right: 15px;
	height: 70px;
	width: 90px;
	display: block;
}
.blog-part article .article-media .date .day{
	height: 50px;
	width: 70px;
	background: #be0916;
	color:#fff;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	padding: 7px;
	border-radius: 5px 5px 0 0;
	float: left;
}
.blog-part article .article-media .date .month{
	height: 20px;
	width: 70px;
	background: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 2px;
	border-radius: 0 0 5px 5px;
	color:#fff;
	float: left;
}
.blog-part article .article-media .date .year{
	height: 70px;
	width: 20px;
	background: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 2px;
	border-radius: 0 0 5px 5px;
	color:#666;
	text-align: center;
	line-height: 16px;
	word-break: break-all;
	background: #f7f7f7;
}
.blog-part article .details{
	background: #f7f7f7;
	padding: 10px 15px;
}
.blog-part article .details span{
	padding: 0 10px;
	border-right: 1px solid #c0c0c0;
}
.blog-part article .details span:last-child{
	border-right: none;
}

.blog-part article .article-body{
	margin-top:15px;
}

/*----------- contact form ------------*/
#contactForm input[type="text"], #contactForm input[type="email"], #contactForm textarea{
    color: #666;
    border: 1px solid #dedede;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#google-map{
	padding: 0;
	height: 387px;
}
#branches{
	padding: 0 0 25px;
}
#branches .branch{
	padding: 0 15px 10px;
	border-right: 1px dotted #999;
}
#branches .branch:last-child{
	border-right: none;
}
#branches .branch h2{
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color:#666;
	margin-bottom: 15px;
}
#branches .branch h5{
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	color:#666;
	margin-bottom: 5px;
}


/* Parallax */

.parallax{
	display: block;
	overflow: hidden;
	width:100%;
	height:400px; 
	padding:0;
	margin:0;
	text-align: center;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	position:relative;
	background-size: cover;
}

.parallax-text {
	position: absolute;
	font-size: 1.6em;
	font-weight: 300;
	bottom: 2em;
	right: 3em;
	display: inline-block;
	padding: 0.8em 1em;
	background: rgba(62,56,58,0.5);
	border-radius: 0.6em;
}

.parallax.fixed{
	background-attachment:fixed;
}
 
/* *** Parallax - Fix on iOS Devices *** */

@media only screen and (max-width: 1024px) {
	.parallax {
		background-attachment: scroll;
		height: 550px;
	}
}

@media only screen and (max-width: 768px) {
	.parallax {
		background-attachment: scroll;
		height: 450px;
	}
}

@media only screen and (max-width: 640px) {
	.parallax {
		height: 250px;
	}

	.parallax-text {
		font-size: 1.3;
		padding: 0.4em 0.6em;
		position: inherit;
		bottom: auto;
		right: auto;
		margin: 0;
		margin-top: 200px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.parallax {
		background-attachment: scroll;
	}
}

.divider{
    height: 1px;
    margin: 12px 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(87, 87, 87, 0.7),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(87, 87, 87, 0.7),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(87, 87, 87, 0.7),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(87, 87, 87, 0.7),rgba(0,0,0,0));
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*------------ pagination ------------*/

.pagination span,.pagination a {
    display: inline-block;
    text-align: center;
    height: 34px;
	padding:0 10px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
        border-top-color: rgb(238, 238, 238);
        border-right-color: rgb(238, 238, 238);
        border-bottom-color: rgb(238, 238, 238);
        border-left-color: rgb(238, 238, 238);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.pagination-list{
	display:inline-block;
	margin-right:10px;
	width:auto;
}
.pagination-list li{
	display:inline-block;
	margin-right:8px;
}
.pagination-list li.active a{
	border-color: #be0916;
	background-color: #be0916;
	color:#fff;
}


/*-------------- Footer -------------*/
#footer{
	color:#fff;
	background: #45474e;
	padding: 40px 0 0;
}
#footer .widget{
	color:#d0d0d2;
}
#footer .widget h3{
	color:#fff;
	margin-bottom: 25px;
}
#footer .widget p{
	color:#d0d0d2;
}
#footer .widget img{
	display: block;
	margin-top: -30px;
	margin-bottom: 18px;
}
#footer .widget ul li{
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}
#footer .widget ul li:last-child{
	border-bottom: none;
}
#footer .widget ul li a{
	color:#d0d0d2;
	cursor: pointer;
}
#footer .widget ul li span{
	color: #666;
	display: block;
}
#footer .widget form{
	margin-top:10px;
}
#footer .widget form input{
	width: calc(100% - 50px);
	display: inline-block;
	float: left;
	border-radius: 0;
	box-shadow: none;
}
#footer .widget form button{
	width: 50px;
	display: inline-block;
	margin:0;
	height: 34px;
	background: #be0916;
}
#footer .widget form button i{
	color:#fff;
}
#footer .copyright{
	margin-top:25px;
	padding: 15px 0;
	border-top: 1px dotted #666;
}
#footer .copyright a{
	color:#666;
}