/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  11: 3 Col Flex, Top Menu
  ------------------------------------------------
*/

body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
img {vertical-align: bottom;}
/*p,h1,h2,h3,h4,h5,h6,ul,li,div{word-break:break-all;}*/
.footer {
	background-color: #CEE1A2;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #C0D592;
	padding: 15px 30px;
	font-size: 11px;
	color: #8C8C8C;
	text-align: center;
}
.searchform input[type="submit"]
{

  background: #CEE1A2 !important;
  margin-bottom:30px;
  height:30px;

}
#p7EHCd_3 > ul { margin: 0; padding-left: 12px; }
.image .row { padding: 15px 0; }
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}
.image-text .col-sm-6 ul { padding-left: 10px; }
.masthead {
	padding: 0px;
	text-align: left;
	background-color: #CEE1A2;
}
.masthead .logo {
	position: relative;
}
.masthead h1 {
	margin: 0;
	color: #272424;
	padding: 20px 20px 10px 20px;
	font-size: 27px;
	font-weight: bolder;
	letter-spacing: 0.10em;
}
/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: 100% !important;
	max-width: 100%;
}
.masthead .banner {
	position: relative;
	z-index: 20;
	/*box-shadow: 0px 0px 20px #000;*/
}

.content-wrapper {
	margin: 0px;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}

/*Main Content*/
.main-content {
	width: 60%;
	float: left;
	position: relative;
	left: 20%;
}
.sidebar {
	width: 20%;
	float: left;
	position: relative;
	left: -60%;
}
.sidebar2 {
	width: 20%;
	float: right;
}
.sidebar .content, .sidebar2 .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #D8D8D8;
	background-image: -webkit-linear-gradient(#FFF, #FFFFF2);
	background-image: linear-gradient(#FFF, #FFFFF2);
}
.col-sm-12 h4 {
    font-size: 20px;
    text-align: center;
}
.main-content .content {
	padding: 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #C0D592;
	border-right: 1px solid #C0D592;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px;
	line-height:16px; 
}

/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: ##E7F2DB;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 10px;
	background-image: url(img/pbm-menu-bg.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1em;
	border: 1px solid;
	background-color: #333;
	/*box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);*/
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

/* alternate */
.rc img{margin-top:23px;}
li{margin-bottom:10px;}
h3,h2 { margin-bottom:15px;}
.des h3{ border-style: dashed; border-width: 1px; background-color:#E2EDC9; border-color:#787676; padding-left: 10px; padding-top:5px; padding-bottom:5px;  color:#000000; margin-bottom: 15px;} 

.sidebar h3, .sidebar2 h3{ border-bottom-style: dashed; border-bottom-width: 1px; border-color:#787676; padding-left: 10px; padding-top:7px; padding-bottom:7px;  color:#000000; margin-bottom: 15px; padding-left:0px;} 

.sidebar h2{ /*border-bottom-style: dashed; border-bottom-width: 1px;  border-color:#787676;*/ padding-left: 10px; padding-top:12px; padding-bottom:12px;  color:#000000; /*margin-bottom: 15px;*/ padding-left:0px; font-size:15px;}

.sidebar2 .panel-heading h3{border:none!important; padding-left: 10px; padding-top:5px; padding-bottom:7px; color:#000000; margin-bottom: 0px; padding-left:0px;} 

.sidebar h2 a { color: #000000;}
.sidebar ul li, .sidebar2 ul li {font-size:14px;}
.sidebar ul li a, .sidebar2 ul li a {color:#000000;}
#accordion2{text-align:left;}
.page-topper a {color:#000000;}
/*.rc {width:90%; display:block; margin-left:auto; margin-right:autopx; float:none;}*/
/*.panel-group .panel + .panel { margin-top: 15px; }*/
.panel-heading {0px 15px;}
.des .panel-default > .panel-heading {background-color:inherit; padding:0px; border:none;}
.des .panel-default{border:inherit;}
.des .panel{box-shadow: inherit;}
.des .panel-body a , .des h3 a {color:#000000; }
.des .panel-heading h3 span {display:none;}
.des .panel-heading h3 span a {font-size: 12px;}
.des .aright{ text-align:right;}
.chidden {display:none;}
.chead{display:inline-block; width:100%; vertical-align:middle;}
.chead1{text-align:center;}
.chead1 h1 {font-size:20px;}
.menu{position:absolute; z-index:200; right:0px; top:20px;}
.ulmenu ul li{display:inline-block; margin-right:10px; width:auto;}
.ulmenu li a {color:#000000;}
.menu .panel{background:none;}
.menu .panel-heading {display:none;}
.menu .panel-group .panel{border:none; box-shadow:none;}
.menu .panel-body {padding:0px;}
.collapse{height:auto !important;}
.rimglnk a {margin-bottom:25px; display:block;}
input, textarea{
    /*-webkit-box-shadow:inset 0 0 5px #000;
       -moz-box-shadow:inset 0 0 5px #000;
            box-shadow:inset 0 0 5px #000;*/
			 -moz-border-radius: 10px;
			   -webkit-border-radius: 10px;
			    border-radius: 10px;
				border: solid 2px #CEE1A2;
				height:40px;
			background: #ffffff;
				padding-left:10px;
				padding-right:10px;
				font-size: 15px;
				color:black;
margin-bottom:15px;
    background: transparent;
	height:40px;
	width:90%;
}

.searchform .date1{display:none;}
*::-webkit-input-placeholder {color: gray;}
*:-moz-placeholder {color: gray;}
*::-moz-placeholder {color: gray;}
*:-ms-input-placeholder {color: gray;}
.clr{margin-top:20px; margin-bottom:20px;}
/* alternate */

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
.main1 h1{margin-bottom:15px;}

.imgr .row{ margin-bottom:20px;} .imgr .row .col-xs-6 img{margin-left:auto; margin-right:auto;}
.pageslink {margin-top:20px; margin-bottom:20px;}
.photo .col-sm-12 {text-align:center;}
.photo .col-sm-12 img{ margin-left:auto; margin-right:auto; margin-top:20px;}
.photo .col-sm-12 span {display:block; margin-top:5px;}
.hid{display:none;}
.brd{width:200px;}
.se textarea{height:120px;}
.se .sub {width:150px; display:block; margin-left:auto; margin-right:auto;}
.tariff .col-xs-4, .tariff .col-xs-1, .tariff{margin-top:10px;} 
.tariff .col-xs-4 {width:26%;}
.tariff .col-xs-1{width:5%;}
.c-1 .clearfix {margin-bottom:12px !important;}
.cont {background-color:yellow; padding:4px; margin:0px; text-align: right; }
.cont h3,h4 { margin: 0; }
.cont h4 { text-align: right; font-weight: normal; }
.cont p {padding:0px; margin:0px;}
.social {margin-left:auto; margin-right:auto; margin-top:20px; text-align:center;}
.social .col-xs-2 {float:none; display:inline-block; width:auto; padding:0px; margin-left:-3px;	}
@media only screen and (min-width: 1500px) {
.rc .col-sm-2 {width:auto !important;}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content {padding: 20px !important;}
}

@media only screen and (max-width: 990px) {
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content, .menutop-wrapper {
	padding: 10px 20px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}

.collapse{ display:none}
/*.panel-default > .panel-heading {background-color: #333333; color:#FFFFFF;}*/
.page-topper a, .sidebar h2, .panel-title a{color:#000000;}
/*.panel-default{ border-color:#333333;}*/
.des .panel-group{margin-bottom:0px;}
.main-content, .columns-wrapper, .content{padding-bottom:0px !important; margin-bottom:0px !important;}
.des .panel-heading h3 span {display:inline; font-weight:normal;}
.des #p7EHCd_1 {padding-bottom:0px !important;}
.sidebar h2{ /*border-bottom-style: dashed; border-bottom-width: 1px;  border-color:#787676;*/ padding-left: 10px; padding-top:7px; padding-bottom:7px;  color:#000000; /*margin-bottom: 15px;*/ padding-left:0px; font-size:14px; font-weight:normal;}
.sidebar2 .panel-heading h3{border:none!important; padding-left: 10px; padding-top:5px; padding-bottom:7px;  color:#000000; /*margin-bottom: 15px;*/ padding-left:0px; font-weight:normal; font-size:14px;}
.menu {width:130px; position:relative; float:right; z-index:1000;}
.menu .panel-heading {display:block; background:none; padding-left:10px;}
.menu .panel-heading h3{margin:0px; padding:0px;}
.menu .panel-heading h3 a {color:#000000;}
.menu .panel-heading h3 a:hover {text-decoration:none;}
.menu .panel-heading h3 a span{margin-left:10px;}
.menu .panel-collapse {background-color:#FFFFFF; margin-right:10px; margin-top:10px; position:absolute; width:100%;}
.ulmenu ul{margin-left:10px; list-style:none; padding:0px; margin-top:10px; z-index:1000;}
.ulmenu ul li{display:block; border-bottom-color:#CCCCCC; border-bottom-style:dashed; border-bottom-width:1px;}
.rimglnk a {display:inline-block !important; margin-right:10px;}
.searchform	{display:block; position:absolute; z-index:3000; top:20px; left:0px; right:0px; text-align:center; padding-left:10px; padding-right:10px;}
/*.searchform #search{clear:both; margin-bottom:15px;}*/
/*.main1{margin-top:110px;}*/
/*.sform {width:70%; margin-left:auto; margin-right:auto;}*/
.searchform #date {margin-right:10px;}
.searchform input{margin-right:10px; display:inline-block; width:inherit;}
input[type="submit"] { height:40px !important; width:20%;}

.searchform h3{font-size:20px;}
.searchform .date1{display:none;}
.date_picker{display:inline;}
.ui-datepicker-trigger{right:32px; top:0px;}

}
@media only screen and (max-width: 800px) {
.chead .col-sm-4{text-align:center; width:100%; float:none;}
.chead .col-sm-4 h1 {margin-top:0px; margin-bottom:15px; padding-top:0px; padding-bottom:0px;}
.chead .col-sm-4 .menu{margin-left:auto; margin-right:auto; float:none; top:0px;}
}
@media only screen and (max-width: 865px) {
.searchform .date1{display:block; clear:both;}
input[type="submit"], .searchform #search { width:187px;}
/*.main1{margin-top:172px;}*/
}
@media only screen and (max-width: 767px) {
.image img { padding: 10px 0; }
.rc .col-xs-2{clear:left;  margin-right:0px; padding-right:0px;}
.rc .col-xs-10{margin-left:0px; padding-left:10px;}
.rc .col-xs-2 img{margin-right:0px; padding-right:0px;}
.des .str strong {font-weight: normal;}
.panel-body .row .col-xs-4 { font-size:12px;}
.sidebar2 { text-align:center; padding-bottom:15px; padding-top:15px;}
.sidebar2 img{margin-left:auto; margin-right:auto;}
.con .col-sm-4 {width:100%;}
.con .col-sm-8 {width:100%;}
.con .col-sm-12 {width:100%;}
.cen p{text-align:justify;}
.cen img{margin-left:auto; margin-right:auto;}
.des h1{text-align:center;}
.cen1 .col-sm-4 {width:100%; text-align:center;} 
/*.cen1 .col-sm-4 img{display:block; margin-left:auto; margin-right:auto;}*/
.cen1 .col-sm-8 {width:100%; text-align:center;}
.cen1 .col-sm-4 img{margin-left: auto; margin-right: auto;}
}
@media only screen and (max-width:750px)
{
.clr .row .col-xs-6:nth-child(3){clear:left;}
.clr .row .col-xs-6{text-align:left;}
}
@media only screen and (max-width:610px)
{
.tariff .col-xs-4 {width:35%;}
.tariff .col-xs-1 {width:8%;}
}
@media only screen and (max-width: 460px) {
.searchform input{display:block; margin-left:auto; margin-right:auto;}
.searchform .date1{display:none;}
.searchform #date {margin-right:auto;}
/*.main1{margin-top:275px !important;}*/
.date_picker{display:block; width:207px; margin-left:auto; margin-right:auto;}
.ui-datepicker-trigger{margin-right:20px!important; top:14px; right:0px;}
input[type="submit"], .searchform #search { width:207px;}
}
@media only screen and (max-width: 420px) {
.rc p {font-size:13px;}
.rc .col-xs-2, .rc .col-xs-10 {text-align:center; float:none;  width:100%;}
.rc .col-xs-2 img, .rc .col-xs-10 img {display: inline;}
.rc h3{text-align:center;}
.des {text-align:center;}
.str, .des .panel-group {text-align:left;}
.clr .row .col-xs-6:nth-child(3) {clear:left;}
.clr .row .col-xs-6{text-align:left;}
.masthead h1{font-size:23px;}
.se span{display:none;}

.imgsc .col-xs-4 {width:100%;}
.imgsc .col-xs-4 img{display:block; margin-right:auto; margin-left:auto;}

.tariff {text-align:center;}
.tariff .col-xs-4, .tariff .col-xs-1{display:inline-block; float:none; border-bottom-width: 1px; border-bottom-style: dashed; padding-bottom: 3px;}
.tariff .col-xs-4 {width:42%;}
.tariff .col-xs-1 {width:8%;}
.chead1 h1 {font-size:16px;}
.des .row .col-sm-12 ul { list-style:none; margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px;}
.des .row .col-sm-12 ul li { border-bottom-style:dashed; border-bottom-color:#B7B1B1; border-bottom-width:1px; padding-bottom:4px;}
.des .row .col-sm-12 ul li:last-child{border:none;}
}
@media only screen and (max-width: 340px) {

.logo {text-align:center;}
.menu {float:none; display:inline; top:10px; z-index:1000; width:100%;}
.menu .panel-collapse{margin-top:0px; z-index:1000;}
.chead .col-sm-4 {padding-left:0px; padding-right:0px; width:100%; }
.rc img {margin-left:auto; margin-right:auto;}
.des h3 {padding-right:10px;}
}