* {
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	min-height: 100%;
}
img {
	border: none;
}
body {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: #f3f3f3;
}
.clr {
	clear: both;
}
h1, h2, h3, h4, h5, p, ul {
	margin: 0px;
	padding: 0px;
}
.header {
	background: #282828;
	width: 100%;
	min-height: 145px;
	margin: 0px;
	border: none;
}
.logomain {
	width: auto;
}
.navi {
	padding: 0px;
	margin-top: 28px;
	float: right;
	border: none;
	box-shadow: none;
}
.navi li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: #636363 1px solid;
	padding: 0px 20px;
	line-height: 17px;
	color: #636363;
}
.navi a:hover {
	color: #FFF;
	background: none;
}
.navi a li.active {
	color: #FFF;
	background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	color: #f9fafa;
}
.navbar-nav > li > a {
	padding-bottom: 0px;
	padding-top: 0px;
	color: #636363;
}
.top_btn {
	margin: 40px 0 0 0px;
	float: right;
}
.top_btn ul {
	margin: 0px;
	padding: 0px;
}
.top_btn ul li {
	margin: 0 20px;
	list-style: none;
	float: left;
	padding-bottom: 5px;
}
.top_btn ul li a {
	text-decoration: none;
	color: #c6c6c6;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: lighter;
}
.top_btn ul li a:hover {
	color: #be2328;
}
.top_btn ul li.active {
	color: #be2328;
	border-bottom: #be2328 2px solid;
}
.banner {
	width: 100%;
	background: #323232;
}
.slider-box {
	padding: 13px 13px;
}
.welcome {
	width: 100%;
	background: #be2328;
	border-top: 12px solid #c84448;
}
.wel_left {
	margin: 14px 0 13px 0px;
}
.wel_right {
	margin: 34px 22px;

}
.wel_right h1 {
	color: #282828;
	font-size: 41px;
	font-weight: 300;
	padding: 0 0 13px 0px;
}
.wel_right p {
	color: #282828;
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 0px 5px;
}
.main_content {
	width: 100%;
	background: #f3f3f3;
	padding-bottom: 50px;
}
.our_products {
	width: 100%;
}
.our_products h1 {
	color: #282828;
	font-size: 48px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	padding: 78px 0px 73px 0px;
}
.our_products h1:before {
	background: url("../images/pro_heading_bf.jpg") repeat-x scroll left center rgba(0, 0, 0, 0);
	display: inline-block;
	content: " ";
	width: 20%;
	margin-right: 1%;
	height: 30px;
	position: relative;
}
.our_products h1:after {
	background: url("../images/pro_heading_bf.jpg") repeat-x scroll right center rgba(0, 0, 0, 0);
	display: inline-block;
	content: " ";
	width: 20%;
	margin-left: 1%;
	height: 30px;
	position: relative;
}
.pro2 {
	padding-left: 23px;
	padding-right: 0px;
}
.pro3 {
	padding-left: 30px;
	padding-right: 0px;
}
.view {
	width: 359px;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	color: #FFF;
}
.view .mask, .view .content {
	width: 359px;
	height: 250px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.view a.info {
	background: url(../images/pro_hover.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding-top: -30px;
	width: 100%;
	height: 43px;
	margin-top: 40px;
}
.second-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 0px solid rgba(0,0,0,0.7);
	box-sizing: border-box;
	transition: all 0.4s ease-in-out;
}
.second-effect .mask h3 {
	font-size: 30px;
	top: -65px;
	position: absolute;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 240px;
	right: -58px;
}
.second-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	transform: scale(0, 0);
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
	opacity: 1;
	border: 125px solid rgba(204, 33, 44, 0.5);
}
.second-effect:hover a.info {
	opacity: 1;
	transform: scale(1, 1);
	transition-delay: 0.3s;
}
.company_welcome {
	padding: 100px 0 0 0px;
}
.company_welcome h2 {
	color: #be2328;
	font-size: 36px;
	font-weight: 300;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
}
.company_welcome h2 small {
	color: #be2328;
	font-size: 24px;
	font-weight: lighter;
	padding: 0 0 0px 0px;
	text-transform: uppercase;
}
.company_welcome h3 {
	color: #858585;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 0 22px 0px;
}
.company_welcome p {
	color: #858585;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.read_icon {
	float: right;
	padding-top: 135px;
}
.read1 {
	padding: 7px 42px;
	background: #282828;
	font-size: 24px;
	font-weight: lighter;
	color: #858585;
}
.read1:hover {
	padding: 7px 42px;
	background: #be2328;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}
.mission_main {
	padding-top: 126px;
}
.our_mission {
	padding: 0 15px 49px 0px;
}
.our_mission h3 {
	color: #282828;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}
.our_mission h3:after {
	background: url("../images/pro_heading_bf.jpg") repeat-x scroll right center rgba(0, 0, 0, 0);
	display: inline-block;
	content: " ";
	width: 69%;
	margin-left: 2.5%;
	height: 20px;
	position: relative;
}
.mission_icon {
	padding: 25px 0px 0px 0px;
}
.mission_icon img {
	width: auto;
}
.our_mission p {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 22px 0px 0px 5px;
}
.right_box {
	background: #be2328;
	margin-left: 15px;
	padding: 20px 0px 10px 0px;
	height: auto;
}
.right_box h3 {
	color: #f3f3f3;
	font-size: 24px;
	font-weight: 300;
	line-height: 22px;
	padding: 0px 0px 0px 20px;
}
.right_box p {
	color: #282828;
	font-size: 16px;
	font-weight: lighter;
	line-height: 18px;
	padding: 0px 0px 0px 20px;
}
.ask_icon {
	padding: 10px 0px 0px 116px;
}
.ask1 {
	padding: 2px 37px;
	background: #e6bfc0;
	font-size: 24px;
	font-weight: lighter;
	color: #be2328;
	border: none;
}
.ask1:hover {
	background: #681316;
	font-size: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}
.client_part {
	width: 100%;
	background: #FFF;
}
.clients {
}
.clients h4 {
	font-size: 24px;
	font-weight: lighter;
	color: #858585;
	padding: 40px 0px 5px 0px;
}
.marquee-logos {
	margin-bottom: 20px;
}
.logos {
	margin: 0px 5px;
}
.footer {
	width: 100%;
	background: #858585;
	padding: 65px 0 100px 0px;
}
.foot_mr {
	padding-right: 0px;
}
.contact_box {
	margin: 0 0 0 60px;
	background: #e3e3e3;
	padding: 0px 0 0 18px;
}
.contact_box h4 {
	font-size: 18px;
	padding: 15px 0 18px 0px;
	color: #282828;
}
.contact_box h4:after {
	background: url("../images/pro_heading_bf.jpg") repeat-x scroll right center rgba(0, 0, 0, 0);
	display: inline-block;
	content: " ";
	width: 63%;
	margin-left: 3%;
	height: 10px;
	position: relative;
}
.contact_box ul {
	margin: 0px;
	padding: 0px;
}
.contact_box ul li {
	list-style: none;
	padding: 10px 0px;
}
.contact_box h2 {
	font-size: 18px;
	padding: 0px 0 17px 20px;
	color: #be2328;
	font-weight: bold;
	background: url(../images/ph_icon.png) no-repeat left -1px;
}
.contact_box h3 {
	font-size: 18px;
	padding: 0px 0 17px 23px;
	color: #be2328;
	font-weight: lighter;
	background: url(../images/email_icon.png) no-repeat left 1px;
}
.contact_box p {
	font-size: 14px;
	padding: 0px 0 25px 23px;
	color: #282828;
	font-weight: lighter;
	background: url(../images/web_icon.png) no-repeat left -1px;
}
.footer_logo {
	margin: auto;
	width: 107px;
}
.copyright {
}
.copyright p {
	font-size: 11px;
	color: #282828;
	text-align: center;
	padding-top: 23px;
}
.copyright ul {
	width: 50%;
	margin: 0 auto;
}
.copyright ul li {
	list-style: none;
	float: left;
}
.copyright ul li a {
	font-size: 11px;
	color: #f3f3f3;
	text-decoration: none;
	padding: 0px 5px;
	border-right: #606060 1px solid;
	line-height: 8px;
}
.copyright ul li a:hover {
	color: #282828;
}
.footer_nav {
}
.footer_nav ul {
	margin: 0px;
	padding: 0px;
}
.footer_nav ul li {
	padding: 10px 0px;
	list-style: none;
}
.footer_nav ul li a {
	color: #282828;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
}
.footer_nav ul li a:hover {
	color: #f3f3f3;
}
.footer_nav ul li.active {
	color: #f3f3f3;
}
.footer_nav ul li a.active {
	color: #f3f3f3;
}
.first .glyphicon.glyphicon-chevron-left.next {
	background: url(../images/prev-icon.png) no-repeat;
	width: 63px;
	height: 63px;
}
.first .glyphicon.glyphicon-chevron-right.prev {
	background: url(../images/next-icon.png) no-repeat;
	width: 63px;
	height: 63px;
}
.first .glyphicon-chevron-right:before,
.first .glyphicon-chevron-left:before
 {
    content: "";
}
/*-------------------------------------------------About us ----------------------------------------------------------------------- */

.brochure_icon {
	/*background: #be2328;*/
    margin: 25px 0px 0px 157px;
	width: 100%;
	text-align: center;
}
.brochure_icon img {
	margin: auto;
}
.brochure_icon h3 {
	color: #282828;
	text-align: center;
	font-size: 18px;
	text-transform: lowercase;
	padding-bottom: 0px !important;
}
.brochure_icon h4 {
	color: #f3f3f3;
	text-align: center;
	font-size: 21px;
	padding: 0 0 30px 0px;
}
.about {
	padding-top: 70px;
}
.about h2 {
	color: #be2328;
	font-size: 48px;
	font-weight: 300;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
}
.about h3 {
	padding: 0px 20px 20px 0px;
}
.cms {
	padding-top: 70px;
}
.cms h2 {
	color: #be2328;
	font-size: 48px;
	font-weight: 300;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
}
.cms h3 {
	padding: 0px 20px 20px 0px;
}
.abt_icon {
	padding: 5px 29px 0px 0px;
	margin-left:-19px;
}
.abt_txt p {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 0 54px 20px 29px;
}
.abt_txt span {
	color: #be2328;
}
.abt_txt2 p {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 0 54px 20px 0px;
}
.abt_txt2 span {
	color: #be2328;
}
.mission_icon2 {
	padding: 10px 0px 0px 0px;
}
.mission_icon2 img {
	width: 86%;
}
.abt_mision h3:after {
	background: url("../images/pro_heading_bf.jpg") repeat-x scroll right center rgba(0, 0, 0, 0);
	content: " ";
	display: inline-block;
	height: 20px;
	margin-left: 2.5%;
	position: relative;
	width: 50%;
}
/*------------------------------------------------- Clients part ----------------------------------------------------------------------- */

.client h3 {
	padding: 0px 0px 20px 0px;
}
.client p {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	padding: 0 0px 20px 0px;
}
.client_main {
	padding: 40px 0px 20px 0px;
}
.client_logo {
	background: #ffffff;
	margin: 0px 3px 20px;
	min-height: 185px;
}
.client_logo img{
margin: 19px 0 0 26px;
}
.client_logo h3 {
	background: #be2328;
	color: #FFFFFF;
	padding: 0 0 0 18px;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
}
.client_logo p {
  color: #636363;
  padding: 18px 0 38px 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  height: 147px;
  overflow: hidden;
  position: relative;
}
/*------------------------------------------------- contact part ----------------------------------------------------------------------- */

.contactus_main {
	padding: 80px 0 130px 0px;
}
.contactus_main h3 {
	color: #be2328;
	font-size: 30px;
	font-weight: 300;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
}
.map_main {
	width: 435px;
	height: 300px;
}
.contactus_main h4 {
	color: #282828;
	font-size: 18px;
	font-weight: 300;
	padding: 30px 0 15px 0px;
	text-transform: uppercase;
}
.contactus_main p {
	color: #636363;
	font-size: 18px;
	font-weight: 300;
	padding: 8px 0px;
}
.contactus_main p a {
	color: #636363;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 0px;
}
.contactus_main span a {
	color: #be2328;
	font-size: 18px;
	font-weight: 300;
	padding: 8px 0px;
}
.contact_formmain {
	margin-left: 15px;
}
.form_box {
	background: #f3f3f3;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	width: 50%;
	height: 42px;
	color: #989898;
	font-weight: lighter;
}
.form_box2 {
	background: #f3f3f3;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	width: 100%;
	color: #989898;
	font-weight: lighter;
}
.send {
	background: #be2328;
	color: #FFFFFF;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	border: none;
	min-height: 45px;
	font-size: 18px;
	padding: 0px 25px;
	margin-right: 15px;
	float: right;
}
.send2 {
	background: #be2328;
	color: #FFFFFF;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	border: none;
	min-height: 45px;
	font-size: 18px;
	padding: 0px 25px;
	float: right;
}
.send:hover {
	background: #282828;
	color: #FFFFFF;
}
.send2:hover {
	background: #282828;
	color: #FFFFFF;
}
/*------------------------------------------------- pos materials part ----------------------------------------------------------------------- */


.pos .glyphicon.glyphicon-chevron-left.next {
	background:url(../images/black_next.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 1);
	width: 48px;
	height: 40px;
	
}
.pos .glyphicon.glyphicon-chevron-right.prev {
	
	background:url(../images/black_prev.jpg) no-repeat;
	width: 48px;
	height: 40px;
}

.pos .carousel-control.right {
    background-image:none;
    background-repeat: repeat-x;
    left: auto;
    right: 11%;
}
.pos .carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
}
.pos .carousel-indicators
{
	display:none;
}

.pos .carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left: 86.1%;
    position: absolute;
    text-align: center;
   /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    top: 46.9%;
    width: 15%;
}
.pos .carousel-caption {
    bottom: 20px;
    color: #FFFFFF;
    left: 15%;
		padding:30px 35px 60px 0px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow:none;
		font-weight:300;
   
}
.pos .carousel-caption h3 {
	color:#282828;
	font-size:18px; 
	position: absolute;
	margin-top:106px;
	z-index:2; 
	padding:30px 30px 50px 26px;
	text-transform:uppercase;
}
.pos .carousel-caption h3 span {
	color:#be2328;
}


.pos .carousel-caption h4 {
	color:#282828;
	font-size:18px; 
	position: absolute;
	margin-top:157px;
	z-index:2; 
	padding:30px 30px 50px 26px;
}
.pos .carousel-caption {
   
    left: 0;
   
    right:7%;

   
}

.pos .glyphicon-chevron-right:before,
.pos .glyphicon-chevron-left:before {
	content: "";
}

.pos .carousel-control{opacity:1}

.pos .carousel-inner {
	/*overflow: inherit;*/
	padding-bottom: 250px;
}

.pos .carousel-caption p{
	background: #be2328;
	position: absolute;
	padding:50px 30px 62px 26px;
	margin-top:160px;
	color:#f1f1f1;
	font-size:14px;
	float:left;
	width:100%;
	
}
.outdoor_list {
}
.pos_gap {
	padding-left: 0px;
}
.outdoor_list_heading {
	background: #282828;
	font-size: 18px;
	color: #f3f3f3;
	line-height: 38px;
	padding-left: 20px;
	margin: 90px 0 0 0px;
}
.indoor_list_heading {
	background: #282828;
	font-size: 18px;
	color: #f3f3f3;
	line-height: 38px;
	padding-left: 20px;
	margin: 10px 0 0 0px;
}
.indoor_list_heading2 {
	background: #282828;
	font-size: 18px;
	color: #f3f3f3;
	line-height: 38px;
	padding-left: 20px;
	margin: 30px 0 0 0px;
}
.outdoor_list ul li {
	list-style: none;
	padding: 8px 10px;
	border-bottom: #b7b6b6 1px dashed;
	margin: 3px 15px 0px 30px;
}
.outdoor_list ul li a {
	color: #be2328;
	font-size: 14px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.outdoor_list ul li a.active {
	background: #be2328;
	color: #FFFFFF;
}
.outdoor_list ul li a:hover {
	background: #be2328;
	color: #FFFFFF;
}
.pos_material_main {
}
.pos_material_main h2 {
	padding-top: 70px;
	color: #282828;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
}
.pos_material_main h2 span {
	padding-top: 70px;
	color: #be2328;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
}
.pos_mat_box {
	margin: 35px 0 35px 0px;
}

/*------------------------------------------------- Digital caddy part ----------------------------------------------------------------------- */		
	
.digital h2 {
	padding: 0px 0px 30px 0px;
}
.digital h3 {
	padding: 0px 20px 20px 0px;
}
.digital p {
	color: #858585;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}
.table_tents {
	padding: 50px 0 0 0px;
}
.table_tents h3 {
	padding: 0px 0 12px 0px;
	font-size: 24px;
	color: #282828;
	font-weight: lighter;
}
.table_tents p {
	padding: 10px 0 40px 0px;
	font-size: 24px;
	color: #be2328;
	font-weight: lighter;
}
.tab_tent_icon {
}
.tab_tent_icon p {
	text-align: center;
	font-size: 14px;
	font-weight:lighter;
	color: #636363;
	padding: 10px 5px;
}
.table_tents_video {
	padding: 20px 0 0 0px;
}
.table_tents_video h3 {
	padding: 0px 0 12px 0px;
	font-size: 24px;
	color: #282828;
	font-weight: lighter;
}
.table_tents_video p {
	padding: 10px 0 40px 0px;
	font-size: 24px;
	color: #be2328;
	font-weight: lighter;
}

.pd {
	padding-left: 0px;
}
.pd2 {
	padding-right: 0px !important;
}
.pd3 {
	padding-left: 8px;
}
.upload_img_part {
	padding: 55px 0 62px 0px;
}
.upload_box {
	background: #be2328;
}
.upload_box h2 {
	font-size: 30px;
	font-weight: lighter;
	color: #f3f3f3;
	text-align: center;
	padding: 20px 0px;
}
.upload_box p {
	font-size: 24px;
	font-weight: lighter;
	color: #282828;
	text-align: center;
	padding: 0px 0px 20px 0px;
	line-height: 30px;
}
.back
{
	background:#be2328;
}

/*------------------------------------------------- plug_play part ----------------------------------------------------------------------- */		
.plug_play
{
}
.plug_play h3
{
	padding-bottom:70px;
	text-align:center;
	font-size:30px;
	color:#be2328;
	font-weight:lighter;
}
.plug_play p
{
	padding:20px 12px;
	text-align:center;
	font-size:14px;
	color:#636363;
	font-weight:lighter;
}
.plug_box
{
	background:#c2c2c2;
	position:relative;
	text-align:center;
	padding:44px 0px;
	
}
.pd-mid
{
	padding-left:10px;
	padding-right:10px;
}
.round_box
{
	border:3px solid #ffffff;
	border-radius:50px;
	background:#282828;
	position:absolute;
	top:-42px;
	left:33%;
}
.round_box h2
{
	color:#FFFFFF;
	padding: 23px 30px;
	
}
.round_box2
{
	border:3px solid #ffffff;
	border-radius:50px;
	background:#282828;
	position:absolute;
	top:-42px;
	left:36%;
}
.round_box2 h2
{
	color:#FFFFFF;
	padding: 23px 30px;
	
}
.round_box3
{
	border:3px solid #ffffff;
	border-radius:50px;
	background:#282828;
	position:absolute;
	top:-42px;
	left:38%;
}
.round_box3 h2
{
	color:#FFFFFF;
	padding: 23px 30px;
	
}
/*------------------------------------------------- caddy part ----------------------------------------------------------------------- */		
.Caddy_part {
	padding: 62px 0px;
}
.Caddy_part p {
	padding: 0px 0 40px 0px;
	font-size: 24px;
	color: #be2328;
	font-weight: lighter;
}
.media_caddy {
	padding-bottom: 8px;
}
.media_caddy span {
	font-size: 18px;
	font-weight: lighter;
	color: #636363;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 5px;
}
.pd-caddy {
	padding-left: 0px;
	padding-right: 0px;
	width: 30%;
}
.pd-cady1 {
	padding-left: 0px;
	width: 34%;
}
.pd-cady2 {
	padding-left: 0px;
	padding-right: 0px;
	width: 35%;
}


.client_name
{
}
.client_name h5
{
	font-size:18px;
	color:#282828;
	font-weight:lighter;
	text-transform:uppercase;
	padding:0px 0px 10px 30px;
}
.client_name h5 span
{
	font-size:18px;
	color:#be2328;
	font-weight:lighter;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
}

/*------------------------------------------------- quick fact slider part ----------------------------------------------------------------------- */		

.quick_silder {
	background: #FFF;
	height: auto;
	margin-bottom:60px;
	margin-top:45px
}

.bottom_silder .carousel-control.right {
    background-image:none;
    background-repeat: repeat-x;
    left: auto;
    right: 11%;
}
.bottom_silder .carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
}
.bottom_silder .glyphicon.glyphicon-chevron-left.next {
	background:url(../images/black_next.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 1);
	width: 48px;
	height: 40px;
	
}
.bottom_silder .glyphicon.glyphicon-chevron-right.prev {
	
	background:url(../images/black_prev.jpg) no-repeat;
	width: 48px;
	height: 40px;
}
.bottom_silder .carousel-indicators
{
	display:none;
}

.bottom_silder .carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left:48.3%;
    position: absolute;
    text-align: center;
   /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    top: 103.9%;
    width: 15%;
}
.bottom_silder .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    left: auto;
    right:48.4%;
}
.bottom_silder .carousel-caption {
    left: 65%;
    padding-bottom: 30px;
    right: 5%;
		top:65px;
		text-align: left;
    text-shadow:none;
		color:#09F;
}
.bottom_silder .carousel-caption h3 {
	color:#be2328;
	font-size:24px;
	text-transform:uppercase;
	font-weight:lighter;
}
.bottom_silder .carousel-caption p{
	color:#636363;
	font-size:18px;
	/*background:url(../images/red_icon.jpg)  left center no-repeat;*/
	display:inline-block;
    font-weight: lighter;
    line-height: 22px;
    padding: 22px 0 0 22px;
}
.bottom_silder .carousel-inner {
    padding-bottom: 18px;
}
.bottom_silder .carousel-control{opacity:1}
.error {
	color: #A94442;
	font-weight:normal;
	font-size:13px;
	display: block;
	padding-top:5px; 
}
.message{margin-top:10px;}
.warning_box{clear:both;background:url(../images/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:12px 10px;padding: 10px 10px 10px 34px; border-radius: 5px 5px 5px 5px; color: #555555; }
.valid_box{clear:both;background:url(../images/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:12px 10px;padding: 10px 10px 10px 34px;border-radius: 5px 5px 5px 5px; color: #555555;}
.error_box{background: url(../images/warning.png) no-repeat scroll 10px center #FFD1D1;	border: 1px solid #F8ACAC; border-radius: 5px 5px 5px 5px; padding: 10px 10px 10px 33px;}
.outdoor_list ul li:last-child{
	border-bottom: transparent;
}

.video iframe{
	width:100%;
}

.row.video h3{padding-left:15px;}

.com_wel2 a:hover{
	text-decoration:none;
}
.flag-icon {
	position: absolute;
    right: 6.5%;
    top: 2px;
    transition: opacity 0.2s ease 0.1s;
}