body {
  background-color: #3b3b3b;
  background-image:url(../img/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: .5px;
}


a,
a:focus {
  color: #666;
  text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: none;

}


.logo {
	padding-bottom: 15px;
	padding-top: 15px;

}


.socialicons {
	padding-top: 40px;
}


.mstyle {
  background-color: #ffffff;
  moz-box-shadow: 0 0 20px #080808;
  webkit-box-shadow: 0 0 20px #080808;
  box-shadow: 0 0 20px #080808;  
 
}

.headerstyle {
	background-color: #fff;
}


.mcontent {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 15px;

}

.mcontent h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;

}

.themenu {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.themenu ul {
	margin: 0;
	padding: 0;
}

.themenu  ul li {
	display: inline;
	padding-left: 40px;
	padding-right: 40px;

	padding-top: 12px;
	padding-bottom: 12px;

}

.themenu  ul li:last-child {
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
	
}

.themenu ul li a,
.themenu ul li a:focus {
  color: #ffffff;
  text-decoration: none;
}

.themenu ul li a:hover {
	color: #d1b139;
	text-decoration: none;

}

.themenu ul li.current-menu-item {
	background-color: #cc0000;

}




.sepstyle1 {
	background-image:url(../img/line-1.png);
	background-repeat:no-repeat;
	background-position: center;
	min-height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.specialize {
	background-color: #cc0000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.specialize h2 {
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	margin:0px 0px 15px 0px;
}

.specialize ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.specialize  ul li {
	font-weight: 300;
	color: #d2d2d2;
	line-height: 27px;
	font-size: 18px;
}



.event-photos {
	background-color: #fff;
	color: #4f4f4f;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.event-photos h2 {
	font-weight: 700;
	color: #4f4f4f;
	font-size: 21px;
	text-transform: uppercase;
	margin:0px 0px 15px 0px;
}



.testimonials {
	background-image:url(../img/bg-dark-gray.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #bebebe;
	color: #323232;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
	font-size: 14px;
}

.testimonials h2 {
	font-weight: 700;
	color: #4f4f4f;
	font-size: 21px;
	text-transform: uppercase;
	margin:0px 0px 15px 0px;
}

.testimonials hr {
	color: #a0a0a0;
	margin-bottom: 15px;
	margin-top: 15px;
}


.box-bottom {
	background-image:url(../img/bg-light-gray.png);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #ebebeb;
	color: #4f4f4f;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 300px;
	border-right: 15px solid #fff;
	font-weight: 400;
}

.box-bottom h2 {
	font-weight: 700;
	color: #4f4f4f;
	font-size: 21px;
	text-transform: uppercase;
	margin:0px 0px 15px 0px;
}

.box-bottom hr { display: block; height: 1px;
    border: 0; border-top: 1px solid #fff;
    margin: 1em 0; padding: 0; }


.footer1 {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}


.footer2 ul {
	margin: 0;
	padding: 0;
}

.footer2  ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;


}

.footer2  ul li:last-child {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 0px solid #666;
}

.footer2 ul li a,
.footer2 ul li a:focus {
  color: #666;
  text-decoration: none;
}

.footer2 ul li a:hover {
	color: #cc0000;
	text-decoration: none;

}



.footer2  a,
.footer2 a:focus {
  color: #666;
  text-decoration: none;
}

.footer2 a:hover {
	color: #cc0000;
	text-decoration: none;

}



/* Remove responsive */
.nonres {
	width: 1020px !important;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
 
.tilt:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
       -o-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*B&W*/
.bw {
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
      -ms-transition: all 0s ease;
          transition: all 0s ease;
}

/* ---------------- */
/* Remove scrollbar */
/* ---------------- */
.row { 
	margin-left: 0; 
	margin-right: 0; 
	padding-left: 0;
	padding-right: 0;
}
/* ---------------- */


.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}