/*
 *
 *		THEME-OPTIONS.CSS
 *
 *	+ PANEL STYLE
 *	+ COLORS
 *	+ PATTERNS
 *
 */
 
/***********************************************************************************
 *	+ PANEL STYLE
 ***********************************************************************************/

	#theme-options {
		padding: 0 20px;
		z-index: 999;
		background-color: #fff;
		position: fixed;
		top: 149px;
		left: -235px;
		width: 235px;
		color: #323232;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	#theme-options.open {
		left: 0;
		box-shadow: 1px 1px 2px 0 #ccc;
	}
	
	#theme-options a {
		text-decoration: none;
		color: #323232;
	}
	
	#theme-options > a {
		position: absolute;
		top: 0;
		right: -60px;
		display: block;
		background-color: #323232;
		color: #fff;
		font-size: 25px;
		text-align: center;
		text-decoration: none;
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	
	#theme-options > a:before {
		display: block;
		font-family: "supreme-icons";
		content: "\e952";
		-webkit-animation: icon-rotate 1.5s linear infinite;
				animation: icon-rotate 1.5s linear infinite;
	}
	
	@-webkit-keyframes icon-rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}

	@keyframes icon-rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}
	
	#theme-options h4 {
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		background-color: #323232;
		padding: 8px 0;
		margin: 0 -20px;
		font-family: "Roboto", sans-serif;
		font-size: 18px;
		font-weight: 700;
	}
	
	#theme-options h5 {
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #323232;
		font-family: "Roboto", sans-serif;
		font-size: 14px;
	}
	
	.colors {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.colors a {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.colors a:last-child {
		margin-right: 0;
	}
	
	.layout {
		margin-bottom: 15px;
	}
	
	.layout a {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
		background: none;
	}
	
	.layout a img {
		display: block;
		margin: 0 auto;
	}
	
	.boxed-bg {
		border-top: 1px solid #ccc;
		padding-top: 15px;
	}
	
	.patterns {
		padding-bottom: 15px;
	}
	
	.patterns a {
		display: block;
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.themes-slider {
		margin-bottom: 20px;
	}
	
	.themes-slider a:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 12px;
		background-color: rgba(4, 20, 43, 0.95);
		color: #fff;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.themes-slider a:hover:after {
		opacity: 0.75;
	}
	
	.themes-slider .owl-prev,
	.themes-slider .owl-next {
		top: 50%;
		width: 32px;
		height: 32px;
		border: none;
		margin-top: -7px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.themes-slider .owl-nav .owl-next {
		right: -25px;
	}
	
	.themes-slider .owl-nav .owl-prev {
		left: -25px;
	}

/***********************************************************************************
 *	+ COLORS
 ***********************************************************************************/

	#default {
		background-color: #03031e;
	}
	
	#color-1 {
		background-color: #021907;
	}
	
	#color-2 {
		background-color: #27031a;
	}
	
	#color-3 {
		background-color: #1c0327;
	}
	
	#color-4 {
		background-color: #0d0228;
	}
	
	#color-5 {
		background-color: #191602;
	}
	
	#color-6 {
		background-color: #1a0b03;
	}
	
	#color-7 {
		background-color: #270303;
	}

/***********************************************************************************
 *	+ PATTERNS
 ***********************************************************************************/ 
	
	.bg-pattern-1 { 
		background: url(images/bg-pattern-1.jpg) no-repeat top left fixed;
	}
	
	.bg-pattern-1.thumb { 
		background: url(images/bg-pattern-1-thumb.jpg) no-repeat center center;
	}
	
	.bg-pattern-2 { 
		background: url(images/bg-pattern-2.jpg) no-repeat top left fixed;
	}
	
	.bg-pattern-2.thumb { 
		background: url(images/bg-pattern-2-thumb.jpg) no-repeat center center;
	}
	
	.bg-pattern-3 { 
		background: url(images/bg-pattern-3.jpg) no-repeat top left fixed;
	}
	
	.bg-pattern-3.thumb { 
		background: url(images/bg-pattern-3-thumb.jpg) no-repeat center center;
	}
	
	.bg-pattern-4 { 
		background: url(images/bg-pattern-4.jpg) no-repeat top left fixed;
	}
	
	.bg-pattern-4.thumb { 
		background: url(images/bg-pattern-4-thumb.jpg) no-repeat center center;
	}
			
	@media (max-width: 992px) {
		
		#theme-options { display: none; }
		
	}