body {
	padding:0;
	margin: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px; line-height:1.6;
}
.main_nav {
	background-color: #ece9d8;
	border-top:3px solid #000000;
	border-bottom: 3px solid #0269ae;
	margin:0;
	padding:0;
	border-radius:0;
}
.navbar-brand {
	height: auto;
	padding-top:0;
	padding-bottom:0;
}
.section {
	background-color: #f7f7f7;
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 25px;
}
.section img {
	border:4px solid #ffffff;
	box-shadow: 0 0 4px 1px #777;
}
.section h1 {
	color: #C10001;
	/*font-family: 'Cinzel', serif;*/ padding:30px 0;
	margin:0;
	font-size:18px;
	text-transform: uppercase;
	font-weight:600;
	background-image: url("../img/titleborder.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.section p {
	color:#6e6e6e;
	font-size:13px;
	line-height:23px;
}
.section p a {
	color:#ff0000;
}
.boxdrop {
	-webkit-box-shadow: 0 6px 3px -6px #777 inset;
	-moz-box-shadow: 0 6px 3px -6px #777 inset;
	box-shadow: 0 6px 3px -6px #777 inset;
	padding: 0px 0 0 0;
	margin-bottom: 10px;
}
.pannel .row > h2 {
	padding:5px 0 10px 0;
	margin:0;
	font-size:18px;
	color: #0B265E;
	font-family:MS Sans Serif;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
}
.section2 ul.blue {
	background-color:#0B265E;
	padding:10px;
	margin:0;
	list-style: none;
}
.section2 ul.blue li {
	padding:5px;
	background-image: url("../img/border.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.section2 ul.blue li a {
	color:#ffffff;
	text-decoration:none;
	background-image: url("../img/list_arrow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.gallery .gallery_style {
	border:1px solid #dcdcdc;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f9f9f9;
	box-shadow: -2px 3px 0 0 #e5e5e5;
	height:356px;
	padding-left:10px;
}
.gallery .gallery_style p{font-family:MS Sans Serif; color:#000; font-size:14px; line-height:23px;}
.gallery .gallery_style img {
	border:1px solid #ffffff;
	box-shadow: 0 0 4px 1px #777;
	margin-bottom: 15px;
	margin-top: 15px; max-width:100%;
}
.pannel .news_style {
	border:1px solid #dcdcdc;
	padding-top: 15px;
	padding-top: 15px;
	background-color: #f9f9f9;
	box-shadow: -2px 3px 0 0 #e5e5e5;
	height:356px;
}
.news_style .date {
	text-align: center;
	background-color: #0B265E;
	color:#ffffff;
	padding-top:3px;
	padding-bottom:3px;
}
.news_style .date span {
	text-align: center;
	color:#ffffff;
	font-weight: 600;
	font-size:20px;
	margin:0;
	padding:0;
}
.news_style h2 {
	padding: 5px 0;
	margin:0;
	font-size:14px;
	line-height:23px;
	color:#000;
	font-weight:normal;
	font-family:MS Sans Serif;
}
.news_style p {
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:300;
}
.news_holder {
	padding-bottom: 17px;
}
.news_holder a {
	text-decoration: none;
	color:#6e6e6e;
}
a.btn_style {
	float:right;
	font-size:13px;
	border:1px solid #cccccc;
	padding:3px 10px;
	border-radius:5px;
	text-decoration: none;
	color:#000000;
	background: #f0f0f0; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f0f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f0f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #fefefe, #f0f0f0); /* for firefox 3.6+ */
}
.carousel-caption {
	background-color: rgba(2, 90, 153, 0.8);
	bottom: 28%;
	left: 0;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	top: 26%;
	width: 41%;
}
.main_nav ul {
	padding-top:55px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color:#0269ae;
	color:#ffffff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	background-color:#0269ae;
}
.navbar-inverse .navbar-nav > li > div > a {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
}
.navbar-inverse .navbar-nav > li > div > a:hover {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	background-color:#0269ae;
}
.carousel-caption h3 {
	font-size:60px;
}
.carousel-caption p {
	font-size:16px;
}
.footer {
	background-color:#0b265e;/* border-top:3px solid #C10001; border-bottom:3px solid #ece9d8; padding-top: 30px; margin-top:30px;*/
}
.footer h2 {
	margin:0;
	padding:0 0 20px 0;
	color: #fff;  /*font-family: 'Cinzel', serif;*/
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
}
.social-bar h2 {
	margin:0;
	padding:46px 0 10px 0;
	color:#0B265E;  /* font-family: 'Cinzel', serif; */
	font-size:18px;
	font-weight:600;
	text-transform: uppercase;
}
.footer ul, .social-bar ul {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	list-style: none;
	font-size:13px;
}
.footer ul li, .social-bar ul li {/*  border-bottom:dashed 1px #ffffff;*/
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-size:13px;
}
.footer ul li a, .social-bar ul li a {
	color:#ffffff;
	text-decoration:none;
}
.footer ul.social, .social-bar ul.social {
	margin:0;
	padding:0 0 10px 0 !important;
	list-style: none;
	font-size:13px;
	text-align:center;
}
.footer ul.social li, .social-bar ul.social li {
	margin:0;
	padding:0 2px;
	border:none;
	float:none;
	display:inline;
}
.copyright p {
	text-align: center;
	background-color:#c10001;
	margin: 0;
	padding:20px 0;
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
}
.innerbanner {
	width:100%;
}
.inner h2 {
	color: #000000;
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 10px !important;
	padding: 5px 0 10px;
	text-transform: uppercase;
}
.inner h1 {
	/*font-family: 'Cinzel', serif;*/ 
	padding:30px 10px 20px 0;
	margin:0;
	color:#0b265e !important; text-align:left; font-family:Georgia; font-size:20px; font-weight:bold;
	background-color:#fff;
	text-transform:uppercase;
}
.inner h1 span{color:#0b265e !important;}
.inner p {
	color:#333;
	font-size:15px;
	line-height:1.6;
}
 .inner h1::after {
 /* background-color: #bd0001;*/
  content: "";
 display: block;
 height: 1px;
 left: 30px;
 position: absolute;
 top: 38px;
 width: 725px;
 z-index: -1;
}
.inner ul.blue {
	background-color:#035b98;
	padding:10px;
	margin:0;
	list-style: none;
}
.inner ul.blue li {
	padding:5px;/* background-image: url("/userfiles/images/LongBeachSailingFoundation_125/Template/border.png"); */
	background-repeat: no-repeat;
	background-position: bottom left;
}
.inner ul.blue li a {
	color:#ffffff;
	text-decoration:none;
	background-image: url("/userfiles/images/LongBeachSailingFoundation_125/Template/list_arrow.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
.innernew h2, .row.innernew.inner h2 {
	color: #C10001;
	font-family: 'Cinzel', serif;
	float: left;
	font-size: 18px;
	font-weight: 600;
	margin: 22px 0 10px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	width:100%;
}
.innernew h1 {
	color: #C10001;
	font-family: 'Cinzel', serif;
	padding:30px 0;
	margin:0;
	font-size:18px;
	text-transform: uppercase;
	font-weight:600;
	background-image: url("/userfiles/images/LongBeachSailingFoundation_125/Template/titleborder.png");
	background-repeat: no-repeat;
	background-position: 200px center;
}
.innernew p {
	color:#6e6e6e;
	font-size:13px;
	line-height:23px;
}
.innernew ul {
	/*background-color: #f1f1f1;
	border-top: 5px solid #0b265e;*/
	list-style: outside none none;
	margin: 55px 0 0;
	padding: 10px;
	border:solid 1px #ccc;
}
.innernew ul li {
	padding:5px;
	border-bottom: 1px solid #a8a8a8;
}
.innernew ul li:last-child {
	border:none;
}
.innernew ul li a {
	background-position: left center;
	background-repeat: no-repeat;
	color: #0b265e;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}
 /list_arrow.png");*/ background-repeat: no-repeat; background-position: left; padding-left: 15px; }
.innernew ul li.active{background-image: url("/userfiles/images/LongBeachSailingFoundation_125/Template/list_arrow.png");  background-repeat: no-repeat; background-position: left;}
table{line-height:1.6;}

.icons_social li img{max-width:45px;}

/*   08March 2017   */
.accordian.ui-accordion h5{
  border:1px solid #ededed !important;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  cursor:pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size:0.9em !important;
  letter-spacing: 0.2px;
  color:rgba(93, 97, 99, 1) !important;
  margin-bottom:10px;
  background-image:url("/userfiles/images/LongBeachSailingFoundation_125/Site_Images/plus_icon.png");
  background-repeat:no-repeat;
  background-position:99% 10px;
  background-color:#fff;
  outline:none !important;
}
  .accordian.ui-accordion h5.ui-state-active{
    display: inline-block;
    position: relative;
    background: none;
    padding: 15px 0 15px 15px;
    width:100%;
	background:#ededed;
	margin-bottom:0;
    }
    .accordian.ui-accordion h5.ui-state-active:after {
    content: '';
    display: block;
    position: absolute;
    right: 1%;
    top: 10px;
    width: 25px;
    height: 25px;
    background-image:url("/userfiles/images/LongBeachSailingFoundation_125/Site_Images/close-icon.png");
    }
.ui-accordion-content{border:1px solid #ededed; padding:15px;}

/*  12Feb 2017    */


/*     25March 2017   */
.fullPageBanner{float:left; width:100%;}
.fullPageBanner img{ max-width:100%;}

/*    01April 2017  */

.row .innernew ul{background:#fff; margin:0; border:0;}
.sidebar_bordered_area{float:left; width:85%; border:solid 1px #ddd; margin:25px 0 0px; text-align:left; padding-left:15px; padding-right:10px; padding-bottom:15px;margin-top:25px;}
.sidebar_bordered_area h2{width:100%; margin:1px 0 5px !important; font-family: "Open Sans",sans-serif; text-align:left; color:#275181; font-weight:bold; font-size:20px; text-transform: capitalize; padding-left:5px; padding-bottom:0;font-variant: small-caps;}
    .sidebar_bordered_area ul{float:left; width:100%; padding-left:0; padding-right:0; padding-top:5px;}
    .sidebar_bordered_area ul li{border:0; text-align:left;}
    .sidebar_bordered_area ul li a{font-family: "Open Sans",sans-serif; font-weight:normal; padding-left:0; font-size:14px; color:#000060; text-transform:uppercase; }
	.sidebar_bordered_area ul li a:hover{color:#275181;}
	.sidebar_bordered_area ul li a.active{color:#b52121;}
    /*.headermain{ -webkit-box-shadow: 0 8px 6px -10px #c10001;
    -moz-box-shadow: 0 8px 6px -10px #c10001;
    box-shadow: 0 8px 6px -10px #c10001; border:0; margin-bottom:10px;}*/
/*   04May 2017   */
.container_mid table{width:100% !important; height:auto !important; font-family:MS Sans Serif !important;}
.container_mid table tr td, .container_mid table tr td p, .container_mid table tr td span{color:#000; font-size:15px !important; font-family:MS Sans Serif !important;}
.heading_row, .heading_row p, .heading_row span, .heading_row h1{color:#0b265e !important; text-align:left; font-family:Georgia; font-size:20px; font-weight:bold; padding:10px 0;}

/*    07May 2017  */
.social-image{float:left; width:100%; margin-top:25px;}
.social-image img{width:100%; height:auto;}
.last_column h2{text-align:center;}
.footer .social_bottom_icons{float:left; width:100%; text-align:center;}
.footer ul..social_bottom_icons li{display:inline; float:none; width:auto;}

.footer ul.icons_social li a:hover{padding:5px 5px 5px 0;}
table#GalleryImageList tr td{padding:15px;}


@media (min-width: 1170px) {   
.container{width:1170px;}
.footer .container{width:1070px;}
}
table{font-size:15px;}
table tr td a{color:#000;}
table tr td a:hover{color:#c00000; text-decoration:none;}
.social_bottom_icons{}
.social_bottom_icons li{ float:none; width:auto; margin:0 2px; display:inline;}
.social_bottom_icons li img{max-width:40px; height:auto;}
a[href^="tel:"] {
  color: #20303e;
  text-decoration: none;
}
.inner table tr td{vertical-align:top; color:#000 !important; line-height:1.6; font-size:15px;}
.inner table tr td p{color:#000 !important;}


@media (max-width: 767px) {   

.pannel{ padding-bottom:30px; display: block; }
.pannel h2{ padding:20px; }
.pannel a{ margin:20px; }
    
.gallery_style{ display:inline-block;} 
    
    .pannel h2 {
    padding: 20px;  
}
     .section h1{ background: none; text-align: center; line-height:30px; padding: 10px 0 ;}
    .gallery_style a{ margin: 0; padding: 0;}
    .news_holder a{ margin: 0; padding: 0;}
     .news_holder h2 { padding:10px 0; margin:0;   }
    
    .carousel-caption h3{ font-size: 20px;
    margin: 10px;
    padding: 0;}
    .carousel-caption p{ display:none;}
     .carousel-caption{ padding:0 0 0 10px; text-transform: uppercase; }
    
    .main_nav ul {
    padding-top: 0px;
}
    .row.copyright {
  margin: 10px -15px 0;
}
    }
@media (min-width: 768px) and (max-width: 991px) {
    .gallery_style{ display: inline-block;}
        .section h1{background:none; }
        .carousel-caption {
    background-color: rgba(2, 90, 153, 0.8);
    bottom: 17%;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    top: 11%;
    width: 41%;
}
    .carousel-caption h3 {
    font-size: 26px;
}
.pannel h2{ font-size:16px;}
}

@media (min-width: 992px) and (max-width: 1199px) { 
.section h1 {   background-position: 500px center;}
}

@media (min-width: 1200px) { }

/*************new styles**************/
.headermain {
  background-color: #ffffff; /*#ece9d8*/
  border-bottom: 3px solid #C10001;
  border-radius: 0;
  border-top: 3px solid #000000;
  margin: 0;
  padding: 0;
}
.logolink {
  display: block;
  float: left;
padding: 5px 5px 5px 0px;
}
.headermain .sf-menu {  float: left; padding-top: 65px;z-index:1000; padding-left:20px;}
.headermain .sf-menu li{ float:left; display:block;z-index:1000}
.headermain .sf-menu li a{color: #0B265E;font-size: 13px;text-transform: uppercase; padding:15px 14px; line-height:20px; font-weight:bold; font-family:MS Sans Serif;}
.headermain .sf-menu li a:hover{ background-color:#0269ae; color:#fff; text-decoration:none;}
.headermain .sf-menu li ul {z-index:1000;}
.headermain .sf-menu li ul li a{background-color:#0269ae; color:#fff; font-size:12px; padding:10px; line-height:20px;z-index:1000}
.headermain .sf-menu li ul li a:hover{background-color:#005196;}
#BannerNum_1 {  height: auto !important;  width: 100% !important;}
#BannerNum_1 > img {  width: 100%;}


/*04/04/2016 changes*/

.pannel ul.blue li:hover:after {
    content: "\00bb";
    color: #fff;
    padding-left: 5px;
}

.pannel ul.blue li:hover {
    text-decoration: underline;
}

.footer ul li a:hover {
    text-decoration: none;
    /*color: #fff;
    background-color: #0B265E;*/
    padding: 5px 5px 5px 3px;
}

.footer ul li a {
    color: #20303e;
    text-decoration: none;
    padding: 5px 5px 5px 0px;
}

.footer h2 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #21364a;
    /*font-family: 'Cinzel', serif;*/
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.footer .last_column h2{font-size:13px;}
.footer {
    background-color: #f3f3f3;
    /*border-top: 3px solid #C10001;
    border-bottom: 3px solid #ece9d8;*/
    padding-top: 25px;
    margin-top: 20px;
}

.copyright p {
    text-align: center;
    background-color: #20303e;
    margin: 0;
    padding: 20px 0;
    font-size: 10.2px;
    color: #ffffff;
    text-transform: uppercase;
}

.footer ul li {
    padding: 0 0 5px 0;
    margin: 0 0 0px 0;
    font-size: 13px;
	color:#20303e;
}


.font-blue{
color: #0067b0;
}

.pannel{
    margin-top: 40px;
margin-left:0px;
width:37%;
}


 .pannel  ul.blue{ background-color:#0B265E; padding:10px; margin:0; list-style: none;}
.pannel ul.blue li{ padding:5px; background-image: url("../img/border.png"); background-repeat: no-repeat; background-position: bottom left;}
.pannel ul.blue li a{ color:#ffffff; text-decoration:none; background-image: url("../img/list_arrow.png"); background-repeat: no-repeat; background-position: left; padding-left: 15px; }

.pannel.gallery{
margin-left: 2% !important;
width:37%;
}

.margin-top-14{
margin-top: -14px;
}

.margin-top-25{
margin-top: 25px; 
}
.margin-left-30{
margin-left: 0;
}
.social-bar{width:23% !important;}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.lg-padding-left-50 {
padding-left:15px;
}

@media (min-width: 1200px) { 
.lg-padding-left-50 {
padding-left:50px !important;
}
}

.no-padding {
padding-left:0px !important;
padding-right:0px !important;
}

.social-bar h2.padding-50 {
padding-left:0px;
text-align:center;
font-family:MS Sans Serif;
}

.row.innernew.inner {
margin-top:-4px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Cinzel', serif;
font-weight:bold;
}

.row .innernew ul {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Cinzel', serif;
font-weight:bold;
}

@media (min-width: 1760px) { 
.headermain .sf-menu li a{font-size:15px; padding-left:10px; padding-right:10px;}
}

@media (min-width: 1440px) { 
/*.headermain .sf-menu li a{font-size:15px;}*/
}
@media (min-width: 991px) and (max-width: 1100px) {
.headermain .sf-menu li a{font-size:12px; padding-left:5px; padding-right:5px;}
.headermain .sf-menu{padding-top:40px;}
}
@media (min-width: 768px) and (max-width: 990px) {
.headermain .sf-menu li a{font-size:10px; padding-left:5px; padding-right:5px;}
body{overflow-x:hidden;}
.responsive_table{float:left; width:100%; min-width:100%;}
.responsive_table td img{max-width:100%; height:auto !important;}
.logomain{max-width:125px !important;}
.headermain .sf-menu{padding-top:35px;}
.social_bottom_icons li img{max-width:25px;}
.social-image img{max-width:100% !important; height:auto !important; margin-left:0 !important;}
.container_mid{margin-left:0 !important;}
.table_new td img{max-width:100% !important; height:auto !important;}
.sidebar_bordered_area ul li a{font-size:12px;}
.inner .col-sm-3 + .col-sm-9{max-width:74%;}
.headermain .sf-menu li ul li a{font-size:10px;}

}

@media (max-width: 767px){
.pannel{width:100% !important;}
.pannel.gallery{width:100% !important; margin:0; padding:0 10px;}
.pannel.gallery .col-lg-12{padding-right:0;}
.gallery .gallery_style{width:103%;}
.social-bar{width:100% !important;}
.pannel .news_style{height:auto;}
body{overflow-x:hidden;}
    /* responsive menu */
	.caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px dashed;
  display: inline-block;
  float: right;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  margin-top:2px;
}
    .navicon {
    width: 100%;
    background: transparent;
    margin: 0px auto 0px;
    position: relative;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 99;
    -webkit-transition: linear 0.5s all;
    transition: linear 0.5s all;
	top:20px; font-size:12px; color:#000;
    }
    .navicon:before, .navicon:after {
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
 height: 2px;
 left: 0;
 -webkit-transition: 0.8s ease;
 transition: 0.8s ease;
 width: 35px;
}
.navicon:before {
	box-shadow: #000 0 10px 0 0;
	position: absolute;
	top: 20px;
}
.navicon:after {
	position: absolute;
	top: 40px;
}
.navicon--active {
	margin-top: 0px;
	-webkit-transition: linear 0.5s all;
	transition: linear 0.5s all;
	z-index:111111;
}
.navicon--active:before {
	box-shadow: transparent 0 0 0 0;
	top: 25px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	background:#fff;
	width:24px;
	top:70px;
}
.navicon--active:after {
	top: 25px;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	background:#fff;
	width:24px;
	top:70px;
}
.toggle {
	display: block;
	margin: 0px auto;
	width: 30%;
	background-color: rgba(11, 38, 94, 0.7);
	padding: 40px 0px 10px;
	display: block;
	opacity: 0;
	-webkit-transition: ease-in 0.5s all;
	transition: ease-in 0.5s all;
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	min-width: 280px;
	margin-left:-210px;/*background: url(/userfiles/images/VistaValleyCountryClub_127/sliderBG.jpg);
    background-size:100% auto;*/
    }
.toggle--active {
	display: block;
	opacity: 1;
	-webkit-transition: ease-in 0.5s all;
	transition: ease-in 0.5s all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	z-index:9999;
	margin-top:45px;
}
.toggle-menu {
	margin-bottom: 25px;
	padding-left:0;
}
.toggle-menu li {
	width: 100%;
	display: block;
	position:relative;
}
.toggle-menu li a {
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: left;
	font-size: 14px;
	line-height:18px;
	text-transform: uppercase;
	-webkit-transition: linear 0.5s all;
	transition: linear 0.5s all;
	font-weight: bold;
	padding: 10px 30px;
}
.toggle-menu li a span {
	text-transform: lowercase;
}
.toggle-menu li a:hover {
	color: #fff;
	-webkit-transition: linear 0.5s all;
	transition: linear 0.5s all;
	background-color: rgba(11, 38, 94, 1);
}
.toggle-menu li a:hover::after {
  background: #fff none repeat scroll 0 0;
  top: 32px;
  content: "";
  height: 1px;
  left: 30px;
  position: absolute;
  width: 35%;
}
#mobile_menu {
	position:absolute;
	right:10px;
	width:60px;
	height:45px;
	top:0px;
	z-index:111;
}
.toggle-menu li a.login_button {
	border:solid 2px #fff;
	padding:10px 15px;
	width:auto;
	display:inline-block;
	margin-left:30px;
	margin-top:10px;
}
.toggle-menu ul {
	display:none;
	padding-left:0;
	background-color: rgba(11, 38, 94, 0.55);
	
}
.toggle-menu li:hover ul {
	display:block;
	padding-left:10px;
}
.toggle-menu li ul li a {
	font-weight:500;
	text-transform:inherit;
}
#mobile_menu {
	display:block !important;
}
.font-blue.no-padding{padding-left:15px !important; padding-right:15px !important;}
.section{padding-left:0; padding-right:0;}
.section table{max-width:100%; width:100% !important;}
.pannel.gallery{margin-left:0 !important; padding-left:15px; margin-top:10px; padding-bottom:10px;}
.social-bar h2{padding-top:20px;}
.container_mid{margin-left:0 !important;}
.rights_reserved{float:left; width:100%; text-align:center;}
.sidebar_bordered_area{display:none;}
.responsive_table{float:left; width:100%; min-width:100%;}
.responsive_table td img{max-width:100%; height:auto !important;}
.full_width-table table td{float:left; width:100% !important; padding:5px 0;}
.headermain{text-align:center;}
.logolink{float:none;}
.logomain{float:none !important; max-width:160px !important;}
.full_width-table table td iframe{float:left; width:100% !important;}
.gallery .gallery_style img{max-width:95%;}
.gallery .gallery_style{height:auto;}
form#form1{float:left; width:100%; overflow:hidden;}
.table_new tr td img{max-width:100%; height:auto !important;}
.single_row_table tr td{float:left; width:100% !important; text-align:left !important; padding:4px;}
}
