@charset "utf-8";
/* CSS Document */


/*** HEADER ***/
/*
.main-header .header-upper {
    background: url(../images/background/bg-h.jpg) top center;
}*/

.main-header .header-top a {
    line-height: 25px;
	transition: .3s ease;	
}

.main-header .header-top a:hover {
	color: #efefef;
}


.info-box a {
	color: #ed1c27;
	font-size: 24px;
	transition: .3s ease;	
}

.info-box a:hover {
	color: #333;
}

.header-top i.fa {
	color: #ed1c27;
	margin-right: 12px;	
}

.header-top .social i.fa {
	color: #FFF;
	margin-right: 0px !important;	
	padding: 8px;
	background: #3b5998;
	border-radius: 5px;
	transition: .3s ease;
}

.header-top .social i.fa:hover {
	background: #FFF;
	color: #3b5998;
	border-radius: 17px;
}

.mainmenu-holder .nav-header > ul > li {
	transition: .3s ease;
}

.mainmenu-holder .nav-header > ul > li:hover, .mainmenu-holder .nav-header > ul > li.makeActive {
	background: #b31821;	
}

.mainmenu-holder .nav-header > ul > li a {
	transition: .3s ease;
}

.mainmenu-holder .nav-header > ul > li > ul li.subActive > a {
    background: #ed1c27;
    color: #fff;
	border-top: 1px solid #ed1c27;
}

.mainmenu-holder .nav-header > ul > li > ul li a:hover {
    border-top: 1px solid #ed1c27;
}


/*** REV SLIDER ***/

.text-white { 
	color: #ed1c27;
	background: rgba(255, 255, 255, 0.79);
	padding: 12px;
	font-family: 'Raleway', sans-serif;
}

.forMobile {
	font-weight:700;
	font-size:48px !important;
	line-height:54px !important;	
}

/*** My Custom Page Header ***/

.bg-overlay-gradient:before {
	background: rgba(0, 0, 0, 0.59);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.20));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.20));
}

.bg-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	display: block;
}

.bg-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-title {
    padding-top: 180px;
    padding-bottom: 180px;
}


.text-center {
    text-align: center !important;
}

.page-title span, .page-title h1 {
    color: #fff;
    text-transform: uppercase;
    font: 800 46px/1.2 'Raleway', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 3;
    padding-top: 31px;
    margin-bottom: 0;
	display:block;
}

.page-title p {
    color: #FFF;
    font-size: 20px;
	line-height:24px;
    margin-top: 10px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.dividerCen {
	display: block;
	width: 200px;
	height: 3px;
	background: #ed1c27;
	margin: 10px auto 10px;
}

/*** TYPOGRAPHY ***/

h1 span, h2 span, h3 span, h4 span {
	color: #ed1c27;	
}

.section-title h2,.section-title h1 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}

.section-title h2.smaller {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}

p.subText {
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.constrict {
    display: block;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.subTitle {
    font-weight: 500;
    font-size: 18px;
	line-height: 1.4em;
    text-transform: uppercase;
    display: block;
	color: #ed1c27;
	margin-top: 10px;
}

.bigNumber a {
    color: #ed1c27;
	font-weight: 700;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}


.mb-20 {margin-bottom:20px}

.welcomeText {padding: 40px 0 20px 0 !important;}

.text-section p {margin-bottom: 20px}

.font-20, .font-20 p {
    font-size: 18px;
    color: #191919;
    line-height: 1.4em;
}

ul.gallery-filter li span {
    text-transform: uppercase;
}

.overlay-one h4 {
	font-family: 'Lato', sans-serif;
	max-width: 95%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.overlay-one p {
	color: #FFF;
	max-width: 95%;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;	
}

/*** ELEMENTS AND CONTAIERS ***/

.bg-grey {
	background: #f3f3f3;	
}

.bg-grey2 {
	background: #fbfbfb;	
}

.greybg {
	background: url(../images/background/greybg.jpg) bottom center ;	
	background-size: cover;
	-webkit-box-shadow: inset 0px -4px 19px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -4px 19px -7px rgba(0,0,0,0.75);
	box-shadow: inset 0px -4px 19px -7px rgba(0,0,0,0.75);
}

.background-section {
    position: relative;
    padding: 60px 0px;
    background-color: #272727;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.background-section:after {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; 
	height:100%;
	display:block;	
-webkit-box-shadow: inset 0px 0px 46px 0px rgba(84,84,84,0.30));
-moz-box-shadow: inset 0px 0px 46px 0px rgba(84,84,84,0.30));
box-shadow: inset 0px 0px 46px 0px rgba(84, 84, 84, 0.30)
}

.whiteTranz {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.87);
    border-radius: 5px;
    border: 4px solid rgb(255, 255, 255);
}

.whiteTranz p {
	margin-bottom: 20px;	
}

.whiteBox {
    background: #FFF;
    padding: 20px;
    border: 2px solid #ec1b26;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.1);
}

.logoHolder {
	display: block;
	margin-top: 25px;
}

.logoHolder img {
	width:220px;
	float:left;	
	margin-right:20px;
	border: 1px solid #efefef;
	padding: 5px;
	background: #FFF;
}

.deadCenter img {
	width:230px;
	float:none;	
	border: 1px solid #efefef;
	padding: 5px;
	background: #FFF;
}

.deadCenter {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: 242px;
}


.mb-0 {margin-bottom:0px !important}

.text-section {
	position: relative;
	display: block;
    padding: 60px 0 60px 0;
}

.our-services {
    padding: 60px 0 20px;
}

.calltoaction {
    display: block;
    position: relative;
    float: none;
	overflow: hidden;
    background: #FFF;
    text-align: center;
    padding: 20px 30px;
    box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.1);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #eee;
}

/*** MY IMAGE WRAPPERS  ***/

.pickGradient, .picSMvyn {
  position:relative;
  display:block;
}
.pickGradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.imageWrap img {
	width: 100%;
	height: auto;	
}

.picSMvyn:after {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; 
	height:100%;
	display:block;	
-webkit-box-shadow: inset 0px 0px 25px 0px rgba(84,84,84,0.63);
-moz-box-shadow: inset 0px 0px 25px 0px rgba(84,84,84,0.63);
box-shadow: inset 0px 0px 25px 0px rgba(84, 84, 84, 0.63);
}

.image-padding-shadow {
    border: 13px solid #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}


/*** Dividers ***/

.cenDiv {
	width: 90px;
	box-sizing: border-box;
	display: block;
	position: relative;
	float: none;
	height: 2px;
	min-height: 2px;
	margin-left: auto;
	margin-right: auto;
	background:	#8dc63f;
	border-left: 30px solid #CCC;
	border-right: 30px solid #CCC;
	margin-top: 10px; 
	margin-bottom: 20px;
}

.leftDiv {
	width: 90px;
	box-sizing: border-box;
	display: block;
	position: relative;
	float: none;
	height: 2px;
	min-height: 2px;
	background:	#CCC;
	border-left: 45px solid #8dc63f;
	margin-top: 10px; 
	margin-bottom: 20px;
}
.pb-20 {padding-bottom: 20px}
.pb-30 {padding-bottom: 30px}
.pb-50 {padding-bottom: 50px}


/*** MyList ***/

.listTitle {
    font-size: 15px;
    line-height: 1.6em;
	font-weight:700;
	margin-bottom:15px;
	display:block;
	color: #ec9656;
}


.superList {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	font-size: 15px;
	display:block;
	margin-bottom:15px;
}

.superList.horizon {
	list-style: none !important;
	padding-left: 0px !important;
	font-size: 17px;
	display:block;
	text-align:center;
    width: 450px;
	margin-top:20px;
	margin-bottom:15px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.superList li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	padding-left: 0 !important;
	line-height: 22px !important;
}

.superList.horizon li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	float:left;
	margin-right:12px;
}

.superList li i {
    font-size: 22px;
    float: left;
    padding-right: 17px;
    margin-top: 0px;
    color: #ed1c27 !important;
}



.superList li ul {
	list-style:none !important;
	margin-top:18px !important;
}

.superList li ul li i {
    font-size: 16px;
    float: left;
    padding-right: 14px;
    margin-top: 2px;
    color: #6eb43f;
}

.superList li ul li {
	margin-bottom: 8px !important;
    margin-left: 33px !important;
    clear: both;
}

.superList span {
	display: table-cell;
}

.superList li span a {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/*** INDEX PAGE ***/
.service-item {
	min-height: 135px; 	
}

.section-title .decor.vers2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed1c27;
    border-right: none !important ;
	border-left: 40px solid #000;
}

.service-item .inner-box h4 {
	color: #000;
	transition: .3s ease;	
}

.service-item .inner-box:hover h4 {
	color: #ed1c27;	
}

.clients-section {
    padding: 30px 0;
}

.our-services .single-our-service .text-box {
    background: #FFF;
}

.respondImg {
	display: block !important;
    width: 100% !important;
}

.single-our-service .text-box a h4 {
	transition: .3s ease;
}

.single-our-service:hover .text-box a h4 {
	color: #ed1c27;
}


/*** CONTACT PAGE ***/

.acc-content .contact-infos li {
	box-shadow: 0px 10px 22px 0px rgba(0,0,0,0.1);
	border: 1px solid #e6e6e6;
    padding: 30px;
}

.accordion-box .accordion .acc-content {

    padding: 0 !important; 
}

.accordion-box .accordion .acc-content p, .accordion-box .accordion .acc-content p a {
    color: #7c7c7c;
	transition: .3s ease;
}

.accordion-box .accordion .acc-content p a:hover {
    color: #ed1c27;
}

.accordion-box .accordion .acc-content p strong {
    color: #333;
}

.textUp { text-transform: uppercase }


/*** FOOTER ***/

.prefoot-section {
    padding: 50px 0;
	border-top: 1px solid #e4e4e4;
}

footer { 
	background: url(../images/background/footer.jpg) top center ;	
	background-size: cover;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    border-top: 8px solid #ed1c27;
}

.footer-widget.about-widget .LoGo {
	background:#FFF;
	padding:10px;
	border:2px #ed1c27 solid;
}


footer p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #efefef;
    line-height: 20px;
}

footer .contact-infos a {
	color: #d5d5d5;
	transition: .3s ease;
}

footer .contact-infos a:hover {
	color: #FFF !important;
}


footer .superList a {
	color: #d5d5d5 !important;
	transition: .3s ease;
}

footer .superList a:hover {
	color: #FFF !important;
}


.footer-bottom p {
    font-size: 15px;
    color: #a2a2a2;
    line-height: 1.4em;
}

.footer-bottom a:hover {
	color: #FFF !important;
}

.footer-widget .inner-title {
    margin-bottom: 24px;
}

.leftDiv {
    width: 90px;
    box-sizing: border-box;
    display: block;
    position: relative;
    float: none;
    height: 2px;
    min-height: 2px;
    background: #CCC;
    border-left: 45px solid #ed1c27;
    margin-top: 20px;
}

.footer-bottom {
    border-top: 1px solid #000;
}


footer ul.superList {
	width:45%;
	float:left;
	list-style: none !important;
	margin-top:3px;
}

footer ul.superList ul li a {
	color: #d5d5d5;
}

footer .superList li span a:hover {
	color: #FFF !important;
}

footer .footer-address ul.superList {
	list-style: none !important;
	margin-top:3px;
}

footer .footer-address ul.superList li i {
	margin-top:0px !important;
}

footer ul.superList li, footer .footer-address ul.superList li{
	margin-bottom:18px !important;	
}

.footer-bottom p {
    font-size: 15px;
    color: #a2a2a2;
    line-height: 1.4em;
}

.footer-widget .inner-title {
    margin-bottom: 24px;
}


/*** RESPONSE ***/

@media (max-width: 1546px) {
.bg-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

}
@media (min-width: 1201px) {
	.onlyMob {display:none}	
}

@media (max-width: 1200px) {
	
	.main-header .info-box {display:none !important}
	.mainmenu-holder .nav-header > ul > li > a {
		padding: 4px 12px 2px;
	}
	
	.onlyMob {display:inherit}
	.links-nav li {padding-right: 20px;}
}



@media (max-width: 1024px) {

.mainmenu-wrapper .get-appt {
    top: 16px !important;
}

.main-header .header-top .social {
    top: -11px;
}

.main-header .header-top .top-right.pull-right {
    float: inherit !important;
    text-align: center;
}


}

@media (max-width: 991px) {
	.main-header .info-box {
		width: 33%;	
	}
	.sm-mb-30 {margin-bottom: 30px;}
}
@media (max-width: 996px) {
.bg-section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment:scroll;
}
}
@media (min-width: 641px) {
	.forMobile {
		display: none !important;
	}
		
}

@media (max-width: 480px) {
footer ul.superList {
    width: 100%;
    float: none;
    margin-bottom: 0 !important;
}
}

@media (max-width: 640px) {
	
	.tp-caption .forMobile {
		display: inherit !important;
	}
	
	.tp-caption .content-box {
		display: none !important;
	}
	.tparrows {
		display: none !important;
	}
		
}
@media (max-width: 588px) {
	.deadCenter {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		width: 232px  !important;	
	}
	
	.deadCenter img {
		width: 220px;
		float: none;
		margin-right: 0;
		background: #FFF;
	}
	
}
@media (max-width: 503px) {
.main-header .header-top .links-nav li {
    float: none !important; 
}
.fatOff {display: none !important}
}

@media (max-width: 486px) {
.page-title {
    padding-top: 51px;
    padding-bottom: 40px;
}


.page-title span {
    font: 800 30px/1.2 'Raleway', sans-serif;
    font-weight: 700;
}
}

@media (max-width: 420px) {
	.forMobile {
		font-size:30px !important;
		line-height:40px !important;	
	}
		
}