/*
 Theme Name:   Shark Diving Unlimited
 Template:     twentythirteen
*/

@import url("../twentythirteen/style.css");

.home .entry-header, .home .entry-content{
	padding: 0 60px 0 60px;
}

.one_half p {
    width: 85%;
}

div#home_vid {
    float: left;
    width: 50%;
    margin-top: 4px;
}

.site-title {
	padding: 38px 0 10px;
}

.two_third.last_column {
    width: 63.6%;
    margin-left: 3%;
}
.one_third a img {
    margin-top: 45px;
}

.home .page {
    padding-top: 0px;
}

.home .page h1{
    margin-top: 20px;
}

h3.accordion-title.open {
    background: #C1CDCD;
}

h3.accordion-title {
    cursor: pointer;
    background: #E0EEEE;
    padding: 5px 10px;
}

h3.accordion-title:hover {   
    background: #C1CDCD;
}


h3.site-head-contacts {
    position: absolute;
    top: 30px;
    right:20px;
    text-align: right;
    font-size: 18px;
    color: #222222;
}

li#menu-item-1356 {
    background: #999;
    font-weight: bold;
    
}

li#menu-item-1356 a{
    color: white;
    font-size:16px;
}

a.button {
    background: #220e10;
    color: #e6402a;
    padding: 10px 15px;
    width: 130px;
    display: block;
    text-align: center;
}

div#main {
    min-height: 1000px;
}

.display-posts-listing a.image {
    display: block;
    margin-bottom: 10px;
}

ul.display-posts-listing {
    width: 90%;
}

.page-template-page-template-intern-php div#secondary .widget-area {
    width: 300px;
    margin-right: 30px;
}

.page-template-page-template-intern-php div#secondary .widget-area .widget-area.masonry .medium{
    width: 100% !important;
}
.page-template-page-template-intern-php .gform_wrapper .top_label input.medium {
    width: 97%;
}


@media (min-width: 900px) {

	aside#text-80 {
	    left: 100% !important;
	    top: 0px !important;
	}

}


@media (max-width: 643px) {

	
	.one_half p {
    	width: 100%;
	}

	div#home_vid {
	    width: 100%;
	    margin-top:0px;
	}


}