@charset "UTF-8";



@media screen and (max-width: 740px) {

#wowslider-container1 {display:none;}
}
	
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:1000px;
	margin:8px auto 8px;
	z-index:90;
	border:8px solid #FFFFFF;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:1000px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  a.wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}
#wowslider-container1  .ws_bullets { 
	padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
	width:40px;
	height:20px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-22px;
	z-index:60;
	height: 50px;
	width: 50px;
	background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:10px;
}
#wowslider-container1 a.ws_prev {
	left:10px;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px; 
	margin:35px 15px;
	padding:8px;
	background:#FFFFFF;
	color:#777777;
	z-index: 50;
	font-family:'Inder', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
#wowslider-container1 .ws-title div{
    margin-top: 10px;
	font-size: 14px;
	line-height: 15px;
}

#wowslider-container1 .ws_images ul{
	animation: wsBasic 25.8s infinite;
	-moz-animation: wsBasic 25.8s infinite;
	-webkit-animation: wsBasic 25.8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }

#wowslider-container1 {
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-96px;
	visibility:hidden;
	position:absolute;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:192px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:20px;
	margin-left:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-6px;
	left:96px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}


/* CSS file generated by Responsify */
/* Columns: 6, Gutter Width: 0.5, Breakpoints:  */ 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #333;
} 

html, body {
	overflow: auto;
	margin: 0;
	-webkit-overflow-scrolling: touch
} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

section {
	margin: 0px;
}

.columnimages img {width:100%;}
.columnimages img.half  {width:48%; margin:1%; float:left;}

.columnimagesmobile {width:48%; float:right;}
.columnimagesmobile img {width:98%; margin:6% 1% 1% 1%;}



@media screen and (max-width: 770px) {
	.columnimages img {width:32%; margin: .666%; float:left; max-height: 96px;}
	.columnimages img.half {width:32%; margin: .666%; float:left;}

}
@media screen and (max-width: 720px) {
	.columnimages {display: none}

}

@media screen and (max-width: 668px) {
	.columnimagesmobile {width:100%;}
}

@media screen and (min-width: 720px) {
	.columnimagesmobile img {display: none}
}

.content {
	background-color: white;
	padding: 2%;
	border: solid 2px;
	border-color: #a59579;
	margin: 0 0 2% 0;
}

nav ul, nav li { margin: 0; } 
nav ul, ul { list-style:none; }
.span1, .span2, span25, .span233, .span3, .span4, .span5 , .span6{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


.citydata {
	float: right;
	width: 40%;
	margin: 0 0 1% 1%;
	padding: 1%;
	border: 2px solid;
	border-color: #CA9948;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;}

p.table-padded {
	padding: 7px;
	margin: 0;
}

.col{
  margin-left: 0.5%;
}

.col:first-child {
  margin-left:0;
}

.span1{
  width: 18.25%;
  
}
.span2{
	width: 32.6%;
}

.span25 {
	width: 44%;
	float: right;
	text-align: center;
}

.span233 {width:33.3%;}

.span3{
	width: 49.75%;
}
.span4{
  width: 66.5%;
  
}
.span5{
  width: 76.8%;
  
}
.span6{
  width: 100%;
  margin-left: 0;
}

body{
	font-size: 87.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background-color: #ECE9E4;
}

h1{
    font-size: 1.714285714em; /* 24 / 14 */
    line-height: 1.5em; /* 21 / 14 */
}

h2{
  font-size: 1.5em; /* 21 / 14 */
  line-height: 1.5em; /* 21 / 14 */
}

p{
    font-size: 1em; /* 14 / 14 */
    line-height: 1.5em; /* 21 / 14 */
    margin-bottom: 1.5em; /* 21 / 14 */
}

#container, .inner{
	margin: 0 auto 0 auto;
	width: 98%;
	max-width: 1000px;
}


@media screen and (max-width: 1020px) {
#container, .inner{
	margin: 0 auto 0 auto;
	width: 94%;
	max-width: 1000px;
}

}
header{
	margin: 0 0 0px 0; clear:both;
}

@media screen and (max-width: 808px){
header{
	margin: 0 0 8px 0;
}
}

header h1{
}

#container{
	clear: both;
}

.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}

/* NAVIGATION */

nav{
  margin: 7px 0 7px 0;
}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  float: left;
  width: 33%;
}

nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 5%;
  margin: 0 0 0 4%;
  background-color: rgba(255,255,255,0.1);
}


/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 1024px){

  body { background:#222f48;}

}


@media screen and (min-width: 930px){
.pagepic {display:none;}
}

@media screen and (max-width: 930px){
.still {display:none;}
}

@media screen and (max-width: 768px){
	
	body {
overflow-x:hidden;
}

	  nav .span2{
    width: 100%;
  }
  
#container, .inner{
	clear: both;
	width:94%;
}
  
  header.span2 {width:100%;}
  
  aside.span2 {width:100%;}
  
  .citydata {width:100%; float:none;}
  
  .span4, article{
    width: 100%;
  }
  
  .col {margin:0;}
  

  .aside{
    width: 100%;
    margin-left: 0;
  }
  
   
  
  .glossymenu{
	  margin: 1% auto; 
	  width: 100%;}

.ipad-wrap {width:48%;float:right; text-align:center; margin:1%;}

.ipad-wrap2 {width:48%;float:right; text-align:center; margin:1%;}

.ipad-wrap3 {width:48%;float:right; text-align:center; margin:1%;}


.cbp-qtrotator blockquote p {
	font-size: 17px;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
	text-align:center;
}

.cbp-qtprogress {
display:none;}


.cbp-qtrotator .cbp-qtcontent {
	min-height:100px;
}
  
  .cbp-qtrotator blockquote footer {
	font-size: 1em;
	color: #6f2729;
	text-align:right;
}
}

@media screen and (max-width: 668px){
.ipad-wrap {width:98%;float:none; text-align:center; margin:1%;}

}


@media screen and (max-width: 760px){

.ipad-wrap3 {width:98%;float:right; text-align:center; margin:1%;}

}


.phone-position-small {
	text-align: center;
	color: white;
}

.phone-position-small a.phone{
	color: #FFF;
	font-size: 2em;
	text-decoration: none;
	text-align: center;
	line-height: 1.1;
	white-space: nowrap;
}


.phone-position-small a.address{
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
	white-space: nowrap;
	
}


@media screen and (min-width: 770px){

.show-on-ipad {display:none; position:relative;}	


}

@media screen and (max-width: 770px){
.show-on-cpu {display:none; position:relative;}



}

@media screen and (min-width: 670px){
.phone-position-small {display:none; text-align:center;}	



}

@media screen and (max-width: 670px){

  .phone-position {display:none;}


}



@media screen and (max-width: 480px){

    .span2{
    width: 100%;
    margin-left: 0;
  }
  
  
      .span233{
    width: 100%;
    margin-left: 0;
  }
  
  
    .span25{
    width: 100%;
    margin-left: 0;
  }
  
  
    .span3{
    width: 100%;
    margin-left: 0;
  }
  
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}


.CTA-text {
	line-height: 1.1;
	margin: 5px auto 5px auto;
	width: 300px;
	text-align: center;
}

@media only screen and (min-width: 480px) {
.CTA-text {display:none;}	
}


// Micro Clearfix 

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}

p.callout {
	width: 80%;
	margin: 3% 10% 4% 10%;
	border: 3px solid;
	padding: 2%;
	text-align: center;
	background-color: #3b8ed6;
	color: #FFF;
	font-size: 115%;
	border-color: #d68b12;
	font-weight: bolder;
}

p.callout a:link {color:white; text-decoration:none;}

p.callout a:hover {color: #CCC; text-decoration:underline;}


aside p {margin:5px;}
.no-js .cf #container .phone-position-small .span6 .header.phone {
	color: #FFF;
}
phone-position-small p {
	color: #FFF;
}



/*
Item: Elan-Responsive CSS3 Dropdown Menu
Author: http://codecanyon.net/user/sky_lab
Version: 1.3
*/


/************START_RESET_STYLE****************/
* {
	padding: 0;
	margin: 0;
}
/**********END_RESET_STYLE************/



/***********START_BASIC_STYLE**************/
body {
	background: #f9f9f9;
}
/*********END_BASIC_STYLE***********/


/************START_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/


#block_navigation {
	height: 56px;
	width: 100%;
	position: relative;
	background: #001966; /***for IE**/
	background: hsla(225, 100%, 20%, 1);
	margin: 0 auto 1% auto;
	background-image: url(../css/bg_ie/bg.png); /***for IE**/
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: url(../images/images/menu-bg.jpg);
	clear: both;
	display: block;
}

#block_navigation  ul {max-width:1024px; margin:0 auto;}


#block_navigation  ul li {
	list-style: none;
	float: left;
	position:relative;
	display: block;

	}
	
#block_navigation ul li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 55px;
	color: #eee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding-left:21px;
	padding-right: 21px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	background-image: url(../images/images/menu-bg.jpg);
}


@media screen and (max-width: 808px){
#block_navigation ul li a {
	
	font-size: 14px;
	padding-left:12px;
	padding-right: 12px;
	
}


#block_navigation {	margin: 0 auto 8px auto;
}


}



#block_navigation ul li:hover > a{
	background: #002699; /***for IE**/
	background: hsla(225, 100%, 30%, 1);
	background-image: url(bg_ie/bg.png); /***for IE**/
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: url(../images/images/menu-bg-hover.jpg);
	background-position: center center;
	color: #FFF;
	z-index: 1006;
}

#block_navigation  li a:active{ 
	color: #888;
}
/************END_STYLE_OF_DIV_THAT_HOLDS_MAIN_LINKS**********/

/**********START_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

#block_navigation ul li ul{
	position: absolute;
}	

#block_navigation ul ul {
	opacity:0;
	visibility: hidden;
	border-bottom:solid 1px #e7e7e7;
	background: #fff;
	display: block;
	-webkit-box-shadow:0 1px 1px #eee;
	-moz-box-shadow:0 1px 1px #eee;
	box-shadow:0 1px 1px #eee;
	margin-left: 30px;
	-webkit-transition:opacity 0.2s linear, margin-left 0.2s linear;
	-moz-transition:opacity 0.2s linear, margin-left 0.2s linear;
	-ms-transition:opacity 0.2s linear, margin-left 0.2s linear;
	-o-transition:opacity 0.2s linear, margin-left 0.2s linear;
	transition:opacity 0.2s linear, margin-left 0.2s linear;
	position: absolute;
}



 #block_navigation ul li ul li{
	position: relative;
	display: block;
	float: none;
	border-top:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;
}
#block_navigation ul li ul li a {
	width:235px;
	font-weight: normal;
	line-height: 40px;
	color: #777;
	display: block;
	padding-left: 20px;
	background: #fff;
}	


#block_navigation ul ul ul {
	position: absolute;
	top: ;
	left: 100%;
	top:40px;
	left:0%;
	padding:0;
}

#block_navigation  i {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-right: 7px; 
}
#block_navigation ul li:hover > ul   {
	z-index: 100;
	opacity: 1;
	visibility: visible;
	margin: 0;
}
	
#block_navigation ul ul li:hover > a{
	background-color: #1D293F;
}
/**********END_STYLE_OF_DIV_THAT_HOLDS_SUB_LINKS**********/

/*******START_STYLE_OF_RIGHT_ITEM********/

#block_navigation li.right_item {
}


#block_navigation li.float-right {
	float: right;
}
/*******END_STYLE_OF_RIGHT_ITEM********/




/*********START_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/

#block_navigation span.span_level_1, span.span_level_2{
	position: absolute;
	top:0;
	right:10px;
	font-size:16px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	
}

#block_navigation ul  ul  li:hover  span.span_level_1{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg));
	opacity: 0.5;
	
}
	
#block_navigation ul  ul ul li:hover span.span_level_2{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg));
	opacity: 0.5;
}



/*********END_STYLE_OF_PLUS_SPAN_DIVS_STYLE************/	


#block_navigation ul ul.rightitem {
	background-color: #333;
	position: absolute;
	right: 0px;
}



/*************START_STYLE_PULL_ELEMENT***************/
#block_navigation #pull {
	position:relative;
	list-style: none;
	font-weight: normal;
	height: 55px;
	font-family: Tahoma, Geneva, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	background-image: url(../images/menu-bg.jpg);
	background-position: center center;

}

#block_navigation #pull  a{
	display: block;
	line-height: 55px;
	height: 100%;
	color: #eee;
	text-decoration: none;
	font-size: 15px;
		padding-left:17px;
}

#block_navigation #pull a:hover{
	background: #002699; /***for IE**/
	background: hsla(225, 100%, 30%, 1);
	background-image: url(../images/menu-bg-hover.jpg);
	background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.09) 0%);
	background-image: url(../images/menu-bg-hover.jpg);
	background-position: center center;
}


/*************END_STYLE_PULL_ELEMENT***************/



@media screen and (max-width: 558px){

#block_navigation {display:none;} 

.content {margin:4px;}
}




#phone_navigation {
	width: 100%;
	position: relative;
	background: #001966; /***for IE**/
	background: hsla(225, 100%, 20%, 1);
	clear: both;
}

#phone_navigation  ul li {
	position:relative;
	list-style: none;
	float: left;
	width:50%;
	
	
	}
	
#phone_navigation ul li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 35px;
	color: #eee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
padding: 4px;
	transition:all 0.2s linear;
	background-image: url(../images/images/menu-bg.jpg);
	text-align:center;
	margin:2px 1px 2px 1px;
}




#phone_subnavigation {
	width: 100%;
	position: relative;
	background: #ffffff; /***for IE**/
/*	background: hsla(225, 100%, 20%, 1);*/
	margin: 10px auto;
	clear: both;
	padding: 0;
	display:flex;
}

#phone_subnavigation  ul li {
	position:relative;
	list-style: none;
	float: left;
	width:50%;
	
	}
	
#phone_subnavigation ul li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 35px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding: 4px;
	transition:all 0.2s linear;
	text-align:center;
	margin:2px 1px 2px 1px;
    background-color: #1D293F;
}

body#divorce a#div-nav, body#asset a#ass-nav, body#custody a#cus-nav, body#support a#chi-nav, body#alimony a#ali-nav, body#high a#hig-nav, body#agreements a#mar-nav, body#protection a#abu-nav {
	background-color: #642225;
}


body#julie a#nav-JSd, body#lance a#nav-LG, body#jon a#nav-JS, body#staff a#nav-staff {
	background-color: #642224;
}

@media only screen and (min-width: 550px) {
	
#phone_navigation {display:none;}

#phone_subnavigation {display:none;} }


@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 22px;
	color: #6f2729;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 0 0 5px 0px;
}

h2 {
	font-size: 18px;
	color: #877A64;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0 0 5px 0px;
	margin: 5px 0 12px 0;
}


h3 {
	font-size: 17px;
	color: #bc7264;
	font-weight: 300;
}

h4 {
	margin: 0;
}

aside h2 {
	margin: 0 0 0 10%;
	margin: 0 0 0 10%;
	margin: 10%;
	margin: 2px 2px 2px 2px;
}

aside h3 {
	margin: 4px 0 3px 15px;
}

.content-inset h3 {text-align:center;}

aside h4 {
	color: #bc7264;
	text-align: center;
	font-size: 22px;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 770px) {
aside h4 {
	padding: 0% 0 0 0;
}
}

aside h5 {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #bc7264;
}

aside h5 a:link {text-decoration:none; 	color: #bc7264; margin:0;
}

aside h5 a:visited {text-decoration:none; 	color: #bc7264; margin:0;
}

aside h5 a:hover {text-decoratoin:underline; 	color: #6f2729;
}


.logo {
	width:38%;
	 margin:1% 0 1% 0; float:left; }

@media screen and (max-width: 670px){

.logo {float:none; width:70%; margin:1% 15%;}
}

.page-header {
	padding: 2px;
	border: 1px solid;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	width: 99%;
}

.page-header-holder {
	width: 100%;
	text-align: center;
}


.two-main-holder {
	text-align: center;
}

.portrait {
	max-height: 300px;
	max-width: 240px;
	float: right;
	width: 100%;
	border: 1px solid;
	padding: 4px;
	margin: 5px 0 0 0;
}

.pic-float {
	float: right;
	margin: 1%;
	padding: 1%;
	border: 1px solid;
}

.pic-center {
	margin: 1% auto;
	padding: 1%;
	border: 1px solid;
	width: 295px;
}

.portrait-center {
	width: 80%;
	margin: 0 10% 2% 10%;
	border: 1px solid;
	padding: 3px;
}


.best-attorney {
	width: 93%;
	margin: 0% 0% 2% 5%;
	border: 1px solid;
	border-color: #6F272A;
	padding: 1%;
}

.best-attorney2 {
	width: 93%;
	margin: 0% 0% 2% 5%;
	border: 1px solid;
	border-color: #6F272A;
	padding: 1%;

}

.awards {
	width: 70%;
	margin: 0 15% 0 15%;
}

.awardsIPAD {width:100%; margin:0 auto 0 auto; border: 1px solid;
	border-color: #6F272A;
	padding: 1%; 	max-width: 330px;
}

@media screen and (max-width: 780px){

.best-attorney {width:100%; margin:1% 0 0% 0;
}

.best-attorney2 {width:100%; margin:1% 0 0% 0;
}
}


@media screen and (max-width: 760px){

.best-attorney {width:100%; margin:1% 0 0% 0;
}

.best-attorney2 {width:100%; margin:1% 0 0% 0;
}
}



@media screen and (min-width: 768px){
.vid-wrap-qt {display:none;	
}
}

.head-wrap {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d4d63+0,212f49+50,374359+99 */
background: rgb(61,77,99); /* Old browsers */
background: -moz-linear-gradient(top, rgba(61,77,99,1) 0%, rgba(33,47,73,1) 50%, rgba(55,67,89,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(61,77,99,1) 0%,rgba(33,47,73,1) 50%,rgba(55,67,89,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(61,77,99,1) 0%,rgba(33,47,73,1) 50%,rgba(55,67,89,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4d63', endColorstr='#374359',GradientType=0 ); /* IE6-9 */;}


.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

.nav-color {}

.body-color {}

.footer-color {}


.footer a:link {
	color:white;
	text-decoration: none;
}

.footer a:visited {
	color:white;
	text-decoration: none;
}

.footer a:hover {
	color:white;
	text-decoration: underline;
}


.footer {
	margin: 0 auto 0 auto;
	max-width: 1000px;
}

.footer p {
	color: white;
	font-size: 85%;
	line-height: 1.2;
	text-align: center;
	margin: 3%;
}

.footer-wrap {
	background-color: #6f2729;
	clear: both;
	width: 100%;
	padding: 2px;
	min-height: 180px;
	border-top: 2px solid;
	border-color: #1B386D;
}



@media only screen and (max-width: 770px) {

}


@media only screen and (max-width: 480px) {
.sidebarmenu {display: none;}


}
.mobileform p.full {
	float: left;
	width: 90%;
	margin: 1% 5% 1% 5%;
	padding: 1px;
	background-color: #999;
}

.video-mobile {}

.video-full {}



img.float_right {border:1px solid #e4e4e4; padding:5px; margin-right:10px;}
img.float_none {border:1px solid #e4e4e4; padding:5px; margin-right:0px;}

.view-vid {
	text-align: center;
	max-width: 300px;
}

.social-wrap {float:right;}

.testimonialfont2 {
	color: #666;
	width: 90%;
	margin: 0 10% 0 10%;
}

.traffic-wrap {
	border: 1px solid;
	text-align: center;
	width: 80%;
	padding: 4px;
	background-color: #fff;
	margin: 12px 10% 2px 10%;
	border-color: #0493ca;
	font-size: 90%;
}

.traffic-wrap h2 {
	color: #0493ca;
	margin: 0 0 4px 0;
	padding: 0;
}


.sidebarmenu {
	width: 100%;
	border-top: 1px solid #8A8176;
	padding: 0 0 10px 0;
	margin: 0;
	z-index: 80;
}
.sidebarmenu ul {
	padding: 0;
	margin: 0;
}
.sidebarmenu ul li {
	list-style-type: none;
}
.sidebarmenu ul li a {
	display: block;
	height: 22px;
	line-height: 24px;
	color: #29407c;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 1px solid #244326;
	padding: 2px 0 3px 8px;
}
.sidebarmenu ul li a:hover {
	color: #FFF;
	background-color: #29407c;
	border-color: #eee;
}

.menuholder {
	float: right;
	width: 40%;
}

ul {}

li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.bullet {
	margin: 5px 10px 20px 25px;
}

li.bullet {
	list-style-type: square;
	padding: 0;
}


.content ul {
	margin: 5px 10px 20px 25px;
}

.content li {
	list-style-type: square;
	padding: 0;
}


.video-float {
	float: right;
	border: 1px solid;
	padding: 1%;
}

.header a.phone{
	color: #FFF;
	font-size: 17px;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}

.content-inset {
	float:right;
	width:33%;
	margin: 1% 0 2% 2%;
	border: 1px solid;
	padding: 1%;
}

.content-inset ul {	margin: 5px 10px 20px 18px;
}

.content-inset li {list-style-type: square;
	padding: 0;}


.citydata h3 {
	color: #00225C;
}

.citydata p { font-size:92%;}

.citydata a:link { text-decoration:none;}

.citydata a:hover {text-decoration:underline;}

.callout {
	width: 90%;
	margin: 0 5% 0 5%;
	background-color: #123065;
	color: white;
	padding: 1%;
	border: 2px solid;
	border-color: #E5BC7C;
}

.callout p {
	color: white;
}

.callout h4 {
	color: #CCC;
	font-size: 18px;
}

.callout a:link {
	color: white;
}
.callout a:visited {
	color: white;
}
.callout a:hover {
	text-decoration: none;
	font-weight: bold;
}

.avvo-wrap {width:150px; margin: 2px auto 2px auto;}


.testimonials {}

.testimonials p {
	width: 90%;
	margin: 2% auto 2% auto;
	border: 2px solid;
	border-color: #6f2729;
	background-color: #D2CBBE;
	padding: 2%;
	line-height: 1.1;
	text-align: justify;
	color: #333f48;
}

.rotate-wrap {
	width: 93%;
	margin: 0% 0% 2% 5%;
	border: 1px solid;
	padding: 1%;
}


.mobileform {
	background-color: #CCC;
	text-align: center;
}
.mobileform p.third {
	float: left;
	width: 29.33%;
	margin: 1%;
	padding: 1%;
	background-color: #666;
}

@media only screen and (min-width: 480px) {
.CTAsect {display: none;}
}

.CTAsect {
}


.CTAsect ul li {
	display:inline;
	width: 100%;
	margin: 0;
	padding: 0;
}
.CTAsect li a:link {
}

.iconpic {
	widows:100%;
	width: 50%;
}

.formsection {
	border: 1px solid;
	width: 60%;
	margin: 5px 20% 30px 20%;
	padding: 2%;
}

.map-wrap {
	margin: 10px auto 10px auto;
	width: 450px;
	border: 1px solid;
	border-color: #0055a4;
	padding: 1%;
}


.box {
	width: 100%;
}

.box-holder {
	width: 96%;
	margin: 0 2% 0 2%;
}


.testimonials {
	min-height: 190px;
}

.takeover {
	margin: 0 1% 0 1%;
	min-height: 195px;
	color: white;
}

.takeover p {
	padding: 1% 2% 1% 2%;
	margin: 1%;
	text-align: center;
}

.takeover h4 {
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid;
	width: 98%;
	margin: 0 auto 0 auto;
	font-size: 16px;
}

.video {
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0;
	background-color: white;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contactme {
	min-height: 185px;
	z-index: 1;
}

.contactme img {
	z-index: 1;
}

.formwrap {
	width: 80%;
	margin: 1% 10% 1% 10%;
}


@media only screen and (max-width: 500px) {
.contactme {display: none;}
}


@media only screen and (max-width: 500px) {
.takeover {display: none;}

.attorneyssquare {display:none;
}


.attorneys {
	padding: 0;
	margin: 0;
}

.accident {
	padding: 0;
	margin: 0;
}
}

.three-main {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
}


a:link {
	color: #444;
	text-decoration: underline;
}

a:visited {
	color: #444;
}

a:hover {
	color: #26316d;
	text-decoration: underline;
}

a:active {}

a.foot:link {
	color: #ccc;
	text-decoration: none;
	text-transform: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 2px;
}
a.foot:visited {
	text-decoration: none;
	color: #FFF;
}
a.foot:hover {
	text-decoration: underline;
	color: #FFF;
}
a.foot:active {
	text-decoration: none;
}


header a.phone{
	color: #18558a;
	font-size: 28px;
	text-decoration: none;
	line-height:1.1;
	text-align: center;
	width: 100%;
}

.header-buttons {
	max-width: 100%;
}

.header-buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.header-buttons li {
}

.header-buttons ul li {display:inline;}

.phone-position {
	position: static;
	top: 1%;
	right: 1%;
	margin: 15px 15px 0 0;
	line-height: 1.1;
	text-align: right;
	font-size: 14px;
	color: white;
	font: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
}


.phone-position a:link{
	color:white;
	text-decoration:none;
}

.phone-position a:hover{
	color:white;
	text-decoration:underline;
}

.phone-position p {
	color: white;
	text-align: right;
}

.phone-position a:visited{
	color:white;
	text-decoration:none;
}
.headtext {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.ourattys {
	float: left;
	margin: 2% 0 0 0;
}

@media screen and (max-width: 870px){
.ourattys {font-size:80%; line-height:1.2;}
}

@media screen and (max-width: 670px){
.ourattys {display:none;}
}

.ourattys h3 {}

.ourattys ul li a:link {
	color: #afa089;
	text-decoration:none;
}

.ourattys ul li a:visited {
	color: #afa089;
	text-decoration:none;
}

.ourattys ul li a:hover {
	color: #afa089;
	text-decoration:underline;
}


.glossymenu{
	padding: 0;
	width: 100%;
	clear: both;
}

.glossymenu a.plain:link{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.plain:hover{color:#CCC;
}

.glossymenu a.plain:visited{color:#fff;
}

.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 0;
	padding-left: 10px;
	text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(../images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #666;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 3px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	colorz: white;
	color: #222f48;
	background-color: #bdb6aa;
}


#CTA2mainmid{
	background-color: #bdb6aa;
	color: white;
	border-left: 2px solid #6f2729;
	border-right: 2px solid #6f2729;
	border-bottom: 2px solid #6f2729;
	padding: 5px 0 12px 20px;
	position: relative;
	bottom: 0px;
}


input {
	width: 90%;
	display: block;
	line-height:1.7;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 0px 5%;
	padding: 2px;
}

textarea {
		width: 90%;
	display: block;
	line-height:1.8;
	font-size: 14px;
	background-color:#FFF;
	color: #222F47;
	margin: 1px 5% 1px 5%;
	padding: 2px;
}

.formcontainermain{
	font-size: 90%;
	border: 2px, solid, #79add8;
	width: 90%;
	margin: 2px 5% 5px 5%;
}

.formcontainlinewrap  {
	margin: 3px auto 4px auto;
	clear: both;
	text-align: center;
	background-color: #D2CBBE;
	border: 1px solid #fff;
	padding: 3px;
	display: block;
	width: 96%;
}

.formcontainlinewrap2  {
	margin: 3px auto 4px auto;
	clear: both;
	text-align: center;
	background-color: #D2CBBE;
	border: 1px solid #fff;
	padding: 3px;
	display: block;
	width: 96%;
	min-height:50px;
}

.formcontainlinewrap3  {
	margin: 3px auto 4px auto;
	clear: both;
	text-align: center;
	background-color: #D2CBBE;
	border: 1px solid #fff;
	padding: 2px;
	display: block;
	width: 96%;
	min-height:120px;
}

.formcontainermain p {
	margin: 0;
	padding: 2px;
	display: inline;
}

.formcontainermain p.solo {
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	line-height: 1.1;
	width: 90%;
	display: block;
}
.formcontainermain p.left {
	text-align:left;
	min-width: 52px;
	float: left;
}
.formcontainermain p.right {
	float: right;
}


#CTA1maintop{
	background-color: #222f48;
	text-align: center;
	padding: 5px 0 5px 0;
	margin-top: 10px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border-left: 2px solid #6f2729;
	border-right: 2px solid #6f2729;
	border-top: 2px solid #6f2729;
	font-weight: lighter;
}


#CTA1maintop h3{ color:white;
}
.map-postiion{
	padding: 1%;
	border: 3px solid;
	border-color: #24364A;
	width: 90%;
	margin: 10px auto 3px auto;
}

.map-section-wrap{
	width: 610px;
	margin: 0px auto 10px auto;
}


.pic-floathalf {
	float: right;
	padding: 1%;
	margin: 0 2%;
	width: 50%;
	font-size: 80%;
	text-align: center;
	max-width: 280px;
	background-color: #666;
	color: white;
}

.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.cbp-qtrotator {
	position: relative;
	margin: 1% 0 3% 5%;
	width: 93%;
	background-color: #ece9e3;
	padding: 0 1% 0 1%;
	min-height: 210px;
}

@media screen and (max-width: 780px) { 
.cbp-qtrotator {
	width: 98%; margin:1%;

}}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px solid #bc7264;
	border-bottom: 1px solid #bc7264;
	padding: 8px 0;
	top: 0px;
	z-index: 0;
	opacity: 0;
	width: 100%;
	min-height: 210px;
}
.formcontainlinewrap   {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #6f2729;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 17px;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1em;
	color: #6f2729;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 5px;
	padding: 0px;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #47a3da;
		background-color:#b7ab94;


}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #47a3da;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

.reference {
	text-align: center;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}


.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vid-wrap-out {
		margin: 0 0 10px 5%;
			width: 95%;
}

.vid-wrap-qt {
		margin: 0 0 10px 5%;
			width: 95%;
}

.mapaside {
	width: 95%;
	text-align: center;
	margin: 2% 0% 2% 5%;
	background-color: #bdb6aa;
	border: 2px solid #fff;
	color: white;
	font-weight: 700;
	clear: both;
}

.mapaside p {
	color: white;
	padding: 0;
	margin: 0;
}



.asidemenu{
	margin: 0% 0% 2% 5%;
	padding: 0;
	width: 95%; /*width of menu*/
	border: 2px solid #fff;
	clear: both;
}

.asidemenu h2 a:link {
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	padding: 6px 0 6px 10px;
	text-decoration: none;
}


.asidemenu h2 a:visited {color:white;

}
.asidemenu h2 a:hover{
		color: white;
background-image: url(../images/glossyback2.gif);
}


.asidemenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.asidemenu ul li{
	border-bottom: 1px solid #666;
}

.asidemenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	background-color: #bdb5aa;
	padding: 2px 0 4px 10px;
}

.asidemenu  ul li a:hover{
	colorz: white;
	color: #222f48;
	background-color: #E0D9CB;
}


@media screen and (max-width: 780px){
.asidemenu {margin: 1%; width:98%; padding:0%; clear:none;}

.mapaside {margin: 1%%; width:98%; padding:0%; float:right;}

 
 .vid-wrap-out {width:98%; margin:1%
			
}
}


@import url("http://fonts.googleapis.com/css?family=Inder&subset=latin,latin-ext");
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:1000px;
	margin:8px auto 8px;
	z-index:90;
	border:8px solid #FFFFFF;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:1000px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  a.wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}
#wowslider-container1  .ws_bullets { 
	padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
	width:40px;
	height:20px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-22px;
	z-index:60;
	height: 50px;
	width: 50px;
	background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:10px;
}
#wowslider-container1 a.ws_prev {
	left:10px;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 100%; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px; 
	margin:35px 15px;
	padding:8px;
	background:#FFFFFF;
	color:#777777;
	z-index: 50;
	font-family:'Inder', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
#wowslider-container1 .ws-title div{
    margin-top: 10px;
	font-size: 14px;
	line-height: 15px;
}

#wowslider-container1 .ws_images ul{
	animation: wsBasic 25.8s infinite;
	-moz-animation: wsBasic 25.8s infinite;
	-webkit-animation: wsBasic 25.8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 13.95%{left:-0%} 16.67%{left:-100%} 30.62%{left:-100%} 33.33%{left:-200%} 47.29%{left:-200%} 50%{left:-300%} 63.95%{left:-300%} 66.67%{left:-400%} 80.62%{left:-400%} 83.33%{left:-500%} 97.29%{left:-500%} }

#wowslider-container1 {
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-96px;
	visibility:hidden;
	position:absolute;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:192px;
	background-color:#FFFFFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:20px;
	margin-left:15px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    border: 4px solid #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-6px;
	left:96px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}
