/* Add here all your CSS customizations */
.wrap {
	background-color: #7d7d7d;
	background: linear-gradient(to bottom, rgba(125,125,125,1) 85%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -o-linear-gradient(top, rgba(125,125,125,1) 85%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, rgba(125,125,125,1) 85%,rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,125,125,1) 85%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -ms-linear-gradient(top, rgba(125,125,125,1) 85%,rgba(255,255,255,1) 100%); /* IE10+ */	
	height: 110vh;
	margin: 0 auto;
}
.overlay-grey:before {
	background-color: #7d7d7d;
	background: linear-gradient(to bottom, rgba(125,125,125,1) 10%,rgba(255,255,255,0) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -o-linear-gradient(top, rgba(125,125,125,1) 10%,rgba(255,255,255,0) 40%); /* Opera 11.10+ */
	background: -moz-linear-gradient(top, rgba(125,125,125,1) 10%,rgba(255,255,255,0) 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,125,125,1) 10%,rgba(255,255,255,0) 40%); /* Chrome10-25,Safari5.1-6 */
	background: -ms-linear-gradient(top, rgba(125,125,125,1) 10%,rgba(255,255,255,0) 40%); /* IE10+ */		
}

.alert-success {
    background-color: #d1cd43;
    border-color: #979639;
    color: #ffffff;
}

.mw1000 { max-width: 1000px; }
.mh500 { max-height: 500px; }
.theme-default { padding-top: 38.1831%; height: 0; position:relative; margin-bottom: 25px;  }
div .theme-default .nivoSlider { position: absolute; top: 0; bottom: 0; }
div .theme-default .nivo-controlNav { padding: 0px !important; }

body .gsc-control-cse {
	background: transparent;
	border: 0;
	padding: 0;
	width: 172px;
}

body .gsc-input-box  {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 2px 6px;
    width: 170px;
}

body input.gsc-search-button,
body input.gsc-search-button:hover,
body input.gsc-search-button:focus {
    background-color: #ccc;
    background-image: none;
    border: 0 none;
    border-radius: 100%;
    color: #333;
    filter: none;
    height: auto;
    padding: 6px;
    position: absolute;
    right: 6px;
    top: 3px;
    width: auto;
}

