/* ----------------------------------------------------------------------------------------
* Author        : Conversacionvisual.com
* Template Name : NeuroEEG
* File          : CSS principal
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
@font-face{font-family:DINPro;src:url(../fonts/DINPro-Medium-2f59d0013204775b6df4a84468e16921.eot);src:url(../fonts/DINPro-Medium-.eot#iefix) format("embedded-opentype"),url(../fonts/DINPro-Medium-8ffa2a20d4b9c5182486eef17d8ab1d4.ttf) format("truetype"),url(../fonts/DINPro-Medium-e1551f65e12dee2bb023b7fd1fe41259.woff) format("woff"),url(../fonts/DINPro-Medium.svg#DINPro) format("svg");font-weight:700;font-style:normal}@font-face{font-family:DINPro;src:url(../fonts/DINPro-Regular-82df99f1df4e6916a61ebf1abb452c3c.eot);src:url(../fonts/DINPro-Regular-.eot#iefix) format("embedded-opentype"),url(../fonts/DINPro-Regular-140e52459427724bbf7106792d12dda5.ttf) format("truetype"),url(../fonts/DINPro-Regular-f86d9e9c206a5b5c9783a1848a306981.woff) format("woff"),url(../fonts/DINPro-Regular.svg#DINPro) format("svg");font-weight:400;font-style:normal}@font-face{font-family:DINPro-Bold;src:url(../fonts/DINPro-Bold-74a2de028dc44a36254f7f148d58d6a6.eot);src:url(../fonts/DINPro-Bold-.eot#iefix) format("embedded-opentype"),url(../fonts/DINPro-Bold-8f3d888d79eeb35f9153ee46ba6c6836.ttf) format("truetype"),url(../fonts/DINPro-Bold-127d92dc15827970926bf7b1d93d5f58.woff) format("woff"),url(../fonts/DINPro-Bold.svg#DINPro-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:DINPro-Regular;src:url(../fonts/DINPro-Regular-82df99f1df4e6916a61ebf1abb452c3c.eot);src:url(../fonts/DINPro-Regular-.eot#iefix) format("embedded-opentype"),url(../fonts/DINPro-Regular-140e52459427724bbf7106792d12dda5.ttf) format("truetype"),url(DINPro-Regular-f86d9e9c206a5b5c9783a1848a306981.woff) format("woff"),url(../fonts/DINPro-Regular.svg#DINPro-Regular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:DINPro-Medium;src:url(../fonts/DINPro-Medium-2f59d0013204775b6df4a84468e16921.eot);src:url(../fonts/DINPro-Medium-.eot#iefix) format("embedded-opentype"),url(../fonts/DINPro-Medium-8ffa2a20d4b9c5182486eef17d8ab1d4.ttf) format("truetype"),url(../fonts/DINPro-Medium-e1551f65e12dee2bb023b7fd1fe41259.woff) format("woff"),url(../fonts/DINPro-Medium.svg#DINPro-Medium) format("svg");font-weight:400;font-style:normal}

/* Google Fonts lato and open sans */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');
/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */
html, body {
	height: 100%
}

body {
	color: #333;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'DINPro-Regular';
}

h1, h2, h3, h4, h5, h6 {
	color: #595a5b;
	font-family: 'DINPro-Medium';
}

.subtitle {
	font-size: 20px;
	text-transform: none;
	margin-bottom: 20px;
}

p {}

a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: none;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    font-size: 15px;
    color: #333;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
}

.btn, input[type='submit'] {
	display: inline-block;
	background: transparent;
	padding: 10px 25px;
	border-radius: 0px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #fff;
	background: #595a5b;
	border: none;
	font-family: 'DINPro-Medium';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.big_btn{
	font-weight: 900;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 15px;
	display: inline-block;
	text-transform: capitalize;
    position: relative;
    margin-right: 10px;
}

.btn_active{
	background: #a54617;
	color: #fff;
	border-color: #a54617;
}

.big_btn:hover{	
	background: #a54617;
	color: #fff;
	border-color: #a54617;
}


.section-big {
	padding: 95px 0px;
}

.section-small {
	padding: 50px 0px;
}

.section-title {
	margin: auto;
	max-width: 700px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-60{
    margin-bottom: 60px;
}

.mt-30{
    margin-top: 30px
}

.section-title h2 {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 15px;
	line-height: 26px;
	margin-top: 0;
	text-transform: uppercase;
	display: inline-block;
}

.section-title h2 span{
    color: #a54617;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 2px;
    bottom: 0px;
    background-color: #a54617;
    left: 50%;
    margin-left: -84px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #595a5b;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    bottom: -2px;
}

.section-title h2 span:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
}

.section-title.white h2 span:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #f1f1f1;
    left: 50%;
    margin-left: -14px;
    bottom: 0;
}


.section-title p {
	margin-top: 25px;
}


/* preloader css */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../img/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

img {
	max-width: 100%;
}


/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area  {    
    background-color: #fff;
    border-bottom: 7px solid #a54617; 
}
.sticky-menu {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-area.navbar-fixed-top.sticky-menu {
    top: 0px;
    height: 80px;
}

.menu-area.navbar-fixed-top {
    top: 0px;
    height: 90px;
}

.mainmenu {   
    margin-top: 0px;
    padding-top: 5px; 
    margin-bottom: 10px;    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
    min-height: 38px;
}

.navbar-brand {
    display: block;
    padding: 0;
    height: 81px;
}

.navbar-brand>img {
    display: block;
    margin-top: 0px;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 15px; 
}

.navbar-nav li a {
    color: #595a5b;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    text-transform: none;

}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    border-bottom: 1px solid #595a5b;
}

.menu-area .a_button {
    padding: 10px 15px;
    color: #595a5b;
}

.menu-area .a_button:hover {
    background: #595a5b;
    color: #fff
}
.header-space {
    height: 74px;
}
/* -----------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */
/* Home carseoul
--------------------------- */
#slider, #slider .carousel, #slider .carousel .carousel-inner, #slider .carousel .carousel-inner .item {
	height: 100%;
	min-height: 320px;
	max-height: 420px;
}
#slider .main-container {
	padding: 0;
}
#slider .carousel-indicators {
	right: 100px;
	left: auto;
	width: 80px;
	bottom: 5px
}
#slider .carousel-indicators li {
	width: 12px;
	height: 12px;
	border: 1px solid #a54617;
	border-radius: 0px;
	background: transparent;
	margin: 0px;
	margin-left: 7px;
}
#slider .carousel-indicators li.active {
	background: #a54617;
}
#slider .carousel-control.right, #slider .carousel-control.left {
	background-image: none;
}
#slider .carousel .item {
	height: 100%;
	width: 100%;
}
#slider .carousel .item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#slider .carousel-control {
	width: 6%;
	text-shadow: none;
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.right.carousel-control img, .left.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -26px;
	padding: 20px 10px;
}

.carousel-control img:hover {
	background: #82b541;
}

.left.carousel-control img {
	left: 10px;
}

.right.carousel-control img {
	right: 10px;
}

.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}

.intro-text .title {
    text-align: left;
    max-width: 400px;
}

.intro-text h2 {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
	margin-bottom: 0px;
	background-color: rgba(89, 90, 91, 0.7);
	text-transform: uppercase;
	padding: 0 5px;
}

.intro-text h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	color: #a54617;
	margin-top: 0px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.intro-text h2 {
	    line-height: 32px
	}
}


/* Slide Background Image */

#slider .slide1 {
	background-image: url(../img/slider/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider .slide2 {
	background-image: url(../img/slider/02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider .slide3 {
	background-image: url(../img/slider/03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/* ----------------------------------------------------------------------------------------
*                               04. About area css
* ---------------------------------------------------------------------------------------*/

.about-area {
	background: #fff;
}

.opening-hours-wrap {
	background-image: url(../img/about/about.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 335px;
	color: #fff;
	padding: 10px 30px;
	background-size: cover;
}

.opening-hours-wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.opening-hours {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.opening-hours li {
	padding-bottom: 10px;
}

.opening-hours-wrap h3 {
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}

.about-details .service-box {
    margin-bottom: 30px;
}

.about-details h3 {
	margin-top: 0px;
	color: #a54617;
	margin-bottom: 20px;
	font-size: 24px;
}

.about-details p {
    margin-bottom: 30px;
}


.about-details .service-box i.fa {
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
}
.about-details .service-box h4 {
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
    color: #595a5b
}
.about-details .btn:hover{
	background: #a54617;
}



/* ----------------------------------------------------------------------------------------
*                                   05. accordion area css
* --------------------------------------------------------------------------------------- */

.department-area {
	background: #f1f1f1;
}

.single-service {
    margin-top: 30px;
    padding: 20px 25px 10px;
	background: #fff;
	border: 1px solid #ddd;
}

.single-service i.fa{
    float: left;
    margin-right: 15px;
    font-size: 25px;
}

.single-service h3{
    font-size: 20px;
    margin-top: 0px;
}
.single-service:hover .ser-title i.fa,
.single-service:hover .ser-title h3{
    color: #a54617;
}


/* ----------------------------------------------------------------------------------------
*                               06. Booking area css
* --------------------------------------------------------------------------------------- */

.book-area {
    padding-bottom: 0px;
}

.contact-form-book {
    margin-bottom: 95px;
}

.featured-image {
    margin-top: 42px;
}

.book-area .section-title p {
	color: #000
}

.book-area select#catagory {
    padding-left: 0px;
}

.book-area select#doctor {
    padding-left: 0px;
}

.book-area .form-control {
	padding: 10px 4px;
	color: #000;
}

.contact-form-book .form-group {
	position: relative;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
 
.book-area .contact-form-book .form-group input[type="text"]::-webkit-input-placeholder{
	color: #000 !important;
}
.book-area .contact-form-book .form-group input[type="email"]::-webkit-input-placeholder{
	color: #000 !important;
}
.book-area .contact-form-book .form-group textarea::-webkit-input-placeholder{
	color: #000 !important;
}

i.icon{
    position: absolute;
    right: 0;
    top: 15px;
    color: #333;
}
.contact-form-book select {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 12px 0px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000;
}

.contact-form-book #message {
	padding-top: 10px;
	height: 150px;
}

.contact-form-book button.btn.btn-default {
	float: left;
}

.contact-form-book .btn:hover {
	background: #a54617;
}

.contact-form-book .form-control:focus {
	border-color: none;
	outline: 0;
	box-shadow: none;
}

.success {
	background: #fff none repeat scroll 0 0;
	color: #50B948;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.error {
	background: #fff none repeat scroll 0 0;
	color: #000;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}



/* ----------------------------------------------------------------------------------------
*                                07. Team area css
* --------------------------------------------------------------------------------------- */

.team-area {
    background: #f1f1f1;
}

.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
	margin-top: 30px
}

.team-member .member-image img {
	width: 100%;
}

.team-member h3{
    margin-bottom: 5px;
    color: #fff;
}

.member-social a{
    position: relative;
    margin: 10px 0px;
}

.member-social i.fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.member-social i.fa:hover {
   color: #595a5b
}

.member-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: rgba(0, 123, 182, 0.90);
	color: #fff;
	text-align: center;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;

}

.hover-text {
    position: absolute;
    top: 50%;
    padding: 20px;
    transform: translate(-0%, -50%);
}

.team-member:hover .member-hover {
    opacity: 1;
    height: 100%;
}




/* ----------------------------------------------------------------------------------------
*                               06. Portfolio/work area css
* --------------------------------------------------------------------------------------- */

.works.section-big {
	padding-bottom: 0px;
}

.portfolio .mix {
	display: none;
}

.filters {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}

.filters li {
	display: inline-block;
	margin: 0px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	color: #595a5b;
	text-transform: uppercase;
}

.filters li.active {
	color: #a54617;
}

.work-items .item {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

.work-items .item img {
	width: 100%;
	transition: 0.8s ease-out;
}

.work-items .overlay {
	background-color: rgba(0, 123, 182, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.work-items .item:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px 15px;
	border: 2px solid #fff;
	transform: translate(-50%, -50%);
}


/* ----------------------------------------------------------------------------------------
*                                10. Testimonial area css
* --------------------------------------------------------------------------------------- */


.testimonial-area {

}

.testimonial-list {}

.single-testimonial {
	padding: 0px 30px;
	text-align: center;
}

.img-details h4 {
    font-size: 20px;
    color: #a54617;
    margin-top: 10px;
    margin-bottom: 5px;
}
.single-testimonial p {}

.single-testimonial .desin{
	margin-bottom: 10px;
}
.img-details .desg span {
	color: #a54617;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	filter: Alpha(Opacity=50);
	border: 1px solid #a54617;
}

.owl-controls .owl-page{
	margin-top: 25px;
    text-align: center;
    display: inline-block;
}

.owl-page.active span {
	background: #a54617;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 25px;
	background: none;
	padding: 5px;
}


/* ----------------------------------------------------------------------------------------
*                                   08. Fun facts area css
* --------------------------------------------------------------------------------------- */
.fun-facts-area {
	background-image: url(../img/bg/fun-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.fun-facts-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.80);
}

.fun-fact h3 {
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	margin-top: 0px;
}

.fun-fact p {
	color: #fff;
	font-size: 24px;
}


/* ----------------------------------------------------------------------------------------
*                                   09. Pricing area css
* --------------------------------------------------------------------------------------- */

.price-item {
	padding: 0 0px 0px;
	margin: 0;
	text-align: center;
	position: relative;
	border: 1px solid #ddd;
	margin-top: 30px;
}

.price-item ul {
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
}

.price-item.featured {
	background: ;
}

.price-item p.level {
	font-size: 24px;
	font-family: 'DINPro-Bold';
	line-height: 70px;
	text-transform: uppercase;
	margin: 0;
	background: #595a5b;
	color: #fff;
}

.price-item p.desc {
	font-size: 14px;
	margin-bottom: 0px;
}

.price-item p.price {
    line-height: 60px;
    margin: 0;
    margin-top: 15px;
}

.price-item.featured p.price {
	color: #a54617;
}

.price-item.featured .info p.level {
    background: #a54617;
}

.price-item p.price .number {
	font-size: 40px;
    font-weight: 900;
    font-family: 'DINPro-Bold';
}

.price-item.featured p.price {
	color: #a54617;
}

.price-item .features {
    margin-bottom: 15px;
}

.price-item .features li {
	padding: 10px 0;
	background: #fff;
}

.price-item a.btn {
	width: 100%;
	padding: 15px 0px;
	background: #595a5b
}

.price-item a.btn:hover {
	background: #a54617;
	color: #fff;
}

.price-item.featured a.btn {
	background: #a54617;
	color: #fff;
}

.price-item.featured a.btn:hover {
	background: #a54617;
	color: #fff;
}


/* ----------------------------------------------------------------------------------------
*                                   12. Video area css
* --------------------------------------------------------------------------------------- */

.video-area {
	background-image: url(../img/bg/video-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	padding: 120px 0px;
}

.video-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.60);
}

.video-content {
	position: relative;
}

.video-content h2 {
	color: #fff;
}

.video-content i.fa {
	color: #fff;
	background: #a54617;
	border-radius: 100px;
	font-size: 50px;
	padding: 30px 0px 30px 15px;
	width: 110px;
}

.video-content i.fa:hover {
	color: #595a5b;
}


/* ----------------------------------------------------------------------------------------
*                                   11. News area css
* --------------------------------------------------------------------------------------- */

.news-image img {
	width: 100%;
}

.news-content .subtitle {
	text-transform: inherit;
	line-height: 28px;
}

.single-news{
	margin-top: 30px
}

.news-content h3 {
	margin-bottom: 10px;
}

.news-content .btn {
	margin-top: 10px;
	background: #595a5b
}

.news-content .btn:hover {
	background:#a54617;
	color: #fff;
}

.news-image {
    position: relative;
}

.blog-date {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color:rgba(39, 62, 80, 0.70);
    padding: 10px 15px;
}

.news-meta {
    display: block;
    clear: both;
    color: #fff;
}

.news-meta span {
	float: left;
	margin-right: 15px;
}

.news-meta span i.fa {
	margin-right: 10px;
}


/* news Modal css */

.news-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
}

.news-modal .modal-content h2 {
	margin-bottom: 10px;
	line-height: 40px;
}

.news-modal .modal-content img {
	width: 100%;
	height: auto;
}

.news-modal .modal-content .item-details {
	margin: 30px 0
}

.news-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer
}

.news-modal .close-modal:hover {
	opacity: .3
}

.news-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #2C3E50;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}

.news-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #2C3E50;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}

.news-modal .modal-backdrop {
	opacity: 0;
	display: none
}

.news-modal .news-image {
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------
*                                   15. Contact area css
* --------------------------------------------------------------------------------------- */
.contact-form .form-control {

    padding: 0px 10px;
    color: #333;
    background-color: #fff;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

.contact-form #message {
    padding-top: 10px;
    height: 150px;
}

#submitButton:hover {
    background: #a54617;
}

.success {
    background: transparent;
    color: #72b443;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/* ----------------------------------------------------------------------------------------
*                                   16. Google Map area css
* --------------------------------------------------------------------------------------- */

.map-contact-area {
	background: #efefef;
	position: relative;
}

#contactgoogleMap {
    height: 565px;
}

.map-area {
    position: absolute;
    right: 0px;
    top: 0;
    width: 42%;
}

.contact-form {
	padding: 95px 0px;
}



/* ----------------------------------------------------------------------------------------
*                                14. Subscribe area css
* --------------------------------------------------------------------------------------- */

.newsletter-form {
	margin: auto;
	border: 1px solid #fff;
}

.newsletter-form input {
	display: inline-block;
	height: 50px;
	width: 80%;
	padding: 5px 10px;
	background: transparent;
	float: left;
	
}

.subcriber-box input[type="email"]::-webkit-input-placeholder {
	color: #fff !important;
}

.newsletter-form .mc-submit {
	height: 50px;
	width: 20%;
	font-weight: bold;
	color: #fff;
	background-color: #a54617;
	border: none;
	font-size: 24px;
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	
}
.newsletter-form .mc-submit:hover {
	color: #333
}

.subscribe-area .error {
	text-align: left;
}
.mailchimp-alerts {
	display: block;
	width: 100%;
	text-align: left;
}

.mailchimp-success {
	color: green;
}

.mailchimp-error {
	color: red;
}


/* callto action */
.callto_area {
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
}

.callto_area:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: #a54617;
    transform: rotate(45deg) scaleY(8.9) translate(-25px);
}
.call_text h2{
	color: #fff;
	margin: 0px;
    margin-top: 10px;
}

.call {
    margin-top: 5px;
	text-align: right;
}

.call a {
    font-size: 25px;
	font-weight: 900;
	color: #a54617;
}
.call a :hover{
    color: #a54617;
}


/* ----------------------------------------------------------------------------------------
*                                   17. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
	background: #747475;
	padding: 80px 0px;
	color: #fff;
	font-size: 13px;
}

.footer-area h5 {
	color: #fff;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.logo img {
	margin-bottom: 0px;
}

.footer-info i.fa {
    width: 25px;
    padding: 0;
    margin: 0;
}

.subcriber-box {
	margin-top: 20px;
}


/* ----------------------------------------------------------------------------------------
*                                   18. Footer copy right area css
* --------------------------------------------------------------------------------------- */

.social {
	margin-top: 15px;
}

.social-links li {
	list-style: none;
	display: inline-block;
}

.social-links li a{
	color: #ccc;
	font-size: 20px;
	margin-right: 20px;
}


@media (min-width: 992px) {
	.social {
	    margin-top: 15px;
	    text-align: right;
	}
}

.social-links li a:hover i {
	color: #fff;
}

.copyright-area {
	padding: 20px 0px;
	background: #4d4d4d;
	color: #ccc;
}

.footer-text p {
	margin-top: 15px;
}
.footer-text a {
	color: #fff;
}

/* ----------------------------------------------------------------------------------------
*                                   19. Scroll-to-top area css
* --------------------------------------------------------------------------------------- */

#scroll-to-top{
    background-color: #a54617;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999
}

#scroll-to-top:hover{
    background-color: #793c16;
    color: #fff;
}
.tituloslider{
margin: 8px 0 0 65px;
}
.tituloslider h1 {
	font-family: 'DINPro-Medium';
    margin: 0;
    display: inline;
    font-size: 31px;
    line-height: 32px;
    letter-spacing: -1px;
    padding: 0 3px 1px 2px;
    background-color: rgba(169,79,30,.8);
    color: #fff;
}
.tituloslider h2 {
    margin: 0;
    display: inline;
    font-size: 26px;
    line-height: 30px;
    padding: 0 3px 1px 2px;
    background-color: rgba(89,90,91,.8);
    color: #fff;
    font-family: 'DINPro-Regular';
}
/* Localized */