*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	border: none;
	outline: none;
font-family: 'Open Sans', sans-serif;
}

body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.navigationBottom a{
color: #fff;
background: #8d1417;
padding: 4px 10px;
text-transform: uppercase;
font-size: 12px;
}

.navigationBottom{
  margin-bottom: 20px;
}

.return {
	background: #800000;
	color: #fff;
	padding: 8px 10px;
	margin-top: 10px;
	display: inline-block;
}


.width1170{
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
}

body{
	
}

#topBar{
	padding: 3px 0px;
	width: 100%;
	border-bottom: 2px solid #000000;
	background: #f67910;
	float: left;
}

#topBarLeft{
	float: right;
	margin-top: 2px;
}

#topBarLeft p {
	float: left;
	color: #000;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

#topBarLeft p a{
color: #000;
}

#topBarLeft p i {
	/* float: left; */
	margin-right: 6px;
	margin-left: 17px;
}

#topBarRight{
	float: left;
	margin-top: 2px;
}

#topBarRight a {
	color: #000;
	font-size: 14px;
	margin-right: 7px;
	float: left;
	margin-bottom: 1px;
}

#headerM{
		width: 100%;
		height: 130px;
		float: left;
}
#headerI{
		width: 100%;
		height: 130px;
position: fixed;		
z-index: 1200;
}

#header {
	width: 100%;
	background:  right -30px no-repeat #fff;
	float: left;
	background-size: 50% auto;
	border-bottom: 2px solid #000000;
	height: 104px;
}

#logo {
	float: left;
	margin: 9px 0px;
	width: 261px;
}

#logo img {
	float: left;
	width: 100%;
}


#headerRight {
	float: right;
	width: 700px;
	margin-top: 6px;
}

#headerRightTop {
	width: 100%;
	float: right;
	font-size: 12px;
}

#headerRightTop a {
	font-weight: 600;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 6px;
	color: #333333;
	letter-spacing: 0em;
}

#headerRightTop a i{
margin-right: 1px;
}

#headerRightTop a span {
	font-size: 16px;
}

#nav {
	float: right;
	width: 100%;
	margin-right: -15px;
	margin-top: 7px;
}

.ssf-blue {
	float: right !important;
	width: auto !important;
}


.ssf-blue ul {
	position: absolute;
	top: -999em;
	width: 10em;
	background: #8d1417;
	width: 250px !important;
	padding-bottom: 16px;
}

.ssf-blue a {
	padding: 11px 18px !important;
	text-decoration: none;
	border-right: none !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px !important;
	color: #454545 !important;
}

.ssf-blue li:hover, .ssf-blue li.wpm-hover, .ssf-blue a:focus, .ssf-blue a:hover, .ssf-blue a:active {
	box-shadow: 0px 1px 0px 0px #543018 !important;
	background: none !important;
}

.ssf-blue ul li:hover, .ssf-blue ul li.wpm-hover, .ssf-blue ul a:focus, .ssf-blue ul a:hover, .ssf-blue ul a:active {
	box-shadow: 0px 0px 0px 0px #543018 !important;
}


.ssf-blue li {
	height: 36px !important;
	background: none !important;
}

.ssf-blue-wrap {
	height: 35px;
	background: none !important;
	margin-top: 20px !important;
}

.ssf-blue-after, a > .sf-sub-indicator{
	display: none !important;
}

.wpm-hover, .wpm-hover a{

}

.sf-shadow ul {
	background: #8d1417 !important;
	padding: 0 8px 20px 0 !important;
	width: 250px !important;
	border-radius: 0px !important;
	margin-top: 15px;
}

.ssf-blue li li {
	height: 27px !important;
}

.ssf-blue li li a {
	border: none !important;
	color: #fff !important;
	padding: 15px 0px 0px 19px !important;
	margin: 0px !important;
}




#slider{
	float: left;
	width: 100%;
	background: #000000;
	border-bottom: 5px solid #000000;
position: relative;
min-height: 400px;
}

.sliderImgTransparent {
	position: absolute;
    width: 300px;
	bottom: 208px;
	width: auto;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.8;
}

#services{
	float: left;
	width: 100%;
	padding-top: 32px;
	text-align: center;
}

#services *{
	transition: all 0.2s linear;
}

#services a {
	display: inline-block;
	margin: 0px 5px;
	position: relative;
	width: 372px;
	height: 260px;
	overflow: hidden;
	border: 5px solid rgba(255,255,255,0);
	box-shadow: 0px 0px 6px -1px #000;
}

#services img {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}

#services div {
	position: absolute;
	background: url(images/shadow.png) center -14px repeat-x;
	width: 96%;
	padding: 17px 3%;
	left: 0px;
	bottom: 0px;
	text-align: left;
}
#services a:hover div{
	background: rgba(141,20,20,0.7);
	
}

#services h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 23px;
	padding-bottom: 9px;
	border-bottom: 2px solid #fff;
	float: left;
	width: 100%;
	margin-bottom: 14px;
}

#services p {
	margin-bottom: -34px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	float: left;
	opacity: 0;
}

#services a:hover p {
	margin-bottom: 10px;
	opacity: 1;
}







#content {
	float: left;
	padding-top: 20px;
	width: 100%;
	background-size: cover;
	background-size: cover;
	padding-bottom: 27px;
}

#contLeft{
	float: left;
	width: 840px;
}

#contLeft h1 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 400;
}

#contLeft h2 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 400;
}

#contLeft p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}

#contLeft p a{
color: #800000;
text-decoration: underline;
}

#sidebar{
	float: right;
	margin-bottom: 20px;
	width: 302px;
}

#sidebar input[type="text"], #sidebar input[type="tel"], #sidebar input[type="email"], #sidebar textarea {
	float: left;
	padding: 10px 2%;
	background: #fff;
	font-size: 13px;
	width: 96%;
	color: #212121;
	border: 1px solid #d1d1d1;
}

#sidebar input[type="submit"]{
	padding: 5px 20px;
	float: right;
	background: #000000;
	color: #fff;
}

#sidebar textarea{
	height: 100px;
}

#sidebar p {
	float: left;
	width: 100%;
	font-size: 12px !important;
}


#sidebar h3 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #323232;
	font-weight: 400;
}


.wpcf7-form-control-wrap {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 9px;
}

.imgwrap{
	float: left;
	max-width: 50%;
	height: auto;
	margin: 0px 10px 0px 0px;

border: 1px solid #b9b6b6;
padding: 5px;
box-shadow: 0px 0px 7px -4px #000;
}

.frame {
	border: 1px solid #b9b6b6;
	padding: 5px;
	box-shadow: 0px 0px 7px -4px #000;
}


div.wpcf7-response-output {
	margin: 7px 0px 0px 0px !important;
	padding: 0.2em 0em !important;
	float: left;
	border: none !important;
	font-size: 12px !important;
}








#whyUS {
	float: left;
	width: 100%;
	text-align: center;
}

#whyUSInner {
	width: 100%;
	display: inline-block;
	padding-left: 0px;
	padding-top: 110px;
	padding-bottom: 0px;
}


#whyUSInner h3 {
	float: left;
	color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	margin-bottom: 2px;
	font-weight: 700;
}

#whyUSInner p {
	float: left;
	color: #444444;
	font-size: 13px;
	width: 100%;
	text-align: center;
}

#whyUSSections {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 74px;
	padding: 0px 0px 30px 0px;
}

#whyUSSections a {
	display: inline-block;
	margin: -54px 40px 0px;
	width: 218px;
	vertical-align: top;
}

#whyUSSectionsInner {
	margin-top: -12px;
	float: left;
	width: 100%;
}

#whyUSSections a i {
	border: 10px solid #fff;
	box-shadow: 0px 0px 1px 1px #838383;
	color: #fff;
	border-radius: 100px;
	padding: 19px 10px 0px 10px;
	width: 70px;
	height: 71px;
	font-size: 47px;
box-shadow: 0px 0px 5px -1px #000;
}


#whyUSSections a h4 {
	float: left;
	margin-bottom: 8px;
	font-size: 20px;
	width: 100%;
	color: #444444;
	text-transform: uppercase;
	margin-top: 13px;
	font-weight: 400;
}

#whyUSSections a p {
	float: left;
	width: 100%;
	font-size: 13px;
	color: #444444;
}



#featuredMain{
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 0px 0px 0px 0px;
border-top: 4px solid #800000;
}

#featuredMain h5 {
	float: left;
	margin-bottom: 2px;
	font-size: 33px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin-top: 13px;
	font-weight: 400;
	text-align: center;
}

#featured{
	float: left;
	width: 100%;
	padding: 30px 0px;
background-size: cover;
background-attachment: fixed;
}









#testimonials {
	float: left;
	width: 100%;
	text-align: center;
	padding: 52px 0px 45px 0px;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 5px;
}

#testimonials h3 {
	color: #fff;
	font-weight: 400;
	font-size: 35px;
	margin: 14px 0 -9px 0;
}


#testimonialsInner {
	width: 1016px;
	display: inline-block;
	/* background-color: rgba(0,0,0,0.5); */
}






#map {
	float: left;
	width: 100%;
	text-align: center;
	background-size: cover;
	padding: 0px 0px;
	border-top: 2px solid #A90000;
	display: flex;
	position: relative;
}
#map iframe {
	float: left;
	width: 100%;
	height: 600px;
}
#mapInner {
	width: 1170px;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

#MapDetails {
	position: absolute;
	width: 300px;
	height: 100%;
	margin: 0px 0px;
	background: rgba(11, 48, 93,0.9);
	padding: 0px 30px;
}

#MapDetails h3 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 125px;
	font-size: 39px;
	font-weight: 300;
}
#MapDetails p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 31px;
	margin-bottom: 19px;
	font-weight: 100;
	text-decoration: none;
}
#MapDetails p span {
	font-size: 31px;
	line-height: 31px;
}

#MapDetails a {
	background: #fff;
	color: rgb(2, 2, 2);
	margin-top: -6px;
	float: none;
	padding: 10px 18px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 209px;
}

#MapDetails a span {
	font-size: 23px;
	font-weight: 400;
}








#affiliations {
	float: left;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	border-top: 4px solid #000;
}

#affiliations h3 {
	color: #3e3e3e;
	font-weight: 400;
	font-size: 40px;
	margin: 14px 0 0px 0;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#affiliations a {
	display: inline-block;
	margin: 0px 35px;
}

#affiliations a img {
	height: 120px;
}

#DetailInner {
	float: left;
	width: 100%;
	border-top: 1px solid #000000;
}

#DetailInnerRight{
	float: right;
	width: 740px;
	height: auto;
	margin-top: 8px;
	padding: 4px;
	margin-bottom: 12px;
}

#DetailInnerLeft {
	float: left;
	width: 400px;
}

#DetailInnerLeft h2 {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 39px;
	font-weight: 100;
	letter-spacing: -0.05em;
	margin-top: 41px;
}

#DetailInnerLeft h2 span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: initial;
}

#DetailInnerLeft p {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#DetailInnerLeft a {
	font-family: 'Open Sans', sans-serif;
	background: #000000;
	color: #fff;
	padding: 6px 22px;
	margin-top: 10px;
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}



#footer {
	float: left;
	width: 100%;
	padding: 20px 0px;
	background: #000000;
	border-top: 2px solid #f67910;
	margin-top: 0px;
	text-align: center;
}

.fsec {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0px 51px;
}

.fsec h4 {
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 24px;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
}

.fsec iframe{
	float: left;
	width: 100%;
	height: 100px;
}

.fsec a, .fsec p {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
}

.fsec a span, .fsec p span{
	text-decoration: underline;
}

.fsec a i, .fsec p i {
	float: left;
	margin: 3px 10px 8px 0px;
}

.fsec .flogo{
	float: left;
	width: 100%;
	margin-top: 20px;
}


#copyrights {
	float: left;
	width: 100%;
	font-size: 11px;
	color: #fff;
	background: #f67910;
	text-align: center;
	padding: 14px 0px;
}

#copyrights a{
	color: #fff;
	text-decoration: underline;
}




.PostSingle {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.PostSingle h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 500;
	color: #424242;
}

.PostSingle img {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.PostSingle .postUrl {
	color: #fff;
	background: #8d1417;
	padding: 4px 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.PostSingle p{
line-height: 19px;
}

#sidebarCategories {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#sidebarCategories h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0px !important;
}

#sidebarCategories li {
	float: left;
	width: 100%;
}

#sidebarCategories li a {
    font-size: 14px;
    color: #303030;
}

iframe{
max-width: 100%;
}


#GalleryMain {
	float: left;
	width: 100%;
	text-align: left;
}

#GalleryMain img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: transform 10s;
}

#GalleryMain a:hover img {
transform: scale(1.5);
}


#GalleryMain a {
	display: inline-block;
	margin: 7px 9px 7px 0px;
	width: 369px;
	vertical-align: top;
	position: relative;
	font-size: 25px;
	height: 215px;
	overflow: hidden;
	box-shadow: 0px 0px 2px 0px #000;
	border: 3px solid rgba(255,255,255,0);
	text-align: center;
}

#GalleryMain a h4 {
	font-size: 23px;
	font-weight: 400;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	padding: 14px 0px;
	color: #fff;
}

#PageDetails {
	float: left;
	font-size: 14px;
	width: 400px;
	line-height: 24px;
	padding: 3px 25px;
}

#PageDetails h1{
font-size: 24px !important;
}
#PageDetails ul {
	width: 100%;
	margin-top: 14px;
	margin-left: 40px;
}
#PageDetails ul li {
	width: 100%;
	list-style-type: disc;
}
#PageGallery {
	float: right;
	width: 710px;
	padding-bottom: 45px;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

#headerM {
    height: auto;
}



#headerI {
    height: auto;
    position: static;
}

#topBar{
padding: 0px 2%;
    width: 96%;
}

#header {
    padding: 0px 2%;
    width: 96%;
}
#services a {
    margin: 4px 5px;
    width: 259px;
    height: 190px;
    /* max-width: 90%; */
}

#affiliations h3 {
    font-size: 27px;
}

#services div {
    padding: 17px 3% 0px 3%;
}

#content {
    padding: 20px 2% 0px 2%;
    width: 96%;
}

#contLeft {
    width: 655px;
}

#contLeft img{
max-width: 100%;
}

#whyUSSections a {
    margin: -54px 6px 0px;
}
	
	
#DetailInner {
    padding: 0px 2%;
    width: 96%;
}

#DetailInner img {
    width: 555px;
    margin-top: 20px;
    margin-bottom: 12px;
}

#DetailInnerLeft h2 {
    margin-top: 5px;
}
	
	

#affiliations a {
    margin: 0px 14px;
}

.fsec {
    margin: 0px 26px;
}



}


@media screen and (max-width: 1000px){


.frame {
    border: 1px solid #b9b6b6;
    padding: 2%;
    max-width: 96%;
}


#GalleryMain a {
    margin: 7px 9px;
    width: 253px;
}

#headerI {
    height: auto;
    position: static;
}

#affiliations h3{
font-size: 27px;
}

#PageDetails {
    width: 100%;
    padding: 0px;
}

#MapDetails h3 {
    margin-top: 0px;
}

#PageGallery {
    width: 100%;
}

#MapDetails {
    background: rgba(11, 48, 93,0.9);
}

#contact {
    max-width: 100%;
}

body {
    background-size: auto 100%;
}

#headerM {
    height: auto;
}

#nav {
    display: none;
}

#header{
text-align: center;
}

#slider{
min-height: auto;
}

#logo {
    float: none;
    margin: 15px 0px 2px 0px;
    display: inline-block;
}

#featured {
    background-size: cover;
background-attachment: unset;
}

#services div {
    background: url(images/shadow.png) center top repeat-x;
    width: 94%;
    padding: 17px 3% 0px 3%;
    left: 0px;
    bottom: 0px;
    height: 74px;
}

#testimonials {
    background-attachment: unset;
    background-size: auto 100%;
}
#services a:hover div {
    background: rgba(141,20,20,0.7);
    height: 150px;
}

#headerRight {
    float: right;
    width: 100%;
    margin-top: 6px;
display: none;
}
#headerRightTop a {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}

#headerRightTop a span{
font-size: 20px;
}

#headerRightTop a i {
    font-size: 20px;
}

.sliderImgTransparent{
display: none;
}
#topBar {
    padding: 3px 2%;
    width: 96%;
display: none;
}
#topBar *{
display: none;
}

#services a {
    margin: 4px 5px;
    width: 255px;
    height: 200px;
    max-width: 100%;
}

#services h3 {
    text-shadow: 0px 0px 5px #000, 0px 0px 9px #000;
}

#content {
    padding-top: 20px;
    padding: 20px 2% 0px;
    width: 96%;
}

#contLeft {
    float: left;
    width: 100%;
}

#sidebar {
    width: 100%;
    text-align: center;
}

#contact{
width: 302px;
    display: inline-block;
    text-align: left;
}

#sidebar h3 {
    width: 100%;
    text-align: center;
    margin-top: 23px;
}

#whyUSSections {
    margin-top: 10px;
}

#whyUSSections a {
    display: inline-block;
    margin: 12px 15px 22px;
    vertical-align: top;
}

#testimonialsInner {
    max-width: 100%;
}
	
	
#map {
    float: left;
    width: 100%;
    padding: 0px 0px;
    display: inline-block;
    position: relative;
}

#map iframe {
    float: left;
    width: 100%;
    height: 300px;
}

#mapInner {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    position: static;
    float: left;
}

#MapDetails {
    position: relative;
    width: 96%;
    float: left;
    height: auto;
    margin: 0px 0px;
    padding: 40px 2%;
}
	
	

#affiliations a {
    display: inline-block;
    margin: 11px 13px;
}

.fsec {
    margin: 0px 10px 31px;
}

#MapDetails {
 background: rgba(11, 48, 93,0.9);
}

}
























