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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);


/* ==============================
   Common styles
   ============================== */
  
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.align-justify{ text-align:justify !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #000 !important; }
.color{ color: #e41919 !important; }
.stick-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
}
.round{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;	background:#000; }
::selection{ color: #fff;	background:#000; }

.animate, .animate *{
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
.page{
	overflow: hidden;
}

.body-masked{
	display: none;
	width: 100%;
	height: 100%;
	padding:0px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url(../images/loader.gif) no-repeat center center;
	z-index: 100000;	
}

.mask-delay{
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.mask-speed{
	-webkit-animation-duration: 0.25s !important;
	-moz-animation-duration: 0.25s !important;
	animation-duration: 0.25s !important;
} 
iframe{
    border: none;
}
a, b, div, ul, li{
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent; 
	-moz-outline-: none;
}
a:focus,
a:active{
	-moz-outline: none;
	outline: none;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.img-style {padding:15px; background:#fff; border:#EEE solid 1px;}

.img-gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* ==============================
   Typography
   ============================== */

body{
	color: #525252;
	font-size: 1.3em;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 1.6em;	
	-webkit-font-smoothing: antialiased;
}

a{
	color: #ba0020;
	text-decoration: none;
}
a:hover{
	color: #525252;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4;
	font-weight: 400;
   	color: #ba0020;
}
h1{
	font-size: 45px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	color:#ffffff;
	z-index:90;
}
h2{
	font-size: 28px;
	 margin-bottom: 20px;
	color:#ffffff;
}

h3, h4 {
	 margin-bottom: 15px;
	color: #ba0020;
}
h6{
    font-weight: 700;
	color: #ba0020;
}
p{
	margin: 0 0 1.3em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}
li {
	 margin: 0 0 0.6em 0;
}
blockquote{
	margin: 3em 0 3em 0;
    padding: 0;
	border: none;
	background: none;
    font-style: normal;
	line-height: 1.7;
	color: #777;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
blockquote footer{    
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
dl dt{
	margin-bottom: 5px;
}
dl dd{
	margin-bottom: 15px;
}
pre{
	background-color: #f9f9f9;
	border-color: #ddd;

}
hr{
	background-color: rgba(255,255,255, .08);
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}
hr.red{
    border-color:#b5131b;
    background: rgba(0,0,0, .85);
}
.uppercase{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.font-alt{
  	font-family: "Open Sans", arial, sans-serif;
    text-transform: uppercase;
/*    letter-spacing: 0.2em;*/
}
.serif{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
    font-weight: normal;
}
.normal{
	font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{	
	font-family: "Open Sans", arial, sans-serif;	
	font-size: 1.3em;
	color: #525252;
	
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
	color: #111;
}

/* ==================
   Headings styles
   ================== */
 
 .hs-line-1{
    margin-top: 0;
    position: relative;
	font-size: 30px;
    font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5em;
    line-height: 1.8;
    opacity: .9;
	color:#FFFFFF;
}



/*****************************************/
/***********  header section *********/
/*****************************************/
header {
    position: relative;
    width: 100%;
    min-height: auto;
    color: #ffffff;
    background:#000 url(../images/landing-bg.jpg) top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    display:table;
    width: 100%;
    padding: 0;
	vertical-align: middle;
    text-align: center;
	margin-right: auto;
    margin-left: auto;
      
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: normal;
	text-align: center;
    font-weight: 700;
}

header .header-content .header-content-inner p {
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: 300;
    color: #ffffff;
}


.subheader {
    position: relative;
    width: 100%;
    min-height: 250px;
    color: #ffffff;
    background:#000 url(../images/sub-header.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.subheader-container h1 {
	position:relative;
    padding-top: 150px;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:lighter;
	color:#FFFFFF;
}


@media(min-width:801px){
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 40%;
        padding: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        font-size: 16px;
    }
}
@media(max-width:800px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
	header .header-content .header-content-inner h1 {
	
	margin:10px 0;  
	}
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        font-size: 14px;
    }
}
@media(max-width:767px) {
	header {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background:#000000 url(../images/landing-bg.jpg) top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}
	
	 header .header-content {
        position: absolute;
        top: 50%;
		width:100%;
        padding: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
	 header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
	header .header-content .header-content-inner h1 {
	font-size:18px;
	margin:10px 0;  
	}
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        font-size: 14px;
    }
	
}

@media(max-width:600px) {
	header {  background:#000000 url(../images/landing-bg.jpg) top center;}
	 header .header-content { 
	 top: 50%;     
	 width:95%;        
    }
	 header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
	}
	header .header-content .header-content-inner h1 {
	font-size:18px;
	margin:10px 0;  
	}
	 header .header-content .header-content-inner p {
       font-size:13px; 
    }
}
@media(max-width:468px) {
	header { background:#0000000 top;}
    header .header-content {      
	 width:100%;        
    }	
	 header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
	}
}

/*****************************************/
/************** Title Background *********/
/*****************************************/
.main-title {
	position: absolute;
	margin:0;
	width: 98%;
	height:210px;
	vertical-align: middle;
	left: 5px;
    top: 0px;
	background:#b5131b;
	
	/*border-style: solid;
	border-width: 200px 350px 0 0;
	border-color: #b5131b transparent transparent transparent;*/
	z-index: -1;
	}
@media(max-width:992px){
	.main-title{height:70px;}
}


/*****************************************/
/*********** Page section *********/
/*****************************************/



.small-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
	padding: 50px 0;
}
.small-title{
    padding: 0;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.section-icon{
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}
.small-title .serif{
    text-transform: none;
    font-weight: 400;
}
.small-title.white{
    color: #fff;
}

.parallax-window {
    min-height: 250px;
    background: transparent;
}



/***************************/
/***** Home thumbnail *****/
/***************************/

.home-thumb {
	width:100%;
	min-height:460px;
	margin:0 0 20px 0;
	padding-bottom:5px;
	background:#eeeeee;/*ba0020*/
		
}
.home-thumb img{
	margin:0;
	width:100%;
	border-bottom:#ba0020 solid 5px;
}
.home-thumb h3 {
	 padding:0px 20px;	
	 font-size:15px;
	 margin-bottom:0px;
	 letter-spacing:1px;
	 }

.home-thumb p {
	 padding:10px 20px 0px 20px;	
	 text-align:justify
	 }
/*****************************************/
/*********** Navigation bar  ************/
/****************************************/
	 
	 
.navbar {background:#FFF;}

#nav-info {
	position:static;
	display:block;
	min-height:40px; 
	background-color:#ba0020; 
	color:#fff; 
	border-bottom:#000000 solid 6px;
	
}

.nav-info-text{
	font-size:12px;
	padding: 10px 10px;
}
.nav-info-text a {
	color:#fff; 
	text-decoration:none; 
	margin:0px;
	padding:11px 5px;
	text-align: center;
	}
.nav-info-text a:hover {
	
	color:#CCCCCC;
	text-decoration:none; 
	margin:0px;
	padding:11px 5px;
	text-align:left;
	}

@media only screen and (max-width:768px) {
.nav-info-text{
	background-color:transparent;
	padding: 10px 5px;
	text-align:left
}
.intro-header {
	max-height:250px
}
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.intro-header {
	max-height:300px
}
}	 
/*****************************************/
/******Panel group for accordian*********/
/****************************************/

 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

/*****************************************/
/*********** Services section ***********/
/****************************************/

.services01 {
	display:table;
	background:#191919 url(../images/small-header.jpg) top;
	width:100%;
	height: 100%;
	text-align:center;
	padding:60px 30px;
	
}
.services01 span {
  vertical-align: middle;
  color:#ffffff;
}

.services02 {
	display:table;
	background:#191919 url(../images/small-header.jpg) left;
	 
	width:100%;
	height: 100%; 
	padding:20px 30px;
	text-align:center;
}
.services02 span {
  vertical-align: middle;
   color:#ffffff;
}

.services03 {
	background:#191919 url(../images/small-header.jpg) center;
	display:table;

	width:100%;
	height: 100%;
	padding:60px 30px;
	text-align:center;
}
.services03 span {
  vertical-align: middle;
   color:#ffffff;
}
.services04 {
	background:#191919 url(../images/small-header.jpg) right;
	display:table;

	width:100%;
	height: 100%; 
 	padding:20px 30px;
	text-align:center;
	 vertical-align: middle;
}
.services04 span {
  vertical-align: middle;
   color:#ffffff;
}
@media only screen and (max-width:768px) {
.services01 {
	padding:20px;
}	
.services02 {
	padding:20px;
	}
.services03 {
	padding:20px;
	}
.services04 {
	padding:20px;
	}
}