/*


Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/*Color Skins*/
.iq-customizer .color-1 { background: linear-gradient(to right, #f46b45 0%, #eea849 100%);}
.iq-customizer .color-2 { background: linear-gradient(to right, #1fe4b5e6 0%, #0EEAE5 100%);}
.iq-customizer .color-3 { background: linear-gradient(to right, #00F260 0%, #0575E6 100%);}
.iq-customizer .color-4 { background: linear-gradient(to right, #667eea 0%, #764ba2 100%);}
.iq-customizer .color-5 { background: linear-gradient(to right, #ff7eb3 0%, #ff758c 100%);}
.iq-customizer .color-6 { background: linear-gradient(to right, #cc2b5e 0%, #753a88 100%);}
.iq-customizer .color-7 { background: linear-gradient(to right, #dd2476 0%, #f45c43 100%);}
.iq-customizer .color-8 { background: linear-gradient(to right, #000428 0%, #004e92 100%);}
.iq-customizer .color-9 { background: linear-gradient(to right, #00416A 0%, #E4E5E6 100%);}
.iq-customizer .color-10 { background: linear-gradient(to right, #add100 0%, #7b920a 100%);}
.iq-customizer .color-11 { background: linear-gradient(to right, #8E0E00 0%, #1F1C18 100%);}
.iq-customizer .color-12 { background: linear-gradient(to right, #246bad 0%, #00c8c8 100%);}
.iq-customizer .color-13 { background: linear-gradient(to right, #005C97 0%, #363795 100%);}
.iq-customizer .color-14 { background: linear-gradient(to right, #00bf8f 0%, #001510 100%);}




.iq-customizer { background-color: #fff; color: #666; z-index: 10000; right: -300px;  width: 300px; height: 385px; position: fixed; top: 200px; box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14); bottom: 0; }
.iq-customizer.closed { box-shadow: none; }
.iq-customizer .content-chooser { padding: 15px 30px 30px; height: 100%; position: absolute; background-color: #ffffff; border-top: none; }
.iq-customizer.opened .content-chooser { opacity: 1; }
.iq-customizer h3 { font-size: 21px; margin-top: 0px; font-weight: 600; }
.iq-customizer a.opener { display: block; height: 45px; background: #fff; width: 45px; font-size: 24px; line-height: 45px; color: #000;  position: absolute; right: 300px; top: 90px; text-align: center; text-decoration: none;-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.iq-customizer.opened a.opener { left: -45px; border-color: transparent; }
.iq-customizer ul { list-style: none; margin: 0; padding: 5px 0 0 0; font-size: 0; }
.iq-customizer ul li { width: 52px; height: 38px; float: left; position: relative; display: inline-block; cursor: pointer; margin: 0 10px 8px 0; -webkit-transition: all linear 0.5s; -moz-transition: all linear 0.5s; -o-transition: all linear 0.5s; -ms-transition: all linear 0.5s; transition: all linear 0.5s; }
.iq-customizer ul li.selected:before { color: #fff; content: "\f00c"; font-size: 16px; display: inline-block; position: absolute; top: 16%; left: 50%; text-align: center; font-family: FontAwesome; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%);  }
.iq-customizer ul.resetAll li { width: 100%; padding: 6px 0; min-width: 0; text-align: center; margin-top: 30px; }
.iq-customizer select { width: 100%; padding: 5px; border: 1px solid #b2bfca; }
.iq-customizer .button { width: 100%; text-align: center; margin-top: 10px; text-transform: capitalize;}
.iq-customizer ul li:nth-child(4) { margin-right: 0px; }
.iq-customizer ul li:nth-child(8) { margin-right: 0px; }
.iq-customizer ul li:nth-child(12) { margin-right: 0px; }

@media(max-width:1023px) {
	.iq-customizer { display: none !important; }
}