/*
Theme Name: Imatrix.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.filters-drop > .container > form > ul,
.social-block ul,
.template-gallery .switcher ul,
.color-list,
.select-module .drop,
.devices-list,
.filter-list,
.mobile-slide > form > ul,
.theme-list-2,
.color-list-2,
.jcf-select-drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.filter-panel:after,
.theme-item .frame:after,
.capture-modal .capture-panel:after,
.explore-form .select-row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .5em .7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #333;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #ccc;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #ccc;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #ccc;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 290px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.form-control {
	box-shadow: none;
	border-color: #d9d9d9;
	font-size: 13px;
	line-height: 21px;
	padding: 11px 10px 9px;
	height: 43px;
	border-radius: 5px;
	color: #646464;
}

.form-control::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #646464;
}

.form-control::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #646464;
}

.form-control:-moz-placeholder {
	text-transform: uppercase;
	color: #646464;
}

.form-control:-ms-input-placeholder {
	text-transform: uppercase;
	color: #646464;
}

.form-control.placeholder {
	text-transform: uppercase;
	color: #646464;
}

.btn {
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 23px;
	padding: 10px;
	text-align: center;
	color: #fff;
	border: none;
	height: 43px;
}
.text-block a.btn:focus{color: #fff;}
.text-block a.btn:hover{color: #646464;}

.btn.btn-default:hover {
	color: #fff;
}

.btn i {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 5px;
	font-size: 18px;
}

a:focus {
	outline: none;
}

td,
th {
	padding-right: 10px;
}

html,
body {
	height: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* min-height: 100%; */
}

#header {
	padding: 16px 0;
	background: #fff;
}

.logo {
	float: left;
}

.logo img {
	display: block;
	max-width: 300px;
	max-height: 56px;
}

.cta {
	float: right;
	color: #000;
	font-weight: bold;
	margin: 5px 0 0;
}

.cta a {
	font-size: 18px;
	color: inherit;
	margin-left: 7px;
}

.cta a:hover {
	color: #00a2f5;
}

.nav-panel {
	position: relative;
	z-index: 2;
	font-size: 13px;
	line-height: 25px;
	/*padding: 5px 0;*/
	text-transform: uppercase;
	font-weight: bold;
	background: #f1f1f1;
}

.nav-panel a {
	float: left;
	color: #646464;
	letter-spacing: .5px;
}

.nav-panel a:hover {
	color: #000;
}

.nav-panel a + a {
	margin-left: 24px;
}

.nav-panel a i {
	display: inline-block;
	vertical-align: top;
	margin: 3px 5px 0 0;
	color: #00a2f5;
	font-size: 18px;
}

.nav-panel .left {
	float: left;
}

.nav-panel .right {
	float: right;
}

.nav-panel .mobile-opener {
	display: block;
	color: #fff;
	background: #00a2f5;
	margin: -15px;
	padding: 12px 15px 11px;
	line-height: 32px;
}

.nav-panel .mobile-opener:hover {
	background: #fff;
	color: #00a2f5;
}

.nav-panel .mobile-opener:hover i {
	background: #00a2f5;
	color: #fff;
}

.nav-panel .mobile-opener i {
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	color: #00a2f5;
	background: #fff;
	text-align: center;
}

.filters-block {
	float: right;
	position: relative;
}

.filters-block .opener {
	position: relative;
	z-index: 100;
	line-height: 31px;
	display: block;
	color: #fff;
	padding: 12px 23px 11px 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.filters-block .opener:hover {
	background: #fff;
	color: #00a2f5;
}

.filters-block .opener:hover i {
	background: #00a2f5;
	color: #fff;
}

.filters-block .opener i {
	margin: 0 0 0 8px;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	color: #00a2f5;
	background: #fff;
	text-align: center;
}

.filters-active .filters .opener {
	color: #00a2f5;
	background: #fff;
}

.filters-active .filters .opener i {
	background: #00a2f5;
	color: #fff;
}

.expertise-active .expertise .opener {
	color: #00a2f5;
	background: #f7f7f7;
}

.expertise-active .expertise .opener i {
	background: #00a2f5;
	color: #fff;
}

.filters-drop {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 0;
	z-index: 10;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .28);
}

.filters-drop > .container > form > ul {
	float: left;
	margin: 5px 25px 0 22px;
	text-transform: uppercase;
	line-height: 25px;
}

.filters-drop > .container > form > ul > li {
	float: left;
	margin: 0 78px 0 0;
	position: relative;
}

.filters-drop > .container > form > ul > li.open {
	position: relative;
	z-index: 10;
}

.filters-drop > .container > form > ul > li.open:after {
	position: absolute;
	top: 40px;
	left: -9999px;
	right: -9999px;
	height: 9999px;
	background: rgba(0, 0, 0, .3);
	content: "";
}

.filters-drop > .container > form > ul > li.open > a {
	position: relative;
	z-index: 4;
	color: #fff;
}

.filters-drop > .container > form > ul > li.open > a:hover {
	color: #fff;
}

.filters-drop > .container > form > ul > li.open > a span {
	display: none;
}

.filters-drop > .container > form > ul > li.open > a em {
	display: inline;
}

.filters-drop > .container > form > ul > li.open .drop {
	display: block;
	z-index: 2;
}

.filters-drop > .container > form > ul > li > a {
	display: block;
	position: relative;
	color: #464646;
	z-index: 2;
}

.filters-drop > .container > form > ul > li > a:hover {
	color: #000;
}

.filters-drop > .container > form > ul > li > a i {
	font-size: 16px;
	margin-left: 3px;
	color: #00a2f5;
}

.filters-drop > .container > form > ul > li > a em {
	display: none;
}

.filters-drop .drop {
	display: none;
	position: absolute;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
	top: 0;
	left: -24px;
	margin-top: -15px;
	width: 182px;
	background: #646464;
	padding: 62px 24px 14px;
	border-bottom: 5px solid #00a2f5;
	border-radius: 0 0 1px 1px;
}

.filters-drop .drop .close {
	position: absolute;
	right: 0;
	top: 0;
	background: #747474;
	text-align: center;
	font-size: 12px;
	width: 17px;
	height: 17px;
}

.filters-drop .drop .close:hover {
	color: #fff;
}

.filters-drop .drop .close i {
	line-height: 17px;
	display: block;
}

.filters-drop .mobile-search-submit {
	display: none;
}

.filters-drop .dropdown {
	font-weight: 300;
}

.clear-holder {
	border-top: 1px solid #838383;
	margin: 20px 0 0;
	padding: 10px 0 0;
}

.clear-holder a {
	text-transform: uppercase;
	color: #fff;
}

.clear-holder a:hover {
	color: #00a2f5;
}

.clear-holder a i {
	display: inline-block;
	vertical-align: top;
	margin: 3px 9px 0 6px;
	color: #00a2f5;
	font-size: 18px;
}

.check-form label {
	margin: 0 0 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	position: relative;
	font-weight: 300;
	padding: 0 2px;
	line-height: 23px;
}

.check-form input[type=checkbox] {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.check-form input[type=checkbox]:checked + .fake-checkbox i {
	display: block;
}

.check-form input[type=checkbox] + .fake-checkbox {
	float: left;
	margin: 0 9px 0 0;
	width: 23px;
	height: 23px;
	border: 1px solid #b2b2b2;
	text-align: center;
}

.check-form input[type=checkbox] + .fake-checkbox i {
	display: none;
	line-height: 21px;
	color: #00a2f5;
}

.search-form {
	float: left;
	position: relative;
	width: 238px;
	margin: 0;
}

.search-form label {
	display: block;
	margin: 0;
}

.search-form input[type=search] {
	margin: 0;
	height: 35px;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	font-size: 14px;
	line-height: 23px;
	color: #717171;
	padding: 5px 12px;
	width: 100%;
}

.search-form input[type=search]:focus,
.search-form input[type=search].filled {
	border-color: #00a2f5;
}

.search-form input[type=search]:focus + span,
.search-form input[type=search].filled + span {
	display: none;
}

.search-form span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 23px;
	color: #717171;
	text-transform: uppercase;
}

.search-form span i {
	color: #00a2f5;
	margin-left: 5px;
}

.search-form .search-opener {
	display: block;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	background: #fff;
	text-transform: uppercase;
	line-height: 23px;
	color: #717171;
	padding: 5px;
	min-width: 96px;
	text-align: center;
}

.search-form .search-opener:hover {
	background: #f7f7f7;
}

.search-form .search-opener i {
	color: #00a2f5;
	margin-left: 3px;
}

.search-form .search-slide {
	display: none;
	z-index: 2;
	top: 0;
	position: absolute;
	right: 0;
	padding-right: 100px;
	width: 420px;
}

.search-form button[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
	height: 35px;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	background: #fff;
	text-transform: uppercase;
	color: #00a2f5;
	font-weight: bold;
}

#footer {
	padding: 22px 0;
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.social-block {
	float: left;
}

.social-block span {
	float: left;
	margin: 0 15px 0 0;
}

.social-block ul {
	float: left;
}

.social-block ul li {
	float: left;
	margin: 0 7px 0 0;
}

.copy {
	float: right;
}

.copy a {
	text-decoration: underline;
}

.copy a:hover {
	text-decoration: none;
}

.template-gallery .gallery-panel {
	height: 55px;
	background: #333;
	border-top: 1px solid #b8b8b8;
}

.template-gallery .gallery-panel .container {
	position: relative;
	z-index: 1;
}

.template-gallery .box {
	position: absolute;
	top: 0;
	left: 15px;
	width: 308px;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
	padding: 18px 25px 27px;
}

.template-gallery h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 7px;
	color: #000;
}

.template-gallery p {
	margin: 0 0 16px;
}

.template-gallery h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 7px;
}

.template-gallery .switcher {
	float: right;
	padding: 20px 0 0;
}

.template-gallery .switcher li {
	float: left;
	margin: 0 0 0 10px;
}

.template-gallery .switcher a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 13px;
	height: 13px;
	background: #666;
	border-radius: 100%;
}

.template-gallery .switcher .active a,
.template-gallery .switcher a.active,
.template-gallery .switcher a:hover {
	background: #dbdbdb;
}

.template-gallery .btn {
	display: block;
	font-weight: 400;
}

.template-gallery .btn + .btn {
	margin-top: 6px;
}

.template-gallery .mask {
	position: relative;
	background: #d9d9d9;
	height: 803px;
	overflow: hidden;
}

.template-gallery .mask .bg {
	margin-top: -1px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1900px;
	height: 803px;
}

.template-gallery .mask .bg img {
	display: block;
}

.template-gallery .mask .frame {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.template-gallery .mask .desktop .frame {
	margin: -57px 0 0 155px;
}

.template-gallery .mask .tablet .frame {
	margin: -28px 0 0 80px;
}

.template-gallery .mask .mobile .frame {
	margin: -41px 0 0 29px;
}

.template-gallery .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.color-list {
	margin: 0 0 11px;
}

.color-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 5px 0;
}

.color-list span {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 5px;
}

.preview-panel {
	background: #333;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
}

.preview-panel .btn-select {
	float: right;
	margin: 0;
	padding: 14px 16px 16px;
	height: 53px;
	border-radius: 0;
	letter-spacing: .4px;
}

.preview-panel .btn-select i {
	margin-left: 7px;
}

.select-module {
	float: left;
	width: 140px;
	position: relative;
	padding: 10px 10px 9px;
	line-height: 16px;
}

.select-module.long {
	width: 200px;
}

.select-module.long .drop {
	min-width: 176px;
}

.select-module.open .opener {
	display: none;
}

.select-module.open > span {
	padding: 9px 0;
	color: #00a2f5;
}

.select-module.open .drop {
	display: block;
}

.select-module .visual {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}

.select-module .visual:hover .hover {
	display: block;
}

.select-module .visual img {
	display: block;
	border: 1px solid #fff;
	border-radius: 1px;
}

.select-module .visual:before {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	background: #00a2f5;
	width: 14px;
	height: 14px;
	content: "";
}

.select-module .visual:after {
	position: absolute;
	content: "";
	bottom: 2px;
	right: 4px;
	width: 6px;
	height: 6px;
	border: 3px solid transparent;
	border-top-color: #fff;
}

.select-module .visual .hover {
	display: none;
	z-index: 1001;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 193px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
	border: none;
	border-radius: 0;
}

.select-module .visual .color {
	display: block;
	width: 34px;
	height: 34px;
	border: 2px solid #fff;
	border-radius: 1px;
}

.select-module .opener {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
}

.select-module .opener:hover,
.select-module .opener:focus {
	color: #29b7ff;
}

.select-module > span {
	color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: default;
    text-align: left;
}

.select-module .drop {
	position: absolute;
	top: 100%;
	left: 0;
	background: #514f4f;
	min-width: 136px;
	max-width: 400px;
	padding: 0 11px 5px;
	border: none;
	border-bottom: 5px solid #00a2f5;
	border-radius: 0 0 1px 1px;
	box-shadow: none;
	line-height: 20px;
}

.select-module .drop li {
	margin: 0 0 5px;
}

.select-module .drop a {
	display: block;
	color: #fff;
	padding: 0;
}

.select-module .drop a:hover {
	color: #00a2f5;
	background: none;
}

.select-module .drop img {
	float: left;
	border-radius: 2px;
	margin: 0 11px 0 0;
}

.select-module .drop span {
	padding: 6px 8px 6px 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select-module .drop .color {
	float: left;
	margin: 0 11px 0 0;
	width: 32px;
	height: 32px;
	border-radius: 2px;
}

.preview-frame {
	overflow: hidden;
}

.preview-frame img {
	display: block;
}

.preview-frame .phone {
	margin: 65px auto 73px;
	padding: 57px 20px 46px 20px;
	width: 383px;
	height: 625px;
	overflow: hidden;
	background: url(images/bg-phone.svg) no-repeat;
	background-size: 383px 625px;
}

.preview-frame .tablet {
	margin: 70px auto;
	padding: 64px 24px 63px;
	width: 485px;
	height: 653px;
	overflow: hidden;
	background: url(images/bg-tablet.svg) no-repeat;
	background-size: 485px 653px;
}

.devices-list {
	float: left;
	text-align: center;
	font-size: 24px;
}

.devices-list li {
	float: left;
}

.devices-list a {
	display: block;
	width: 51px;
	height: 53px;
	color: #fff;
}

.devices-list a:hover,
.devices-list a.active {
	background: #00a2f5;
}

.devices-list a i {
	line-height: 54px;
}

.devices-list .fa-desktop {
	font-size: 24px;
}

.devices-list .fa-tablet {
	font-size: 28px;
}

.devices-list .fa-mobile {
	font-size: 30px;
}

.tab.js-tab-hidden {
	display: none;
}

.tab img {
	display: block;
}

.promo-section {
	overflow: hidden;
	text-align: center;
	/*background: url(images/bg-1.jpg) no-repeat 50% 50%;*/
	/*background: url(images/bg-2-new.jpg) no-repeat 50% 50%;*/
	/*background: url(images/bg-2-new-full.jpg) no-repeat 50% 50%;*/
	height:360px;
	background-size: cover;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #fff;
	position: relative;
}

.promo-section .slide {
	/*padding: 49px 0 0;*/
	padding: 90px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
}

.promo-section .text-block {
	max-width: 640px;
	/*margin: 0 auto 38px;*/
	margin: 0 auto 38px 100px;
}

.promo-section h1 {
	font-weight: inherit;
	font-size: 30px;
	line-height: 36px;
	/*margin: 0 0 18px;*/
	margin: 0 0 4px;
	font-weight: bold;
}

.promo-section p {
	margin: 0 0 15px;
}

.promo-section .btn {
	height: 45px;
	border: 1px solid #fff;
	min-width: 276px;
	letter-spacing: .4px;
}

.promo-section .btn i {
	/*color: #00a2f5;*/
	color:#70B852;
	margin-left: 5px;
	font-size: 16px;
}

.promo-section .btn:hover {
	background: #fff;
	color: #646464;
}

.promo-section .visual {
	display: block;
	margin: 0 auto -1px;
}

.filter-panel {
	position: relative;
	z-index: 30px;
	background: #00a2f5;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .4);
}

.filter-panel .label {
	float: left;
	margin: 12px 35px 0 0;
	color: #fff;
	background: #0191db;
	font-weight: 700;
	padding: 5px 20px;
	border-radius: 15px;
}

.filter-panel .label:hover {
	background: #fff;
	color: #00a2f5;
}

.filter-list {
	float: left;
	font-weight: 500;
	text-transform: uppercase;
	margin: 17px 0 0;
}

.filter-list li {
	float: left;
	margin: 0 37px 0 0;
}

.filter-list li.active a {
	color: #fff;
}

.filter-list a {
	color: #216a9e;
}

.filter-list a:hover {
	color: #fff;
}

.items-area {
	position: relative;
	padding: 160px 0 54px;
}

.items-area .not-found {
	color: #646464;
}

.items-area .note {
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
}

.items-area .note i {
	/*color: #00a2f5;*/
	/*color:#386525;*/
	color:#70B852;	
	margin-left: 10px;
}

.theme-item {
	margin: 0 0 106px;
	position: relative;
	border-radius: 12px;
	color: #fff;
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.theme-item.new-item {
	opacity: 0;
}

.theme-item .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 9px;
}

.theme-item .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.theme-item .holder {
	z-index: 2;
	position: relative;
	border: 3px solid #fff;
	border-radius: 12px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
	min-height: 251px;
}

.theme-item .visual {
	position: absolute;
	bottom: 0;
	left: 84px;
	width: 465px;
	height: 302px;
}

.theme-item .visual .desktop {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 412px;
	height: 302px;
	background: url(images/bg-desktop-2.png) no-repeat;
	padding: 16px 0 0 17px;
}

.theme-item .visual .tablet {
	position: absolute;
	bottom: 0;
	left: 324px;
	width: 141px;
	height: 185px;
	background: url(images/bg-tablet-2.png) no-repeat;
	padding: 19px 0 0 7px;
}

.theme-item .visual .mobile {
	position: absolute;
	bottom: 0;
	left: 282px;
	width: 72px;
	height: 110px;
	background: url(images/bg-phone-2.png) no-repeat;
	padding: 17px 0 0 5px;
	overflow: hidden;
}

.theme-item .visual img {
	display: block;
}

.theme-item .frame {
	position: absolute;
	top: 37px;
	right: 20px;
	left: 684px;
	bottom: 36px;
	z-index: 10;
	margin-left:185px;
}

.theme-item h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 8px;
}

.theme-item .title {
	display: block;
	font-weight: 500;
	margin: 0 0 5px;
}

.theme-item .color-list {
	margin: 0 0 20px;
}

.theme-item .btn {
	border: 1px solid #fff;
	height: 45px;
	margin-bottom: 5px;
	font-size: 14px;
	min-width: 166px;
	letter-spacing: .5px;
	color: #646464;
	background: #fff;	
}

.theme-item .btn-preview {
	/*margin-left:180px;*/
}


.theme-item .btn:hover {
	background: transparent;
	color: #fff;
}

.theme-item .btn:hover i {
	color: #fff;
}

.theme-item .btn i {
	margin: 4px 0 0 7px;
	font-size: 16px;
	color: #00a2f5;
}

.theme-item .btn + .btn {
	margin-left: 11px;
}

.f-panel {
	z-index: 1;
	position: absolute;
	top: 100%;
	right: 13px;
	border: solid #e3e3e3;
	border-width: 0 1px 1px;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 7px 20px;
	font-weight: bold;
}

.f-panel a {
	float: left;
	color: #646464;
}

.f-panel a:hover {
	color: #000;
}

.f-panel a + a {
	margin-left: 22px;
}

.f-panel a i {
	display: inline-block;
	vertical-align: top;
	margin: 4px 4px 0 0;
	color: #00a2f5;
	font-size: 14px;
}

.capture-modal {
	display: none;
}

.capture-modal .close {
	z-index: 100;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	cursor: default;
}

.capture-modal .capture-panel {
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 80px;
	background: #333;
}

.capture-modal .capture-panel .title {
	float: left;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	line-height: 53px;
	margin: 0 25px 0 0;
}

.capture-modal .modal-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	padding: 103px 0;
}

.capture-modal .modal-area .container {
	position: relative;
	z-index: 102;
}

.capture-modal .box {
	background: #fff;
	border-radius: 10px;
	padding: 44px 50px 50px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}

.capture-modal .box h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 11px;
	color: #000;
}

.capture-modal .box p {
	margin: 0 0 21px;
}

.capture-modal .text {
	padding: 0 22px;
	color: #d4d4d4;
	font-size: 12px;
	line-height: 16px;
}

.capture-modal .text p {
	margin: 0 0 12px;
}

.marketing-form .label {
	float: left;
	margin: 0 7px 0 0;
}

.marketing-form .radio-item {
	float: left;
	position: relative;
	margin: 0 13px 0 0;
}

.marketing-form .radio-item input[type=radio] {
	position: absolute;
	left: -9999px;
}

.marketing-form .radio-item input[type=radio]:checked + .fake-radio {
	background: #00a2f5;
}

.marketing-form .radio-item input[type=radio] + .fake-radio {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 2px 4px 0 0;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 100%;
}

.marketing-form .radio-item input[type=radio] + .fake-radio:before {
	position: absolute;
	content: "";
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	background: #fff;
	border-radius: 100%;
}

.explore-form .note {
	display: block;
	margin: 0 0 20px;
	font-style: italic;
	font-size: 14px;
}

.explore-form .note i {
	color: #e33232;
}

.explore-form .text-input {
	display: block;
	position: relative;
	margin: 0 0 10px;
}

.explore-form .text-input.valid span,
.explore-form .text-input.error span {
	display: block;
}

.explore-form .text-input.valid input {
	border-color: #00a2f5;
	box-shadow: inset 0 0 0 1px #00a2f5;
}

.explore-form .text-input.error input {
	border-color: #f75241 !important;
	box-shadow: inset 0 0 0 1px #f75241 !important;
}

.explore-form .text-input.error span {
	color: #f75241 !important;
}

.explore-form .text-input.error .error-message {
	display: block;
}

.explore-form .text-input span {
	display: none;
	position: absolute;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .6px;
	top: -6px;
	left: 16px;
	text-transform: uppercase;
	color: #00a2f5;
	padding: 0 5px;
	font-weight: 600;
	background: #fff;
}

.explore-form .text-input input {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	line-height: 23px;
	padding: 10px 14px;
	color: #252525;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	font-weight: normal;
	outline: none;
}

.explore-form .text-input input::-webkit-input-placeholder {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.explore-form .text-input input::-moz-placeholder {
	opacity: 1;
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.explore-form .text-input input:-moz-placeholder {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.explore-form .text-input input:-ms-input-placeholder {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.explore-form .text-input input.placeholder {
	font-size: 13px;
	color: #7e7e7e;
	text-transform: uppercase;
}

.explore-form .text-input input:focus {
	border-color: #00a2f5;
	box-shadow: inset 0 0 0 1px #00a2f5;
}

.explore-form .text-input input:focus + span {
	display: block;
}

.explore-form .text-input input:focus::-webkit-input-placeholder {
	color: #fff;
}

.explore-form .text-input input:focus::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.explore-form .text-input input:focus:-moz-placeholder {
	color: #fff;
}

.explore-form .text-input input:focus:-ms-input-placeholder {
	color: #fff;
}

.explore-form .text-input input:focus.placeholder {
	color: #fff;
}

.explore-form .select-row {
	margin: 0 -6px 10px;
}

.explore-form .select-row .col {
	float: left;
	padding: 0 6px;
	width: calc(100% / 3);
}

.explore-form select {
	width: 100%;
	display: block;
}

.explore-form .btn {
	display: block;
	width: 100%;
}

.explore-form .btn i {
	font-size: 16px;
	margin-top: 4px;
}

.explore-form .error-message {
	display: none;
	z-index: 2;
	width: 257px;
	text-align: center;
	border: 1px solid #cb3121;
	background: #f75241;
	color: #fff;
	position: absolute;
	top: 100%;
	margin-top: -2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 20px;
	padding: 2px 4px 6px;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .15);
	font-style: normal;
	font-weight: normal;
}

.explore-form .error-message i {
	margin-right: 5px;
}

.explore-form .error-message:before,
.explore-form .error-message:after {
	position: absolute;
	content: "";
	top: -14px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	border: 7px solid transparent;
	border-bottom-color: #cb3121;
}

.explore-form .error-message:after {
	margin-left: -7px;
	top: -13px;
	width: 12px;
	height: 12px;
	border: 7px solid transparent;
	border-bottom-color: #f75241;
}

.options-active {
	height: 100%;
	overflow: hidden;
}

.options-active .options-slide {
	right: 0;
}

.expertise-mobile-active {
	height: 100%;
	overflow: hidden;
}

.expertise-mobile-active .expertise-slide {
	right: 0;
}

.filters-mobile-active {
	height: 100%;
	overflow: hidden;
}

.filters-mobile-active .filters-slide {
	right: 0;
}

.mobile-slide {
	display: block !important;
	position: fixed;
	top: 0;
	right: -288px;
	z-index: 9999;
	width: 282px;
	background: #f1f1f1;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
	height: 100%;
	padding: 0 0 20px;
	overflow: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
}

.mobile-slide > form > ul {
	margin: 0 0 18px;
}

.mobile-slide > form > ul > li {
	border-bottom: 1px solid #d8d8d8;
    clear: both;
}

.mobile-slide > form > ul > li.open > a {
	color: #fff;
}

.mobile-slide > form > ul > li.open .drop {
	display: block;
}

.mobile-slide > form > ul > li > a {
	display: block;
	color: #717171;
	padding: 10px 15px 12px;
}

.mobile-side-menu .msm-btn.selected {
    background-color: #514F4F;
    color: #F1F1F1;
}

.mobile-slide > form > ul > li > a:hover {
	background: #00a2f5;
	color: #fff;
}

.mobile-slide > form > ul > li > a:hover i {
	color: inherit;
}

.mobile-slide > form > ul > li > a.selected:hover i {
    color: #00a2f5;
}

.mobile-slide > form > ul > li > a > .x {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    background-color: #747474;
    color: #00a2f5;
    font-size: 11px;
    text-align: center;
    margin-top: 2px;
    display: none;
}

.mobile-slide > form > ul > li > a.selected .x {
    display: inline-block;
}

.mobile-slide > form > ul > li > a i {
	display: inline-block;
	vertical-align: top;
	color: #00a2f5;
	margin: 3px 0 0 5px;
	font-size: 16px;
}

.mobile-slide > form > ul > li > a em {
	display: none;
}

.mobile-slide .panel {
    background-color: #514F4F;
    color: #F1F1F1;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #d8d8d8;
    margin-top: -1px;
}

.mobile-slide .panel ul {
    margin-bottom: 16px;
    padding-left: 15px;
}

.mobile-slide .panel ul li {
    margin-bottom: 14px;
    list-style: none;
}

.mobile-slide .panel ul li a {
    color: #F1F1F1;
    position: relative;
    padding-left: 26px;
    line-height: 24px;
}

.mobile-slide .panel ul li a span.box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    position: absolute;
    top: -1px;
    left: 0;
}

.mobile-slide .btn {
	display: block;
	margin: 0 15px 18px;
}

.mobile-slide .drop {
	display: none;
	margin-top: -42px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
	background: #646464;
	padding: 54px 16px 0;
}

.mobile-slide .drop .close {
	position: absolute;
	right: 13px;
	top: 14px;
	background: #747474;
	text-align: center;
	font-size: 12px;
	width: 17px;
	height: 17px;
}

.mobile-slide .drop .close:hover {
	color: #fff;
}

.mobile-slide .drop .close i {
	line-height: 17px;
	display: block;
}

.mobile-slide .search-form {
	padding-right: 80px;
}

.mobile-slide .search-form button {
	width: 75px;
}

.mobile-slide .search-form button:hover {
	background: #eee;
}

.theme-list-2 {
	overflow: hidden;
}

.theme-list-2 li {
	margin: 0 0 22px;
}

.theme-list-2 a {
	display: block;
	overflow: hidden;
	line-height: 23px;
	color: #fff;
}

.theme-list-2 a:hover {
	color: #00a2f5;
}

.theme-list-2 a.active i {
	border-color: #fff;
	text-indent: 0;
}

.theme-list-2 a i {
	float: left;
	margin: 0 6px 0 0;
	width: 23px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #b2b2b2;
	text-indent: -9999px;
	overflow: hidden;
	color: #00a2f5;
}

.color-list-2 {
	line-height: 23px;
	color: #fff;
	overflow: hidden;
}

.color-list-2 li {
	margin: 0 0 21px;
}

.color-list-2 .color {
	float: left;
	margin: 0 6px 0 0;
	width: 23px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #b2b2b2;
	text-indent: -9999px;
	overflow: hidden;
	color: #00a2f5;
}

.jcf-select {
	display: block;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fff;
	height: 45px;
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	color: #7d7d7d;
	letter-spacing: .5px;
}

.jcf-select.jcf-drop-active:before {
	z-index: 5;
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	background: #383838;
	border-radius: 5px 5px 0 0;
	width: 200px;
}

.jcf-select.jcf-drop-active .jcf-select-text {
	color: #00a2f5;
	z-index: 7;
	width: 178px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 9px 5px 0 13px;
}

.jcf-select .jcf-select-text:after {
	margin-left: 5px;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	-webkit-font-kerning: auto;
	font-kerning: auto;
	-webkit-font-language-override: normal;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	color: #00a2f5;
}

.jcf-select .jcf-select-opener {
	display: none;
}

.jcf-select-drop {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
	min-width: 200px !important;
	background: #383838;
	border-bottom: 6px solid #00a2f5;
	text-transform: uppercase;
}

.jcf-select-drop .jcf-option {
	display: block;
	padding: 5px 15px;
	color: #b9b9b9;
	cursor: default;
}

.jcf-select-drop .jcf-option:hover {
	color: #fff;
}

.jcf-select-drop .jcf-option.jcf-selected {
	display: none;
}

.main-holder {
	margin: 20px 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.main-holder #sidebar {
	width: 300px;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 30px;
}

.main-holder #content {
	display: table-cell;
	vertical-align: top;
}

.main-holder .search-form {
	float: none;
	margin: 0 0 15px;
	width: 200px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.mobile-slide {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.filters-block {
		float: left;
	}

	.filters-block:first-child {
		margin: 0;
	}

	.filters-block:first-child .opener {
		padding: 12px 17px 11px 26px;
	}

	.filters-block .opener:hover {
		background: #f7f7f7;
	}

	.expertise-drop {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #f7f7f7;
		padding: 10px 25px;
		z-index: 10;
		box-shadow: 0 0 16px 0 rgba(0, 0, 0, .28);
	}

	.filters-drop {
		background: #f7f7f7;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	}

	.filters-drop > .container > form > ul {
		margin-left: 0;
	}

	.filters-drop > .container > form > ul > li {
		margin: 0;
	}

	.filters-drop > .container > form > ul > li + li {
		margin-left: 71px;
	}

	.search-form {
		float: right;
	}

	#footer {
		padding: 19px 0 24px;
	}

	.social-block {
		text-align: center;
		float: none;
		margin: 0 0 3px;
	}

	.social-block span {
		float: none;
		display: block;
		margin: 0 0 -2px;
	}

	.social-block ul {
		float: none;
		font-size: 40px;
	}

	.social-block ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 6px;
	}

	.copy {
		float: none;
		display: block;
		text-align: center;
	}

	.template-gallery .gallery-panel {
		border: none;
	}

	.template-gallery .box {
		width: auto;
		position: relative;
		left: auto;
		top: 0;
		margin: 0 33px;
		padding: 16px 34px 13px;
	}

	.template-gallery h1 {
		margin: 0 0 5px;
	}

	.template-gallery .mask {
		height: 649px;
	}

	.template-gallery .slide {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: scale(.88);
		-ms-transform: scale(.88);
		transform: scale(.88);
	}

	.template-gallery .slide.desktop {
		margin: 29px 0 0 -109px;
	}

	.template-gallery .slide.tablet {
		margin: 29px 0 0 -106px;
	}

	.template-gallery .slide.mobile {
		margin: 29px 0 0 -40px;
	}

	.theme-info {
		padding: 37px 0 23px;
		text-align: center;
		background: #f1f1f1;
		position: relative;
	}

	.theme-info h2 {
		line-height: 27px;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 19px 0;
	}

	.theme-info .color-list {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 13px;
	}

	.theme-info .btn {
		display: inline-block;
		vertical-align: top;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: .3px;
		margin: 0 4px 5px !important;
	}

	.theme-info .btn i {
		display: none;
	}

	.select-module .drop {
		padding: 6px 11px 5px;
	}

	.select-module .drop li {
		margin: 0 0 16px;
	}

	.tab img {
		margin: 0 auto;
	}

	.promo-section .visual {
		margin: 0 -500px;
	}

	.filter-panel .label {
		margin: 3px 17px 0 0;
	}

	.filter-list {
		margin: 8px 0 7px;
	}

	.filter-list li.active a {
		color: #00a2f5;
	}

	.filter-list a {
		color: #646464;
	}

	.filter-list a:hover {
		color: #00a2f5;
	}

	.items-area {
		padding: 111px 0 50px;
	}

	.theme-item {
		margin: 0 0 153px;
		color: #000;
	}

	.theme-item .holder {
		padding: 0;
	}

	.theme-item .visual {
		left: 124px;
	}

	.theme-item .frame {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		background: #fff;
		padding: 25px 28px 16px 20px;
		z-index: 1;
		margin: -10px 2px 0;
		border-radius: 0 0 4px 4px;
	}

	.theme-item h2 {
		float: left;
		margin: 3px 0 0;
		max-width: 350px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.theme-item .btn-holder {
		float: right;
	}

	.theme-item .btn {
		min-width: 141px;
		background: #00a2f5;
		color: #fff;
		float: left;
		margin: 0 0 0 11px !important;
		border: none;
	}

	.theme-item .btn:hover {
		background: #a7a7a7;
		color: #fff !important;
	}

	.theme-item .btn i {
		display: none;
	}

	.f-panel {
		background: #f7f7f7;
		right: 2px;
		padding: 15px 20px 11px;
	}

	.capture-modal .capture-panel {
		padding: 0 25px;
	}

	.capture-modal .modal-area .row > div {
		float: none;
		width: 486px;
		margin: 0 auto;
	}

	.capture-modal .box {
		margin: 0 0 30px;
	}

	.capture-modal .text {
		margin: -15px 0 0;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.filters-block {
		float: right;
	}

	.filters-block:first-child {
		float: left;
		margin-left: 0 !important;
	}

	.filters-block:first-child .opener {
		padding: 12px 15px 11px;
	}
}

@media (max-width: 1199px) and (max-width: 1199px) {
	.filters-block:first-child {
		margin-left: -24px;
	}
}

@media (max-width: 991px) {
	.search-form {
		width: 96px;
	}

	.capture-modal .modal-area .container {
		width: 458px;
		padding: 0;
	}

	.main-holder #sidebar {
		display: block;
		width: auto;
		padding: 0;
	}

	.main-holder #content {
		display: block;
		margin: 0 0 15px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#header {
		padding: 13px 0;
	}

	.logo {
		width: 121px;
		float: none;
		display: block;
		margin: 0 auto 2px;
	}

	.cta {
		margin: 0;
		float: none;
		display: block;
		text-align: center;
		font-size: 12px;
	}

	.cta a {
		font-size: 16px;
	}

	.nav-panel {
		padding: 15px 0;
	}

	.nav-panel a {
		letter-spacing: 1px;
	}

	.clear-holder {
		border: none;
		margin: 0;
		padding: 4px 0 22px;
	}

	.clear-holder a i {
		margin: 1px 6px 0 3px;
	}

	.check-form label {
		margin: 0 0 20px;
		padding: 0;
	}

	.check-form input[type=checkbox] + .fake-checkbox {
		margin: 0 6px 0 0;
	}

	.search-form {
		float: none;
		width: auto;
		margin: -3px 15px 13px;
	}

	.search-form span {
		font-weight: normal;
	}

	.copy .terms {
		display: block;
		margin: 10px 0 0;
	}

	.template-gallery .gallery-panel {
		height: auto;
		padding: 0 0 15px;
	}

	.template-gallery .box {
		margin: 0;
		padding: 15px 15px 20px;
	}

	.template-gallery p {
		margin: 0;
	}

	.template-gallery .mask {
		height: 240px;
	}

	.template-gallery .slide {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		margin: 0 !important;
	}

	.select-module {
		width: auto;
	}

	.promo-section {
		font-size: 16px;
		line-height: 21px;
	}

	.promo-section .text-block {
		margin: 0 auto 38px;
	}

	.promo-section h1 {
		font-size: 22px;
		line-height: 27px;
	}

	.promo-section .visual {
		display: none;
	}

	.items-area {
		padding: 85px 0 30px;
	}

	.items-area .note {
		font-size: 12px;
		padding: 15px 5px;
	}

	.items-area .note i {
		margin-left: 4px;
	}

	.theme-item {
		margin: 0 0 134px;
	}

	.theme-item .holder {
		min-height: 147px;
		margin: 0 -28px;
		border-radius: 0;
	}

	.theme-item .visual {
		left: 50%;
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transform: translate(-50%, -50%) scale(.62);
		-ms-transform: translate(-50%, -50%) scale(.62);
		transform: translate(-50%, -50%) scale(.62);
		bottom: -150px;
	}

	.theme-item .frame {
		margin: -10px -15px 0;
		padding: 25px 15px 25px;
		text-align: center;		
	}

	.theme-item h2 {
		float: none;
		margin: 0 0 15px;
		max-width: none;
	}

	.theme-item .btn-holder {
		float: none;
	}

	.theme-item .btn {
		min-width: 214px;
		float: none;
		margin: 0 !important;
		font-size: 16px;
	}

	.f-panel {
		padding: 13px 5px 13px;
		left: -3px;
		right: -3px;
		text-align: center;
	}

	.f-panel a {
		float: none;
		display: inline-block;
		margin: 0 10px !important;
	}

	.capture-modal .capture-panel {
		padding: 0 5px;
	}

	.capture-modal .capture-panel .title {
		display: none;
	}

	.capture-modal .modal-area {
		padding: 107px 0;
	}

	.capture-modal .modal-area .container {
		width: auto;
		padding: 0 15px;
	}

	.capture-modal .modal-area .row > div {
		width: auto;
	}

	.capture-modal .box {
		padding: 32px 23px 36px;
		margin: 0 0 28px;
	}

	.capture-modal .text {
		padding: 0;
	}

	.explore-form .select-row .col {
		float: none;
		width: auto;
		margin: 0 0 11px;
	}
}

a {
	color:#386525;	
}

.preview_iframe{
	width: 100%; 
}

.theme-item .frame .btn-holder .btn-details{
	display: none;		
}

.preview-panel .container {display:table;}
.table_row {display:table-row; width:100%;}
.backtogallery, .preview_selects, .phonenumber {display:table-cell;}

.backtogallery { padding-left:0px; vertical-align:top; padding-top:15px; width:auto;}
.backtogallery i { color:#00a2f5; font-size:18px;padding-right:5px;}
.backtogallery a {
	color:#FFF;
	letter-spacing: .5px;
	font-size:13px;
	text-transform:uppercase;
	line-height:25px;
	font-weight:bold;
}
.preview_selects { text-align:center; margin:0px auto;}
.phonenumber { vertical-align:top; margin-top:8px;}
.phonenumber div.phone_icon, .phonenumber div.phone_number {display:inline-block; line-height:1; margin-top:10px;}
.phonenumber .call_us { color:#FFFFFF; }
.phonenumber div.phone_icon { vertical-align:top; margin-top:9px;}
.phonenumber a {font-size:18px;}
.fa-phone-square {font-size:2.6em;}
/**/

.open:not(.long) .dropdown-menu {
    column-count: 3;
}

.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #666;
    text-align:left;
}
.tooltip .bottom {
    min-width:230px; 
    max-width:250px;
    top:20px;
    left:50%;
    transform:translate(-50%, 0);
    padding:10px 20px;
    color:#FFFFFF;
    background-color:#000000;
    font-weight:normal;
    font-size:12px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    border:1px solid transparent;box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}
.tooltip .bottom p{
	font-family: Roboto; font-size: 12px;
}
.tooltip:hover .bottom {
    display:block;
}

.tooltip .bottom i {
    position:absolute;
    bottom:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip .bottom i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,50%) rotate(45deg);
    background-color:#000000;
    border:1px solid transparent;box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
#topbutton {
  position: fixed;
  display: none;
  height: 55px;
  width: 53px;
  right: 5px;
  bottom: 140px;
  background: #000000;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 900;
  line-height: 12px;
text-transform: uppercase;
	z-index: 9;
}
#topbutton span.fa {
    padding-top: 10px;
    height: 25px;
}
#topbutton span {display: block;}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

