/* =================================================================== */
/* Styles Switcher
====================================================================== */

#style-switcher {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 0 3px;
	height: auto;
    right: -270px;
    padding: 10px 15px;
    position: fixed;
    top: 135px;
    width: 270px;
    z-index: 99999999;
}
#style-switcher .style-switcher-wrap {
	height: 100%;
	margin: 0;
	overflow-y: auto;
	padding: 15px;
	position: relative;
}
#style-switcher .switcher-title {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 15px;
	text-align: left;
}
#style-switcher .switcher-toggle {
	border-radius: 0 3px 3px 0;
	display: block;
	height: 58px;
	outline: none;
	position: absolute;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	left: -66px;
	top: 0px;
	width: 40px;
}
.icon-switcher {
	background: #fc0303 none repeat scroll 0 0;
	font-size: 14px;
	margin-left: 33px;
	margin-top: 0;
	padding: 10px 5px;
	position: absolute;
	top: 0;
	writing-mode: sideways-rl;
	background: -moz-linear-gradient(top,  #fd0101 0%, #bd0e0f 44%, #c10707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd0101), color-stop(44%,#bd0e0f), color-stop(100%,#c10707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* W3C */
}
.icon-switcher:hover {
	background: #fda30e none repeat scroll 0 0;
}
.icon-switcher p{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.icon-switcher i {
    color: #333;
    font-size: 32px;
    margin-top: 3px;
}
.switcher-style-list {
	list-style: none;
	margin: 0px;
	overflow: hidden;
}
.switcher-style-list li {
	float: left;
	margin: 2px;
}
.switcher-style-list li a {
	background-size: cover;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 40px;
}
#switcher-theme-custom-color.switcher-style-list li a {
	height: 40px;
	width: 50px;
}
.layout select {
	width: 100%;
	padding: 5px;
	border: none;
	margin: 0 0 0 -5px;
	color: #666;
	cursor: pointer;
}
#button-reset {
	margin: 0 15px 15px 2px;
	text-align: right;
}
#button-reset a {
	color: #fff;
	font-size: 14px;
	padding: 8px 27px;
	display: inline-block;
	border: 0px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	margin-top: 15px;
	text-align: center;
	background:#333;
}
 

/*--------------------------------------*/
/*------------ switcher spining---------*/
/*--------------------------------------*/
@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
.switcher-spining {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

/*-----------------------------------*/
/*------------ theme-skin---------*/
/*-----------------------------------*/

.theme-skin-green {
	background: #72A230;
}
.theme-skin-blue {
	background: #735CB0;
}
.theme-skin-sky-blue {
	background: #00A4EF;
}
.theme-skin-sky-blue-light {
	background: #80acdd;
}
.theme-skin-red {
	background: #EE163B;
}
.theme-skin-blue-gary {
	background: #546E7A;
}
.theme-skin-brown {
	background: #8D6E63;
}
.theme-skin-gray {
	background: #757575;
}
.theme-skin-lemon {
	background: #A7AD00;
}
.theme-skin-orange {
	background: #E89D41;
}
.theme-skin-yellow {
	background: #FFAB00;
}
.theme-skin-rose {
	background: #FD4084;
}

.switcher-style-list li a.active {
	box-shadow: 0 0 0 0px #555 inset
}

@media only screen and (max-width:1029px) {
#style-switcher {
}
}
.clean-check #r1 + label, .clean-check #r2 + label, .clean-check #r3 + label {
	margin-left: 22px;
}
.clean-check #s1 + label, .clean-check #sd_right + label {
	margin-left: 22px;
}
.layouts {
	padding-bottom: 0px;
}
.switcher-title{
	padding-top:0;
	margin-bottom: 3px;
	font-size: 11px;
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
}


/*-----------------------------------*/
/*------------ theme-skin---------*/
/*-----------------------------------*/

.menu-skin-default {
	background: #333;
}
.menu-skin-blue {
	background: #5D9CEC;
}
.menu-skin-green {
	background: #48CFAD;
}
.menu-skin-red {
	background: #FC6E51;
}
.menu-skin-orange {
	background: #ff853f;
}
.menu-skin-yellow {
	background: #FFCE54;
}
.menu-skin-purple {
	background: #AC92EC;
}
.menu-skin-pink {
	background: #EC87C0;
}

/*-----------------------------------*/
/*-------- switcher-menu-style ------*/
/*-----------------------------------*/
.switcher-select-form {
	width: 89%;
    height: 25px;	
}

/*-----------------------------------*/
/*-------------- menu-position ------*/
/*-----------------------------------*/

.menu-position li{
	float: left;
	margin: 0 0 0 20px;
	width: 40%;
}
.menu-position li a{
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding: 2px;
	margin: 5px;
}
.menu-position li a.active {
	border: 1px solid #333;
}


/*-----------------------------------*/
/*-------------- container-height ------*/
/*-----------------------------------*/

.container-height li{
	float: left;
	margin: 0 0 0 20px;
	width: 40%;
}
.container-height li a{
	font-size: 13px;
	font-family: Arial, sans-serif;
	padding: 2px;
	margin: 5px;
}
.container-height li a.active {
	border: 1px solid #F7F7F7;
}


/* purchase button */
.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 11px 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    z-index: 99999;

    border: 1px solid green;
    border-right: 0;
}
.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tm-floating-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    color: #79BB51;
    width: 32px;
}
.tm-floating-box-icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: #79BB51;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.tm-floating-box-icon:hover>span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}





.form-control.message {
    padding: 13px 10px 10px;
    height: 150px;
}
.contact-form-textfield input,
.contact-form-textfield textarea {
    font-size: 16px;
    border: 1px solid #dcdbdb;
    color: #535353 !important;
    border-radius: 7px;
    -webkit-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
}
.contact-form-textfield input::-webkit-input-placeholder, .contact-form-textfield textarea::-webkit-input-placeholder,
.contact-form-textfield input:-moz-placeholder, .contact-form-textfield textarea:-moz-placeholder,
.contact-form-textfield input::-moz-placeholder, .contact-form-textfield textarea::-moz-placeholder,
.contact-form-textfield input:-ms-input-placeholder, .contact-form-textfield textarea:-ms-input-placeholder,
.contact-form-textfield input::placeholder, .contact-form-textfield textarea::placeholder{
    color: #acacac;
}
.contact-form-textfield input:focus, .contact-form-textfield textarea:focus {
    border-color: #dcdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
}
.contact-form-textfield textarea {
    height: 120px;
    resize: none;
}
.form-control {
    box-shadow: none;
}
.contact-written-data p {
    padding: 0 0 40px 0;
    max-width: 500px;
}

.contact-box-shadow {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    padding: 30px 25px;
}
.contact-form-center {
    max-width: 950px;
    margin: 0 auto;
}






























