@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

.clear {
	clear: both;
}

body {
	font-family: "Lato", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

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

header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #111;
	height: 60px;
	z-index: 1;
	border-bottom: 3px solid #3b3838;
}

#logo {
	float: left;
	padding: 5px 5px 5px 20px;
}

#switcher {
	float: left;
	margin-left: 20px;
	position: relative;
}

#switcher-info {
	padding: 22px 23px;
	background: #242528;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	width: 170px;
}

#switcher-button {
	float: left;
	padding: 22px;
	background: #323338;	
}

#switcher-info i {
	margin-right: 5px;
}

#switcher-select {
	width: 276px;
	display: block;
	position: absolute;
	background: #1a1b1d;
	margin-top: 63px;
	display: none;
	box-shadow: 0px 0px 15px #111;
}

#switcher-select li {
	border-bottom: 1px solid #333;
}

#switcher-select li a {
	padding: 10px;
	display: block;
	height: 80px;
}

.switcher-item-thumb {
	float: left;
	width: 80px;
	margin-right: 10px;
}

.switcher-item-info {
	float: right;
	width: 165px;
}

.switcher-item-info h2 {
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
}

.switcher-item-info p {
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

#purchase {
	float: right;
	padding: 18px;
	padding: 21px;
	padding-top: 21px;
	border-left: 1px solid #333;
}

#purchase a {
	background: #82b440;
	border-radius: 5px;
	padding: 8px 8px 6px 8px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 3px solid #6f9a37;
}

#purchase a i, #remove-frame a i {
	font-size: 16px;
	margin-right: 5px;
}

#remove-frame {
	float: right;
	padding: 23px;
	border-left: 1px solid #333;
	text-transform: uppercase;
	font-size: 13px;
}

#remove-frame a {
	color: #999;
}

#remove-frame a i {
	color: #fff;
}

#preview {
	width: 100%;
	height: 100%;
	top: 60px;
	left: 0px;
	position: fixed;
	z-index: 0;
}

@media screen and (min-width: 0px) and (max-width: 775px)
{
	
	#switcher-info {
		display: none;
	}
	
}

@media screen and (min-width: 0px) and (max-width: 530px)
{
		
	#purchase span.label {
		display: none;
	}
	
	#purchase a {
		border-radius: 0px;
	}
	
	#purchase a i{
		margin-right: 10px;
	}
	
}

@media screen and (min-width: 0px) and (max-width: 430px)
{
		
	#remove-frame span.label {
		display: none;
	}
	
	#remove-frame a i {
		font-size: 24px;
	}
	
	#remove-frame {
		padding: 18px;		
	}

}

@media screen and (min-width: 0px) and (max-width: 400px)
{
	#switcher {
		position: static;
	}
	
	#switcher-select {
		width: 400px;
		height: 300px;
		overflow-y: scroll;
		left: 0px;
	}
	
	.switcher-item-info {
		width: 75%;
	}
	
	.switcher-item-thumb {
		width: 20%;
	}
	
	.switcher-item-thumb img {
		width: 100%;
	}
	
}