/*-------------------Yacht Brokerage Page--------------------------*/
/* the 3 images */
.foto {
	width: 29%;
	float: left;
	padding: 10px;
	background-color: #F4F4F4;
	border-radius: .4em;
	margin: 8px;
	border: 1px solid #EFEFEF;
	border-bottom: 4px solid #19507C;
}

#why {
	float: left;
}

a, a:visited {
	color: #0f446e;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

/*-------------------------nav menu--------------------*/
.search-form {
	display: none;
}

.main-navigation ul {
	padding: 5px;
}

/*-----------------docking and moorings------------------*/
.third {
	width: 32%;
	Float: left;
}

.half {
	min-height: 300px;
	width: 50%;
	float: left;
}

.titlez {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------footer-------------------*/
.fooder {
	margin-left: 5%;
}

.cycloneslider-template-standard .cycloneslider-pager {
	display: none;
}

.cycloneslider-template-standard {
	margin-bottom: 0;
}

.site-header .site-introduction {
	padding-top: 30px;
}

.featuretext_left h2 {
	font-size: 26px;
}

.main-navigation ul.sub-menu li > a {
	cursor: default;
}

.site-header .site-introduction {
	font-weight: bold;
	padding-left: 20px;
}

.site-title {
	font-size: 3.6rem;
}

.site-footer .widget p {
	margin-bottom: 0;
}

p.hed {
	margin: 0;
	font-size: 1.2em;
	text-decoration: underline;
	color: white !important;
}

/*------------le logo------------*/

body {
    background: url('http://knutsonmarine.com/wp-content/uploads/2015/08/beach-weathered-wood.jpg');
    background-repeat: repeat;
}





.main-small-navigation .menu li a {
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #333;
    border-top: 1px solid #444;
    text-transform: uppercase;
}

.page-id-74 .featuretext > a > img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 500px) {
.topbar_content_left {
    display: none;
}
table.fooder {
    display: none;
}
p.site-description {
    display: none;
}
.site-title {
  font-size:16px;
}

#wrap {
    padding: 0;
    width: 100%;
}

.site-header .site-introduction {
    font-weight: bold;
    padding-left: 0px;
}


#wrap {
    margin: 0px 0px;
  
}

.site-header .site-introduction {
    float: left;
    margin: 0 0px;
    margin-top: -40px;
    padding-bottom: 20px;
}

}