/*********************************
Split level homes Homes
Tablet style sheet 

#82a800 green

/../ 	(draft link)
../../ (live and dev)



**********************************/



*{
    margin:0px;
    padding:0px;
    font-family: "juramedium", Calibri, sans-serif;
    
}

img, div { behavior: url(/scripts/iepngfix.htc) } 


/*********************************
#FONTS
**********************************/

@font-face {
    font-family: 'cinzelblack';
    src: url('cinzel-black-webfont.eot');
    src: url('cinzel-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('cinzel-black-webfont.woff') format('woff'),
         url('cinzel-black-webfont.ttf') format('truetype'),
         url('cinzel-black-webfont.svg#cinzelblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzelbold';
    src: url('cinzel-bold-webfont.eot');
    src: url('cinzel-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cinzel-bold-webfont.woff') format('woff'),
         url('cinzel-bold-webfont.ttf') format('truetype'),
         url('cinzel-bold-webfont.svg#cinzelbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cinzelregular';
    src: url('cinzel-regular-webfont.eot');
    src: url('cinzel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cinzel-regular-webfont.woff') format('woff'),
         url('cinzel-regular-webfont.ttf') format('truetype'),
         url('cinzel-regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'juramedium';
    src: url('jura-medium-webfont.eot');
    src: url('jura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('jura-medium-webfont.woff') format('woff'),
         url('jura-medium-webfont.ttf') format('truetype'),
         url('jura-medium-webfont.svg#juramedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 18px;

color: #fff;
font-weight: normal;
margin-bottom: 10px;
}


h2{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 20pt;
color: #82a800;
font-weight: normal;
}
.sidebar-header h2{
color: #82a800;
}
#login-button h2{ 
font-size: 14px;
color: #ffffff;
text-transform: uppercase;

}
#login-button .login-header{ 
font-family: 'cinzelregular', arial, sans-serif;
font-size: 20px;
color: #ffffff;
text-transform: uppercase;
}

h3{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 19px;
color: #000000;
font-weight: bold;

}

h4{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 12pt;
color: #82a800;
font-weight: normal;
margin-bottom: 10px;
}

h5{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 11pt;
color: #82a800;
font-weight: normal;
margin-bottom: 0px;
}


.content_wrapper .breadcrumb a{
font-size: 14pt;
font-weight: normal;
color: #ffffff;
}


p{
color: #000000;
padding-bottom: 10px;

}

.result-desc p, .result-desc-court p{
font-size: 10pt;
}

td{
color: #6a6a6a;
}

.header-text-top{
color: #86001d;
font-size: 14pt;
}
.header-text-bottom{
color: #86001d;
}

a{
text-decoration: none;

}

.content_wrapper a{
color: #82a800;
}

#footer_container a{
color: #ffffff;
font-size: 10pt;

}
#footer_container p{
color: #ffffff;
font-size: 10pt;
padding-bottom: 8px;
}

.hidden_phone{
display: block;
}
.hidden_phone2{
display: inline-block;
}
.hidden_tablet{
display: none;
}
.hidden_desktop{
display: block !important;
}

hidden_desktop_tablet{
display: none;
}

ul{
list-style-image: url('../../images/list.png');
list-style-position: inside;
padding: 10px;
}
ol{
list-style-position: inside;
padding: 10px;

}

li{
margin-bottom: 10px;
}
#content_wrapper li a{
color: #6a6a6a;
}


hr{


width: 100%;
color: #c5d4dd;
border-top: 1px solid #c5d4dd;
border-bottom: none;
border-left: none;
border-right: none;
float: left;
margin-bottom: 20px;
margin-top: 10px;
}

.result-container hr{
margin-bottom: 10px;
margin-top: 10px;
float: left;
}

.sidebar-column hr{
float: left;
}
.sidebar-column label{
color: #86001d;
font-size: 12pt;
float: left;
width: 200px;
}


/*********************************
#WRAPPERS
**********************************/

body{
min-width: 0;
background:  #474747;
}



#top_wrapper{

background: #262626;
width: 100%;

}

#banner_wrapper{

background:  #000000;
width: 100%;
}


#nav_wrapper{

background:  url(../../images/bg-nav.png) repeat-x;
width: 100%;
box-shadow: 0px 2px 15px #000;
position: relative;
z-index: 200;
}

#content_wrapper_gradient{

background: url(../../images/bg-content.png) repeat-x;
background-position: bottom;
width: 100%;
}

.content_wrapper{

background: url(../../images/bg-content.jpg)  repeat;
background-position: bottom;
width: 100%;
display: block;
}

#footer_wrapper{

background:  #1d1d1d;
width: 100%;
}



/*********************************
#CONTAINERS
**********************************/

#header_container{

width: 730px;
height: 115px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: #262626;
overflow: hidden;
}



#banner_container{

width: 730px;
height: 245px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: black;
overflow: hidden;
}

#banner_container2{

width: 800px;
height: 270px;
margin-top: -270px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;


position: relative;
z-index: 1;
}


#nav_container{

width: 730px;
height: 50px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;
}


#search_container{

width: 730px;
height: 50px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;

}


.content_container{

width: 730px;
height: auto;
min-height: 100px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;


}

.content_container2{

width: 730px;
height: auto;
min-height: 400px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;


}


.inner_container{

width: 700px;
height: auto;
min-height: 400px;
margin-top: 40px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;


background: none;
}

.inner_container2{

width: 700px;
height: auto;
min-height: auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;


background: none;
}

.inner_container3{

width: 700px;
height: auto;
min-height: 20px;
margin-top: 40px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background: none;
float: left;

}



#footer_container{

width: 730px;
height: auto;
min-height: 100px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;
padding-top: 20px;

}

#footer_container2{

width: 730px;

}

/*********************************
#CONTAINER CLASSES
**********************************/


.shadow{

  -moz-box-shadow:    0px 0px 10px 6px #d1d1d1;
  -webkit-box-shadow: 0px 0px 10px 6px #d1d1d1;
  box-shadow:         0px 0px 10px 6px #d1d1d1;

}

.clear{
	display: none;
}
.clear2{
	clear: both;
}

.no-float{
float: none;
}

.error{
color: #ed0082;
font-size: 12px;

}


.alpha{

font-size: 19px;
margin-right: 10px;
margin-left: 10px;
}

.alpha2{

font-size: 19px;

height: 26px;
margin-top: -15px;
width: 14px;
float: left;
display: block;
padding: 13px 5px;
text-align: center;
}
.alpha2:hover{
background: #484848;
}


strong{
color: #82a800;
}

.green{
color: #82a800;
}

.black{
color: #000000;
}
/*********************************
#INTERNAL CONTAINERS
**********************************/

#logo{

width: 421px;
height: 80px;
display: block;
float: left;
margin-top: 15px;
background: url(../../images/logo-tablet.png) no-repeat;
}


#login-button{

margin-top: 15px;
margin-right: 0px;
float: right;

height: 86px;
width: 280px;
background: url(../../images/bg-members-phone.png) no-repeat;
padding: 2px 5px;
}





.sidebar-column-holder{

width: 230px;
height: auto;
min-height: 360px;

float: right;

}

.sidebar-column{

width: 230px;
height: auto;

float: left;
margin-bottom: 20px;
}
.sidebar-column-image{

width: 230px;
height: auto;
float: left;
margin-bottom: 20px;

}
.sidebar-column-image2{

width: 225px;
height: auto;
float: right;
margin-bottom: 20px;
background: none;

display: none;
}

.sidebar-column-image3{

width: 225px;
height: auto;
float: right;
margin-bottom: 20px;
background: none;


}


.sidebar-header{

width: 200px;
height: auto;
float: left;
padding: 10px 15px;
background:  url(../../images/bg-sidebar-header.png) no-repeat;
}
.sidebar-header-news{

width: 200px;
height: 22px;
float: left;
padding: 15px 15px;
}
.sidebar-content-news{

width: 200px;
height: auto;

float: left;
background: none;
padding: 15px 15px;
}

.sidebar-content{

width: 200px;
height: auto;
float: left;
background: none;
padding: 15px 15px;
}

.content_wrapper .sidebar-link{
display: block;
float: left;
width: 200px;
height: 20px;
padding: 5px 15px;
background: #c2076d url(../../images/bg-sidebar-link-white.png) right no-repeat;

color: #fff;
font-family: 'cinzelregular', arial, sans-serif;
overflow: hidden;
}

.content_wrapper .sidebar-link-gal{
display: block;
float: left;
width: 200px;
height: 20px;
padding: 5px 15px;
background: black url(../../images/bg-sidebar-link-tablet.png) no-repeat;
color: #000;
font-family: 'cinzelregular', arial, sans-serif;
overflow: hidden;
}


.sidebar-content-image{

width: 220px;
height: auto;

float: left;
background: none;
padding: 5px 5px;

}
.sidebar-content-image img{
 display: block;
 }
 
.sidebar-content-image2{

width: 195px;
height: auto;

float: right;
background: none;
padding: 0px 0px 15px 15px;

}
.sidebar-content-image2 img{

 }


.sidebar-content-image3{

width: 195px;
height: auto;

float: right;
background: none;
padding: 0px 0px 15px 15px;

}
.sidebar-content-image3 img{

 }


.main-column-holder-detail{

width: 700px;
height: auto;
min-height: 200px;
float: right;
}

.main-column-detail{

width: 700px;
height: auto;
min-height: 200px;
margin-bottom: 40px;
float: right;
}

.main-column-holder{

width: 425px;
height: auto;
min-height: 200px;
float: left;
}

.main-column{

width: 425px;
height: auto;
min-height: 200px;
margin-bottom: 30px;
background: none;
position: relative;
}
.fit-buttons{

padding-bottom: 160px;
}

.main-header{

width: 395px;
height: auto;
min-height: 12px;
margin-bottom: 20px;
background:  url(../../images/bg-header.png) right repeat-y;

padding:15px 15px 5px 15px; 

float: left;


}


.main-header2{

width: 425px;
height: auto;
min-height: 12px;
margin-bottom: 20px;
background: none;

padding:5px 0px 5px 0px; 

float: left;


}



.header-button{

width: 350px;
height: auto;
min-height: 12px;
margin-bottom: 40px;
background:  url(../../images/bg-header.png) right repeat-y;
display: block;
color: #fff;
padding:10px 15px 10px 15px; 
/*background: url(../../images/bg-button.png) repeat-x; */
box-shadow: 5px 5px 5px #aeaeae;


  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
          
}

.header-button:hover{

width: 350px;
height: auto;
background: #c2076d; 
display: block;
float: left;
cursor: pointer;
color: #ffffff;
padding:10px 15px 10px 15px; 
}


.header-button h4{
color: #fff;
font-size: 20px;
margin-bottom: 0;
}



.main-content{

width: 395px;
height: auto;
min-height: 52px;
margin-bottom: 15px;
background: none;
padding: 0;
float: left;
}

.white-content{
width: 91%;
background: #fff;
padding: 4%;
margin-left: 3px;
}
.white-content2{
width: 87%;
background: #fff;
padding: 4%;
margin-left: 3px;
}


.fill-space{

}


.links-column-holder{

width: 700px;
height: auto;
min-height: 90px;
float: right;
}

.links-column{

width: 100%;
height: 125px;
margin-bottom: 30px;
float: right;
background: none;
}

.links-column3{

width: 100%;
height: 250px;
margin-bottom: 30px;
float: right;
background: #ffffff;
}

.links-column4{

width: 100%;
height: 125px;
margin-bottom: 30px;
float: right;
background: #ffffff;
}

.content_container .about-link{
display: block;
float: left;
height: 125px;
box-sizing:border-box; width:20%; border-right:1px solid #fff;

color: #fff;

}


.content_container .about-link .button-title, .content_container .gallery-link .button-title, .content_container .price-link .button-title{
background: url(../../images/bg-subbutton-green.png) no-repeat;
background-position: center top;
position: relative;
bottom: 0;
text-align: center;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 12px;
padding-top: 23px;
padding-bottom: 5px;
height: 25px;
margin-top: -18px;
}

.content_container .about-link .button-title2, .content_container .gallery-link .button-title2, .content_container .price-link .button-title2{
background:  url(../../images/bg-subbutton-black.png) no-repeat;
background-position: center top;
position: relative;
bottom: 0;
text-align: center;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 12px;
padding-top: 23px;
padding-bottom: 5px;
height: 25px;
margin-top: -18px;
}

.content_container .about-link .button-title3{
background:  url(../../images/bg-subbutton-pink.png) no-repeat;
background-position: center top;
position: relative;
bottom: 0;
text-align: center;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 12px;
padding-top: 23px;
padding-bottom: 5px;
height: 25px;
margin-top: -18px;
}



.full-column-holder{

width: 700px;
height: auto;
float: right;

}

.full-column{

width: 700px;
height: auto;
min-height: 200px;
margin-bottom: 30px;
float: right;
background: #ffffff;
}


.full-header{
background: none;
height: auto;
width: 670px;
margin-bottom: 0px;
padding:15px 15px 5px 15px; 
float: right;

}

.full-content{

width: 670px;
height: auto;
min-height: 52px;
margin-bottom: 15px;
background: none;

padding:0px 15px 0px 15px; 
float: right;

}



/******************
Quick search
*******************/

.search-column-holder{

width: 700px;
height: auto;
min-height: 211px;
float: right;
}

.search-column{

width: 100%;
height: auto;
margin-bottom: 30px;
float: right;
background: none;
}



/******************
Advanced search
*******************/

.adv-search-column-holder{

width: 690px;
height: auto;
min-height: 251px;
float: right;
}

.adv-search-column{
background:  url(../../images/bg-adv-search.png) repeat-x;
width: 680px;
height: 250px;
margin-bottom: 30px;
float: right;
padding: 10px;
}


.styled-select-search {
   width: 140px;
   height: 44px;
   overflow: hidden;
   border-radius: 5px;
  background: #1f1f1f url(../../images/icon-down-white.png) no-repeat right;
   border: 0;
    box-shadow: inset 0 5px 10px 0 #7c7c7c;
   margin-top: 20px;
   }
   

.styled-select-search select {
   background: transparent;
   font-family: 'cinzelregular', arial, sans-serif;
   width: 168px;
   padding: 10px 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 44px;
   -webkit-appearance: none;
   color: #ffffff;
   }


.content_container .search-link{
display: block;
float: left;
height: 150px;
box-sizing:border-box;
-webkit-box-sizing: border-box; /* For Android and old versions of iOS */
-moz-box-sizing: border-box; /* For Firefox */


width:20%; border:1px solid #000;
text-shadow: 2px 2px #000;
color: #fff;

}



.content_container .search-link .button-title{
background: url(../../images/bg-subbutton-green.png) no-repeat;
background-position: center top;
position: relative;
bottom: 0;
text-align: center;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 14px;
padding-top: 23px;
padding-bottom: 5px;
height: 48px;
margin-top: -18px;
}

.content_container .search-link .button-title2{
background: url(../../images/bg-subbutton-black.png) no-repeat;
background-position: center top;
position: relative;
bottom: 0;
text-align: center;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 14px;
padding-top: 23px;
padding-bottom: 5px;
height: 48px;
margin-top: -18px;

}




.adv-left{
width: 140px;
background: none;
float: left;
padding: 0px 10px;
}

.adv-mid{
width: 140px;
background: none;
float: left;
margin-left: 90px;
padding: 0px 10px;
}
.adv-right{
width: 140px;
background: none;
float: right;
padding: 0px 10px;

}

.button-adv-search{

 width: 141px;
height: 44px;
display: block;
float: left;
font-family: 'cinzelregular', arial, sans-serif;
   margin-top: 0px;
   padding: 10px 5px;
   font-size: 12px;
border-radius: 8px;
   text-align: left;

border: 0;
background: #c2076d url(../../images/button-adv-search.png) repeat-x;
color: #ffffff;


  
  
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;

}


.button-adv-search:hover{

 width: 141px;
height: 44px;
background: #82a800; 
display: block;
float: left;
cursor: pointer;
 margin-top: 0px;
color: #ffffff;
   padding: 10px 5px;
}





#clear-bottom{
float: right; 
width: 0px; 
height: 110px;
}

#clear-bottom2{
float: right; 
clear: right; 
padding-left: 25px; 
padding-top: 20px; 
padding-bottom: 20px;
}


.get-listed-button{
display: block;
width: 268px;
height: 105px;
float: left;
margin-bottom: 30px;
}

.get-listed-button-sidebar{
display: block;
width: 230px;
height: 105px;
float: left;
background: none;
margin-bottom: 10px;
}


.left-list{
width: 195px;
float: left;
}

.left-list2{
width: 195px;
float: left;
}


.right-list{
width: 195px;
float: left;
}

.right-list2{
width: 195px;
float: right;
}



.right-img{
display: none;
}


.loc-button{

width: 100px;
height: 35px;
display: block;
padding-left: 100px;
padding-top: 15px;
border-bottom: 1px solid #c5d4dd;
background-color: none;
}

.loc-button:hover{
background-color: #ffffff;
}


.breadcrumb{


width: 670px;
height: auto;
min-height: 23px;
margin-right: auto;
margin-bottom: 40px;
margin-left: auto;
background:  url(../../images/bg-breadcrumb.png) repeat-x;
padding: 15px;
}



.pdf-button{

width: 160px;
height: 35px;
display: block;
padding-left: 40px;
padding-top: 15px;
border-bottom: 1px solid #c5d4dd;
background: url(../../images/icon-download-pdf.png) no-repeat;
background-position: 5px center;
font-size: 14px;
}

.pdf-button:hover{
background-color: #ffffff;
}



#map-canvas { 
height: 275px; 
}

#map-canvas2 { 
height: 275px; 

}
 




.button-select{

height: 50px;
width: 140px;
display: block;
float: left;

margin-bottom: 20px;
border-radius: 5px 5px 5px 5px;
padding: 2px;
border: 0;
background: #008cc5;
color: #ffffff;
font-size: 16px;

  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;


      
box-shadow: 
  
  inset 0 -1px 4px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 4px 4px rgba(255,255,255,0.8); /*top internal highlight*/ 
   
}

 

.button-select:hover{

height: 50px;
width: 140px;
background: #86001d;
border-radius: 5px 5px 5px 5px;
display: block;
float: left;
cursor: pointer;

color: #ffffff;
font-size: 16px;
padding: 2px;
}

.select-package-button{
margin-left: 20px;
}

.listing-information-button{
float: left;
}

.join-ph-head{
color: #000000;
}





/************************
#CONTACT FORM

************************/


.form-contact{
width: 100%;
height: auto;
background: none;
display: block;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.form-contact .select-holder{
width: 242px;
height: 65px;

margin-bottom: 5px;
margin-left: 0px;

}

.form-contact p{
float: left;
width: 100%;
height: 30px;
margin-bottom: 10px;
padding-bottom: 2px;
font-size: 14px;
color: #000000;
}


.form-contact input{

float: left;
width: 96%;
height: 30px;
color: #000000;
margin-bottom: 30px;

background: #eaeaea;
padding: 0px 2%;
font-size: 14px;
border: 0;


}


.form-contact .short-field{
width: 140px;

}



.form-contact .checkbox{
width: auto;
margin-right: 30px;
margin-bottom: 5px;
border: 0;
background: none;
} 


.form-contact .textarea{

width: 96%;
height: 100px;
padding: 2% 2%;
border: 1px solid #4165a5;


color: #000000;

margin-bottom: 10px;


background: #eaeaea;
font-size: 12px;
border: 0;


}

.styled-select-form {
   width:  100%;
   height: 34px;
   overflow: hidden;
  background: #eaeaea url(../../images/icon-down-grey.png) no-repeat right;
border: 0;
   margin-bottom: 10px;
   }
   

.styled-select-form select {
   background: transparent;
   width: 107%;
   padding: 5px;
   font-size: 18px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
color: #959393;

   }
   
   
   
/*********************************
#Useful Links
**********************************/

.styled-select {
   width: 400px;
   height: 34px;
   overflow: hidden;
  background: #1f1f1f url(../../images/icon-down-white.png) no-repeat right;
   border: 1px solid #ccc;
   box-shadow: inset 0 5px 10px 0 #7c7c7c;
   }
   

.styled-select select {
   background: transparent;
   width: 435px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color: #ffffff;
   }
   
   .styled-select select option{
  background: #1f1f1f;

}



   


label{
float: left;
font-size: 9pt;
color: #000000;
padding-bottom: 0;
font-weight: normal;
}

.accordian_wrapper label{
width: 100%;

}


.button-sign-up{

height: 30px;
width: 140px;
display: block;
float: left;
font-family: 'cinzelregular', arial, sans-serif;
margin-top: 10px;
padding: 2px;
border: 0;
background: url(../../images/bg-button.png) repeat-x;
color: #ffffff;

  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;


      

}

 

.button-sign-up:hover{

height: 30px;
width: 140px;
background: #c2076d; 
display: block;
float: left;
cursor: pointer;
margin-top: 10px;
color: #ffffff;
padding: 2px;
}

.button-members{

height: 25px;
width: 125px;
display: block;
font-family: 'cinzelregular', arial, sans-serif;
text-align: center;
float: left;
margin-top: 5px;
margin-right: 10px;

padding: 2px;
border: 0;
background: #1d1d1d;
color: #ffffff;

  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;


      
box-shadow: 
  
  inset 0 -1px 4px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 3px 4px rgba(255,255,255,0.8); /*top internal highlight*/ 
}


.button-members:hover{

height: 25px;
width: 125px;

text-align: center;
float: left;
margin-top: 5px;
margin-right: 10px;

background: #82a800;
display: block;

cursor: pointer;
color: #ffffff;
padding: 2px;
}


/**********************
#SUBSCRIBE FORM

**********************/



.form-contact2{
width: 255px;
height: auto;
background: none;
display: block;
float: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.form-contact2 p{
float: left;
width: 245px;
height: 5px;
margin-bottom: 2px;
padding-bottom: 0px;
background: none;

}

.form-contact2 label{
font-family: 'cinzelregular', arial, sans-serif;
float: left;
font-size: 11px;
color: #696969;
padding-bottom: 0;
font-weight: normal;
}


.form-contact2 input{

float: left;
width: 245px;
height: 30px;
color: #000000;
margin-bottom: 5px;

background: #e0e0e0;
padding-left: 5px;
font-size: 12px;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #DBDBDB;
border-right: 1px solid #ffffff;
border-top: 1px solid #DBDBDB;


}


/**********************
#RESPONSIVE BANNER

**********************/

.TB_Wrapper {
		width: 800px;
		max-width: 800px;
		height: 270px;  
	}
	
	



/**********************
#FOOTER

**********************/

.foot-col-1{
width: 390px;
height: auto;
background: none;
float: left;
}

.foot-col-2{
width: 310px;
height: 240px;
background: none;
float: left;


}
.foot-col-3{
width: 390px;
height: auto;
background: none;
float: left;
padding-top: 30px;
margin-top: 10px;
}
.foot-col-4{
width: 100%;
height: 260px;
background: none;
float: left;
margin-top: 30px;
}

#footer_container .foot-col-1 a{
width: 150px;
padding: 5px 10px 5px 0;
float: left;
background: none;
border-bottom: 1px solid #505050;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 11px;
color: #ffffff;
}

#footer_container .foot-col-1 a:hover{
color: #82a800;

}

#footer_container .foot-col-4 p{
font-size: 12px;
line-height: 1.5em;

}
#footer_container .foot-col-4 a{
font-size: 12px;
}
#footer_container .foot-col-4 a:hover{
color: #82a800;
}


.SLH-logo{
margin-top: 20px; 
border-bottom: 0 !important;
float: left;
}


/**********************
#HOME PAGE BUTTONS

**********************/

.home-button-black, .home-button-green, .home-button-pink{
width: 330px;
height: 119px;
margin: 10px;
float: left;

box-shadow: 2px 2px 5px #aeaeae;
}

.content_wrapper .home-button-black a, .white_content_wrapper .home-button-black a{
display: block;
position: relative;
width: 232px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 22px;


background: url(../../images/home/buttons/bg-1-tablet.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;


line-height: 1em;
}
.content_wrapper .home-button-black a:hover, .white_content_wrapper .home-button-black a:hover{
display: block;
width: 245px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-1-tablet.png) no-repeat;
background-position: right;
}



.content_wrapper .home-button-green a, .white_content_wrapper .home-button-green a{
display: block;
position: relative;
width: 232px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 22px;
background: url(../../images/home/buttons/bg-2-tablet.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;



}
.content_wrapper .home-button-green a:hover, .white_content_wrapper .home-button-green a:hover{
display: block;
width: 245px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-2-tablet.png) no-repeat;
background-position: right;
}


.content_wrapper .home-button-pink a, .white_content_wrapper .home-button-pink a{
display: block;
position: relative;
width: 232px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 22px;
background: url(../../images/home/buttons/bg-3-tablet.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;



}
.content_wrapper .home-button-pink a:hover, .white_content_wrapper .home-button-pink a:hover{
display: block;
width: 245px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-3-tablet.png) no-repeat;
background-position: right;
}




.button-1{
	background: url(../../images/home/buttons/1.jpg) no-repeat;
	background-position: right;
}
.button-2{
	background: url(../../images/home/buttons/2.jpg) no-repeat;
	background-position: right;
}
.button-3{
	background: url(../../images/home/buttons/3.jpg) no-repeat;
	background-position: right;
}
.button-4{
	background: url(../../images/home/buttons/4.jpg) no-repeat;
	background-position: right;
}
.button-5{
	background: url(../../images/home/buttons/5.jpg) no-repeat;
	background-position: right;
}
.button-6{
	background: url(../../images/home/buttons/6.jpg) no-repeat;
	background-position: right;
}
.button-7{
	background: url(../../images/home/buttons/7.jpg) no-repeat;
	background-position: right;
}
.button-8{
	background: url(../../images/home/buttons/8.jpg) no-repeat;
	background-position: right;
}

.click{
position: absolute;
bottom: 7px;
left: 8px;

}
.sml{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 14px;
line-height: 0.5em;
}
.margin-l{
font-family: 'cinzelregular', arial, sans-serif;
margin-left: 15px;
}



.home-button-pink-sidebar{
width: 230px;
height: 119px;
margin: 10px 0px;
background: pink;
float: left;
box-shadow: 2px 2px 5px #aeaeae;
}

#content_wrapper .home-button-pink-sidebar a{
display: block;
position: relative;
width: 178px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 20px;
background: url(../../images/home/buttons/bg-3.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;



}
#content_wrapper .home-button-pink-sidebar a:hover{
display: block;
width: 188px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-3.png) no-repeat;
background-position: right;
}

.button-nostalgia{
	background: url(../../images/latestnews/1.png) no-repeat;
	background-position: top right;
}

.button-pricelist{
	background: url(../../images/nostalgia/1.png) no-repeat;
	background-position: top right;
}


.home-button-green-sidebar{
width: 230px;
height: 119px;
margin: 10px 0px;

float: left;
box-shadow: 2px 2px 5px #aeaeae;
}



/**********************
#HOME PAGE Main content badges

**********************/

.home-left{
padding-left: 110px;
width: 290px;

}

.home-badge{

background: #ffffff url(../../images/home/badges-tablet.png) no-repeat;
background-position: 20px 80px;

}

.home-news{
width: auto;
height: 132px;

}


.home-news-img{
width: 82px;
height: 180px;
float: left;
background: none;
}

.home-news-text{

width: 110px;
height: 180px;
float: right;
background: none;
font-size: 14px;

}
.home-news-text p{
color: #ffffff;
}

/**********************
#BUTTON IN THE BANNER

**********************/

.banner-button{
width: 224px;
height: 180px;
border: 3px solid #ffffff;
margin-top: 0px;
margin-right: 0px;
float: right;
display: block;
position: relative;
z-index: 40;

background: url(../../images/home/designs-button-tablet.png) no-repeat;

}

.banner-button:hover{

border: 3px solid #b9b9b9;
background: url(../../images/home/designs-button-tablet-hover.png) no-repeat;
}



#nav_container	ul {
		width:100%;
		padding: 0;
	}

#nav_container	li {
		width:8.5%;
		float:left;
		border-right: 1px solid #9bac20;
		
		font-size: 12px;
		list-style: none;
		text-align: center;
	}
#nav_container		li:last-child {
		border-right:none;
	}

#nav_container		li a {
		display: block;
		width:100%;
		font-family: 'cinzelregular', arial, sans-serif;
		background:  url(../../images/bg-nav.png) repeat-x;
		padding-top: 5px;
		height: 48px;
		font-size:0.9em;
		text-decoration: none;
	}
#nav_container		li a:hover {
		
		background:  url(../../images/bg-nav-hover.png) repeat-x;
		color: #fff;
	
	}
	


	
	
.team-image{
width: 125px;
height: 215px;
background: none;
display: block;
padding-right: 3px; 
padding-bottom: 20px;
float: left;
text-align: center;	
}	
	
	
.award-image{
width: 410px;
height: 300px;
background: none;
display: block;
padding-right: 30px; 
padding-bottom: 30px;
float: left;
text-align: center;	

}	

.award-image img{
	border: 1px solid #dedede;

	}


      
/************************
Dsign tab contents
*************************/

.tabtext{
display: block;
width: 96%;
height: auto;
float: left;
margin-top: 5px;
background: white;
padding: 2%
}

.main-content-full{

width: 425px;
height: auto;
min-height: 52px;
margin-bottom: 15px;
background: none;

float: left;

}

.usual {
  background: white;
  color:#111;
  padding:0px 0px;
  width:425px;
margin-top: 0px;

}



/*********************************
#ACCORDIAN
**********************************/
.accordian_wrapper{


}


.content .always-visible {
  display: block;
  		font-family: 'cinzelregular', arial, sans-serif;
font-size: 14px;
margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
  background: #ffffff;
  color: #000; }
.content .start-hidden {
  display: none;
  padding: 15px;

  background: #ffffff;
  border-top: none; }
.content.expanded .start-hidden {

  display: block; }



.always-visible.close span.hide,
.always-visible.open span.more { display: none; }

.always-visible.close span.more,
.always-visible.open span.hide { 
display: block; 
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
color: #000;
	font-family: 'cinzelregular', arial, sans-serif;
float: left;
}



.buttons-bottom-holder{

position: absolute; 
clear: both; 
bottom: 0; 
background: none; 
padding-left: 15px;
padding-top: 15px; 
padding-bottom: 15px;
width: 100%;
height: 160px;
}



/*********************************
#News Latest
**********************************/



.news{
width: auto;
height: auto;
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
float: left;
}
.news:hover{

background: #f0f0f0;

}

.news-img{
width: 110px;
height: 100px;
overflow: hidden;
float: left;
background: none;
margin-right: 10px;
}

.news-text{

width: 250px;
height: auto;
float: right;
background: none;
font-size: 14px;


}
.news-text p{

}



/*********************************
#PRICE LISTS
**********************************/

.price-table{
width: 400px;
border-collapse: collapse;
table-layout: fixed;
}

.price-table td{
font-size: 12px;
padding: 5px 5px;
border-bottom: 1px solid #c0c0c0;
word-wrap: break-word;
}

.price-table th{
  background: #83a900 url(../../images/bg-table.jpg) repeat-x;
font-family: 'cinzelregular', arial, sans-serif;
font-weight: normal;
color: #ffffff;
height: 45px;
padding-left: 5px;
font-size: 12px;
}




/**********************

Results page (non french boxes)
************************/



.main-column-results{


width: 395px;
height: auto;

margin-bottom: 40px;
float: left;
background: #ffffff;
position: relative;
}

.main-content-results{

width: 425px;
height: auto;
min-height: 52px;
margin-bottom: 0px;
background: none;

padding:0px;
float: left;

}


.result-square  {
	float: left;
	margin: 0;
	width: 50%;
	height: 355px;
	position: relative;
	overflow: hidden;
 	 box-sizing:border-box;
 	 -webkit-box-sizing: border-box; /* For Android and old versions of iOS */
-moz-box-sizing: border-box; /* For Firefox */
border-right:1px solid #fff; border-bottom:1px solid #fff; 
}


.item {
	float: left;
	margin: 0;
	width: 260px;
	height: 170px;
	position: relative;
	overflow: hidden;
 	 box-sizing:border-box; 
 	 -webkit-box-sizing: border-box; /* For Android and old versions of iOS */
-moz-box-sizing: border-box; /* For Firefox */

border-right:1px solid #fff; border-bottom:1px solid #fff; 
}


.item2 > .overlay1 {
	position: relative;
	z-index: 2000;
	height: 90px;
	margin-top: -196px;
	background:  url(../../images/page-flip-green.png)  right top no-repeat;

}


.item2 > .overlay2 {
	position: relative;
	z-index: 2000;
		margin-top: -196px;
	height: 90px;
	background:  url(../../images/page-flip-pink.png)  right top no-repeat;

}



.result-square .item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 260px;
	text-transform: uppercase;


}

.result-heading2{
width: 100%;
height: 90px;
background: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
overflow: hidden;
float: left;

}




.bbc{

background-image: url(../../images/icon-bed-bath-car.png);
 }




.bednum{
width: 50px;
height: 28px;
float: left;
margin-left: 20px;
text-align: left;
padding-top: 2px;
font-size: 16px;
font-family: 'cinzelregular', arial, sans-serif;
background-position: 15px 0px;
background-repeat: no-repeat;
color: #fff;
}

.bathnum{
width: 50px;
height: 28px;
float: left;
margin-left: 20px;
text-align: left;
padding-top: 2px;
font-size: 16px;
font-family: 'cinzelregular', arial, sans-serif;
background-position:15px -29px;
background-repeat: no-repeat;
color: #fff;
}

.carnum{
width: 50px;
height: 28px;
float: left;
margin-left: 5px;
text-align: left;
padding-top: 2px;
font-size: 16px;
font-family: 'cinzelregular', arial, sans-serif;
background-position: 15px -59px;
background-repeat: no-repeat;
color: #fff;
}


/*********************************
#PAGINATION
**********************************/	

.pagination_holder{

background: none;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
margin-bottom: 20px;
margin-top: 0;
}

#content_wrapper .pagination{
font-family: 'cinzelregular', arial, sans-serif;
padding: 8px;
font-size: 20px;
color: #000000;

}
#content_wrapper .pagination-inactive{

font-family: 'cinzelregular', arial, sans-serif;
padding: 8px;
font-size: 20px;
color: green;
}

.dot-pagination-holder{

width: auto;
 margin: 0 auto;
height: 30px;
margin-bottom: 20px;
}





.design-gallery-container{
background: #fff;
height: auto;
float: left;
padding: 2%;
margin-left: 2px;


}



#main_image{

width: 100%;
margin-bottom: 10px;
}

.button-info-holder{
width: 100%;
height: auto;
float: left;
background: none;
display: block;
clear: left;
padding-bottom: 15px;
}

.results_found{
width:100%;
height: 148px;
display: block;
background: #a3bf00;
}

.alpha2{
font-family: 'cinzelregular', arial, sans-serif;
font-size: 19px;

height: 30px;
margin-top: 0px;

float: left;
display: block;
padding: 9px 16px;
text-align: center;
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.alpha2:hover{
background: #484848;
}



.home-button-green-sidebar2{
width: 100%;
height: 119px;
margin: 10px 0px;

float: left;
box-shadow: 2px 2px 5px #aeaeae;
}



#content_wrapper .home-button-green-sidebar2 a{
display: block;
position: relative;
width: 168px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 20px;
background: url(../../images/home/buttons/bg-2.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;



}
#content_wrapper .home-button-green-sidebar2 a:hover{
display: block;
width: 178px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-2.png) no-repeat;
background-position: right;
}


.home-button-pink-sidebar2{
width: 100%;
height: 119px;
margin: 10px 0px;
background: none;
float: left;
box-shadow: 2px 2px 5px #aeaeae;
}

#content_wrapper .home-button-pink-sidebar2 a{
display: block;
position: relative;
width: 168px;
height: 90px;
padding: 15px 10px;
color: #ffffff;
font-family: 'cinzelregular', arial, sans-serif;
font-size: 20px;
background: url(../../images/home/buttons/bg-3.png) no-repeat;
background-position: right;

-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;



}
#content_wrapper .home-button-pink-sidebar2 a:hover{
display: block;
width: 178px;
height: 90px;
padding: 15px 10px;
background: url(../../images/home/buttons/bg-3.png) no-repeat;
background-position: right;
}


.button-buildingprocess{
	background: url(../../images/homedesigns/buttons/1.jpg) no-repeat;
	background-position: 140px;
}

.button-contact{
	background: url(../../images/homedesigns/buttons/2.jpg) no-repeat;
	background-position: 135px;
}

.button-lightbox{
	background: url(../../images/homedesigns/buttons/3.jpg) no-repeat;
	background-position: 130px;
}
.button-brochure{
	background: url(../../images/homedesigns/buttons/4.jpg) no-repeat;
	background-position: 160px;
}



.content_container .price-link .overlay, .content_container .price-link .overlay2{
font-family: 'cinzelregular', arial, sans-serif;
text-shadow: 2px 2px #000;
text-align: center;
padding-top: 0px;
height: 90px;
}


.price-link:hover > .overlay {
	height: 65px;
	
	/* background:  url(../../images/page-flip.png)  148px -5px no-repeat; */
	background:  url(../../images/page-flip.png)  right top no-repeat;
  

}

.price-link:hover > .overlay2 {
	height: 65px;
	
	/* background:  url(../../images/page-flip.png)  148px -5px no-repeat; */
	background:  url(../../images/page-flip-black.png)  right top no-repeat;
  

}


/******************

SCREAMING BUTTON

******************/

.screaming-button{
width: 200px;
height: 91px;

float: right;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
text-align: center;
margin-right: 5px;
margin-top: 4px;
background: url(../../images/bg-s-button.png) no-repeat;

}

.screaming-button p{
color: #fff;
}

.gallery-image{
width: 100%;
}




.links-column2-search{
width: 96%;
padding: 2%;
float: left;
margin-top: 5px;
}

.gallery-search{
width: 215px;
padding: 8px;
border: 0;
background: #eaeaea;
font-size: 16px;

}




.result-container .item {
	float: left;
	margin: 0;
	width: 260px;
	height: 260px;
	position: relative;
	overflow: visible;
 	 box-sizing:border-box; 
 	 -webkit-box-sizing: border-box; /* For Android and old versions of iOS */
-moz-box-sizing: border-box; /* For Firefox */
 	 background-position: center 10px !important;
 	 border-right:1px solid #fff; border-bottom:1px solid #fff; 
}
.result-container .item a {
	display: block;
	position: absolute;

	left: 0;
	width: 260px;
	height: 260px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #aeaeae;
}
.result-container .gallery_mobile{

display: block;
font-size: 12px;
text-align: center;
height: auto;
width: 230px;
float: left;
bottom: 1px;
background: #82a800;
opacity: 0.8;
padding: 15px;

position: absolute;

}
.result-container .gallery_mobile h3{

text-shadow: none;
color: #fff;
font-size: 12px;

}
.result-container .item a:hover em{
display: none;
}



.outside-previous-button{

display: none;
}

.outside-next-button{

display: none;
}


#content_container_outer{


width: 730px;
height: auto;
min-height: 400px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
overflow: hidden;


}

.min-width-gallery-image{
min-width: 0;
}


.main-content-fullimage{

width: 660px;
height: auto;
min-height: 652px;
margin-bottom: 0px;
background: none;

padding:20px;
float: left;

}

.main-column-fullimage{

width: 700px;
height: auto;

margin-bottom: 40px;
float: left;
background: #ffffff;
position: relative;
margin-left: 3px;
}


.tablet_next_gallery{
float: right;
margin-bottom: 20px;
}

.tablet_prev_gallery{
float: left;
margin-bottom: 20px;
}


.main-content-full{

width: 425px;
height: auto;
min-height: 52px;
margin-bottom: 15px;
background: none;

float: left;

}
.longer_width{
width: 425px !important;
}



/*********************
Virtual Tours
**********************/

.virtual-tour{
display: block;
width: 48%;
height: 200px;
float: left;
margin-right: 4px;

}
.virtual-tour:hover{
opacity: 0.8;

}


.login_margin_left{
margin-left: 235px;
}

.lightbox_content{
padding-right: 0; width: 100%;
}

.add_light_close{
 margin-top: 10px;
 margin-bottom: 20px;

}
.add_light_close:hover{
  margin-top: 10px;
 margin-bottom: 20px;
}

add_light_create{

}


.home-icon{
float: none;

}

/********************
Feature homes slider 
********************/

.slider-content-lhs{
width: 80%;
background: none;
height: auto;
display: block;
float: left;
margin-left: 10%;
overflow: hidden;
}
.slider-content-lhs img{
width:100%;
height: auto; 
}


.slider-content{
width: 88%;
background: none;
height: auto;
display: block;
float: right;
overflow: hidden;
padding: 2% 1%;
}

.slider-content h2{
font-size: 24px;
color: #000;
margin-bottom: 15px;
}

.slider-content h3{
font-size: 16px;
color: #000;
margin-bottom: 20px;
}



.bx-prev{
left: 10px !important;
z-index: 2 !important;
}


.slider-content-lhs-nonslide{

background-size: 35% !important;
}
/********************
Scrolling Text
********************/


.pink_strip{

width: 100%;
height: 10px;
padding: 5px 15px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: #262626;
overflow: hidden;

position: relative;
z-index: 1;
display: block;
}

.pink_strip p{
font-size: 10px;

}


.video-image div a{
height: 100px;

}

.video-image p{
font-size: 12px;
line-height: 15px;
}