@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/roboto-condensed.eot');
    src: url('../fonts/roboto-condensed.eot') format('embedded-opentype'),
         url('../fonts/roboto-condensed.woff2') format('woff2'),
         url('../fonts/roboto-condensed.woff') format('woff'),
         url('../fonts/roboto-condensed.ttf') format('truetype'),
         url('../fonts/roboto-condensed.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('../fonts/roboto-boldcondensed.eot');
    src: url('../fonts/roboto-boldcondensed.eot') format('embedded-opentype'),
         url('../fonts/roboto-boldcondensed.woff2') format('woff2'),
         url('../fonts/roboto-boldcondensed.woff') format('woff'),
         url('../fonts/roboto-boldcondensed.ttf') format('truetype'),
         url('../fonts/roboto-boldcondensed.svg#RobotoBoldCondensed') format('svg');
}
@font-face {
    font-family: 'CourierRegular';
    src: url('../fonts/courier.eot');
    src: url('../fonts/courier.eot') format('embedded-opentype'),
         url('../fonts/courier.woff2') format('woff2'),
         url('../fonts/courier.woff') format('woff'),
         url('../fonts/courier.ttf') format('truetype'),
         url('../fonts/courier.svg#CourierRegular') format('svg');
}


img{
	vertical-align:middle;
	max-width:100%;
	border:none;
}
*{
	margin:0px;
	padding:0px;
	outline:none;
}
body{
	 font-family: 'RobotoCondensed';
}

.header_upper{
	background:url(../images/header_top.png) repeat;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}


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

.mmenu li {
  display: inline;
  position: relative;

}


.mmenu ul ul,  #navigation ul li:hover ul ul {
  position:absolute;
  display:none;
  border: 1px solid #434346;
  z-index: 999;
  border-right: 0px;
}

.mmenu ul ul li:hover ul,    #navigation ul li:hover ul li:hover ul {
  display:block;
  top:0px;
  left: 100%;
  position: relative;
  border-right: 0px;
}

/* ===== Second and Third Level ===== */
.mmenu ul li:hover ul {
  display:block;
  position:absolute;
  left:0;
  top:100%;
  width:auto;
  height:auto;
  margin:0;
  padding:8px;
  width: 118px;
  border-right: 0px;
}
.mmenu ul ul {
  background:#c32025;
  border-right: 0px;

}
.mmenu ul ul ul {
  background:#c32025 !important;
  margin-left:0px;
  border-right: 0px;


}
.mmenu ul ul li a {
  float:none;
  left: 0;
  line-height:normal;
  font-variant:normal;
  font-weight:normal;
  color:#fff;
  text-transform:none;
  padding: 10px;
  background:none !important;
  text-transform: uppercase;
  border-right: 0px;
}

.mmenu ul ul ul li a {
  color:#fff;
  text-transform: uppercase;

}
.mmenu ul ul li:hover>a {

  color:#f0d6b7 !important;
  text-transform: uppercase;
}
.mmenu ul ul ul li:hover> a {
  background:#eee !important;
  color: #f0d6b7 !important;
}


.member_login li{
	display:inline-block;
}
.member_login li a{
	display:block;
	border-left:1px solid #2f2826;
	color:#2f2826;
	font-size:13px;
	text-transform:uppercase;
	padding:0 7px;
	line-height:10px;
	font-family: 'RobotoBoldCondensed';
}
.member_login li:first-child a{
	border-left:none;
	padding-left:0px;
}
.member_login .form-control {
    background: none repeat scroll 0 0 rgba(161, 124, 83,0.5);
    border: medium none;
    color: #ffffff;
    margin-bottom: 5px;
}



/* searchform */
#top form {
    margin: 0;
}
#top #searchform #s {
    background-color: transparent;
    background-image: url(../images/search.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 10px 3px 3px;
    padding: 0 30px 0 0;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
#top #searchform #s:focus {
    background-color: #fff;
    border: 0px solid #c3c0ab;
    padding: 0 30px 0 3px;
    cursor: text;
    outline: 0;
    width: 230px;
}
#top #searchform #searchsubmit { 
display:none;
}





.nav_barmain {
    background: none repeat scroll 0 0 #34080a;
	border-top:1px solid #672d27;
	font-size:0px;
}
.nav_barmain li {
    display: inline-block;
}
.nav_barmain a {
    border-right: 1px solid #664647;
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 4px 28px;
    text-transform: uppercase;
	font-family: 'RobotoBoldCondensed';
}
li.social {
  float: right;
  margin-right: 7px;
  margin-top: -27px;

}

.submenu{
	display:block;
	width:100%;
	background:#c32025;
	padding:5px 0;
}
.submenu a{
	text-transform:uppercase;
	color:#fff;
	font-size:13px;
	display:inline-block;
	padding:0 15px;
}
.slider{
	display:inline-block;
	width:100%;
}
.slider_bottom_red{
	background:#c32025;
	height:103px;
}
.Event_calender a
{
	text-decoration:underline;
	color:#c32025;
	font-family: 'CourierRegular';
	font-size:14px;
	display:block;
	margin-top:10px;
}
.content_main {
    background-color: #242424 ;
	background-image: url("../images/body_bg.png");
	background-repeat: no-repeat;
	background-position:left top;
}
.Event_calender {
    background: url("../images/my_calender.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    padding: 35px;
}
    @media screen and (max-width: 767px){
        .Event_calender, .cat-list{
          padding:65px!important;
          -webkit-background-size: cover!important;
          background-size: cover!important;
        }
    }
.Event_calender h1{
	border-bottom: 1px dotted #4a4544;
    font-size: 19px;
    padding-bottom: 5px;
	font-family: 'CourierRegular';
	font-weight:700;
}
.Event_calender h2{
	color:#231f20;
	font-size:14px;
	margin:0 0 5px 0;
	font-family: 'CourierRegular';
	font-weight:700;
}

.Event_calender li{
display: block;
    margin: 0 0 4px 0;
    border-bottom: 1px dotted #4a4544;
    padding: 6px 0 10px 0;
}
.Event_calender p {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.Event_calender span {
    position: relative;
    top: -1px;
}
.box {
    background: url(../images/text_content.jpg) repeat #fff;
    padding: 20px;
	box-shadow:0 2px 4px #282425;
	margin-bottom:20px;
	overflow:auto;
font-size: 16px;
}
.box h1 {
    border-bottom: 1px dotted #4a4544;
    font-size: 16px;
    padding-bottom: 5px;
	font-family: 'CourierRegular';
	font-weight:bold;
	position:relative;
}

*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
.h1_positon {
    
    position: relative;
    
}
.h1_positon a{
    
  text-decoration:underline;
  position:absolute;
  right:0;
  top:0;
}
.box img.left {
    float: left;
    margin: 0 10px 10px 0;
  max-width: 250px;
}
.divider {height: 1px; background: #c62d31; margin: 50px 0;}
.box h2 {
    color: #231f20;
    font-size: 23px;
  margin-top:0px;
  font-family: 'RobotoCondensed';
  text-transform:uppercase;
}
.box h3 {
  margin: 16px 0 0px 0;
    color: #cc484b;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
  font-family: 'RobotoBoldCondensed';
}
.box p {
    color: #231f20;
	font-family: 'RobotoCondensed';
}
.box a {
    color: #c62d31;
    display: inline-block;
    font-size: 16px;
}
.border-bottom {
    border-bottom: 1px dotted #4a4544;
    padding: 15px 0;
}
.Event_calender h5 {
    display: inline-block;
	margin:5px 0;
	font-size:13px;
}
.Event_calender li a{
	display:inline-block;
	padding:3px 10px;
	background:#c32025;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	float:right;
	text-decoration:none;
	font-family: 'RobotoBoldCondensed';
	margin:5px 0 5px 0;
}
.content_margin-top {
    margin-top: -80px;
    padding-top: 20px;
}
.Event_calender li a span{
	position:relative;
	top:-1px;
}
.footer{
	background:#231f20;
	padding:20px 0;
	border-top:5px solid #c32025;
	color:#fff;
	text-transform:uppercase;
	color:#fff;
}
.product_image {
    background: none repeat scroll 0 0 #231f20;
    box-shadow:0 2px 4px #282425;
    margin-top: 20px;
    padding: 18px;
    width: 100%;
}
.product_image h1 {
    border-bottom: 1px dotted #696767;
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 10px;
    padding-bottom:6px;
    text-transform: uppercase;
}
.product_image a {
    color: #c32025;
    display: block;
    font-size: 16px;
    margin: 20px 0 0;
    text-transform: uppercase;
	text-decoration:underline;
}
.border-bottom:last-child{
	border-bottom:none;
}
.social a {
    border-right: medium none #000080;
    display: inline-block;
    padding: 0 4px;
}
.socila_icon {
    float: right;
	font-size:0px;
}
.socila_icon li{
	display:inline-block;margin-right: 10px;
}
.link {
    font-size: 0;
}
.link li{
	display:inline-block;
	
}
.link li a{
	padding:0 8px;
	color:#231f20;
	font-size:18px;
	border-left:1px solid #c32025;
	line-height:14px;
	font-family: 'RobotoBoldCondensed';
	display:block;
}
.link li:first-child a{
	border-left:none;
	padding-left:0px;
}
.link h1 {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
	font-family: 'RobotoBoldCondensed';
}
.member_login {
    margin-top: 20px;
}
.member_login > ul {
    padding-bottom: 5px;
}
.link {
    margin-top: 73px;
}
.footer a {
    color: #fff;
}
.nav_barmain nav{
	padding:0px;
}
.member_login{display:block;}
.member_login_nav{display:none;}
.nav{display:none;}

.current-menu-item {
	background-color: #c32025;
}
@media (max-width:1100px){
	.nav_barmain a{
		padding:4px 28px;
	}
	.social a{
		padding:0 2px;
	}
}
@media (max-width:1000px){
	.box img{
	float:none;
	clear:both;
}
.footer p{
	text-align:center;
}
}
@media (max-width: 768px){
	.product_image {display: none;}
	.nav_barmain li{
		display:block;
	}
	.nav_barmain a{	
	border-bottom:1px solid #664647;
	border-right:none;
	padding:7px 0;
	font-size:14px;
	}
	.nav_barmain li:last-child a{
		border-bottom:none;
	}
	.Event_calender{
		background-size:cover;
		margin-top:10px;
		margin-bottom:10px;
		
	}
	.link{
		margin-top:5px;
		display:none;
	}
	.member_login{
		margin-top:0px;
	}
	.nav_barmain nav{
	padding:0px 15px;
}
.submenu a{
	display:block;
	padding:2px 0;
}
.blog-nav.pull-right {
    float: left !important;
    width: 100%;
}
.h1_positon a{
	font-size:13px ;
}
.media_nav_menu{
	 width:100%;
	 float:right;
	 background-color:#34080a;
}
.member_login{display:none;}
.member_login_nav{display:block;}
}
@media only screen and (min-width: 768px) and (max-width: 1025px){
	
	.nav_barmain a {
    padding: 4px 15px;
	font-size:14px;
}
.social a{
	padding:0 2px;
}
.Nav_Rep{display:none;}
.nav{
display:block;
padding: 0 0 20px 20px;
}
.middle_logo h1{
margin-top:5px;
margin-bottom:0px;
}
}



.main_h {
  bottom: 0px;
  color: #fff;
  font-size: 30px;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
}

.slider .container {
  position: relative;
}

@media (max-width: 768px) {

.carousel-caption {
  bottom: 0px;
	font-size: 11px;
	line-height: 12px;
  left: 5%;
  padding:0;
  right: auto;
}
.carousel-indicators {display: none;}
.main_h {
  bottom: -5px;
  color: #fff;
  font-size: 25px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
}

.submenu {display: none;}

.member_login_nav .form-control {display: block;width: 100%;height: 25px;padding: 4px 10px;font-size: 14px;color:#000;}
}

@media all and (min-width : 0px) and (max-width : 768px) { 
	.carousel {display: none!important;}
	#search-box-mobile{display:block;left: auto; top: auto; position: relative;width:99%;margin-top: 10px;background: none;height:60px;}
.doPosts {top:auto!important;}
	#search-box-mobile #s {
    width: 100%;
    height: 40px;
    background-color: #EEE;
  }
}
#search-box-mobile #wp-submit {
    height: 40px;
    width: 200px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: right;
    z-index: 9999;
    position: relative;
}
#ws-plugin--s2member-profile .form-control {color: #000;}

.ellipsis {font-size: 22px;}

    @media screen and (min-width: 768px ){
      div#search-box-mobile {
        display: none!important;
      }        
    }
    @media screen and (max-width: 768px){
        #search-box {
          display: none!important;
        }
        .mmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 80px;
    border-top: 1px solid #664647;
        }
    }

.cat-list a
{
  text-decoration:underline;
  color:#c32025;
  font-family: 'CourierRegular';
  font-size:14px;
  display:block;
  margin-top:10px;
}
.content_main {
    background-color: #242424 ;
  background-image: url("../images/body_bg.png");
  background-repeat: no-repeat;
  background-position:left top;
}
.cat-list {
    background: url("../images/my_calender.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    padding: 35px;
}
.cat-list h1{
  border-bottom: 1px dotted #4a4544;
    font-size: 19px;
    padding-bottom: 5px;
  font-family: 'CourierRegular';
  font-weight:700;
}
.cat-list h2{
  color:#231f20;
  font-size:18px;
  margin:0 0 5px 0;
  font-family: 'CourierRegular';
  font-weight:700;
}

.cat-list li{
display: block;
margin: 0 0 10px 0;
}
.cat-list p {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.cat-list span {
    position: relative;
    top: -1px;
}



    @media screen and (min-width: 768px) and (max-width:1424px) {
      #search-box{
    position: relative;
    width: 100%;
    background: none;
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #34080A;
    top: 0;
    padding-top: 16px;
    right: 0;
    border-radius: 0;
      }
.searchy {
    position: absolute;
    right: 0px;
    top: 144px;
}
    }
    @media screen and (min-width: 1026px) and (max-width:1424px) {
      .searchy {
          position: absolute;
          right: 0px;
          top: 154px;
      }
.arbin {
    top: 0!important;
  }
    }

    
    @media screen and (min-width: 768px) and (max-width:992px) {
.searchy {
    position: absolute;
    right: 0px;
    top: 118px;
}
    }

    @media screen and (max-width: 768px){
      .search-box-mobile #search-box{
        display: block!important;
      }
    }

    @media screen and (min-width:1424px) {
     #searchform > div > div {
      color:#333!important;
     } 
    }
    @media screen and (max-width: 992px){
        .row.header_upper .container {
          width: 100%;
        }
        .header_upper {
            padding-bottom: 20px;
        }
    }

@media screen and (max-width: 768px){

  .carousel-caption {
      padding-bottom: 10px;
  }
        .header_upper {
            padding-bottom: 0;
        }
}

@media screen and (max-width: 992px) and (min-width: 992px){  
  .searchy {
      position: absolute;
      right: 0px;
      top: 164px;
  }
}