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

/*** HEADER ***/

.main-header .header-top {
    padding: 10px 0px;
    background: #000;
}

.header-top p {
	color:#c1bfbf;	
}

.header-top-infos {
    font-size: 15px;
    color:#efefef;
    margin-top: 36px;
}

.fixed-top-header .header-top {display: none} 

.header-top {
	-moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;		
}

.fixed-top-header .header-top {height:0px;} 

.header-top-infos a {
	color: #FFF;	
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;		
}

.header-top-infos a:hover {
	color: #ec1b23;
}

.header-top .bigNumber {
	font-size:24px;
	line-height: 1.2em;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;	
}


.header-top-infos li div i {
    float: left;
    margin-right: 12px;
    margin-top: 5px;
	font-size: 36px;
    color: #ec1b23;
}

/*** SLIDER ***/

.main-slider h2, .main-slider .bigTitle {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
}

.main-slider .white-title {
	text-align: center;	
}

.main-slider  .tp-bannertimer {
  display:none;
}

.tp-caption a {
    color: #ffffff;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

/*** PAGE BANNER ***/

.page-banner {
    position: relative;
    padding: 80px 0px 80px;
    background-color: #414244;
	background: url(../images/background/page-banner-1.jpg) top center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .page-title .theTitle {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

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

.page-title p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.4em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	display: inline-block;
}

/*** TYPOGRAPHY ***/

.title-box h1, .title-box h2, .title-box h3 {
	text-transform: uppercase;	
}

.sec-title {
    text-transform: uppercase;
}

.sec-title .subTitle {
    text-transform: none !important;
}

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

.text-section, .why-us, div.text {
	line-height: 2.0em;	
}

.text-section .skew-lines {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.4em;
}

/*** INDEX PAGE ***/

.sponsors .slider li  {
	border: 1px solid #FFF;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;	
	box-sizing: border-box;
}

.sponsors .slider li:hover {
	border: 1px solid #ec1b23;
}

.why-us .box .tab-link h4 {
    margin-bottom: 8px;
}

.why-us .box .tab-link p {
    line-height: 1.4em;
	min-height: 75px;
}

.why-us .box .tab-link {
    padding: 16px 12px 16px 90px;
}

.tab-link .icon .fa {   
	margin-top: -10px;
}

.why-us .box .tab-link:hover{
	cursor: default;
}

.blog-section {
    background: #fbfbfb;
}

.sponsorTitle {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0 10px 0;
	overflow: hidden;
	background: #FFF;	
	text-align: center;
	border-top: 1px solid #d0d0d0;
}

.sponsorTitle h2 {
	text-transform: uppercase;
	color: #ec1b23;	
}

.sponsors {
    padding: 22px 0px 22px 0px;
    border-top: none !important;
}

.blog-section .column-box .text {
    min-height: 161px;
}

.column-view .column-box .post-content h3 a {
    text-transform: uppercase;
}

/*** CONTACT PAGE ***/

.sec-title h3 {
    text-transform: uppercase;
}

.cont-box .text a {
	color: #ec1b23;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;	
}

.cont-box .text a:hover, .side-bar .cont-info .cont-box .info li a:hover {
	color: #000 !important;
}

.sidebar-page {
    padding: 50px 0px 0px 0px;
}

.theTime {
    float: right;
    text-align: right;
}

/*** ELEMENTS ***/

.whiteBox {
    background: #FFF;
    padding: 10px 20px;
    border: 1px solid #ec1b23;
	border-radius: 20px 0 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
	display: block;
	margin-top: 20px;
}

.redBox {
    background: #FFF;
    padding: 15px 20px 5px 20px;
    border: 1px solid #cccccc;
    width: 100%;
    position: relative;
    overflow: hidden;
	display: block;
	margin-top: 20px;
	color: #000;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;	
}

.redBox:hover {
    background: #ec1b23;
    border-color:  #ec1b23;
	color: #FFF;
}

.redBox p {
	line-height: 1.6em;	
	font-size: 16px;
}

.intro-section.theme-two {
    background: url(../images/background/page-banner-1.jpg) top center;
	background-size: cover;
}

.intro-section.theme-two h3 {margin-bottom: 20px}

.intro-section.theme-two .border {
    background: rgba(44, 51, 59, 0.56);
}

.imgWrap {
	display: block;
	width: 100%;
	position: relative;	
	padding: 6px;
	border: 1px solid #e2e2e2;
background: rgb(255,255,255);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}

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

.text-section {
    position: relative;
    padding: 50px 0px 50px;
    background: #ffffff;
}

.text-section a {
	color: #ec1b26;	
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;	
}

.text-section a:hover {
	color: #af0912;	
}

.background-section {
    position: relative;
    padding: 60px 0px;
    background-color: #272727;
	background: url(../images/background/texture-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.background-section.tex2 {
	background: url(../images/background/texture-2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.background-section.tex3 {
	background: url(../images/background/texture-3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.background-section.tex4 {
	background: url(../images/background/texture-4.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.background-section.tex5 {
	background: url(../images/background/texture-5.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.background-section.tex6 {
	background: url(../images/background/texture-6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}

.background-section.tex7 {
	background: url(../images/background/texture-7.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
}



.background-section:before {
	content:'';
	position:absolute;
	left:0; top:0;
	width:100%; 
	height:100%;
	display:block;	
    background-color: rgba(0, 0, 0, 0.65);
} 

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

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

.whiteTranz .skew-lines {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1.4em;	
}

.TitleBox h2 {
	margin-bottom:6px;	
}

.whiteTranz .TitleBox {
	display: block;
	padding-bottom: 10px;
    border-bottom: 1px solid #ec1b23;
	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);
}

.sndPar { padding-top:10px }

.daGrey {
    background: #fbfbfb;
}

.maxTyp {
	max-width: 800px;
	text-transform: none !important;	
}

/*** SERVICE PAGES ***/

.serviceFix {margin-top: -40px; background: #fbfbfb;}

.specT {
	font-size: 20px;
	color: #ec1b26;	
	line-height: 1.2em !important;
	display: block;
}

.subTitle {
	color: #ec1b26;
	line-height: 22px !important;		
}


.suppliers {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.suppliers li {
	margin-bottom: 20px !important;
	border-bottom: none !important;
	padding-left: 0 !important;
	float: left !important;
	padding: 10px;
}

.suppliers li img {
	border: 1px solid #FFF;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.suppliers li img:hover {
	border: 1px solid #ec1b23;
}



/*** 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 h2 {
	line-height: 1em;
	font-size: 18px;
	color: #ed1c27 !important;	
	margin-bottom: 8px;
}

.superList li strong {
	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;
}


/*** FOOTER ***/

.main-footer {
    background: url(../images/background/footer.jpg) top center;
	background-size: cover;
}


.footLogo img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ec1b23;
	margin-bottom: 20px;
	max-width: 400px;
	padding: 4px;
	background: #000;
}

.theHours {
	display: block;
	border: 1px solid #ec1b23;
	box-sizing: border-box;
	padding: 10px;
	color: #bdbdbd;
	line-height: 1.4em;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.69);
}

.theHours span {
	float: right;
	text-align: right;	
	color: #efefef;
}

.theHours strong {
	color: #efefef;
}

.theClosed {color: #ec1b23 !important;}

.main-footer .social-links a {
	background: #3b5998;
}

.main-footer .skew-lines:before {
    background: #CCC;
}

.main-footer .footer-upper h3 {
    font-size: 21px;
}

.main-footer .footer-upper .text {
    color: #bdbdbd;
}

.footer-widget  ul.links li a  {
    text-transform: uppercase;
}

.main-footer ul.info li strong {
	display: inline-block;
	float: left;	
	padding-right: 12px;
	min-width: 95px;
}

.main-footer .footer-upper .info li strong {
    position: relative;
    font-weight: 500;
    color: #bdbdbd;
}

.main-footer ul.info li a {
	display: table-cell;
}

.main-footer .footer-upper a {
    color: #FFF;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-footer .footer-upper a:hover {
    color: #fb4848 !important;
}

.main-footer .footer-upper .info li {
    margin-bottom: 10px;
}

.main-footer .footer-bottom {
    background: #222323;
    color: #ffffff;
}

.footer-bottom .copyright {
	color: #CCC;	
}

.footer-bottom .copyright a {
	color: #FFF;	
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;	
}

.footer-bottom .copyright a:hover {
	color: #ec1b23;	
}


/*** RESPONSE ***/

@media (max-width: 1350px) {
	.sponsors .owl-controls {display: none  !important}
}

@media (min-width: 1251px) {
	.mobOn {display: none  !important}
}

@media (max-width: 1250px) {
	.mobOff {display: none  !important}
	.mobOn {display: inherit !important}
}

@media (max-width: 1024px) {
	.header-top-infos {display: none}
	.sponsors .owl-controls {display: none  !important}
	
	.main-menu .navbar-collapse > ul > li.dropdown > a:after  {display: none  !important}
}

@media only screen and (max-width:991px) {
	.mb-md-30 {
		margin-bottom: 30px
    }
}

@media (max-width: 767px) {

 .hide-small {display: none !important} 
 .small-fix {margin-top: -25px} 
}

@media (max-width: 798px) {
	.social-links.text-right {display: none !important} 
}

@media (min-width: 798px) and (max-width: 1024px) {
	.main-menu .navbar-collapse > ul > li > a { padding: 16px 10px !important; }
	
}

@media (max-width: 567px) {
.page-banner .page-title .theTitle {
    font-size: 30px; 
	line-height: 36px !important;
}
}


	