@charset "utf-8";
/* CSS Document */

/*-----------------------

Designer: Lucy MacGregor
Main Color: Blue // #00a0dc;

-------------------------*/

/***** BEGIN RESET *****/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0; 
}


/*---------------------

		GLOBAL

-----------------------*/

img {max-width: 100%;}
a {text-decoration:underline;cursor:pointer;color:inherit;}
a:hover {color:#00a0dc;	}

body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.wrapper {overflow:hidden;}


/*-- General --*/


header {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	height:451px;
	background-image:url(//goodsellmachinery.com.au/images/hero.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right top;
}

.logo img {position: absolute;top: 39%;left: 16%;z-index: 6000;}


.button-wrapper {
	max-width: 515px;
	position: absolute;
	bottom: 19px;
	z-index: 6000;
	right: 19px;
}

.blue {background:#00a0dc; color:#FFF;}

.hero-button {
	width:244px;
	height:41px;
	-webkit-appearance: none;
	outline:0;
	border:0;
	text-transform:uppercase;
	font-size: 15px;
	float: left;
	margin: 2px;
	font-weight: 600;
	transition: all 0.3s;
}

.hero-button:hover {
	color: #fff;
	background: #00b9ff;
}

.hidden-menu {
	color:#FFF;
	text-align:left;
	margin:0;
	padding:0;
	font-size: 15px;
	float: left;
	/* line-height: 39px; */
	padding-left: 13px;
	padding-top: 12px;
	display:none;
}

.contact-nav {
    float: right;
    clear: right;
    line-height: 47px;
    padding: 0px 20px;
    font-size: 13px;
    color: #AAA;
}

.contact-nav a {
    color: #AAA !important;
    text-transform: none !important;
}

.logo-wrap img {display:hidden;	}

.logo-wrap {
	display:none;
	background:#00a0dc;
}


/* New nav styles */

#navigation {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     color: #fff;
     padding: 0em;
     z-index: 7000;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
     box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
     overflow: hidden;
     background-color: #130c0e;
}

#navigation a:link, #navigation a:visited {
  text-decoration:none;
  color:#fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 14px 0px;
}

#navigation h2 {
    float: left;
    margin:0;
    padding: .5rem;
}

.toggle, #toggle {
    float: right;
    display: none;
    font-size: 1.5em;
    padding: .5rem;
    font-family: FontAwesome;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#menu {float: right;}

nav li {
    padding: 7.5px 12px;
    display: inline-block;
    text-align: right;
    margin: 0;
}

nav li:hover {border-bottom: 3px solid #FFF;}
.block-logo {float:left;}

.special {
    background: #00a0dc;
    padding: 10.5px 20px;
    color:#FFF;
    transition: all 0.3s;
}

.special:hover {
	border:0;
	background: #00b9ff;
	cursor:pointer;
}

.banner {
	width:100%;
	background:#00a0dc;
	position:relative;
	height: 230px;
	background-position: left;
	margin-top: 86px;
	border-bottom: 4px solid #000;
	}

.main-content {
	max-width: 1100px;
	background:#FFF;
	padding: 40px 5px 100px 5px;
	min-height: 260px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-weight: normal;

	}

.parent-directory {
    width: 100%;
    overflow: hidden;
}

.parent-directory ul {
    width: 81%;
    text-align: right;
    float: right;
    padding-bottom: 24px;
    padding-top: 10px;
    margin-right: 21px;
}

.parent-directory ul li {display: inline;}

.parent-directory ul li a {
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a0dc;
    border: 1px solid #00a0dc;
    margin: 0px 5px;
    text-decoration: none;
}

.parent-directory ul li a:hover {
    background: #00a0dc;
    color: #FFF;
}

.directory {float: left;/* width: 214px; */width: 16%;}

.directory ul li {
    /* padding: 8px 0px; */
    border-bottom: 1px solid #eee;
    cursor:pointer;
    text-decoration: none;
    list-style-type: none;
    display: block;
}

.directory ul li a {font-size: 13px;padding: 11px 12px;text-decoration: none;display:block;}
.directory ul li a:hover {color: #000;}
.directory ul li:hover {
    background: #EEE;
    cursor:pointer;
}

iframe {float: right;width: 858px !Important;width: 80% !important;}

.attachments {width:100% !important;}

.category-title {
    float: left;
    padding-top: 19px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #AAA;
}

.contact-left {overflow: hidden;float: left;}
.contact-right {overflow: hidden;float: right; margin-top: 0px;}
.contact-left p {padding-left: 32px;font-size: 14px;}
.contact-left ul {margin-bottom: 16px;}
.contact-left ul li {padding: 9px 0px;list-style-type: none;}
.contact-left i.fa {color: #00a0dc;float: left;font-size: 18px;}

.contact-right a {color: #00a0dc;text-decoration: underline;}
.contact-right a:hover{color: #AAA;}

a.address-special { color:#000 !important; text-decoration:none;}
a.address-special:hover {text-decoration:underline;}

.dropdown {display:none;}

.map-wrap {width: 100%;height: 441px;}
.map-wrap iframe{overflow:hidden;width: 100% !important;height: 441px;}

.location-left {float: left;width: 35%;}
.location-right {width: 65%;float: left;}

.location-left i.fa {
    font-size: 20px;
    color: #00a0dc;
    float: left;
    padding-right: 15px;
    line-height: 31px;
}

.copyright p {line-height: 22px;}



/* inventory */

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: black !important;
}

.list-content .list-title .list-title-text {
    color: black !important;
    letter-spacing: .5px;
}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {
    background-color: #00b9ff !important; 
}

.faceted-search-content .selected-facets-container .selected-facet {
    background-color: black !important; 
}

.detail-content .detail-main-body .main-detail-data .offer-btn
{
    background-color: #00b9ff !important; 
}

.detail-content .detail-main-body .main-detail-data .detail-price {
    color: black !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border-color: #00b9ff !important;
    color: #00b9ff !important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: black !important;
}

input[type="submit"], button[type="submit"], .btn, .button {
    background: #00b9ff !important;
    font-weight: bold !important;
    
}

.info
{
    color: black !important;
}


.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    background: #00b9ff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    background: #00b9ff !important;
    border-color: transparent !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {
    background: #00b9ff !important;
    border-color: transparent !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label {
    background-color: black !important;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #00b9ff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price {
    color: black !important;
}

.list-content .list-listing-mobile .view-listing-details-link {
    background: #00b9ff !important;
}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {
    border-color: #00b9ff !important;
    color: #00b9ff !important;
}

.list-content .list-listing-mobile .price-container .price {
    color: black !important;
}

.button {
    background: #00b9ff !important;
}
/*Slider */

#vignette {position:absolute;left:0px;top:0px;z-index:9;width:100%;height: 100%;}

.slider {
  margin: 0 auto;
  max-width: 100%;
  margin-top: 87px;
}


.slide_viewer {
  height: 451px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  height: 451px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}




/* Equipment Categories */

.test  {
	max-width:1020px;
	display: block;
	margin: 0 auto;

	text-align: center;
	overflow: hidden;
	padding: 74px 0px 40px 0px;
}

hr {
	background-color: #9e9e9e;
	height: 1px;
	border: 0;
	margin: 0;
	margin-bottom: 19px;
}

.invhover {
	margin:0 auto;
	float: left;
	display: block;
	text-align: center;
	width:169px;
	color:#9e9e9;
	font-weight:bold;
	text-transform:uppercase;
	height:160px;
}	

.invhover a {text-decoration: none;}
.invhover:hover {color:#00A0DC;}

.invhover p {
	padding-top: 93px;
	margin:0;
	font-size: 12px;
}

/*---*/
.invsprite1 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/1.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite1:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}
/*---*/
.invsprite2 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/2.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite2:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite3 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/3.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite3:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}
/*---*/
.invsprite4 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/4.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite4:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}
/*---*/
.invsprite5 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/5.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite5:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}
/*---*/
.invsprite6 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/6.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite6:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite7 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/7.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite7:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite8 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/8.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite8:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite9 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/9.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite9:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite10 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/10.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite10:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite11 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/11.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite11:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite12 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/12.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite12:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite13 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/truck.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite13:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite14 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/14.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite14:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}
/*---*/
.invsprite15 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/15.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite15:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite16 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/16.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite16:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite17 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/17.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite17:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/
.invsprite18 {
	display: block;
	width: 169px;
	height: 91px;
	background:url(../images/18.png) no-repeat 0 0;
	color:#9e9e9e;
}
.invsprite18:hover {
	background-position: 0 -91px;
	color:#00A0DC;
}

/*---*/




/* end of sprites */

.icon-wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 526px;
    clear: both;
}

.cover-title {
  float:left;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #FFF;
  /* padding: 10px 12px 8px 12px; */
  letter-spacing: 0.2px;
  width: 100%;
}

.cover-title p {
    padding-left: 36px;
    padding-top: 7px;
}

.cover-title:before {
    border-bottom: 25px solid #000;
    border-left: 0px solid transparent;
    border-right: 21px solid transparent;
    width: 0;
    height: 0;
    content: "";
    display: block;
    float: left;
}

footer {background:black;font-size: 11px;overflow: hidden;color: #FFF;padding-bottom: 20px;font-weight: 500;float: left;}

div.cover-title.slant-3::before {border-bottom: 25px solid #00a0dc;}
div.cover-title.slant-1::before {display:none;}

.col {
    float: left;
    height: 100%;
    position: relative;
    text-transform: uppercase;
}

.first{width: 25%;}
.second {width: 35%;}
.third { width: 40%;}

.third img {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.secondary-nav {
    float: left;
    line-height: 23px;
    padding-top: 20px;
    padding: 20px 16px 0px 24px;
}

.secondary-nav li {list-style-type: none;}
.secondary-nav li a {text-decoration: none;}

.secondary-nav-inline {
    width: 100%;
    float: right;
    padding-top: 20px;
    padding-right: 15px;
}

.secondary-nav-inline li {
    list-style-type: none;
    display: inline-block;
    text-align: right;
    float: right;
    padding: 0px 1px;
}

.secondary-nav-inline li a {text-decoration: none;}

.secondary-nav li a:hover  {
    color:#cccc00;
	transition: color 0.1s, background 0.1s;
}

.secondary-nav-inline li a:hover {
	color:#cccc00;
	transition: color 0.1s, background 0.1s;
}

.yellow li a:hover {border-bottom: 1px solid #cccc00; }

/*-----------------------

		FORMS

------------------------*/
	
/* Search Form */

	#search form {margin: 0 auto;}
	
	#search {
    margin-bottom: 30px;
    background: #333;
    padding: 12px 8px;
    border-radius: 2px;
}
	#search input[type=text] {
    font-size: 13px;
    padding: 6px 8px 6px 5px;
    color: #000;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    margin: 0px 5px;
    border-radius: 1px;
    width: 208px;
}
	#search select {
    -webkit-appearance: none;
    font-size: 13px;
    padding: 6px 5px 6px 5px;
    outline: 0;
    border: 0;
    color: #aAA;
}
	#search placeholder {}
	#search .short {
    font-size: 13px;
    padding: 0px 2px 0px 2px;
    color: #FFF;
}
	#search input[type="submit"] {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    padding: 6px 40px 6px 37px;
    font-size: 13px;
    color: #222;
    cursor: pointer;
    text-align: center;
    background: #666;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid white;
}

#search input[type="submit"]:hover {background: #434343;}

.back-home {
	-webkit-appearance:none;
	outline:0;
	border:0;
	background: #00a0dc;
	color:#FFF;
	text-align:center;
	font-size:13px;
	padding: 7px 27px 7px 18px;
}

.back-home:hover {background:#AAA;}



/*Contact Form */

#contact-form {
	max-width: 500px;
	margin: 5px;
	float:left;
}

#contact-form .required {
    padding: 6px 1px;
    font-size: 11px;
    color: #00a0dc;
}

#contact-form select {
    color: #AAA;
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
    line-height: 16px;
    background-color: transparent;
    border: 1px solid #CCC;
    transition: all 0.3s;
    padding: 5px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
}

input, select{outline: 0;}

#contact-form .feedback-input {
    color: #AAA;
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
    line-height: 16px;
    background-color: transparent;
    border: 1px solid #CCC;
    transition: all 0.3s;
    padding: 7px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 13px;
}

#contact-form .feedback-input:focus {border: 1px solid #00a0dc;}

#contact-form textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
   font-family: inherit;
   font-size: inherit;
}

#contact-form [type="submit"] {
    width: 100%;
    background: #00a0dc;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;

    -webkit-appearance: none;
}
#contact-form [type="submit"]:hover {background: #00b9ff;}

#contact-form .CaptchaWhatsThisPanel {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-decoration: underline;
}
#contact-form .CaptchaPanel {
    margin: 5px;
    padding: 0px;
    padding-bottom: 16px;
}

#contact-form .CaptchaMessagePanel {
    padding: 0;
    font-weight: normal;
    font-size: 12px;
}

#contact-form .CaptchaImagePanel {
    float: left;
    padding: 0;
    padding-right: 18px;
}

/*Google Maps Directions Form */

.directions input[type="text"] {
    border: 0;
    padding: 4px;
    margin-bottom: 10px;
    border-radius: 1px;
    border: 1px solid #aaa;
    margin-top: 0px;
    font-size: 13px;
    max-width: 350px;
    width: 350px;
}

.directions input[type="submit"] {
    padding: 5px 10px;
    border: 0;
    background: #00a0dc;
    border-radius: 1px;
    color: #FFF;
    font-size: 13px;
    transition: all 0.3s;
}

.directions input[type="submit"]:hover {
    background: #00b9ff;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

select {
-moz-appearance: none;
}

/* News Page */

iframe.video {
    width: 100% !important;
    padding-bottom: 40px;
	height:615px;
}


ul.sponser {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	font-size: 17px;
    line-height: 2;
	list-style:none;
}

.sponser_image .slide{
	background-size:contain;
	background-repeat: no-repeat;
    background-position: center;
	background-color:none !important;
}

/*------------------------

	SANDHILLS FOOTER
	
-------------------------*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline;}
a.footerlink:hover {text-decoration: underline;color: #00a0dc;}
.footertext{text-transform: uppercase;}
.divfooter {max-width: 450px;text-align: left;float: left;padding-top: 19px;color: #FFF;padding-left: 13px;font-family: roboto;font-size: 10px;line-height: 17px;text-transform: capitalize;font-weight: 400;}

.phone-footer {display:none;}



/*--------------------------

	    MEDIA QUERIES
	
---------------------------*/

/*Laptops*/
@media only screen and (max-width :1200px) {
	.main-content {
    padding: 40px 20px 100px 20px;
}
}

@media only screen and (max-width :1024px) {
	.test {
    max-width: 845px;
    padding: 74px 10px 40px 10px;
}
	.secondary-nav {padding: 20px 10px;}
	.secondary-nav li a {}
	.second {
    width: 48%;
}
	.third {
    width: 27%;
}
	.secondary-nav-inline li a {}
	.icon-wrapper {
    margin:inherit;
   overflow:inherit;
    width:inherit;
    clear:none;
}

.main-content {}
.search {}
#search input[type=text] {
    width: 15%;
}
#search input[type="submit"] {}	
.directory {
    width: 185px;
}
.directory ul li a {}	
iframe {
    width: 100% !important;
}
.iframe-wrapper {
    overflow: hidden;
    /* width: 740px; */
    /* max-width: 740px; */
    /* float: left; */
}	
.directory ul li {}

.contact-nav {
    line-height: normal;
    position: relative;
    bottom: -17px;
}
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/*Tablets*/
@media only screen and (max-width :768px) {
#menu {
	max-height: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
	width:100%;
	}
  
  #menu > li {
	display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 11.5px 0px;
	}
	
  .toggle {display:block;}
  
  #toggle:checked ~ #menu {
  max-height: 20em;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  padding-bottom: 15px;
  }
   
  .toggle:after {content: '\f0c9';}
  #toggle:checked + .toggle:after{content: '\f00d';}
  #menu > li:hover {border:0;background:#008cc1;	}
  #navigation {background-color:rgba(0,0,0,1);}
  #navigation a:link, #navigation a:visited {font-size:14px;}
  .contact-nav {display:none;	}
  .block-logo {display:none;}
  .hidden-menu {display:block;}
  .special {background:transparent;padding: 7.5px 12px;}
  .slider {margin-top:0;}
  .slide_viewer{height:230px;}
  .contact-right {float:left;padding-top: 22px;}
  .main-content {padding: 30px 20px 60px 20px !important;margin: 0 !important;}
  #menu {float:left;}
  .contact-nav {float:left;}
  .special {padding:0;background:transparent;}
  .banner {margin-top:167px; height:160px;}
  .second {display:none;}
  .cover-title:before {display:none;}
  .cover-title { margin: 0px 0px;}
  .cover-title p {padding:5px;}
  .col {width:100%!important;float:left !important;margin: 10px 0px;}
  .divfooter {padding-top:2px; max-width:90%;}
  #search form input {
  width: 97% !important;
  margin: 9px 3px !important;
  padding: 5px !important;
  }
	#search .short {padding-left: 5px;}
	#search select {
    padding: 3px;
    border-radius: 1px;
}

  .category-title {display:none;}
  .parent-directory ul {   
	  width: 100%;
	  float: left;
	  text-align: left;
  }
	  
	.parent-directory ul li a {background:#00a0dc; color:#FFF;}
	.dropdown {padding: 6px 3px;font-size: 13px;margin: 0px auto 24px auto;display: table;text-align: center;width: 100%;border: 1px solid #DDD;border-radius: 3px;}
	.directory ul {display:none;}
	.parent-directory {display:none;}
	iframe {float:left;width: 100% !important;}
	.directory{width: 100%;}
	.cover-title.slant-3 {display:none}
	.logo-wrap {
			display: block;
			width: 100%;
			margin-top: 41px;
			height: 80px;
			background-image: url('../images/ipad-logo.png');
			background-color: transparent;
			background-size: cover;
			background-position: right top;
		}
	.slide { background-size: cover !important;}
	.banner {display:none;}
	.test {padding: 74px 5px 40px 5px;max-width: 677px;}
	.icon-wrapper {float:left;}
	.location-left {width: 100%;}
	.location-right {width: 100%;padding-top: 33px;}
	.iframe-wrapper {
    overflow: visible;
}

iframe.video {
    height: 408px;
}

.sponser_image .slide{
	background-size:contain !important;
}
}

@media only screen and (max-width :732px) { 
.test {
    max-width: 507px;
}
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width :553px) { 
.test {
    max-width: 338px;
}
}




/*Phones*/
@media only screen and (max-width :620px) {
  
  .col {width: 100% !important;}
  .cover-title:before {display:none;}
  .cover-title p { padding: 5px 5px 5px 10px !important;}
  .divfooter {padding: 20px 10px 20px 10px;}
  .second {display:none;}
  .cover-title {background: #00a0dc !important;}
  .third {display:none;}
  .test {padding:74px 15px 40px 15px;max-width: 338px;}
	.col{margin:0;}
	.banner {margin-top:0;}
	#search {}
	#search form {}
	#search form input {width: 94% !important;}
	.hero-button {display:none;}
	.phone-footer {   
	  display: block;
	  margin: 0px 11px 5px 11px;
	  float: left;
	  line-height: 20px;
	  width: 89%;
	  border-top: 1px solid #888;
	  border-style: inset;
	  padding-top: 10px;
	}
	footer {padding-bottom:5px;}
	.directions input[type="submit"] { margin-bottom:10px; }
	.directions input[type="text"] {width: 95%;}
	
	ul.sponser{
		columns:1;
	}
	
	iframe.video {
    height: 327px;
}
}

@media only screen and (max-width :384px) { 

.test {
    max-width: 162px;
}

iframe.video {
    height: 193px;
}
}

