@import url("https://fonts.googleapis.com/css?family=Monserrat|Aleo") all;
body {
	background-color: #ffffff;
	color: #202020;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 16px;
	overflow-x: hidden;
}
p, em, strong, ul, li, h1, h2 {
	font-family: Monserrat, sans-serif;
}
a {
	color: #ea2600;
	text-decoration: none;
}
a:hover {
	color: #202020;
	text-decoration: none;
}

.overlay-link {
	border-radius: 5px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	transition: all 0.2s ease-in-out;
}

.overlay-link:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.overlay-link img {
	display: block;
	width: 100%;
	height: auto;
}

.overlay-link span {
	color: #ea2600;
	background-color: rgba(255, 255, 255, 0.85);
	font-family: Aleo, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.overlay-link:hover span {
	color: #ffffff;
	background-color: #ea2600;
}

.vertical-spacing {
	margin-bottom: 20px;
	margin-top: 60px;
}

.btn-color {
	background-color: #575757;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.btn-color:hover {
	background-color: #ea2600;
	color: #ffffff;
}

h1 {
	font-family: 'Aleo', sans-serif;
	color: #ea2600;
	font-size: 36px;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-top: 40px;
	margin-bottom: 30px;
	display: block;
}
h2 {
	font-family: 'Aleo', sans-serif;
}

.logo {
	margin: 0px;
	margin-bottom: -5%;
	z-index: 500;
	position: relative;
}
.box-phone {
	height: 25px !important;
}
.box-phone a:hover {
	color: #ea2600 !important;
}
.box-phone a:hover i {
	background-color: #ea2600 !important;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}

/**
* --------------------------------------------------------
* FOOTER BAR - Begin
* --------------------------------------------------------
*/

.footer {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #ea2600;
	color: #ffffff;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #202020;
}
.top {
	color: #202020;
	float: right;
	line-height: 70px;
	font-size: 35px;
}
/**
* FOOTER BAR - End
*/


/**
* --------------------------------------------------------
* ILLUSTRATION - Begin
* --------------------------------------------------------
*/

.illustration {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/illustrations/default/background.jpg);
    background-size: cover;
}
/**
* ILLUSTRATION - End
*/


/**
* --------------------------------------------------------
* TOP BAR - Begin
* --------------------------------------------------------
*/

.box-phone {
	font-family: Monserrat, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999;
	display: block;
	float: left;
	padding-top: 5px;
}
.box-phone .fa {
	width: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #999;
	color: #fff;
	border-radius: 50%;
	margin-right: 3px;
}
.box-phone a {
	color: #999;
}
.box-phone a:hover {
	color: #202020;
}
.box-phone a:hover .fa {
	background-color: #202020;
}
.box-social {
	display: block;
	float: right;
	height: 25px !important;
}
.box-social a {
	color: #202020;
}
.box-social a:hover {
	color: #999;
}
/**
* TOP BAR - End
*/


/**
* --------------------------------------------------------
* NAVIGATION MENU - Begin
* --------------------------------------------------------
*/

a.nav-link {
	font-family: Aleo, Helvetica, Arial, sans-serif;
	font-size: 20px;
	/* text-transform: uppercase; */
	font-weight: 700;
	color: #575757;
}
a.nav-link:hover {
	color: #202020 !important;
}
.navbar-toggler-icon {
	border-color: #202020;
}
.navbar-brand {
	margin-right: 5px;
}
.navbar-brand img{
	max-width: 50vw;
}
/**
* NAVIGATION MENU - End
*/


/**
* --------------------------------------------------------
* HOME - Begin
* --------------------------------------------------------
*/

.home {
	background-color: #ffffff;
	font-size: 18px;
}
.home em {
	font-family: Aleo, cursive;
	font-style: normal;
	color: #666666;
}
.home em u {
	color: #202020;
	text-decoration: none;
}
.home h3 {
	color: #202020;
	font-family: Aleo, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}
.home p {
	color: #575757;
}
.home h4 {
	color: #575757;
	font-family: Aleo, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
/**
* HOME - End
*/



/**
* --------------------------------------------------------
* SLIDER - Begin
* --------------------------------------------------------
*/

@media screen and (min-width: 768px) {
	.slider-fix {
		margin-top: -43px;
	}
	}
	.centered-curve-white {
		margin: 0px;
		margin-bottom: -24px;
		z-index: 999;
		position: relative;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: auto;
		height: 25px;
	}
	.boxedcontainer {
		max-width: 1170px;
		margin: auto;
		padding: 0px 30px;
	}
	.tp-banner-container {
		width: 100%;
		position: relative;
		padding: 0;
	}
	.tp-banner {
		width: 100%;
		position: relative;
	}
	.tp-banner-fullscreen-container {
		width: 100%;
		position: relative;
		padding: 0;
	}
	.caption.slider-title-left {
		font-family: Monserrat, Helvetica, Arial, sans-serif;
		color: #ffffff;
		font-size: 50px;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px #000000;
		text-align: left;
	}
	.caption.slider-phrase-left {
		font-family: "Open+Sans", sans-serif;
		color: #ffffff;
		font-size: 16px;
		background-color: rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		padding: 10px;
		width: auto;
		height: auto;
		text-align: left;
	}
	.caption.slider-title-right {
		font-family: Monserrat, Helvetica, Arial, sans-serif;
		color: #ffffff;
		font-size: 50px;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px #000000;
		text-align: right;
	}
	.caption.slider-phrase-right {
		font-family: "Open+Sans", sans-serif;
		color: #ffffff;
		font-size: 16px;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		padding: 10px;
		width: auto;
		height: auto;
		text-align: right;
	}
	.caption.slider-title-center {
		font-family: Monserrat, Helvetica, Arial, sans-serif;
		color: #ffffff;
		font-size: 50px;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 0px 0px 10px #000000;
		text-align: center;
	}
	.caption.slider-phrase-center {
		font-family: "Open+Sans", sans-serif;
		color: #ffffff;
		font-size: 16px;
		background-color: rgba(0, 0, 0, 0.25);
		border-radius: 10px;
		padding: 10px;
		width: auto;
		height: auto;
		text-align: center;
	}
	.caption .slider-button {
		background-color: #78BE28;
		background-color: rgba(255, 255, 255, 0.75);
		color: #333333;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		font-family: Monserrat, Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
	.caption .slider-button:hover {
		background-color: rgba(255, 255, 255, 1);
		color: #ffffff;
		color: #ea2600;
	}
	
	.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
	.caption.fullscreenvideo iframe,
	.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none;}
	
	.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%;}
	
	
	.tp-caption.fullscreenvideo iframe,
	.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none;}
	
	
	.fullcoveredvideo video,
	.fullscreenvideo video					{	background-color: transparent;}
	
	.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px;}
	
		.fullscreenvideo {
			position: relative;
			padding-bottom: 56.25%;
			height: 0;
			overflow: hidden;
			max-width: 100%;
		} 
		.fullscreenvideo iframe,
		.fullscreenvideo object,
		.fullscreenvideo embed { 
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%; 
		 }
	
	.html5vid.videoisplaying .tp-poster	{	display: none}
	
	.tp-video-play-button		{	background:#000;
									background:rgba(0,0,0,0.3);
									padding:5px;
									border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
									position: absolute;
									top: 50%;
									left: 50%;
									font-size: 40px;
									color: #FFF;
									z-index: 3;
									margin-top: -27px;
									margin-left: -28px;
									text-align: center;
									cursor: pointer;
								}
	
	.html5vid .tp-revstop		{	width:6px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px;}						
	.html5vid .tp-revstop	{	display:none;}
	.html5vid.videoisplaying .revicon-right-dir	{	display:none}
	.html5vid.videoisplaying .tp-revstop	{	display:block}
	
	.html5vid.videoisplaying .tp-video-play-button	{	display:none}
	.html5vid:hover .tp-video-play-button { display:block}		
	
	.fullcoveredvideo .tp-video-play-button	{	display:none !important}
	/**
	* SLIDER - End
	*/


	/******************  News Slider Demo-2 *******************/
.packages-carrousel{
    background-color: #ea2600;
	padding-top:10px;
}
.post-slide2{
    margin: 0 15px;
    box-shadow: 0 5px 5px rgba(43,59,93,0.30);
	margin-bottom:2em;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
	padding: 20px;
	position: relative;
	text-align: left;
}
.post-slide2 .post-operator{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid #fff;
}
.post-slide2 .post-operator img{
    width: 100%;
    height: auto;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
}
.post-slide2 .post-title a{
    display: inline-block;
    color: #13333e;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-title a:hover{
    color: #202020;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #13333e;
    line-height: 24px;
	margin-bottom: 14px;
	min-height: 125px !important;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #13333e;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    color: #ea2600;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #202020;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #575757;
    border-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #ea2600;
    text-decoration: none;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
	margin: 0 auto;
	border-radius: 0;
	display: block;
  }
  
  .pagination a,
  .pagination span {
	background-color: #fff;
	padding: 8px;
	font-size: 14px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #e8ebee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  
  .pagination a {
	color: #ea2600;
  }
  .pagination a:hover {
	background-color: #202020;
	border-color: transparent;
	color: #fff;
  }
  .pagination a > i {
	font-size: 16px;
  }
  
  .pagination .current {
	color: #202020;
  }

  .fa.fa-facebook {
	color: #3b5998;
  }
  .fa.fa-instagram {
	color: #3f729b;
  }
  .fa.fa-twitter {
	color: #55acee;
  }
  .fa.fa-youtube {
	color: #e52d27;
  }
  