﻿ /* sea.select
// css version 1.0.0
// © Oleg Morev, 2015    
// https://github.com/DpOLEGapx/ 
//
// ===================================================================================================================*/
.sea-select * {
	box-sizing: border-box;
}
.sea-select {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 10px;
}
.sea-list {	
	display: none;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
    top: 100%;
    left: 0;	
	z-index: 1;
	
}
.sea-select select {
    display: none;
}
/* //////////////////small////////////////////// */

.sea1-select * {
	box-sizing: border-box;
}
.sea1-select {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-size: 10px;
}
.sea1-list {	
	display: none;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
    top: 100%;
    right: 0;	
	z-index: 999;
	padding-left: 0px !important;
	
}
.sea1-select select {
    display: none;
}

.section, .section-wrapper > section  {overflow: visible !important;}
