@charset "UTF-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;	
}
body {
	margin: 0;
	padding: 0;	
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
img, img a {
	border: none;	
}
h1, h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;	
	font-size: 42px;
	line-height: 42px;
	color: #152f4e;
	text-transform: uppercase;
	margin: 20px 0;
}
h1 span {
	color: #99cc33;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 26px;	
}
hr {
	border-top: dotted 1px #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
img {
	border: 0;	
}
.clear {
	clear: both;
}
.wrapper {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;	
}
.header {
	height: 120px;	
}
#logo { 
	float: left;
	margin-left: 10px;
}
#smoothmenu1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	height: 40px;	
	margin-top: 80px;
}
.ddsmoothmenu{
	max-width: 800px;
  	margin: 0 auto;
	float: right;
}
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #152f4e;
	text-decoration: none;	
	padding: 0 10px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
}
.ddsmoothmenu ul li a:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  padding: 0 20px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #152f4e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ddsmoothmenu ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ddsmoothmenu ul li ul {
	background-image: url(images/80-opaque.png);
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 200px; /*width of sub menus*/
	margin: 0;
	padding: 8px 15px;
	border-top-width: 0;
	color: #152f4e;
	background-image: none;
	border-bottom: 1px #fff solid;
	line-height: 20px;
}
.ddsmoothmenu ul li ul li a:before {
  content: none;
}
.ddsmoothmenu ul li ul li a:hover{
	background-color: #152f4e;
	color: #fff;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
/*.ddsmoothmenu ul li.current_page_item a {  Selected state 
	color: #fff;
}*/

/* .ddsmoothmenu ul li:hover a{
	background: #e1e1e1;
} */
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin: 0;
	top: 40px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	display: none;
	width: 0;
}

.ddshadow{ /* DO NOT REMOVE shadow for NON CSS3 capable browsers*/
	position: absolute;
	display:none;
}

.rightarrowclass{
	position: absolute;
	display: none;
	width: 0;
}

/* End of Menu */
.righttextpanel {
	width: calc(50% - 20px);
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 80px 0 0 20px;
}
.righttextpanel img, .lefttextpanel img{
	max-width: 100%;
	height: auto;
}
.homeintro {
	margin-top: 200px;	
}
.lefttextpanel {
	width: calc(50% - 20px);
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 80px 20px 80px 0;
	margin-bottom: 50px;
}
.producttext {
	width: calc(50% - 20px);
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 180px 0 20px 20px;
}
.productpanel {
	width: calc(50% - 20px);
	float: left;
	padding: 180px 20px 20px 0;
	text-align: center;
}
.productpanel img {
	max-width: 100%;
	height: auto;	
}
#textpanel {
	width: calc(100% - 200px);
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 200px 100px 0 100px;	
}
#textpanel a, .lefttextpanel a, .righttextpanel a, .producttext a, .productpanel a {
	color: #666;	
}
td { 
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
table {
	margin-bottom: 40px;	
}
.homepage-cameo {
	width: 100%;
	height: 510px;
	background-image: url(images/homepage-cameo.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;	
}
.wpcf7-text, .wpcf7-textarea {
	font-family: 'Montserrat', sans-serif;
}
.footer {
	width: 100%;
	margin: 20px auto;	
	text-align: center;
}

/* Aligns from TwentyFifteen */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/* End Aligns */

div#bgmp_map-canvas {
	width: 100%!important;
	max-width: 860px!important;	
}
.pagination a, .pagination span {
display:block;
float:left;
margin: 10px 2px 10px 0;
padding:6px 12px 5px 12px;
text-decoration:none;
color:#fff;
background: #ccc;
}
.pagination current {
padding:6px 12px 5px 12px;
	background: #8BBED3;
	color:#fff;	
}
input[type="text"], input[type="email"],input[type="url"], textarea, input[type="tel"] {
	width: calc(100% - 20px);
	background-color: #e1e1e1;
	padding: 10px;	
	border: 0;
}
input[type="submit"] {
	background-color: #152f4e;
	padding: 5px 10px;	
	margin: 0;
	border: 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
/* New Code for news images */
.thumbnail-wrapper {
	text-align: center;
	overflow: hidden;
	float: left;	
	margin-right: 10px;
}
.thumbnail-wrapper img{
	width: 150px;
	height: auto;
}
.speaker-range {
	background-image: url(images/footer-range-bg.jpg);
	width: 100%;
	height: 340px;	
	margin: 0 auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.rangetitle {
	text-align: center;	
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
}
.rangetitle:before,
.rangetitle:after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.rangetitle:before {
    right: 0.5em;
    margin-left: -50%;
}
.rangetitle:after {
    left: 0.5em;
    margin-right: -50%;
}
.speaker-range ul.pages-list {
	text-align: center;
	list-style: none;	
	padding: 0;
	margin: 0 auto;
	white-space:nowrap
}
.speaker-range ul.pages-list li {
	display: inline-block;
}
.speaker-range ul.pages-list li a {
	color: #999;
	font-size: 12px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;

}
img.attachment-thumbnail.size-thumbnail {
	max-width: calc(100% - 12px);
	height: auto;	
}
/* End New Code for news images */
@media only screen and (max-width: 1024px) {
h1 br {
	display: none;	
}
.ddsmoothmenu ul li a{
	font-size: 12px;
	padding: 0 7px;
}
.homeintro {
	margin-top: 0;	
}
}
@media only screen and (max-width: 768px) {
.righttextpanel {
	padding: 0;	
}
}
@media only screen and (max-width: 600px) {
body {
	background-image: url(images/background-2.jpg);	
}
.lefttextpanel, .righttextpanel, .producttext, .productpanel  {
	width: calc(100% - 40px);
	padding: 20px 0;
	margin: 0 20px;
}
#logo {
	width: 100%;
	text-align: center;	
	margin: 0;
}
.homepage-cameo {
	padding-top: 90px;	
}
.homeintro {
	margin-top: 200px;	
}
}
@media only screen and (max-width: 480px) {

}