a {
	color: #b02024;
}
a:hover, a:focus {
	color: #b02024;
}

html, body { height:100%;}

@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/helr65w-webfont.eot');
    src: url('../fonts/helr65w-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helr65w-webfont.woff') format('woff'),
         url('../fonts/helr65w-webfont.ttf') format('truetype'),
         url('../fonts/helr65w-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('../fonts/helr45w-webfont.eot');
    src: url('../fonts/helr45w-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helr45w-webfont.woff') format('woff'),
         url('../fonts/helr45w-webfont.ttf') format('truetype'),
         url('../fonts/helr45w-webfont.svg#HelveticaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd35Thin';
    src: url('../fonts/helveticaneueltstd-th-webfont.eot');
    src: url('../fonts/helveticaneueltstd-th-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-th-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-th-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-th-webfont.svg#HelveticaNeueLTStd35Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:'HelveticaRegular', sans-serif;
}

/*Page Starts From Here*/

img{
	max-width:100%;
	height:auto;
}
a{	 
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all ease-in;
	transition: all 300ms ease-in;
	text-decoration:none;
}
.clear{
	clear:both;
}
.textcenter{
	text-align:center;
}
.container{
	max-width:970px !important;
}
.site-header{
	padding-top:15px;
	position:absolute;
	z-index:3;
	width:100%;
}
#banner{
	z-index:1;
	overflow:hidden;
}
.flexslider{
	position:relative;
}
.flexslider ul{
	margin:0;
	padding:0;
}

.flexslider ul li {
	background:none;
}

.flexslider ul li img{
	width:100%;
}
.main-menu{
	text-align:right;
}
.main-menu li{
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:12px;
}
.main-menu li:last-child{
	border-right:none;
}
.main-menu li a{
	color:#fff;
	font-weight:bold;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a{
	color:#b02024;
}
.header-caption{
	text-align:center;
	color:#fff;
	z-index:2;
	position:absolute;
	top:300px;
	width:100%;
}
.header-caption h1{
	margin:0;
	font-family: 'HelveticaBold';
	font-size:42px;
	text-shadow:0 0 10px #000;
}
 .header-caption h2{
	 margin:10px 0;
	 font-size:28px;
	text-shadow:0 0 10px #000;
}
.header-caption a.caption-btn{
	background:#da172f;
	color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	padding:10px 40px;
	display:inline-block;
	margin-top:30px;
}
.header-caption a.caption-btn:hover{
	background:#a8091c;
}
#breaking-news{
	background:#393739;
	padding:15px 0;
	color:#fff;
	clear:both;
	line-height:100%;
	font-size:18px;
}
.breaking-news .widgettitle {
	display:none;	
}
.breaking-news ul {
	margin:0;
	padding:0;
	overflow:auto;
}
.breaking-news li {
	list-style:none;
	display:inline-block;
	float:left;
}

#newsticker a:after {
	content:' | ';
	display:inline-block;
	padding:0 5px;
}

.breaking-news .widget ul li a {
	color:#fff;
}

.breaking-news .widget ul li a:hover {
	color:#b02024;
}


.site-content{
	padding:50px 0;
}
#testimonials{
	padding:30px 0 45px 0;
	clear:both;
}
.testimony{
	text-align:center;
	font-size:18px;
}
.testimony ul{
	margin:0;
	padding:0;
}
.testimony-img{
	border-radius:100%;
	width:120px;
	height:120px;
	overflow:hidden;
	margin:0 auto 20px auto;
}
.testimony-text{
	margin:0 180px 0;
	position:relative;
}
.testimony-text p:before{
	content:" ";
	background:url(../images/before-quotes.png) no-repeat;
	width:22px;
	height:21px;
	position:absolute;
	left:-20px;
	top:-10px;
	z-index:1;
}
.testimony-text p:after {
	content:" ";
	background:url(../images/after-quotes.png) no-repeat;
	width:22px;
	height:21px;
	position:absolute;
	right:-10px;
	bottom:10px;
	z-index:1;
}
.testimony-author{
	margin-top:20px;
	font-size:14px;
}
.testimony ol.flex-control-nav{
	margin:0;
	padding:0;
}
.testimony ol.flex-control-nav li{
	list-style:none;
	display:inline-block;
	margin:0 3px;
}
.testimony ol.flex-control-nav li a{
	display:block;
	background:#cbcbcb;
	width:10px;
	height:10px;
	border-radius:100%;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.testimony ol.flex-control-nav li a.flex-active{
	background:#da172f;
}
#services{
	background:#393739;
	padding:45px 0;
	text-align:center;
	color:#fff;
}
.service h2{
	margin:0;
	font-size:22px;
}
.service h3{
	margin:5px 0;
	font-size:16px;
}
.service a.learn-more{
	color:#fff;
	display:inline-block;
	margin-top:30px;
}
.service a.more{
	background:url(../images/more.png) no-repeat left;
	padding-left:20px;
}
.service a.less{
	background:url(../images/less.png) no-repeat left;
	padding-left:20px;
}
#expanded{
	padding:52px 0;
	line-height:26px;
}
.expanded-content{
	overflow:hidden;
}

.expanded-content a{
	background: #b12025;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 22px;
    border-radius: 3px;
    display: inline-block;
    margin: 30px auto;
    font-weight: bold;
    margin-left: 100px;
}

#expanded h3{
	font-size:22px;
	margin:0 0 20px 0;
}
.expanded-link{
	clear:both;
	margin:60px auto 0 auto;
	font-weight: bold;
}
.expanded-link ul{
	margin:0;
	padding:0;
	text-align:center;
}
.expanded-link li{
	display:inline-block;
	color:#333;
	line-height:100%;
	margin:0 10px;
	padding-bottom:3px;
	border-bottom:3px solid #fff;
	position:relative;
	cursor:pointer;
}
.expanded-link li:after {
	content: '|';
	position:absolute;
	top:0;
	right:-14px;
}
.expanded-link li:last-child:after{
	content:'';
}
.expanded-link li:hover, .expanded-link li.flex-active{
	border-bottom:3px solid #da172f;
}
#about{
	background:#f8f8f8;
	padding:56px 0;
}
#about h2{
	margin:0;
	padding:0;
	text-align:center;
}
#about h3{
	margin:5px 0;
	padding:0;
	text-align:center;
}
.about-content{
	margin-top:60px;
	line-height:26px;
}
.about-img{
	float:right;
	width:190px;
	height:190px;
	border-radius:100%;
	overflow:hidden;
	margin-left:40px;
}
#contact{
	padding:40px 0;
}
#contact h2{
	text-align:center;
	margin:0;
}
#contact h3{
	margin:5px 0;
	text-align:center;
}
.map, .contact-form{
	margin-top:80px;
}
.contact-form{
	text-align:center;
	max-width:300px;
	margin-left:30px;
}
.contact-form h3{
	font-size:16px;
	background:#393738;
	color:#fff;
	padding:10px;
	margin-bottom:10px !important;
	border-radius:3px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea{
	width:100%;
	background:#f2f2f2;
	border:none;
	padding:7px; 
	margin-bottom:10px;
	border-radius:3px;
}
.contact-form textarea{
	height:150px;
}
.contact-form input[type=submit]{
	background:#da172f;
	border:none;
	border-radius:3px;
	color:#fff;
	padding:8px 30px;
	text-transform:uppercase;
}
.contact-form input[type=submit]:hover{
	background:#a8091c;
}
.site-footer{
	background:#dedede;
	padding:20px 0;
	border-top:3px solid #393738;
	clear:both;
	overflow: hidden;
}
.site-footer .widget-container {
	width: 100%;
	overflow: hidden;
}
.site-footer .widget {
	text-align: center;
	float: left;
	margin-right: 10px;
}
.site-footer .widget-1 {
	width: 150px;
}
.site-footer .widget-2 {
	width: 260px;
}
.site-footer .widget-3 {
	width: 90px;
}
.site-footer .widget-4 {
	width: 306px;
}
.site-footer .widget-5 {
	width: 217px;
}
.site-footer .widget-6 {
	width: 250px;
}
.widget .widget-title{
	margin:0;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.widget p{
	margin-bottom:5px;
	white-space: nowrap;
}
.widget p img{
	margin-right:5px;
}
.widget ul{
	margin:0;
	padding:0
}
.widget ul li{
	list-style:none;
}
.widget ul li a{
	color:#333;
}
.widget ul li a:hover{
	color:#000;
}
.creater-logo{
	text-align:right;
	margin-top:30px;
	margin-right:65px;
}

.footer-social-icons a {
	color:#393738;
}

.footer-social-icons a .fa-inverse:before {
	color:#dedede;
}

.footer-social-icons a:hover {
	color:#db172f;
}

.tweet-row {
	background:#da172f;
	position:relative;
	overflow:hidden;
	border-top:solid 1px #fff;
	width:100%;
}

.tweet-row .single-tweet {
/*	border-right:solid 1px #fff;
	width:25%;
	display:table-cell;
	position:relative;
*/
	display: none;
	float:left;
    width: 25%;
    vertical-align: top;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-top: -1px;
    text-align: center;
	color:#fff;
    overflow: hidden;
    position: relative;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}

.tweet-row .single-tweet:after
{
	display: block;
    content: '';
    padding-bottom: 100%;
}

.tweet-row .single-tweet .tweet-container:before {
	content: '';
    display: block;
    height: 30px;
}

.tweet-row .single-tweet .tweet-container:after {
	content: '';
    display: block;
    height: 30px;
}

.tweet-row .single-tweet .tweet-container
{
	display: block;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
	font-size:12px;
	font-weight:'HelveticaRegular', sans-serif;
	/*
	position:relative;
	height:100%;
	overflow:hidden;
	padding:20px;
	text-align:center;
	color:#fff;
	text-align:center;
	*/
}

.tweet-row .single-tweet.instagram .tweet-container,
.tweet-row .single-tweet.image-tweet .tweet-container {
	opacity:0;
	background-color:rgba(218, 23, 47, .6);
}

.tweet-row .single-tweet.instagram:hover .tweet-container,
.tweet-row .single-tweet.image-tweet:hover .tweet-container {
	opacity:1;
}

.tweet-container .profile-info .profile-img {
	border-radius:500px;
	overflow:hidden;
	width:70px;
	height:auto;
}

.tweet-container .profile-info .profile-name
{
	font-family:'HelveticaBold', sans-serif;
	color:#fff;
	font-size:16px;
	margin:15px 0;
}

.tweet-container .profile-info .profile-name span {
	font-weight:'HelveticaRegular', sans-serif;
	display:block;
	font-size:14px;
}

.tweet-buttons {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
}



.tweet-buttons .tweet-button {
	color:#fff;
	border:solid 1px #fff;
	display:inline-block;
	padding:5px;
	border-radius:2px;
}

.tweet-buttons .tweet-button:hover {
	background:#e55062;
}

.tweet-buttons .reply,
.tweet-buttons .favourite,
.tweet-buttons .retweet {
	width:24px;
	height:24px;
	color:#fff;
	display:inline-block;
	text-indent:-9999px;
}

.tweet-buttons .reply {
	background:url(../images/reply.svg) center center no-repeat;
	background-size:contain;
}

.tweet-buttons .favourite {
	background:url(../images/favourite.svg) center center no-repeat;
	background-size:contain;
}

.tweet-buttons .retweet {
	background:url(../images/retweet.svg) center center no-repeat;
	background-size:contain;
}

.inner-content {
	padding:30px 0;
}

.services-slides ul.slides, 
.expanded-link ul {
	margin:0;
	padding:0;
	list-style:none;
}
.services-slides ul.slides ul{
	list-style:none;
}
.services-slides ul.slides ul li{
	position:relative;
}
.services-slides ul.slides ul li:before{
	content:'';
	background:#b02024;
	width:5px;
	height:5px;
	left:-14px;
	top:11px;
	position:absolute;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ajax-loader { display:none;}

#banner .flexslider {
	position:relative;
	overflow:hidden;
}

#banner .flex-control-nav {
	margin:0;
	padding:0;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
	z-index:2;
}

#banner .flex-control-nav li {
	display:inline-block;
}

#banner .flex-control-nav li a {
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	margin:0 3px;
	background:#cbcbcb;
	width:15px;
	height:15px;
	border-radius:16px;
}

#banner .flex-control-nav li a.flex-active {
	background:#da172f;
}

.hero-banner {
	display: block;
	width:100%;
	position: relative;
}

.hero-banner img {
	width: 100%;
	height: auto;
}

.hero-banner .hero-container {
	display: none;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	
}

.hero-banner .hero-container h2 {
	font-family:'HelveticaBold', sans-serif;
	font-size:42px;
	color:#fff;
	margin-bottom:30px;
}

.hero-banner .hero-container h2 span {
	font-family:'HelveticaRegular', sans-serif;
	font-size:28px;
	display:block;
	margin-top:15px;
}

.hero-banner .hero-container .hero-button {
	display:inline-block;
	font-family:'HelveticaRegular', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#da172f;
	padding:10px 40px;
	border-radius:5px;
	background:#fff;
}

.hero-image {
	position: absolute; z-index: -99; width: 100%; height: 100%
}



.hero-banner .hero-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.hero-video-container {
	display: table;
	width: 100%;
	height: 80%;
}

.hero-video-container .hero-video-inner,
.hero-video-container .hero-video {
	height:100%;
	width:100%;
	position:relative;
}

.hero-video-container iframe {
	position:absolute;
	width:100%;
	height:100%;
	max-width:100%;
	max-height:100%;
}


/* Image Box Style */
.box {
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
	max-width:300px;
}
.box img{
	width:100%;
}
/* Caption Common Style */
.box .caption {
	background-color:#393739;
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
	left: 0;
}
.box .time{
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
/** Caption 2: Full Width & Height **/
.box .full-caption {
	bottom: -100%;
    height: 100%;
    text-align: left;
    font-size: 16px;
    padding: 15px 15px 40px 15px;
    position: absolute;
    width: 100%;
}
.box .full-caption  a{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	top:0;
	left:0;
}
.box .full-caption h3{
	color:#fff;
	margin:0 0 5px 0;
}
.box:hover .blog-title{
	display:none;
}
.box .blog-title h3 a{color:#fff;}

/** Full Caption :hover Behaviour **/
.box:hover .full-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}
.box:hover .blog-title{
	display:none;
}

.blog-title{
	position: absolute;
  	width: 100%;
    bottom: 0;
    text-align: center;
    line-height: 100%;
	background-color: rgba(49,49,49,0.65);
	color:#fff;
}
.blog-title h3{
	color:#fff;
	font-size:22px;
	margin:10px 0 5px 0;
}
.blog-title .time{
	border-bottom:none;
	font-size:16px;
}

.client-details { 
	font-size:14px;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	bottom:10px;
}

.breaking-news-full {
	background:#393739;
	color:#fff;
	line-height:1.2;
	font-size:16px;
	padding:20px 0;
}

.breaking-news-full a {
	color:#fff;
}

.breaking-news-full p {
	margin:0;
}

#preloader {
	padding:20px 0;
	text-align:center;
}

.breadcrumbs span{font-size:12px; margin-bottom:10px;}
.breadcrumbs a span:hover{color:#b02024;}
.cattitle, .catlist{display:inline-block; margin:10px 0;}
.catlist ul{margin:0px; padding:0 0 0 5px;}
.catlist ul li{list-style:none;  display:inline-block;  text-transform:uppercase; font-weight:bold;}
.catlist ul li a{color:#000; padding:0 5px;}
.catlist ul li a:hover{background:#000; color:#fff;}
.catlist li.current-cat a{background:#000; color:#fff;}

.pagenavi-container {
	position: relative;
	text-align: center;
}
.pagenavi-container:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #bfbfbf;
	position: absolute;
	top: 50%;
	left: 0;
}
.wp-pagenavi{text-align:center; position:relative; z-index:2; display: inline-block; padding: 0 10px; background: white;}

.wp-pagenavi span.pages{display:none;}
.wp-pagenavi a.nextpostslink{width:20px; height:26px; display:inline-block; background:url(../images/next-arrow.jpg) center center no-repeat; text-indent: -9999px;}
.wp-pagenavi a.previouspostslink{width:20px; height:26px; display:inline-block; background:url(../images/prev-arrow.jpg) center center no-repeat; text-indent: -9999px;}

.hero-slider {
	overflow: hidden;
	position: relative;
}

.hero-slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-slider img {
	width: 100%;
	height: auto;
}

.hero-slider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}

.hero-slider .flex-control-nav li {
	display: inline-block;
	width: 16px; 
	height: 16px;
	border-radius: 16px;
	margin: 0 3px;
}

.hero-slider .flex-control-nav li a {
	background: #b02024;
	opacity: .5;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	text-indent: -9999px;
	cursor: pointer;
}

.hero-slider .flex-control-nav li a.flex-active {
	opacity: 1 !important;
}

.email-announcements input[type="email"], .email-announcements input[type="text"] {
	padding: 3px 5px;
	border-radius: 4px;
	background: white;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border: 0;
}

.email-announcements input[type="submit"] {
    background: #b02024;
    border: 2px solid #da172f;
    color: #fff;
    padding: 5px 22px 3px 22px;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: bold;
}

.meta-date {
	margin: 20px 0;
	font-size: 18px;
	font-family: 'HelveticaBold', sans-serif;
}

.hentry h1 {
	font-family: 'HelveticaRegular', sans-serif;
	font-size: 24px;
	margin: 20px 0 30px;
	text-transform: uppercase;
}

.hentry h1 span {
	display: block;
	font-size: 14px;
	padding-top: 10px;
}

.single-post-content {
	position: relative;
}

.single-post-content:before{
	content: '';
	width: 1px;
	background: #bfbfbf;
	height: 200px;
	position: absolute;
	top: 0;
	left: -30px;
}

.single-sidebar {
	font-family: 'HelveticaRegular', sans-serif;
	font-size: 14px;
}

.single-sidebar h3 {
	font-family: 'HelveticaBold', sans-serif;
}

.single-sidebar ul {
	margin: 0;
	padding: 0;
}

.single-sidebar li {
	list-style: none;
}

.single-sidebar li a {
	padding: 3px 0;
	border-radius: 3px;
	color: #000;
}

.single-sidebar li a:hover {
	background: #b02024;
	color: #fff;
	text-decoration: none;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content figure {
	max-width: 100%;
	width: auto !important;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-contenta a {
	color: #b02024;	
}


a.donate-btn{
	background:#b12025;
	color:#fff;
	text-transform:uppercase;
	padding:6px 42px;
	border-radius:3px;
	display:inline-block;
	margin:30px 0;
}
.page-id-137 .responsive-iframe-container{
	padding-bottom:30.25%;
	margin-top:30px;
}
.map-x2{
	width: 300px;
	margin: auto;
	text-align: center;
}
.map .map-x2 h3{
	background:#393738;
	text-align:center;
	color:#fff;
	border-radius:3px;
	padding:8px 0;
	font-weight:normal;
	width:300px;
	font-size:16px;
	margin-bottom:8px !important;
}
.map-x2 .wpcf7-form input[type="text"],
.map-x2 .wpcf7-form input[type="email"],
.map-x2 .wpcf7-form textarea{
	padding:5px 10px;
	background:#f2f2f2;
	color: #333333;
	border: none;
	border-radius:2px;
	margin-bottom:10px;
	width:300px;
}
.map-x2 .wpcf7-form textarea{
	height:180px;
}
.map-x2 .wpcf7-form input[type="submit"]{
	padding:8px 0px;
	background: #b12025;
	color: #fff;
	border-radius:5px;
	border:2px solid #da172f;
	font-weight:600;
	width:125px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	margin:8px auto 0;
	
}
.hero-slider .slides li .slide-caption-container {
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.hero-slider .slides li .slide-caption-container .slide-table {
	display: table;
	height: 100%;
	width: 100%;
}

.hero-slider .slides li .slide-caption-container .slide-caption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

.hero-slider .slides li .slide-caption-container .slide-caption .slide-title {
	font-size: 42px;
	margin-bottom: 0;
	font-weight: bold;
}

.hero-slider .slides li .slide-caption-container .slide-caption .slide-subtitle {
	font-size: 28px;
	font-weight: normal;
	margin-top: 10px;
}

.hero-slider .slides li .slide-caption-container .slide-link {
	display: inline-block;
	background: #b02024;
	color: #fff;
	text-decoration: none;
	padding: 8px 15px;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-slider .slides li .slide-caption-container .slide-link:hover {
	opacity: .8;
}
.call-us a{
	color:#b02024;
}