/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 	*,
		*:after,
		*:before {
		    box-sizing: border-box;
		}
 

html, body {
    	height: 100%;
    	margin: 0;				
		overflow: auto;

    	}
		
		
#wrapper {
   	min-height: 100%; 
	    background: url(../img/Public-Myth-Activewear-California.jpg) no-repeat center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
    	}
		@media screen and (max-width 700px){
		 #wrapper {
   	min-height: 100%; 
	    background: url(../img/Public-Myth-Activewear-California.jpg) no-repeat center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
    	}
    }

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


body {
	font-family: 'Lato', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}


.wrapper-dropdown:focus {
    border-radius: 5px 5px 0 0;
    background: #eeeeee;
	opacity:0.8;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown:focus:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown:focus .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.social {
	opacity:0.7;
	width:36px;
	height:36px;
	z-index:5;
	padding-bottom:10%;	
	}
	
	.social:hover {
	opacity:1;
	width:36px;
	height:36px;
	}
	
.bottom-align {
	position:absolute;
	right:10%;
	left:10%;
	bottom:10px;
	}
	
.top-align {
	position:absolute;	
	right:50%;
	top:50%;
	}
.list-inline {
	left:10%;
	right:10%;
	bottom:10%;
	padding:0px;}
.hoverit {
	opacity:0;}

@media(max-width:767px) {
	.body {
		min-height:100%;}
	
	.list-inline{
		position:absolute;
		left:0%;
		right:100%;
		
		}


    ul.intro-social-buttons > li {
        float:left;
		list-style:inline;
        
        
		position:relative;
		

    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }


}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.drop-wrapper {
    margin: 20px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.drop-wrapper:after {
    clear: both;
    content: "";
    display: table;
}



.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; 
    pointer-events: auto; 
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}




.wrapper-dropdown {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 3px 20px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
	opacity:0.8;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #000000 transparent;
}

.wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown .dropdown li:hover a {
    color: #000000;
	opacity:0.7;
}

/* Active state */

.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    background: #ffffff;
    box-shadow: none;
    border-bottom: none;
    color: black;
	opacity:0.7;
}

.wrapper-dropdown.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}













