@charset "utf-8";
/* CSS Document */
p{
	  line-height: 14px;
	  font-size: 13px;
	  line-height: 23px;
	  color: #D2D2D2;
}

.navbar-nav { float: right;overflow: initial;}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 59px;
    padding: 4px 18px 0;
    text-decoration: none;
    border-bottom: 4px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #fff;
	background-color: #333;
	border-bottom: 4px solid #ed1c24;
}



.min-height-300px{ min-height:300px}
.height-100-per{ height: 100%}
.height-125px{ height: 125px;}















.pagesWrapper{width: 100%; float: left;margin-top: 100px; margin-bottom:40px; height: 100%}
.content{
	margin: 0 auto 0;
	width: 70%;
	float: left;
	background-color: #7B0707;
	height: 100%;
	padding: 40px 40px 170px 48px;
}
.content2{ width: 100%;}

.navbar-toggle { border: none;}
.navbar-nav > li{ margin:0}
.navbar-toggle {background-color: #333;}
.navbar-default .navbar-toggle {
    border-color: #333;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ed1c24;
}
.dropdown-menu{ padding:0}
.Cat{padding: 10px 20px; color: #FFF; background-color: #000;}



@media(max-width: 767px)
{
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin: 36px 15px 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    line-height: 46px;
    padding: 4px 18px 0;
    text-decoration: none;
	width: 100%;
}
.navbar-nav { background: #000;}

.indexMobile{
	margin: 130px 0px 0px;
	color: rgb(255, 255, 255);
	font-size: 2em;
	padding: 30px;
	line-height: 1.5em;
	height: 100%;
	font-family: 'Abril Fatface', cursive;
}
.mob-index{ background-image:url(../images/mobileBg.jpg); background-repeat:no-repeat; background-position:top left; background-size:cover; position: fixed;
z-index: -1;}
.navbar-nav, .nav > li {width: 100%;}
	.navbar-default {
		position: absolute;
		z-index: 1;
		width: 100%;
     }
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #FFF; padding:10px 15px 10px 25px}
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #FFF;
}
.content {width: 100%;}
.header01 {
    font-size: 38px;
    line-height: 48px;
}
}




.contentIside h1{ font-size: 31px;color: #FFFFFF;border-bottom: 1px dashed RGBA(255, 255, 255, 0.24);padding: 0 0 20px 0;margin: 15px 0 15px 0;}
.img-thumbnail{ border: 1px solid rgba(255, 255, 255, 0.36);}
.imgRight{margin: 0 12px 2px 0;float: left; display:inline-block}

.dropdown-menu{ background-color: #333333;width: 210px;margin-top: -1px !important;}
.dropdown-menu li{ width: 100%; border-bottom: 1px solid #EAEAEA;}
.dropdown-menu li:last-child{border-bottom:none}
.dropdown-menu > li > a {padding: 10px 20px;color: #Fff;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #333;
    border-bottom: 4px solid #ed1c24;
}

.replcingPadding {
    padding-left: 6px;
    padding-right: 6px;
}
.marginbottom-14px {
    margin-bottom: 14px;
}
.margin-0{ margin:0 !important}
.form-inline .form-control {
    width: 100%;
}
.btnRed {
    background: #850f1b;
    background-image: -webkit-linear-gradient(top, #850f1b, #b51406);
    background-image: -moz-linear-gradient(top, #850f1b, #b51406);
    background-image: -ms-linear-gradient(top, #850f1b, #b51406);
    background-image: -o-linear-gradient(top, #850f1b, #b51406);
    background-image: linear-gradient(to bottom, #850f1b, #b51406);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #000000;
    -moz-box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px #000000;
    color: #ffffff;
    font-size: 14px;
    border: solid #aa242d 1px;
    text-decoration: none;
}

.btnRed:hover {
    background: #880017;
    background-image: -webkit-linear-gradient(top, #880017, #61000b);
    background-image: -moz-linear-gradient(top, #880017, #61000b);
    background-image: -ms-linear-gradient(top, #880017, #61000b);
    background-image: -o-linear-gradient(top, #880017, #61000b);
    background-image: linear-gradient(to bottom, #880017, #61000b);
    text-decoration: none;
}

.btnGrey {
    background: #5A5A5A !important;
    background-image: -webkit-linear-gradient(top, #5A5A5A, #3C3C3C) !important;
    background-image: -moz-linear-gradient(top, #5A5A5A, #3C3C3C) !important;
    background-image: -ms-linear-gradient(top, #5A5A5A, #3C3C3C) !important;
    background-image: -o-linear-gradient(top, #5A5A5A, #3C3C3C) !important;
    background-image: linear-gradient(to bottom, #5A5A5A, #3C3C3C) !important;
    border: solid #222222 1px;
}

.btnGrey:hover {
    background: #880017 !important;
    background-image: -webkit-linear-gradient(top, #3C3C3C, #252525) !important;
    background-image: -moz-linear-gradient(top, #3C3C3C, #252525) !important;
    background-image: -ms-linear-gradient(top, #3C3C3C, #252525) !important;
    background-image: -o-linear-gradient(top, #3C3C3C, #252525) !important;
    background-image: linear-gradient(to bottom, #3C3C3C, #252525) !important;
    text-decoration: none;
    border: solid #222222 1px;
}




#portfolio{ padding: 0}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
   display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: 182px;
  text-align: center;
  background-color: #440404;
}
.portfolio-link img{
  height: 182px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 2px;
 }

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #440404;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

.portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -20px;
	  color: #F8CB10;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}
#portfolio h4{ }
#portfolio * {z-index: 0;}
.portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.imgPort{
    display: block;
	position: relative;
	height: 120px;
	text-align: center;
	background-color: #000;
    width: 100%;
}
.imgPort img{
    height: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 2px;
    max-width: 100%;
}

/*sub menu*/
.products_header {
    background-color: #00AEEF;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 12px;
    padding-right: 8px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.arrowlistmenu{ border-bottom: 4px solid #000;padding: 0;margin: 0 15px 15px 0;}

.arrowlistmenu .menuheader a{/*CSS class for menu headers in general (expanding or not!)*/
	color: white;/*bottom spacing between header and rest of content*/
	text-transform: capitalize;/*header text is indented 10px*/
	background-color: #333333;
	font-weight: normal;
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	line-height:20px;
	border-bottom:1px solid #5F5F5F;
}

.arrowlistmenu .menuheader a:hover{/*CSS class for menu headers in general (expanding or not!)*//*bottom spacing between header and rest of content*//*header text is indented 10px*/
    font-weight: normal;
    display: block;
    position: relative;
    text-decoration: none;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 12px;
    line-height:20px;
    background: #231F20;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' *//* FF3.6+ *//* Chrome,Safari4+ *//* Chrome10+,Safari5.1+ *//* Opera 11.10+ *//* IE10+ *//* W3C *//* IE6-8 */
}
.arrowlistmenu .openheader{/*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu .openheader a{/*CSS class to apply to expandable header when it's expanded*/
background-color: #000;}

.arrowlistmenu ul{/*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;/*bottom spacing between each UL and rest of content*/
	margin: 0;
	width: 100%;
}

.arrowlistmenu ul li{

width: 100%;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-color: #ebece7;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: #ffffff;
}

.arrowlistmenu ul li a{
	color: #FFFFFF;/*custom bullet list image*/
	display: block;
	padding-left: 19px;/*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #333333;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 19;
	padding-bottom: 1px;
	background-color:#4D4D4D;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #000000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: #ADADAD;
	color: #ffffff;
}

/*the end of sub menu*/
