html {
	min-height: 100%
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	width: 100%;
	min-height: 100%;
	line-height: 1.42857;
	color: #333333;
	font-size: 16px;
	background-color: #fff
}

#page {
	width: 100%;
	min-height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.wrapper {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative
}

.wrapper:before,.wrapper:after {
	content: "";
	display: table
}

.wrapper:after {
	clear: both
}

.wrapper.row {
	padding-left: 5px;
	padding-right: 5px
}

*,*:before,*:after {
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1
}

h1 {
	font-size: 32px;
	line-height: 42px
}

h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px;
	line-height: 24px
}

h5 {
	font-size: 20px;
	line-height: 22px
}

h6 {
	font-size: 16px;
	line-height: 20px
}

hr {
	background-color: #d0cbbd;
	margin: 20px 0;
	border: 0 none;
	height: 1px
}

p {
	margin-bottom: 20px
}

a {
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
	background: none;
	border: none;
	color: #000
}

a:hover {
	text-decoration: none;
}

a:hover,a:focus,a:active {
	outline: 0 none !important
}

.fl_l {
	float: left
}

.fl_r {
	float: right
}

.clear {
	clear: both
}

.clearfix {
	float: none;
	clear: both
}

.hidden {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

img {
	max-width: 100%;
	height: auto
}

.block-title22,.widget-title,.offers-promises-block .block-title,.services-block .title,.icons-block .item .title,.page-header .description {
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	font-size: 22px;
	line-height: 26px
}

ul,ol {
	margin: 0 0 18px 27px
}

ul {
	list-style: disc
}

ol {
	list-style-type: decimal
}

ol ol {
	list-style: upper-alpha
}

ol ol ol {
	list-style: lower-roman
}

ol ol ol ol {
	list-style: lower-alpha
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0
}

dl {
	margin: 0 1.625em
}

dt {
	font-weight: bold
}

dd {
	margin-bottom: 1.625em
}

strong {
	font-weight: bold
}

cite,em,i {
	font-style: italic
}

blockquote {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	display: block;
	clear: both;
	padding: 10px 15px 10px 20px
}

blockquote em,blockquote i,blockquote cite,blockquote p {
	font-style: italic
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase
}

pre {
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em
}

code,kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,acronym,dfn {
	border-bottom: 1px dotted #666;
	cursor: help
}

address {
	display: block;
	margin: 0 0 1.625em
}

ins {
	background: #FFD800;
	text-decoration: none;
	color: #462C00
}

sup,sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline
}

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

b {
	font-weight: bold
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	color: #231f20;
	margin-bottom: 12px;
	line-height: 1.1
}

.entry-content h1 {
	font-size: 42px
}

.entry-content h2 {
	font-size: 39px
}

.entry-content h2.middle-h {
	font-size: 24px;
	line-height: 30px
}

.entry-content h2.small-h {
	font-size: 20px;
	line-height: 30px
}

.entry-content h3 {
	font-size: 35px
}

.entry-content h4 {
	font-size: 30px
}

.entry-content h5 {
	font-size: 25px
}

.entry-content h6 {
	font-size: 20px
}

.entry-content a {
	color: #0067ae;
	text-decoration: none;
}

.entry-content a:hover {
	color: #ff6303
}

.entry-content p.no-margin {
	margin-bottom: 5px
}

.entry-content table {
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0
}

.entry-content table.full {
	width: 100%
}

.entry-content table caption {
	margin-bottom: 10px
}

.entry-content table th {
	font-weight: bold;
	padding: 6px 6px;
	vertical-align: middle;
	border: 1px solid #dfdfdf
}

.entry-content table td {
	border: 1px solid #dfdfdf;
	padding: 6px 6px;
	vertical-align: middle
}

.entry-content table.nostyle {
	border: none
}

.entry-content table.nostyle th,.entry-content table.nostyle td {
	border: none;
	padding: 4px 0 5px
}

.entry-content .alignright {
	float: right
}

.entry-content .alignleft {
	float: left
}

.entry-content img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 15px
}

.entry-content img.alignright {
	display: inline;
	margin-left: 3%
}

.entry-content img.alignleft {
	display: inline;
	margin-right: 3%;
	margin-top: 3px
}

.entry-content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.entry-content .wp-caption {
	border: 1px solid #e9e9ea;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px
}

.entry-content .wp-caption img {
	margin-top: 0;
	margin-bottom: 7px
}

.entry-content .wp-caption.alignleft {
	margin-right: 3%;
	margin-top: 3px
}

.entry-content .wp-caption.alignright {
	margin-left: 3%;
	margin-top: 3px
}

.entry-content .wp-caption.aligncenter {
	margin-right: auto;
	margin-left: auto
}

.entry-content .wp-caption p {
	margin-bottom: 5px
}

.entry-content ul {
	list-style-type: square
}

.entry-content ul,.entry-content ol {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px
}

.entry-content ul li,.entry-content ol li {
	/*position: relative*/
}

.entry-content ul li:before,.entry-content ol li:before {
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -13px;
	width: 6px;
	height: 6px;
	display: block;
	z-index: 1;
	/*background-color: #3e3c3c;*/
}

.entry-content ul ul,.entry-content ul ol,.entry-content ol ul,.entry-content ol ol {
	margin-top: 3px;
	margin-bottom: 3px
}

.entry-content iframe {
	margin: 0 auto 20px;
	display: block;
	z-index: 1
}

.entry-content .wrap-image {
	margin-bottom: 20px
}

.row-inline>* {
	display: inline-block;
	vertical-align: top;
	float: none
}

@media (min-width: 1200px) {
	.col-lg-1_5 {
		width: 20%
	}
}

#site-header {
	background-color:darkred;
	z-index: 1000;
	width: 100%;
	-o-transition: top .3s;
	transition: top .3s;
	position: relative
}

@media (max-width: 767px) {
	#site-header .wrapper {
		height: 75px;
		padding-right: 75px
	}
}

@media (min-width: 768px) {
	#site-header .wrapper-inn {
		width: 100%;
		display: table;
		height: 100px;
	}
	#site-header .wrapper-inn a strong{
		font-size:23px;
		font-weight:bold;
		color:#fff;
	}
	#site-header .wrapper-inn a strong i{
		margin-left:5px;
		margin-right:5px;
		font-size:30px;
		color:#ff6303;
	}
}


body.home #site-header {
	background-color:darkred;
}

@media (max-width: 991px) {
	#site-header .header-request-btn {
		display: none
	}
}

@media (min-width: 992px) {
	#site-header .header-request-btn {
		width: 175px;
		display: table-cell;
		vertical-align: middle;
		text-align: right
	}

	#site-header .header-request-btn .btn,#site-header .header-request-btn input[type=submit] {
		padding: 6px 12px;
		font-size: 18px;
		line-height: 26px
	}
}

#site-title img {
	display: block
}

@media (max-width: 767px) {
	#site-title {
		display: block;
		max-width: 235px;
		width: 100%;
		padding: 21px 0 23px
	}
}

@media (min-width: 768px) {
	#site-title {
		display: table-cell;
		vertical-align: middle;
		width: 235px
	}
}

body.stick-header .site-header-clone {
	height: 100px;
	width: 100%
}

body.stick-header #site-header {
	position: fixed;
	top: 0;
	left: 0;
	/*background-color: rgba(0,0,0,0.965) !important*/
}

body.stick-header.home #site-header {
	top: -60px
}

body.stick-header.home.logged-in #site-header {
	top: -28px
}

body.stick-header.logged-in #site-header {
	top: 32px
}

body.stick-header-completed #site-header {
	top: 0 !important;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2)
}

body.stick-header-completed #site-header .wrapper {
	-o-transition: height .2s;
	transition: height .2s
}

body.stick-header-completed.logged-in #site-header {
	top: 32px !important
}

#primary-navigation {
	display: table-cell;
	vertical-align: middle
}

#primary-navigation .close-btn {
	display: none
}

#primary-navigation ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none
}

#primary-navigation ul:before,#primary-navigation ul:after {
	content: "";
	display: table
}

#primary-navigation ul:after {
	clear: both
}

@media (min-width: 768px) {
	#primary-navigation ul {
		display: none
	}
}

#primary-navigation li:hover>ul {
	display: block
}

@media (min-width: 768px) {
	#primary-navigation>ul {
		float: right
	}
}

#primary-navigation>ul {
	display: block
}

#primary-navigation>ul>li {
	float: left;
	display: block
}

#primary-navigation>ul>li:hover>a {
	color: #ff6303
}

#primary-navigation>ul>li.current-menu-item>a,#primary-navigation>ul>li.current-menu-ancestor>a,#primary-navigation>ul>li.current-page-ancestor>a,#primary-navigation>ul>li.current-menu-parent>a {
	color: #ff6303
}

#primary-navigation>ul>li>a {
	padding: 15px 9px;
	/*font-size: 18px;*/
	line-height: 30px
}

body.sticky-header #primary-navigation>ul>li>a {
	padding-top: 18px;
	padding-bottom: 16px
}

#primary-navigation>ul>li>a:hover {
	color: #ff6303
}

#primary-navigation li {
	position: relative
}

#primary-navigation a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	display: block
}

#primary-navigation .sub-menu {
	font-size: 16px;
	line-height: 20px
}

@media (min-width: 768px) {
	#primary-navigation .sub-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 225px;
		border-radius: 3px
	}
}

body.home #primary-navigation .sub-menu {
	background-color: rgba(0,0,1)
}

body.home #primary-navigation .sub-menu a:hover {
	background-color: rgba(0,0,0,1)
}

#primary-navigation .sub-menu,body.stick-header-completed #primary-navigation .sub-menu {
	background-color: #000
}

#primary-navigation .sub-menu a:hover,body.stick-header-completed #primary-navigation .sub-menu a:hover {
	background-color: #dde1e5;
}

#primary-navigation .sub-menu li:first-child a {
	padding-top: 19px
}

#primary-navigation .sub-menu li:last-child a {
	padding-bottom: 18px
}

#primary-navigation .sub-menu a {
	padding: 13px 30px 12px 20px;
	display: block;
	position: relative
}

#primary-navigation .sub-menu a:hover {
	color:#ff6303;
}

#mobile-nav-toggler {
	display: none
}

@media (max-width: 782px) {
	body.logged-in #primary-navigation.mobile-menu-active {
		padding-top: 46px
	}
}

@media (max-width: 767px) {
	html.mobile-menu-active,body.mobile-menu-active {
		height: 100%
	}

	html.mobile-menu-active #page,body.mobile-menu-active #page {
		overflow: hidden;
		position: relative !important
	}

	html.mobile-menu-active #page #site-header,body.mobile-menu-active #page #site-header {
		display: block
	}

	#primary-navigation {
		-o-transition: right 0.5s ease 0s;
		transition: right 0.5s ease 0s;
		right: -100%;
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		z-index: 10000;
		background-color: #c53a3a;
		padding: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}

	#primary-navigation ul {
		position: static;
		padding-top: 8px;
		padding-bottom: 8px
	}

	#primary-navigation a {
		color: #fff !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
		margin-left: -40px
	}

	#primary-navigation a:hover {
		color: #ffabab !important
	}

	#primary-navigation li {
		float: none !important;
		display: block;
		margin-left: 40px;
		margin-right: 75px;
		border-top: 1px solid #ce5757
	}

	#primary-navigation li:first-child {
		border: none
	}

	#primary-navigation li.current-menu-item>a,#primary-navigation li.current-menu-ancestor>a,#primary-navigation li.current-page-ancestor>a {
		color: #ffabab !important
	}

	#primary-navigation .sub-menu {
		display: none !important
	}

	#primary-navigation .close-btn {
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-khtml-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: none;
		position: absolute;
		top: 0px;
		right: 0;
		font-size: 50px;
		text-decoration: none;
		cursor: pointer;
		padding: 17px 27px 10px;
		z-index: 100
	}

	body.logged-in #primary-navigation .close-btn {
		top: 32px
	}

	#primary-navigation.mobile-menu-active {
		right: 0
	}

	#primary-navigation.mobile-menu-active .close-btn {
		position: fixed;
		display: block
	}

	#mobile-nav-toggler {
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
		width: 18px;
		height: 3px;
		box-sizing: content-box;
		border-radius: 3px;
		padding: 16px 10px;
		z-index: 99999
	}

	#mobile-nav-toggler span {
		-o-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		position: relative;
		display: block
	}

	#mobile-nav-toggler span,#mobile-nav-toggler span:before,#mobile-nav-toggler span:after {
		width: 18px;
		height: 3px;
		background-color: #ff6303;
		box-sizing: content-box;
		border-radius: 1px
	}

	body.mobile-menu-active #mobile-nav-toggler span,body.mobile-menu-active #mobile-nav-toggler span:before,body.mobile-menu-active #mobile-nav-toggler span:after {
		background-color: #fff
	}

	#mobile-nav-toggler span:before,#mobile-nav-toggler span:after {
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position: absolute;
		left: 0px;
		display: block;
		content: ""
	}

	#mobile-nav-toggler span:before {
		top: -6px
	}

	#mobile-nav-toggler span:after {
		bottom: -6px
	}

	body.mobile-menu-active #mobile-nav-toggler span {
		position: fixed;
		background-color: #c53a3a;
		border-color: #c53a3a
	}

	body.mobile-menu-active #mobile-nav-toggler span:before,body.mobile-menu-active #mobile-nav-toggler span:after {
		background-color: #fff
	}

	body.mobile-menu-active #mobile-nav-toggler span:before {
		top: 0px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	body.mobile-menu-active #mobile-nav-toggler span:after {
		bottom: 0px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	width: 100% !important
}

.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-o-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	z-index: 999
}

.chzn-container-single .chzn-single {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 10px;
	color: #5d5d5d;
	text-decoration: none
}

.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 17px
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 8px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url(../js/chosen/chosen-sprite.png) right top no-repeat
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: right -11px
}

.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px
}

.chzn-container-single .chzn-single div b {
	border: 5px outset transparent;
	border-top: 5px solid lightgray;
	height: 0;
	width: 0;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 15px
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
	display: none
}

.chzn-container-single .chzn-search input {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em
}

.chzn-container-single .chzn-drop {
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
	width: 100% !important
}

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px
}

.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -o-linear-gradient(bottom, #fff 85%, #eee 99%);
	background-image: -ms-linear-gradient(top, #fff 85%, #eee 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
	background-image: -o-linear-gradient(top, #fff 85%, #eee 99%);
	background-image: linear-gradient(top, #fff 85%, #eee 99%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none
}

.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-o-box-shadow: none;
	box-shadow: none
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #999
}

.chzn-container-multi .chzn-choices .search-choice {
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #e4e4e4;
	background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eee 70%);
	background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eee 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0);
	background-image: -o-linear-gradient(top, #e4e4e4 0%, #eee 70%);
	background-image: linear-gradient(top, #e4e4e4 0%, #eee 70%);
	color: #333;
	border: 1px solid #b4b4b4;
	line-height: 13px;
	padding: 3px 19px 3px 6px;
	margin: 3px 0 3px 5px;
	position: relative
}

.chzn-container-multi .chzn-choices .search-choice span {
	cursor: default
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 13px;
	font-size: 1px
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: right -11px
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: right -11px
}

.chzn-container .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 190px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto
}

.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 80%;
	padding: 7px 7px 8px;
	margin: 0;
	list-style: none;
	background: none
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item
}

.chzn-container .chzn-results .highlighted {
	background: #3875d7;
	color: #fff
}

.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal
}

.chzn-container .chzn-results .highlighted em {
	background: transparent
}

.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item
}

.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold
}

.chzn-container .chzn-results .group-option {
	padding-left: 20px
}

.chzn-container-multi .chzn-drop .result-selected {
	display: none
}

.chzn-container-active .chzn-single {
	border: 1px solid #0096dc;
	color: #5d5d5d
}

.chzn-container-active .chzn-single-with-drop {
	border: 1px solid #aaa;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
	background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(top, #fff 0%, #eee 50%);
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none
}

.chzn-container-active .chzn-single-with-drop div b {
	border: 5px outset transparent;
	border-bottom: 5px solid lightgray;
	height: 0;
	width: 0;
	display: block;
	content: '';
	position: absolute;
	position: absolute;
	left: 0;
	top: 9px
}

.chzn-container-active .chzn-choices {
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border: 1px solid #5897fb
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important
}

.chzn-disabled {
	cursor: default;
	opacity: 0.5 !important
}

.chzn-disabled .chzn-single {
	cursor: default
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default
}

.mfp-bg {
	background: none repeat scroll 0 0 #0b0b0b;
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1042
}

.mfp-wrap {
	height: 100%;
	left: 0;
	outline: medium none !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1043
}

.mfp-container {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%
}

.mfp-container::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container::before {
	display: none
}

.mfp-content {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	cursor: auto;
	width: 100%
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-moz-user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	left: 8px;
	margin-top: -0.8em;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	width: auto;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,button.mfp-arrow {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	outline: medium none;
	overflow: visible;
	padding: 0;
	z-index: 1046
}

button::-moz-focus-inner {
	border: 0 none;
	padding: 0
}

.mfp-close {
	color: #fff;
	font-size: 28px;
	font-style: normal;
	height: 44px;
	line-height: 44px;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 44px
}

.mfp-close:hover,.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: #fff;
	padding-right: 6px;
	right: -6px;
	text-align: right;
	width: 100%
}

.mfp-counter {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.mfp-arrow {
	height: 110px;
	margin: -55px 0 0;
	opacity: 0.65;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 90px
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow::before,.mfp-arrow::after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	border: medium inset transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin-left: 35px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	width: 0
}

.mfp-arrow::after,.mfp-arrow .mfp-a {
	border-bottom-width: 13px;
	border-top-width: 13px;
	top: 8px
}

.mfp-arrow::before,.mfp-arrow .mfp-b {
	border-bottom-width: 21px;
	border-top-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left::after,.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left::before,.mfp-arrow-left .mfp-b {
	border-right: 27px solid #3f3f3f;
	margin-left: 25px
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right::after,.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right::before,.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-bottom: 40px;
	padding-top: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	max-width: 900px;
	width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%
}

.mfp-iframe-scaler iframe {
	background: none repeat scroll 0 0 #000;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

img.mfp-img {
	box-sizing: border-box;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure::after {
	background: none repeat scroll 0 0 #444;
	bottom: 40px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 40px;
	width: auto;
	z-index: -1
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	cursor: auto;
	left: 0;
	margin-top: -36px;
	position: absolute;
	top: 100%;
	width: 100%
}

.mfp-title {
	color: #f3f3f3;
	line-height: 18px;
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure::after {
		bottom: 0;
		top: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: none repeat scroll 0 0 rgba(0,0,0,0.6);
		bottom: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		position: fixed;
		top: auto
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		background: none repeat scroll 0 0 rgba(0,0,0,0.6);
		height: 35px;
		line-height: 35px;
		padding: 0;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 35px
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0 50% 0;
		-ms-transform-origin: 0 50% 0;
		-o-transform-origin: 0 50% 0;
		transform-origin: 0 50% 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100% 50% 0;
		-ms-transform-origin: 100% 50% 0;
		-o-transform-origin: 100% 50% 0;
		transform-origin: 100% 50% 0
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 600px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	padding-top: 0;
	right: 0;
	top: 0
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.blurred {
	-webkit-filter: blur(5px);
	filter: blur(5px)
}

.gpopup {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 1px
}

.gpopup-wrapper {
	margin: 0 auto;
	width: 800px
}

.gpopup-text {
	margin: 0 auto;
	text-align: center;
	width: 800px
}

.gpopup-wrapper .gpopup-text .gpopup-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px
}

.gpopup-wrapper .gpopup-text .gpopup-site {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 7px
}

.gpopup-wrapper .gpopup-text .gpopup-site a {
	color: #ffffff;
	text-decoration: none
}

.gpopup-wrapper .gpopup-text .gpopup-description {
	color: #ffffff;
	cursor: default;
	font-size: 14px;
	font-weight: 400;
	height: 84px;
	line-height: 21px;
	margin-bottom: 15px
}

.gpopup-wrapper .gpopup-text .gpopup-description div {
	height: 63px;
	overflow: hidden
}

.gpopup-wrapper .gpopup-image img {
	display: block;
	margin: 0 auto
}

.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:focus {
	opacity: 0.1;
	filter: alpha(opacity=10);
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	margin-top: -38px
}

.mfp-wrap button.mfp-arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.mfp-wrap button.mfp-arrow:before,.mfp-wrap button.mfp-arrow:after {
	display: none
}

.mfp-wrap button.mfp-arrow-right,.mfp-wrap button.mfp-arrow-left {
	left: 50%;
	margin-left: 430px;
	right: auto
}

.mfp-wrap button.mfp-arrow-right {
	background-image: url("images/sprites/svg2png.png");
	width: 79px;
	height: 78px;
	background-position: -81px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.mfp-wrap button.mfp-arrow-left {
	background-image: url("images/sprites/svg2png.png");
	width: 79px;
	height: 78px;
	background-position: 0px -263px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -509px
}

.mfp-wrap button.mfp-close {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 25px;
	background-position: -378px -336px;
	background-repeat: no-repeat;
	display: inline-block;
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	left: 50%;
	margin-left: 480px;
	overflow: hidden;
	right: auto;
	text-indent: -1000px;
	top: 37px
}

.mfp-wrap button.mfp-close,.mfp-wrap button.mfp-close:active,.mfp-wrap button.mfp-close:focus {
	top: 37px
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	opacity: 0;
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg)
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0
}

.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky
}

.fixedsticky-withoutfixedfixed .fixedsticky-off,.fixed-supported .fixedsticky-off {
	position: static
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,.fixed-supported .fixedsticky-on {
	position: fixed
}

.fixedsticky-dummy {
	display: none
}

.fixedsticky-on+.fixedsticky-dummy {
	display: block
}

div.wpcf7 {
	margin: 0;
	padding: 0
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700
}

span.wpcf7-form-control-wrap {
	position: relative
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em
}

span.wpcf7-list-item {
	margin-left: 0.5em
}

.wpcf7-display-none {
	display: none
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px
}

div.wpcf7 div.ajax-error {
	display: none
}

div.wpcf7 .placeheld {
	color: #888
}

.btn,input[type=submit],.request-quote-form input[type=submit] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.33;
	font-weight: bold;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	-o-transition: all .1s;
	transition: all .1s
}

.btn:hover,input[type=submit]:hover,.btn:focus,input[type=submit]:focus,.btn:active,input[type=submit]:active {
	outline: 0 none
}

.btn:hover,input[type=submit]:hover {
	text-decoration: none
}

.btn-red,input[type=submit] {
	background-color: #ff6303;
	border: 1px solid #ff6303;
	color: #fff
}

.btn-red:hover,input[type=submit]:hover {
	background-color: transparent;
	color: #ff6303
}

.btn-red-border {
	border: 1px solid #ff6303;
	color: #ff6303;
	background-color: transparent
}

.btn-red-border:hover {
	background-color: #ff6303;
	color: #fff
}

.btn-red-shadow {
	border-radius: 4px;
	background-color: #ff6303;
	border: none;
	color: #fff;
	box-shadow: 1px 2px #862215
}

.btn-red-shadow:hover {
	background-color: #d34e3c;
	box-shadow: 1px 2px #af2b19
}

.btn-wordpress {
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	padding: 0 21px;
	text-decoration: none;
	border-radius: 2px;
	border: 3px solid #fff;
	color: #fff;
	height: 48px;
	line-height: 42px;
	display: inline-block
}

.btn-wordpress:hover {
	border-color: #ffde85;
	color: #ffde85;
	text-decoration: none
}

.btn-wordpress-white {
	background-color: #fff;
	color: #54a0b4
}

.btn-wordpress-white:hover {
	color: #54a0b4;
	background-color: #ffde85
}

.btn-blue-border {
	border-radius: 20px;
	font-size: 15px;
	line-height: 1.42857;
	padding: 10px 16px;
	text-decoration: none;
	color: #1ba8ea;
	border: 1px solid #48c5ff;
	background-color: #fff
}

.btn-blue-border:hover {
	background-color: #1ba8ea;
	color: #fff
}

.btn-pink {
	background-color: #f84e5b;
	border-color: #f84e5b;
	border-radius: 20px;
	padding: 10px 16px;
	color: #fff
}

.btn-pink:hover {
	background-color: #fff;
	border-color: #f84e5b;
	color: #f84e5b
}

.grey-block {
	background-color: #eaeff4
}

.content-area {
	padding-bottom: 30px
}

.content-area.full-width {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

body.home .content-area {
	/*padding-top: 35px*/
}
body.single-template-default .content-area {
	padding-top: 35px
}
body.page-template-default .content-area {
	padding-top: 35px
}
body.post-template-default .content-area {
	padding-top: 35px
}
body.category .content-area {
	padding-top: 70px
}

@media (min-width: 1200px) {
	.content-area .col-lg-left {
		float: left
	}

	.content-area .col-lg-right {
		float: right
	}
}

.site-main {
	/*padding-top: 55px*/
}

body.home .site-main {
	padding-top: 0
}

@media (min-width: 1200px) {
	.site-main.site-main-narrow {
		width: 69%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-main.site-main-narrow {
		width: 72%
	}
}

body.page-template-full-width-simple .site-main,#primary.full-width .site-main {
	width: 100% !important
}

@media (max-width: 991px) {
	body.main-services-page .site-main {
		padding-top: 0
	}
}

@media (min-width: 992px) {
	body.home #front-sidebar {
		float: right
	}
}

.caroufredsel-slider>div {
	float: left;
	display: none
}

.caroufredsel-slider>div:first-child {
	display: block
}

.content-border-block,.testimonials-border-slider {
	border-top: 4px solid #edf2f7;
	border-bottom: 1px solid #edf2f7;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.content-blue-block {
	background-color: #f5f7fc;
	padding: 62px 0 42px
}

.content-blue-block:before,.content-blue-block:after {
	content: "";
	display: table
}

.content-blue-block:after {
	clear: both
}

.large-text {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -1px
}

.large-text a {
	text-decoration: none;
	border-bottom: 1px solid #c5c5c5;
	color: #000
}

.large-text a:hover {
	border-bottom-color: #c06960;
	color: #ff6303
}

.blurred {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px)
}

.form-item {
	padding-bottom: 17px
}

.form-item>span {
	display: block
}

.form-captcha {
	position: relative;
	overflow: hidden
}

.form-captcha,.form-captcha span {
	height: 1px;
	width: 100%;
	display: block
}

.form-captcha input {
	position: absolute;
	left: -9000px;
	top: -9000px
}

.form-row {
	margin: 0 -15px
}

.form-row:before,.form-row:after {
	content: "";
	display: table
}

.form-row:after {
	clear: both
}

.form-row .form-col {
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 768px) {
	.form-row .form-col {
		width: 50%;
		float: left
	}
}

input[type=text],input[type=email],input[type=tel] {
	height: 39px
}

label {
	color: #5d5d5d;
	display: block;
	font-size: 17px
}

input[type=text],input[type=email],input[type=tel],textarea,select {
	width: 100%;
	border: 1px solid #d3d3d3;
	padding: 10px;
	font-size: 17px;
	color: #0096dc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus,select:focus {
	border-color: #0096dc
}

textarea {
	resize: vertical
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=submit],input[type=submit]:focus,input[type=submit]:active,input[type=submit]:hover {
	outline: none
}

input[type=submit]::-moz-focus-inner {
	border: 0
}

.request-quote-form:before,.request-quote-form:after {
	content: "";
	display: table
}

.request-quote-form:after {
	clear: both
}

.request-quote-form p {
	font-size: 17px;
	line-height: 26px
}

.request-quote-form form p {
	color: #8d8d8d
}

.request-quote-form form h3,.request-quote-form form h4 {
	color: #2b2b2b;
	font-weight: bold;
	padding: 0 0 15px
}

.request-quote-form form h3 {
	font-size: 42px
}

.request-quote-form form h4 {
	font-size: 32px
}

.request-quote-form input[type=text],.request-quote-form input[type=tel],.request-quote-form input[type=email],.request-quote-form textarea {
	color: #5d5d5d;
	padding-top: 7px;
	padding-bottom: 7px
}

.request-quote-form .form-inn {
	background-color: #fff;
	max-width: 900px;
	width: 100%;
	float: right;
	min-height: 100%
}

body.mobile-tablet-device .request-quote-form .form-inn {
	max-width: 100%
}

@media (max-width: 479px) {
	.request-quote-form .form-inn {
		padding: 26px 20px 15px
	}
}

@media (min-width: 480px) {
	.request-quote-form .form-inn {
		padding: 26px 32px 30px
	}
}

.request-quote-form .form-row {
	max-width: 830px
}

body.mobile-tablet-device .request-quote-form .form-row {
	max-width: 100%
}

.request-quote-form label {
	padding: 0 5px 1px
}

.request-quote-form textarea {
	height: 122px
}

.request-quote-form input[type=submit] {
	background: #0096dc;
	border: 1px solid #0096dc;
	border-radius: 10px;
	cursor: pointer;
	height: 50px;
	margin-top: 10px;
	width: 200px;
	color: #fff
}

.request-quote-form input[type=submit]:hover {
	background-color: #fff;
	color: #0096dc
}

.request-quote-form .form-submit {
	clear: both
}

.request-quote-form .error-message {
	display: none;
	color: #d00000;
	font-weight: bold;
	margin-bottom: 10px
}

.request-quote-form .error-message.active {
	display: block
}

.request-quote-form .wpcf7-not-valid {
	border-color: #d00000 !important
}

@media (max-width: 767px) {
	.request-quote-form .form-item.location,.request-quote-form .form-item.budget,.request-quote-form .form-item.company,.request-quote-form .form-item.upload {
		display: none
	}

	.request-quote-form input[type=submit] {
		width: 100%
	}

	.request-quote-form .ajax-loader {
		margin: 13px auto 0 !important;
		display: block
	}
}

.request-quote-form .success-form-message h3 {
	font-size: 34px;
	padding-right: 40px
}

#footer-sidebar .widget_mailchimp .mc-field-group-common {
	position: relative
}

#footer-sidebar .widget_mailchimp input[type=text],#footer-sidebar .widget_mailchimp input[type=email] {
	color: #787878;
	background-color: #292828;
	border: none;
	height: 35px;
	padding: 5px 12px;
	border-radius: 3px
}

#footer-sidebar .widget_mailchimp input[type=submit] {
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: #495665;
	border: none;
	height: 34px;
	width: 100%;
	border-radius: 4px;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	padding: 0;
	box-shadow: 0 2px #353d46
}

#footer-sidebar .widget_mailchimp input[type=submit]:hover {
	background-color: #637486;
	box-shadow: 0 2px #49545e
}

@media (max-width: 479px) {
	#footer-sidebar .widget_mailchimp input[type=submit] {
		margin-top: 5px
	}

	#footer-sidebar .widget_mailchimp div.mce_inline_error {
		margin: 0
	}
}

@media (min-width: 480px) {
	#footer-sidebar .widget_mailchimp .mc-field-group-common {
		padding-right: 113px
	}

	#footer-sidebar .widget_mailchimp .mc-field-group.submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 107px
	}
}

.subscribe-form {
	margin: 40px 0
}

.subscribe-form h2 {
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0;
	margin-bottom: 20px
}

.subscribe-form .row>div {
	margin-bottom: 10px
}

@media (min-width: 768px) {
	.subscribe-form .row>div {
		margin-bottom: 0
	}
}

.subscribe-form form {
	background: #f5f7fc;
	padding: 20px
}

.subscribe-form .btn-red,.subscribe-form input[type=submit] {
	margin-top: -4px
}

.subscribe-form .form-control {
	background-color: white;
	background-image: none;
	border: 1px solid #cfd9e4;
	border-radius: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	color: #555555;
	display: block;
	font-size: 15px;
	height: 35px;
	line-height: 1.4666;
	padding: 6px 12px;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%
}

.subscribe-form .has-error .form-control {
	border-color: #d04343;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset
}

.subscribe-form .btn-pink {
	margin-top: -4px
}

.subscribe-form .mce-responses .response {
	padding: 10px;
	border: 1px solid #fff;
	margin-bottom: 15px;
	font-size: 14px;
	color: #666666
}

.subscribe-form .mce-responses .response.success {
	background-color: #f5fcf7
}

.subscribe-form .mce-responses .response.error {
	background-color: #fcf5f5
}

#post-subscribe-form .mc_embed_signup input.mce_inline_error {
	border-color: #e55151 !important
}

#post-subscribe-form .mc_embed_signup div.mce_inline_error {
	background-color: #e55151 !important
}

.wpcf7 .wpcf7-not-valid-tip,.wpcf7 .wpcf7-response-output {
	display: none !important
}

.contact-from {
	background-color: #f9fbfd;
	padding-top: 12px;
	padding-bottom: 40px
}

@media (min-width: 992px) {
	.contact-from {
		padding-left: 50px;
		padding-right: 50px;
		border-radius: 3px
	}
}

@media (max-width: 991px) {
	.contact-from {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width: 767px) {
	.contact-from {
		margin-top: -30px
	}

	.contact-from .form-item.location,.contact-from .form-item.budget,.contact-from .form-item.company,.contact-from .form-item.upload {
		display: none
	}

	.contact-from input[type=submit] {
		width: 100%
	}

	.contact-from .ajax-loader {
		margin: 13px auto 0 !important;
		display: block
	}
}

.contact-from input[type=text],.contact-from input[type=tel],.contact-from input[type=email],.contact-from select {
	height: 50px
}

.contact-from input[type=text],.contact-from input[type=tel],.contact-from input[type=email],.contact-from textarea {
	border-radius: 2px;
	padding-left: 18px;
	padding-right: 18px;
	color: #8e8e8e
}

.contact-from input[type=text]:active,.contact-from input[type=text]:focus,.contact-from input[type=tel]:active,.contact-from input[type=tel]:focus,.contact-from input[type=email]:active,.contact-from input[type=email]:focus,.contact-from textarea:active,.contact-from textarea:focus {
	color: #4c4c4c;
	background-color: #edf7fe;
	border-color: #78aae4
}

.contact-from input[type=text].wpcf7-not-valid,.contact-from input[type=tel].wpcf7-not-valid,.contact-from input[type=email].wpcf7-not-valid,.contact-from textarea.wpcf7-not-valid {
	background-color: #fff4f2;
	border-color: #dd6b6b
}

.contact-from textarea {
	height: 149px
}

.contact-from label {
	padding-bottom: 5px
}

.contact-from label.req {
	font-weight: bold
}

.contact-from input[type=submit] {
	font-size: 22px;
	padding-left: 45px;
	padding-right: 45px
}

.contact-from .form-row {
	padding-top: 11px
}

.contact-from .form-item {
	padding-bottom: 20px
}

.contact-from .chzn-container-single .chzn-single {
	height: 50px;
	line-height: 50px
}

.contact-from .chzn-container-single .chzn-single div b {
	top: 22px
}

.contact-from .chzn-container-active .chzn-single-with-drop div b {
	top: 16px
}

.contact-from .error-message {
	-o-transition: height 0.4s ease-out 0s;
	transition: height 0.4s ease-out 0s;
	height: 0;
	overflow: hidden;
	background-color: #f24444;
	line-height: 20px;
	color: #fff;
	padding-left: 42px;
	padding-right: 20px;
	border-radius: 2px;
	position: relative
}

.contact-from .error-message span {
	display: block;
	padding-top: 9px;
	padding-bottom: 9px
}

.contact-from .error-message.active {
	height: 40px
}

.contact-from .error-message:before {
	background-image: url("images/sprites/svg2png.png");
	width: 16px;
	height: 19px;
	background-position: -326px -208px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	position: absolute;
	top: 10px;
	left: 16px
}

.contact-from .form-item.upload {
	padding-bottom: 40px;
	display: none
}

body.mobile-tablet-device .contact-from .form-item.upload {
	display: none
}

.contact-from .form-item.upload .wpcf7-form-control-wrap {
	display: block;
	color: #0067ae;
	position: relative;
	padding-left: 30px
}

.contact-from .form-item.upload .wpcf7-form-control-wrap:before {
	height: 1px;
	width: 100%;
	background-color: #dadada;
	position: absolute;
	top: 40px;
	left: 0;
	content: '';
	display: block
}

.contact-from .form-item.upload .wpcf7-form-control-wrap .file-wrapper {
	position: relative;
	overflow: hidden;
	height: 40px;
	width: 130px;
	cursor: pointer;
	margin-bottom: 15px;
	margin-left: -30px
}

.contact-from .form-item.upload .wpcf7-form-control-wrap .file-wrapper input {
	opacity: 0.01;
	filter: alpha(opacity=1);
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
	cursor: pointer
}

.contact-from .form-item.upload .wpcf7-form-control-wrap .file-wrapper .button {
	line-height: 40px;
	padding-left: 30px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #f9fbfd;
	width: 100%;
	height: 100%;
	display: block
}

.contact-from .form-item.upload .wpcf7-form-control-wrap .file-wrapper .button:before {
	background-image: url("images/sprites/svg2png.png");
	width: 23px;
	height: 21px;
	background-position: -254px -173px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	top: 9px
}

body.home{
	background: url(images/bg-slider-home.jpg) #f6fafd center 100px repeat-x;
}
@media (max-width: 639px) {
	body.home{
	background:#f6fafd;
}
}
body.post-template-default{
	background: url(images/bg-page-single-top.jpg) #ff center 100px repeat-x;
}
body.page-template-default{
	background: url(images/bg-page-single-top.jpg) #fff center 100px repeat-x;
}
body.category{
	background: url(images/bg-page-single-top.jpg) #fff center 100px repeat-x;
}

.front-header-image {
	background-size: cover;
    margin-top:1.5em;
	/*margin-bottom:45px;*/
	position: relative;
	width: 100%;
	color: #3b272d
}

.front-header-image .picture{
	position: absolute;
	top:-48px;
	left:150px;
}
@media (max-width: 639px) {
	.front-header-image .picture{
	display:none;
}
}
.front-header-image .wrapper:before,.front-header-image .wrapper:after {
	content: "";
	display: table
}

.front-header-image .wrapper:after {
	clear: both
}



.front-header-image h1 {
	color: #3b272d;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: bold;
	-webkit-animation: myfirst .9s ease-in 0s;
	-o-animation: myfirst .9s ease-in 0s;
	animation: myfirst .9s ease-in 0s
}

.front-header-image .large-text {
	font-size: 35px;
	line-height: 60px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -5px;
	margin-bottom: 10px
}

.front-header-image p {
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: normal
}

@media (max-width: 639px) {
	.front-header-image {
		background-position: right 0
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.front-header-image {
		background-position: center -70px
	}
}

@media (max-width: 767px) {
	.front-header-image {
		position: relative
	}

	.front-header-image .wrapper {
		
		padding-top: 20px
	}

	.front-header-image .text-block {
		font-size: 20px;
		line-height: 24px;
		width: 50%;
		
	}

	.front-header-image .text-block h1,.front-header-image .text-block .large-text {
		display: none
	}

	.front-header-image .text-block .btn,.front-header-image .text-block input[type=submit] {
		position: absolute;
		bottom: -45px;
		left: 20px
	}

	.front-header-image .airship {
		position: absolute;

		right: 40px
	}
}
.front-header-image .airship .phone h3{
		font-family:"Georgia";
		src: url("fonts/georgiab.ttf");
		font-size:35px;
		color:#ff6303;
		margin-top:20px;
		margin-bottom:40px;
	}
.front-header-image .airship .phone h3 i{
		margin-right:10px;
	}
.front-header-image .airship .themes h3{
		font-size:20px;
		font-weight:bold;
		color:#999;
	}
.front-header-image .airship .themes ul{
		/*margin:20px auto;*/
		padding-left:20px;
	}
.front-header-image .airship .themes ul li{
		margin:0px;
		padding:0px;
		list-style:none;
		line-height:25px;
		list-style-type:disc;
	}
.front-header-image .airship .themes ul li a{
		color:#004b7f;
	}
@media (max-width: 767px) {
	.front-header-image .airship {
		display: none
	}
}

@media (min-width: 768px) {
	.front-header-image {
		
		display: table;
		
	}

	.front-header-image .front-header-image-inn {
		display: table-cell;
		vertical-align: middle
	}

	.front-header-image .airship {
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.front-header-image .text-block {
		max-width: 500px
	}
}

@media (min-width: 992px) {
	.front-header-image .text-block {
		max-width: 555px;
		display:block;
	}
}

@-webkit-keyframes myfirst {
	from {
		opacity: 0;
		margin-left: -30px
	}

	to {
		opacity: 1;
		margin: 0
	}
}

@-o-keyframes myfirst {
	from {
		opacity: 0;
		margin-left: -30px
	}

	to {
		opacity: 1;
		margin: 0
	}
}

@keyframes myfirst {
	from {
		opacity: 0;
		margin-left: -30px
	}

	to {
		opacity: 1;
		margin: 0
	}
}

.front-services-block {
	padding: 15px 0 21px
}

.front-services-block .image {
	display: block;
	margin-bottom: 5px
}

.front-services-block .text,.front-services-block .text p {
	margin-top:10px;
	color: #4c4c4c !important;
	font-size: 14px;
	line-height: 20px;
}

.front-services-block .text p {
	margin-bottom: 10px;
}

.front-services-block .shadow {
	display: none
}

@media (min-width: 992px) {
	.front-services-block .animation-block {
		display: inline-block;
		position: relative;
		height: 135px
	}

	.front-services-block .image {
		position: relative;
		-o-transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 2.275);
		transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 2.275);
		top: 0;
		z-index: 10
	}

	.front-services-block .shadow {
		height: 25px;
		width: auto;
		position: absolute;
		top: 111px;
		left: 0;
		text-align: center;
		width: 100%;
		display: block
	}

	.front-services-block .shadow img {
		height: 25px;
		opacity: 1;
		-o-transition: all .3s;
		transition: all .3s
	}

	.front-services-block .item:hover .image {
		top: -10px;
		-o-transition: top 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.675);
		transition: top 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.675)
	}

	.front-services-block .item:hover .shadow {
		display: block
	}

	.front-services-block .item:hover .shadow img {
		margin-top: 5px;
		height: 20px;
		opacity: .4;
		-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.375);
		transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.375)
	}

	.front-services-block .item.marketing .animation-block {
		min-width: 216px;
		margin-left: -2px
	}

	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 204px;
		height: 135px;
		background-position: -433px -312px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 204px;
		height: 135px;
		background-position: -431px -311px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) {
	.front-services-block .item.marketing .shadow {
		left: -7px
	}

	.front-services-block .item.website .animation-block {
		min-width: 216px;
		margin-left: -7px
	}

	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 216px;
		height: 135px;
		background-position: 0px -312px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 0px
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 216px;
		height: 135px;
		background-position: 0px -311px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) {
	.front-services-block .item.website .shadow {
		left: -2px
	}

	.front-services-block .item.wordpress .animation-block {
		min-width: 210px;
		margin-left: -7px
	}

	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 213px;
		height: 135px;
		background-position: -218px -312px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 213px;
		height: 135px;
		background-position: -217px -311px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) {
	.front-services-block .item.wordpress .shadow {
		left: -1px
	}

	.front-services-block .item.mobile .animation-block {
		min-width: 170px;
		margin-left: -2px
	}

	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 170px;
		height: 135px;
		background-position: 0px -449px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -1px
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 170px;
		height: 135px;
		background-position: 0px -447px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.front-services-block .item .title {
		font-size: 18px;
	}

	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 174px;
		height: 107px;
		background-position: -348px -449px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -6px
	}
}

@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (max-width: 991px) and (min-resolution: 144dpi), (min-width: 768px) and (max-width: 991px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 174px;
		height: 107px;
		background-position: -521px -447px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 174px;
		height: 107px;
		background-position: 0px -586px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -4px
	}
}

@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (max-width: 991px) and (min-resolution: 144dpi), (min-width: 768px) and (max-width: 991px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 174px;
		height: 107px;
		background-position: 0px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 174px;
		height: 107px;
		background-position: -524px -449px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -10px
	}
}

@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (max-width: 991px) and (min-resolution: 144dpi), (min-width: 768px) and (max-width: 991px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 174px;
		height: 107px;
		background-position: -346px -447px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 174px;
		height: 107px;
		background-position: -172px -449px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: -14px
	}
}

@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 991px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (max-width: 991px) and (min-resolution: 144dpi), (min-width: 768px) and (max-width: 991px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 174px;
		height: 107px;
		background-position: -171px -447px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.front-services-block {
		padding: 5px 0 5px
	}

	.front-services-block .wrapper.row {
		padding-left: 0;
		padding-right: 0
	}

	.front-services-block .item {
		display: table;
		border-top: 1px solid #d5dee6;
		padding-right: 40px;
		position: relative
	}

	.front-services-block .item:first-child {
		border: none
	}

	.front-services-block .item:after {
		background-image: url("images/sprites/svg2png.png");
		width: 12px;
		height: 22px;
		background-position: 0px -370px;
		background-repeat: no-repeat;
		display: inline-block;
		content: '';
		position: absolute;
		right: 14px;
		top: 26px
	}

	.front-services-block .item .title,.front-services-block .item .animation-block {
		display: table-cell;
		vertical-align: middle
	}

	.front-services-block .item .animation-block {
		width: 120px
	}

	.front-services-block .item .title {
		font-size: 18px;
		padding-left: 15px
	}

	.front-services-block .item .shadow {
		display: none
	}

	.front-services-block .item .image {
		margin-bottom: 0
	}

	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 70px;
		background-position: -244px -695px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-top: 2px
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.marketing .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 70px;
		background-position: -242px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.front-services-block .item.website {
		padding-top: 4px
	}

	.front-services-block .item.website:after {
		top: 32px
	}

	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 67px;
		background-position: -366px -695px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-top: 5px
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.website .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 67px;
		background-position: -363px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.front-services-block .item.wordpress:after {
		top: 29px
	}

	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 73px;
		background-position: 0px -695px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-bottom: 2px
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.wordpress .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 73px;
		background-position: 0px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.front-services-block .item.mobile {
		padding-top: 4px
	}

	.front-services-block .item.mobile:after {
		top: 33px
	}

	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 71px;
		background-position: -122px -695px;
		background-repeat: no-repeat;
		display: inline-block;
		margin-top: 4px
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.front-services-block .item.mobile .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 71px;
		background-position: -121px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-ft {
	background-image: url("images/sprites/icons_1x.png");
	width: 56px;
	height: 76px;
	background-position: -950px -217px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-ft {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 56px;
		height: 76px;
		background-position: -946px -214px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-noah {
	background-image: url("images/sprites/icons_1x.png");
	width: 130px;
	height: 50px;
	background-position: -488px -695px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-noah {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 130px;
		height: 50px;
		background-position: -484px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-dial-global {
	background-image: url("images/sprites/icons_1x.png");
	width: 155px;
	height: 58px;
	background-position: -176px -586px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-dial-global {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 155px;
		height: 58px;
		background-position: -175px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-columbia-university {
	background-image: url("images/sprites/icons_1x.png");
	width: 76px;
	height: 78px;
	background-position: -248px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-columbia-university {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 78px;
		background-position: 0px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-flipkey {
	background-image: url("images/sprites/icons_1x.png");
	width: 147px;
	height: 36px;
	background-position: -176px -646px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-flipkey {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 147px;
		height: 36px;
		background-position: -175px -642px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-front-project-ny-university {
	background-image: url("images/sprites/icons_1x.png");
	width: 108px;
	height: 52px;
	background-position: -613px -586px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon-front-project-ny-university {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 108px;
		height: 52px;
		background-position: -609px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.front-projects-list-block {
	padding-top: 30px
}

.front-projects-list-block .block-title {
	font-size: 22px;
	position: relative;
	text-align: center;
	z-index: 1
}

.front-projects-list-block .block-title:before {
	border-top: 1px solid #dfdfdf;
	bottom: 0;
	left: 0;
	right: 0;
	top: 50%;
	content: "";
	margin: 0 auto;
	position: absolute;
	z-index: -1
}

.front-projects-list-block .block-title .title-inn {
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	background-color: #f6fafd;
	padding: 0 15px;
	text-decoration: none;
	display: inline-block
}
.front-projects-list-block .block-title .title-inn span{
	color: #ff6303;
}
.front-projects-list-block .block-title .title-inn-white {
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	background-color: #fff;
	padding: 0 15px;
	text-decoration: none;
	display: inline-block
}
.front-projects-list-block .block-title .title-inn-white span{
	color: #ff6303;
}
.front-projects-list-block .projects-list {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	margin: 50px auto;
	padding: 0;
	text-align: center
}

.front-projects-list-block .projects-list li {
	vertical-align: middle;
	padding: 0 20px
}

@media (min-width: 992px) {
	.front-projects-list-block .projects-list {
		display: table
	}

	.front-projects-list-block .projects-list li {
		display: table-cell
	}
}

@media (max-width: 991px) {
	.front-projects-list-block .projects-list li {
		display: inline-block;
		margin-bottom: 10px
	}
}

@media (max-width: 479px) {
	.front-projects-list-block .projects-list {
		margin-left: -20px;
		margin-right: -20px
	}
}

.widget-title {
	line-height: 1.4;
	margin-bottom: 10px
}

.offers-promises-block {
	padding-top: 20px
}

.offers-promises-block .block-title {
	line-height: 1.4;
	margin-bottom: 20px
}

.offers-promises-block .icons-block-icons .item {
	padding-left: 75px;
	padding-top: 0;
	padding-bottom: 15px
}

.offers-promises-block .icons-block-icons .item .icon {
	top: -2px
}

.offers-promises-block .icons-block-icons .item .icon_icon29 {
	top: -6px
}

.offers-promises-block .icons-block-icons .item .icon_icon32 {
	top: -4px;
	left: -4px
}

.offers-promises-block .icons-block-icons .item .icon_icon33 {
	top: -5px
}

.offers-promises-block .icons-block-icons .item .title {
	
	font-weight: normal;
	line-height: 1.42857;
	font-size: 16px;
	letter-spacing: 0
}

.services-block .image {
	background-repeat: no-repeat;
	display: block
}

.services-block .title {
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
	margin: 0 0 2px;
	line-height: 1.1;
	font-size:18px;
	color:#333;
}

.services-block a {
	color: #000;
	text-decoration: none
}

.services-block a:hover {
	text-decoration: none
}

.services-block a:hover,.services-block a:hover .title {
	color: #ff6303
}

.services-block p {
	font-size: 16px
}

.services-block-default {
	margin-bottom: 13px
}

.services-block-default .item {
	position: relative;
	min-height: 100px;
	padding-top: 7px;
	padding-bottom: 16px;
	display: table
}

.services-block-default .item .image {
	margin-right: 20px
}

.services-block-default .item .content,.services-block-default .item .image {
	display: table-cell;
	vertical-align: middle
}

.services-block-default .item.marketing .image {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 91px;
	background-position: -639px -312px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.services-block-default .item.marketing .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px -184px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.services-block-default .item.website .image {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 91px;
	background-position: -858px -93px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.services-block-default .item.website .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.services-block-default .item.wordpress .image {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 91px;
	background-position: -858px 0px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.services-block-default .item.wordpress .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -636px -311px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.services-block-default .item.mobile .image {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 91px;
	background-position: -858px -186px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.services-block-default .item.mobile .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px -92px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.services-block-large {
	margin-bottom: 13px
}

.services-block-large .item {
	position: relative;
	min-height: 158px;
	padding-bottom: 16px;
	border-top: 1px solid #dadfe3
}

.services-block-large .item:first-child {
	border-top: none
}

.services-block-large .item .title {
	margin-bottom: 7px
}

.services-block-large .item .text {
	padding-bottom: 8px
}

.services-block-large .item .navigation a {
	color: #005ea0;
	text-decoration: none;
}

.services-block-large .item .navigation a:hover {
	text-decoration: none
}

.services-block-large .item .navigation ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0
}

.services-block-large .item .navigation li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 26px 0 0
}

.services-block-large .item .navigation li:last-child {
	padding-left: 0
}

.services-block-large .item .navigation li:last-child:before {
	display: none
}

.services-block-large .item .navigation li:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 10px;
	left: auto;
	background-color: #f2f4f6;
	width: 1px;
	height: 16px
}

@media (min-width: 992px) {
	.services-block-large {
		margin-top: -23px
	}
}

@media (min-width: 768px) {
	.services-block-large .item {
		display: table;
		padding-left: 0px;
		padding-top: 23px;
		width: 100%
	}

	.services-block-large .item .image-output {
		vertical-align: middle;
		margin-right: 25px
	}

	.services-block-large .item .image {
		display: none
	}

	.services-block-large .item .item-content {
		display: table-cell;
		vertical-align: middle;
		width: 100%
	}

	.services-block-large .item.marketing .image-output {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 121px;
		background-position: -736px -246px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.marketing .image-output {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 121px;
		background-position: -734px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.services-block-large .item.website .image-output {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 121px;
		background-position: -736px -123px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.website .image-output {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 121px;
		background-position: -734px -244px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.services-block-large .item.wordpress .image-output {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 121px;
		background-position: -736px -369px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.wordpress .image-output {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 121px;
		background-position: -734px -366px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.services-block-large .item.mobile .image-output {
		background-image: url("images/sprites/icons_1x.png");
		width: 120px;
		height: 121px;
		background-position: -736px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.mobile .image-output {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 120px;
		height: 121px;
		background-position: -734px -122px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.services-block-large .item {
		padding-left: 0;
		padding-top: 15px
	}

	.services-block-large .item .item-header {
		display: table;
		width: 100%;
		padding-bottom: 6px
	}

	.services-block-large .item .image-block,.services-block-large .item .title {
		display: table-cell;
		vertical-align: middle
	}

	.services-block-large .item .image-block {
		width: 125px;
		padding-right: 10px
	}

	.services-block-large .item .title {
		font-size: 18px;
		line-height: 20px
	}

	.services-block-large .item.marketing .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 90px;
		height: 91px;
		background-position: -639px -312px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.marketing .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px -184px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.services-block-large .item.website .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 90px;
		height: 91px;
		background-position: -858px -93px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.website .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.services-block-large .item.wordpress .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 90px;
		height: 91px;
		background-position: -858px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.wordpress .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -636px -311px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.services-block-large .item.mobile .image {
		background-image: url("images/sprites/icons_1x.png");
		width: 90px;
		height: 91px;
		background-position: -858px -186px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.services-block-large .item.mobile .image {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 91px;
		background-position: -855px -92px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 479px) {
	.services-block-large .item .navigation li {
		padding: 0;
		display: block
	}
}

.rocket-block h1{

	padding: 0px 0 10px 0px;
	position: relative;
	margin: 10px 0 20px;
	border-bottom: 1px solid #edf2f7;
	border-top: 0px solid #edf2f7;
	font-size: 24px;
	line-height: 30px;
	color: #333
}

.rocket-block p {
	margin-bottom: 10px
}



.icon_icon1 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 73px;
	background-position: -950px 0px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon1 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 73px;
		background-position: -946px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon2 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -362px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon2 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -553px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon3 {
	background-image: url("images/sprites/icons_1x.png");
	width: 69px;
	height: 70px;
	background-position: -330px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon3 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 69px;
		height: 70px;
		background-position: -402px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon4 {
	background-image: url("images/sprites/icons_1x.png");
	width: 70px;
	height: 64px;
	background-position: -681px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon4 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 70px;
		height: 64px;
		background-position: -747px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon5 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 64px;
	background-position: -950px -763px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon5 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 64px;
		background-position: -946px -749px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon6 {
	background-image: url("images/sprites/icons_1x.png");
	width: 69px;
	height: 65px;
	background-position: -610px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon6 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 69px;
		height: 65px;
		background-position: -677px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon7 {
	background-image: url("images/sprites/icons_1x.png");
	width: 76px;
	height: 73px;
	background-position: -326px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon7 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 73px;
		background-position: -246px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon8 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 77px;
	background-position: -66px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon8 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 77px;
		background-position: -142px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon9 {
	background-image: url("images/sprites/icons_1x.png");
	width: 77px;
	height: 85px;
	background-position: -90px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon9 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 77px;
		height: 85px;
		background-position: -90px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon10 {
	background-image: url("images/sprites/icons_1x.png");
	width: 77px;
	height: 65px;
	background-position: -404px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon10 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 77px;
		height: 65px;
		background-position: -322px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon11 {
	background-image: url("images/sprites/icons_1x.png");
	width: 74px;
	height: 65px;
	background-position: -483px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon11 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 74px;
		height: 65px;
		background-position: -400px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon12 {
	background-image: url("images/sprites/icons_1x.png");
	width: 69px;
	height: 68px;
	background-position: -401px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon12 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 69px;
		height: 68px;
		background-position: -472px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon13 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 76px;
	background-position: -198px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon13 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 76px;
		background-position: -272px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon14 {
	background-image: url("images/sprites/icons_1x.png");
	width: 67px;
	height: 67px;
	background-position: -541px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon14 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 67px;
		height: 67px;
		background-position: -542px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon15 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 70px;
	background-position: -950px -75px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon15 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 70px;
		background-position: -946px -74px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon16 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -429px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon16 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -488px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon17 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 78px;
	background-position: 0px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon17 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 78px;
		background-position: -77px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon18 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 76px;
	background-position: -132px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon18 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 76px;
		background-position: -207px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon19 {
	background-image: url("images/sprites/icons_1x.png");
	width: 67px;
	height: 68px;
	background-position: -472px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon19 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 67px;
		height: 67px;
		background-position: -610px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon20 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 64px;
	background-position: -950px -697px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon20 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 64px;
		background-position: -946px -684px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon21 {
	background-image: url("images/sprites/icons_1x.png");
	width: 77px;
	height: 78px;
	background-position: -169px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon21 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 77px;
		height: 78px;
		background-position: -168px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon22 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -496px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon22 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -619px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon23 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -630px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon23 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -291px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon24 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -563px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon24 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -357px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon25 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 76px;
	background-position: -264px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon25 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 76px;
		background-position: -337px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon26 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 65px;
	background-position: -950px -295px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon26 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 65px;
		background-position: -946px -422px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon27 {
	background-image: url("images/sprites/icons_1x.png");
	width: 64px;
	height: 68px;
	background-position: -950px -147px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon27 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 64px;
		height: 68px;
		background-position: -946px -145px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon28 {
	background-image: url("images/sprites/icons_1x.png");
	width: 59px;
	height: 59px;
	background-position: -753px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon28 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 59px;
		height: 59px;
		background-position: -818px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon29 {
	background-image: url("images/sprites/icons_1x.png");
	width: 55px;
	height: 62px;
	background-position: 0px -941px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon29 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 55px;
		height: 62px;
		background-position: 0px -934px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon30 {
	background-image: url("images/sprites/icons_1x.png");
	width: 57px;
	height: 59px;
	background-position: -875px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon30 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 57px;
		height: 59px;
		background-position: -56px -934px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon31 {
	background-image: url("images/sprites/icons_1x.png");
	width: 58px;
	height: 57px;
	background-position: -57px -941px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon31 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 58px;
		height: 57px;
		background-position: -114px -934px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon32 {
	background-image: url("images/sprites/icons_1x.png");
	width: 60px;
	height: 62px;
	background-position: -950px -829px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon32 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 60px;
		height: 62px;
		background-position: -946px -814px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_icon33 {
	background-image: url("images/sprites/icons_1x.png");
	width: 59px;
	height: 59px;
	background-position: -814px -861px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_icon33 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 59px;
		height: 59px;
		background-position: -878px -855px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large1 {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 90px;
	background-position: -858px -279px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large1 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 89px;
		background-position: -855px -545px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large2 {
	background-image: url("images/sprites/icons_1x.png");
	width: 89px;
	height: 90px;
	background-position: -858px -371px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large2 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 89px;
		background-position: -855px -366px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large3 {
	background-image: url("images/sprites/icons_1x.png");
	width: 89px;
	height: 90px;
	background-position: -858px -463px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large3 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 89px;
		height: 89px;
		background-position: 0px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large4 {
	background-image: url("images/sprites/icons_1x.png");
	width: 90px;
	height: 89px;
	background-position: -858px -555px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large4 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 89px;
		background-position: -855px -455px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large5 {
	background-image: url("images/sprites/icons_1x.png");
	width: 89px;
	height: 89px;
	background-position: -858px -646px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large5 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 90px;
		height: 89px;
		background-position: -855px -276px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_large6 {
	background-image: url("images/sprites/icons_1x.png");
	width: 88px;
	height: 89px;
	background-position: 0px -770px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_large6 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 89px;
		height: 89px;
		background-position: -855px -634px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small1 {
	background-image: url("images/sprites/icons_1x.png");
	width: 29px;
	height: 25px;
	background-position: -1016px -245px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small1 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 28px;
		height: 25px;
		background-position: -1011px -241px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small2 {
	background-image: url("images/sprites/icons_1x.png");
	width: 24px;
	height: 23px;
	background-position: -1016px -375px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small2 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 23px;
		height: 23px;
		background-position: -1036px -292px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small3 {
	background-image: url("images/sprites/icons_1x.png");
	width: 24px;
	height: 20px;
	background-position: -1016px -400px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small3 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 23px;
		height: 19px;
		background-position: -1011px -363px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small4 {
	background-image: url("images/sprites/icons_1x.png");
	width: 26px;
	height: 24px;
	background-position: -1016px -326px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small4 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 25px;
		height: 23px;
		background-position: -1011px -317px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small5 {
	background-image: url("images/sprites/icons_1x.png");
	width: 20px;
	height: 23px;
	background-position: -1044px -134px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small5 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 19px;
		height: 23px;
		background-position: -1037px -187px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small6 {
	background-image: url("images/sprites/icons_1x.png");
	width: 25px;
	height: 25px;
	background-position: -1016px -272px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small6 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 25px;
		height: 25px;
		background-position: -1011px -266px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small7 {
	background-image: url("images/sprites/icons_1x.png");
	width: 25px;
	height: 25px;
	background-position: -1016px -299px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small7 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 24px;
		height: 24px;
		background-position: -1011px -292px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon_small8 {
	background-image: url("images/sprites/icons_1x.png");
	width: 27px;
	height: 21px;
	background-position: -1016px -352px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.icon_small8 {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 26px;
		height: 21px;
		background-position: -1011px -341px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.icon-small-svg1 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -201px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg2 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -162px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg3 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -255px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg4 {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 15px;
	background-position: -214px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg5 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -162px -295px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg6 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -254px -141px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg7 {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 15px;
	background-position: -193px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg8 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -96px -343px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg9 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -194px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg10 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -228px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg11 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -309px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg12 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: 0px -343px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg13 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -258px -295px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg14 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -93px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg15 {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 10px;
	background-position: -235px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg16 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -174px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg17 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -224px -198px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg18 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -256px -198px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg19 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -282px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg20 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -346px -32px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg21 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -32px -343px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg22 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -64px -343px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg23 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -226px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg24 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -258px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg25 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -290px -263px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg26 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -147px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg27 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -128px -343px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg28 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -194px -295px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg29 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -226px -295px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg30 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 25px;
	background-position: -346px -120px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg31 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -290px -295px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg32 {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 30px;
	background-position: -346px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icon-small-svg33 {
	background-image: url("images/sprites/svg2png.png");
	width: 15px;
	height: 16px;
	background-position: -140px -243px;
	background-repeat: no-repeat;
	display: inline-block;
}

.icons-block .item {
	position: relative
}

.icons-block .item .title {
	color: #231F20;
	margin-bottom: 10px;
	line-height: 24px
}

.icons-block .item .title .more-link {
	font-size: 17px;
	color: #009fe3;
	margin-left: 3px
}

.icons-block .item .text {
	
	font-size: 16px;
	line-height: 22px;
	color: #4C4C4C
}

.icons-block.row .item {
	display: inline-block !important;
	vertical-align: top;
	float: none
}

.icons-block-numbers {
	padding-top: 20px
}

.icons-block-numbers .item {
	padding-bottom: 18px;
	position: relative;
	min-height: 54px
}

.icons-block-numbers .item:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 16px;
	background: #EBEBEB;
	border-left: #D8D8D8 1px solid;
	box-sizing: border-box;
	z-index: -1
}

.icons-block-numbers .item:last-child:before {
	display: none
}

.icons-block-numbers .item .title {
	margin-left: 45px
}

.icons-block-numbers .item .text {
	margin-left: 45px;
	padding-top: 6px;
	padding-bottom: 4px
}

.icons-block-numbers .item .icon {
	float: left;
	text-align: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #EBEBEB;
	font-size: 14px;
	line-height: 34px;
	color: #4C4C4C;
	border-top: #D8D8D8 1px solid;
	box-sizing: border-box;
	position: relative
}

.icons-block-numbers .item .icon:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 4px;
	top: -1px;
	left: 16px;
	background: #EBEBEB;
	border-left: #D8D8D8 1px solid
}

.icons-block-numbers .item:first-child .icon:after {
	display: none
}

.icons-block-icons .item,.large-icons-block .item,.small-icons-block .item {
	padding-top: 13px
}

@media (max-width: 479px) {
	.icons-block-icons .item,.large-icons-block .item,.small-icons-block .item {
		padding-bottom: 10px
	}
}

@media (min-width: 480px) {
	.icons-block-icons .item,.large-icons-block .item,.small-icons-block .item {
		padding-bottom: 25px
	}
}

.icons-block-icons .item .icon,.large-icons-block .item .icon,.small-icons-block .item .icon {
	position: absolute;
	left: 0;
	top: 10px
}

.icons-block-icons .item {
	padding-left: 85px;
	min-height: 91px
}

.icons-block-icons .item .icon {
	position: absolute;
	left: 0;
	top: 10px
}

.icons-block-icons .item .icon_icon1 {
	top: 3px
}

.icons-block-icons .item .icon_icon4 {
	left: -5px
}

.icons-block-icons .item .icon_icon7 {
	top: -1px
}

.icons-block-icons .item .icon_icon8 {
	top: -2px
}

.icons-block-icons .item .icon_icon9 {
	left: -13px;
	top: -11px
}

.icons-block-icons .item .icon_icon10 {
	left: -7px
}

.icons-block-icons .item .icon_icon17 {
	top: -2px
}

.icons-block-icons .item .icon_icon18 {
	top: 0px
}

.icons-block-icons .item .icon_icon25 {
	top: -3px
}

.icons-block-icons .item .icon_icon27 {
	top: 0px
}

.icons-block-icons .item .icon_icon29 {
	top: 3px
}

.icons-block-icons .item .icon_icon32 {
	top: 6px
}

.icons-block-icons .item .icon_icon33 {
	top: 4px
}

.icons-block-icons.row .item {
	padding-left: 100px
}

.icons-block-icons.row .item .icon {
	left: 15px
}

.icons-block-icons.row .item .icon_icon4 {
	left: 4px
}

.icons-block-icons.row .item .icon_icon9 {
	left: 2px
}

.icons-block-icons.row .item .icon_icon10 {
	left: 8px
}

.large-icons-block .item {
	padding-left: 100px;
	min-height: 135px
}

.large-icons-block.row .item {
	padding-left: 115px
}

.large-icons-block.row .item .icon {
	left: 15px
}

.small-icons-block .item {
	padding-left: 37px;
	min-height: 70px
}

.small-icons-block .item .icon {
	top: 15px
}

.small-icons-block .item .icon_small4 {
	top: 10px
}

.small-icons-block .item .icon_small1 {
	top: 14px
}

.small-icons-block .item .icon_small6 {
	top: 12px
}

.small-icons-block .item .icon_small7 {
	top: 13px
}

.small-icons-block.row .item {
	padding-left: 52px
}

.small-icons-block.row .item .icon {
	left: 15px
}

.small-svg-icons-block .item .icon {
	top: 12px
}

.small-svg-icons-block .item .icon-small-svg2 {
	top: 6px
}

.small-svg-icons-block .item .icon-small-svg6,.small-svg-icons-block .item .icon-small-svg9,.small-svg-icons-block .item .icon-small-svg13,.small-svg-icons-block .item .icon-small-svg17,.small-svg-icons-block .item .icon-small-svg18,.small-svg-icons-block .item .icon-small-svg20,.small-svg-icons-block .item .icon-small-svg24,.small-svg-icons-block .item .icon-small-svg25,.small-svg-icons-block .item .icon-small-svg28,.small-svg-icons-block .item .icon-small-svg29,.small-svg-icons-block .item .icon-small-svg31,.small-svg-icons-block .item .icon-small-svg32 {
	top: 10px
}

.small-svg-icons-block .item .icon-small-svg23 {
	top: 8px
}

.front-bottom-request-block {
	text-align: center
}

@media (min-width: 1200px) {
	.front-bottom-request-block {
		padding: 40px 0 38px
	}
}

@media (max-width: 1199px) {
	.front-bottom-request-block {
		padding: 29px 0 30px
	}
}

@media (min-width: 992px) {
	.front-bottom-request-block .btn,.front-bottom-request-block input[type=submit] {
		margin-left: 30px
	}
}

.front-bottom-request-block .text {

	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 1199px) {
	.front-bottom-request-block .text {
		display: block;
		margin-bottom: 17px
	}
}

@media (max-width: 479px) {
	.front-bottom-request-block .text {
		font-size: 25px;
		line-height: 30px
	}
}

@media (min-width: 480px) {
	.front-bottom-request-block .text {
		font-size: 35px;
		line-height: 35px
	}
}

.testimonial-item .text {
	color: #778899
}

.testimonial-item .text,.testimonial-item .text * {
	
	font-style: italic
}

.testimonial-item .image img {
	display: block
}

.testimonial-item .image.testimonial-circle img {
	border-radius: 100px;
	height: auto;
	width: 100px
}

.testimonial-item .image.testimonial {
	width: 98px;
	height: 106px;
	position: relative;
	margin-bottom: 7px
}

.testimonial-item .image.testimonial:before {
	background-image: url("images/sprites/svg2png.png");
	width: 120px;
	height: 120px;
	background-position: 0px -141px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: -7px;
	left: -11px;
	content: ''
}

.testimonial-item .image.testimonial img {
	position: relative;
	width: 100%;
	height: auto
}

.testimonial-item .name {

	color: #231f20;
	font-weight: bold;
	font-size: 18px
}

.testimonial-item .position {
	
	font-size: 14px;
	color: #778899
}

@media (max-width: 991px) {
	.widget_testimonial-widget {
		display: none
	}
}

.widget_testimonial-widget .testimonial-item {
	font-size: 15px
}

.widget_testimonial-widget .testimonial-item .text {
	border: 1px solid #d7e0e7;
	padding: 20px 20px 10px;
	border-radius: 8px;
	margin-bottom: 28px;
	position: relative
}

.widget_testimonial-widget .testimonial-item .text:after {
	background-image: url("images/sprites/svg2png.png");
	width: 16px;
	height: 17px;
	background-position: -122px -243px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	position: absolute;
	bottom: -16px;
	left: 49px
}

.widget_testimonial-widget .testimonial-item .text p {
	margin-bottom: 10px
}

.widget_testimonial-widget .testimonial-item .image {
	padding-bottom: 2px
}

.testimonial-portfolio-block {
	width: 100%
}

.testimonial-portfolio-block .testimonials-border-slider {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	text-align: center
}

.testimonial-portfolio-block .testimonials-border-slider .testimonial-item {
	float: none;
	max-width: 960px;
	display: inline-block;
	text-align: left
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonial-portfolio-block .testimonials-border-slider .testimonial-item {
		padding-left: 154px;
		padding-right: 0
	}

	.testimonial-portfolio-block .testimonials-border-slider .testimonial-item .image {
		left: 0
	}
}

@media (max-width: 767px) {
	.testimonial-portfolio-block .testimonials-border-slider .testimonial-item {
		padding-left: 0
	}
}

.caroufredsel-slider .testimonial-item {
	min-height: 160px;
	padding-left: 180px;
	padding-right: 20px;
	position: relative
}

.caroufredsel-slider .testimonial-item .image {
	left: 46px;
	position: absolute;
	top: 3px
}

.caroufredsel-slider .testimonial-item .text {
	color: #778899;
	font-size: 15px;
	font-style: italic;
	line-height: 22px
}

.caroufredsel-slider .testimonial-item .text p {
	margin-bottom: 10px
}

.caroufredsel-slider .testimonial-item .name {
	color: #373737;
	font-size: 18px;
	font-style: normal;
	line-height: 20px
}

.testimonials-slider {
	position: relative
}

.testimonials-slider .pagination {
	text-align: center
}

.testimonials-slider .pagination .nav-item {
	background-color: transparent;
	border: 1px solid #c5c6cc;
	border-radius: 9px;
	cursor: pointer;
	display: inline-block;
	height: 9px;
	margin-right: 4px;
	vertical-align: top;
	width: 9px
}

.testimonials-slider .pagination .nav-item.selected {
	background-color: #c5c6cc
}

@media (min-width: 600px) and (max-width: 767px) {
	.testimonials-slider .testimonial-item {
		padding-left: 135px;
		padding-right: 0
	}

	.testimonials-slider .testimonial-item .image {
		left: 0
	}
}

@media (max-width: 600px) {
	.testimonials-slider {
		text-align: center
	}

	.testimonials-slider:before,.testimonials-slider:after {
		content: "";
		display: table
	}

	.testimonials-slider:after {
		clear: both
	}

	.testimonials-slider .testimonial-item {
		padding-left: 0;
		padding-right: 0;
		text-align: center
	}

	.testimonials-slider .testimonial-item .text {
		text-align: left
	}

	.testimonials-slider .testimonial-item .image {
		position: static
	}

	.testimonials-slider .testimonial-item .image img {
		margin: 0 auto
	}
}

.testimonials-slider .prev-slide,.testimonials-slider .next-slide {
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
	border: 1px solid #c3c4cb;
	border-radius: 40px;
	height: 40px;
	width: 40px;
	overflow: hidden;
	opacity: 0.4
}

.testimonials-slider .prev-slide:before,.testimonials-slider .prev-slide:after,.testimonials-slider .next-slide:before,.testimonials-slider .next-slide:after {
	top: 10px;
	content: '';
	display: block;
	position: absolute;
	-o-transition: left 0.6s ease 0s, right 0.6s ease 0s;
	transition: left 0.6s ease 0s, right 0.6s ease 0s
}

.testimonials-slider .prev-slide:hover,.testimonials-slider .next-slide:hover {
	opacity: 1
}

@media (max-width: 767px) {
	.testimonials-slider .prev-slide,.testimonials-slider .next-slide {
		position: relative;
		top: 0;
		left: auto !important;
		right: auto !important;
		margin-top: -35px
	}

	.testimonials-slider .prev-slide {
		float: left
	}

	.testimonials-slider .next-slide {
		float: right
	}

	.testimonials-slider .pagination {
		padding-top: 20px
	}
}

@media (min-width: 768px) {
	.testimonials-slider .prev-slide,.testimonials-slider .next-slide {
		position: absolute;
		top: 25px;
		display: block
	}
}

.testimonials-slider .prev-slide {
	left: -44px
}

.testimonials-slider .prev-slide:before {
	background-image: url("images/sprites/icons_1x.png");
	width: 10px;
	height: 19px;
	background-position: -1044px -159px;
	background-repeat: no-repeat;
	display: inline-block;
	left: 13px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-slider .prev-slide:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 10px;
		height: 19px;
		background-position: -1037px -210px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.testimonials-slider .prev-slide:after {
	background-image: url("images/sprites/icons_1x.png");
	width: 10px;
	height: 19px;
	background-position: -1044px -159px;
	background-repeat: no-repeat;
	display: inline-block;
	left: 41px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-slider .prev-slide:after {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 10px;
		height: 19px;
		background-position: -1037px -210px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.testimonials-slider .prev-slide:hover:before {
	left: -15px
}

.testimonials-slider .prev-slide:hover:after {
	left: 13px
}

.testimonials-slider .next-slide {
	right: -44px
}

.testimonials-slider .next-slide:before {
	background-image: url("images/sprites/icons_1x.png");
	width: 10px;
	height: 19px;
	background-position: -1047px -245px;
	background-repeat: no-repeat;
	display: inline-block;
	right: 13px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-slider .next-slide:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 10px;
		height: 19px;
		background-position: -1048px -210px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.testimonials-slider .next-slide:after {
	background-image: url("images/sprites/icons_1x.png");
	width: 10px;
	height: 19px;
	background-position: -1047px -245px;
	background-repeat: no-repeat;
	display: inline-block;
	right: 41px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-slider .next-slide:after {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 10px;
		height: 19px;
		background-position: -1048px -210px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.testimonials-slider .next-slide:hover:before {
	right: -15px
}

.testimonials-slider .next-slide:hover:after {
	right: 13px
}

.testimonials-border-slider {
	position: relative
}

.testimonials-border-slider:before,.testimonials-border-slider:after {
	content: "";
	display: table
}

.testimonials-border-slider:after {
	clear: both
}

@media (max-width: 767px) {
	.testimonials-border-slider {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px
	}

	.testimonials-border-slider .testimonial-item {
		padding-left: 0
	}

	.testimonials-border-slider .testimonial-item .text {
		text-align: left
	}

	.testimonials-border-slider .testimonial-item .image {
		position: relative;
		left: 0;
		top: 0;
		margin-left: auto;
		margin-right: auto
	}

	.testimonials-border-slider .testimonial-item .name,.testimonials-border-slider .testimonial-item .position {
		text-align: center
	}

	.testimonials-border-slider .prev-slide,.testimonials-border-slider .next-slide {
		vertical-align: middle;
		width: 50%;
		float: left;
		text-align: center
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.testimonials-border-slider {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media (min-width: 1200px) {
	.testimonials-border-slider {
		padding-left: 120px;
		padding-right: 120px
	}
}

.testimonials-border-slider .testimonial-item {
	padding-bottom: 1px
}

@media (max-width: 991px) {
	.testimonials-border-slider .testimonial-item {
		padding-right: 0
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonials-border-slider .testimonial-item {
		padding-left: 125px
	}

	.testimonials-border-slider .testimonial-item .image {
		left: 0
	}
}

.testimonials-border-slider .prev-slide,.testimonials-border-slider .next-slide {
	-o-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
	display: block
}

@media (min-width: 768px) {
	.testimonials-border-slider .prev-slide,.testimonials-border-slider .next-slide {
		position: absolute;
		top: 0;
		opacity: 0.7;
		height: 100%;
		width: 80px
	}
}

.testimonials-border-slider .prev-slide:before,.testimonials-border-slider .prev-slide:after,.testimonials-border-slider .next-slide:before,.testimonials-border-slider .next-slide:after {
	content: '';
	display: inline-block;
	vertical-align: middle
}

.testimonials-border-slider .prev-slide:after,.testimonials-border-slider .next-slide:after {
	height: 100%
}

.testimonials-border-slider .prev-slide:hover,.testimonials-border-slider .next-slide:hover {
	opacity: 1
}

.testimonials-border-slider .prev-slide {
	left: 0px
}

@media (min-width: 768px) {
	.testimonials-border-slider .prev-slide {
		text-align: left
	}
}

.testimonials-border-slider .prev-slide:before {
	background-image: url("images/sprites/icons_1x.png");
	width: 26px;
	height: 54px;
	background-position: -1016px -134px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-border-slider .prev-slide:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 26px;
		height: 54px;
		background-position: -1011px -132px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.testimonials-border-slider .prev-slide:before {
		margin-left: 25px
	}
}

.testimonials-border-slider .next-slide {
	right: 0px
}

@media (min-width: 768px) {
	.testimonials-border-slider .next-slide {
		text-align: right
	}
}

.testimonials-border-slider .next-slide:before {
	background-image: url("images/sprites/icons_1x.png");
	width: 25px;
	height: 53px;
	background-position: -1016px -190px;
	background-repeat: no-repeat;
	display: inline-block
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.testimonials-border-slider .next-slide:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 25px;
		height: 53px;
		background-position: -1011px -187px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.testimonials-border-slider .next-slide:before {
		margin-right: 25px
	}
}

.content-block-team {
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 1px
}

.content-block-team.row {
	margin-left: -7px;
	margin-right: -7px
}

.content-block-team p {
	margin-bottom: 3px
}

.content-block-team .item {
	padding-bottom: 40px;
	padding: 0 7px 40px 102px;
	min-height: 124px
}

@media (min-width: 560px) and (max-width: 840px) {
	.content-block-team .item {
		width: 50%
	}
}

@media (max-width: 560px) {
	.content-block-team .item {
		width: 100%
	}
}

.content-block-team .image {
	position: absolute;
	top: -4px;
	left: -1px;
	width: 100px;
	height: 100px;
	padding: 4px 8px
}

.content-block-team .image:before {
	background-image: url("images/sprites/svg2png.png");
	width: 100px;
	height: 100px;
	background-position: -122px -141px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block
}

.content-block-team .image img {
	margin: 0
}

.content-block-team .title {

	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0;
	color: #231f20;
	font-size: 18px;
	margin-bottom: 2px
}

.content-block-team .position {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 18px
}

.content-block-team .linkedin {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	color: #125e92
}

.content-block-team .linkedin:before {
	background-image: url("images/sprites/svg2png.png");
	width: 15px;
	height: 16px;
	background-position: -140px -243px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	position: absolute;
	left: -18px;
	top: 1px
}

.social-icons-block .fa {
	display: inline-block;
	vertical-align: middle
}

.social-icons-block a {
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	opacity: 0.9;
	filter: alpha(opacity=90);
	overflow: hidden;
	text-indent: -999px;
	text-decoration: none;
	border: none !important;
	margin-right: 9px;
	width: 26px;
	height: 26px
}

.social-icons-block a:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.social-icons-block a.fa-facebook {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -252px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block a.fa-twitter {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -56px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block a.fa-linkedin {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -196px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block a.fa-google_plus {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -28px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block a.fa-dribbble {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a {
	-o-transition: background 0.2s ease 0s;
	transition: background 0.2s ease 0s;
	opacity: 1;
	filter: alpha(opacity=100)
}

.social-icons-block.black a.fa-facebook {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -224px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-facebook:hover {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -252px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-twitter {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -84px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-twitter:hover {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -56px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-linkedin {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -168px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-linkedin:hover {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -196px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-google_plus {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -308px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-google_plus:hover {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -28px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-dribbble {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -280px;
	background-repeat: no-repeat;
	display: inline-block;
}

.social-icons-block.black a.fa-dribbble:hover {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

.right-menu-background {
	-o-transition: background-color .4s,  width .1s ease .4s, height .1s ease .4s;
	transition: background-color .4s,  width .1s ease .4s, height .1s ease .4s;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 1999
}

.right-menu-background.right-menu-active {
	-o-transition: background-color 0.4s ease 0s;
	transition: background-color 0.4s ease 0s;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%
}

html.non-mobile-ios-safari body.right-menu-active {
	overflow: hidden;
	position: relative
}

html.non-mobile-ios-safari .right-swipe-menu {
	height: 100%;
	overflow-y: scroll
}

#page {
	opacity: 1;
	filter: alpha(opacity=100)
}

body.safari-hack-active #page {
	display: none !important
}

body.safari-hack-active .right-menu-background.right-menu-active {
	display: none !important
}

body.safari-hack-active .right-swipe-menu.right-menu-active {
	height: auto;
	position: relative !important;
	top: 0 !important;
	right: 0 !important
}

.right-swipe-menu {
	right: -100%;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100000
}

.right-swipe-menu.right-menu-active {
	right: 0
}

.right-swipe-menu .right-swipe-menu-inn {
	position: relative
}

.right-swipe-menu .close-btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: absolute;
	text-decoration: none;
	cursor: pointer;
	padding: 17px 27px 10px;
	z-index: 100;
	display: block
}

@media (max-width: 999px) {
	.right-swipe-menu .close-btn {
		right: 0;
		top: 0;
		font-size: 35px
	}
}

@media (min-width: 1000px) {
	.right-swipe-menu.right-menu-active .close-btn {
		-o-transition: all 0.2s ease 0.3s;
		transition: all 0.2s ease 0.3s;
		left: -83px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	.right-swipe-menu .close-btn {
		font-size: 50px;
		color: #fff;
		top: -13px;
		left: -30px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

@media (max-width: 767px) {
	.right-swipe-menu {
		-o-transition: right 0.7s ease 0s;
		transition: right 0.7s ease 0s
	}

	.right-swipe-menu .close-btn {
		font-size: 35px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.right-swipe-menu {
		-o-transition: right 0.5s ease 0s;
		transition: right 0.5s ease 0s
	}
}

@media (min-width: 992px) {
	.right-swipe-menu {
		-o-transition: right 0.3s ease-in 0s;
		transition: right 0.3s ease-in 0s
	}

	.right-swipe-menu.right-menu-active {
		-o-transition: right 0.3s ease 0s;
		transition: right 0.3s ease 0s
	}
}

.page-header {
	background: url("images/page-header-bg.jpg") center 0 no-repeat;
	background-size: cover;
	color: #88a5bf
}

.page-header h1 {
	color: #fff
}

.page-header .description {
	color: #fff;
	line-height: 28px;
	padding-bottom: 1px
}

.page-header .description p {
	margin-bottom: 9px
}

.page-header .breadcrumbs {
	font-size: 12px
}

.page-header .breadcrumbs a {
	color: #fff
}

@media (max-width: 767px) {
	.page-header {
		height: 100px !important
	}

	.page-header .wrapper {
		height: 100px
	}

	.page-header .wrapper:before {
		display: inline-block;
		content: '';
		vertical-align: middle;
		height: 100px;
		margin-left: -6px
	}

	.page-header .wrapper h1 {
		display: inline-block;
		vertical-align: middle;
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 0;
		width: 100%
	}

	.page-header .wrapper .breadcrumbs,.page-header .wrapper .description {
		display: none
	}
}

@media (min-width: 768px) {
	.page-header .wrapper {
		min-height: 120px;
		padding-top: 25px;
		padding-bottom: 28px
	}

	.page-header h1 {
		font-size: 42px;
		margin-bottom: 12px
	}

	.page-header.has-text h1 {
		margin-bottom: 5px
	}

	.page-header.testimonial-page-header .wrapper {
		padding-top: 155px
	}

	.page-header.servicres-index-page-header .wrapper {
		padding-top: 45px
	}

	.page-header.servicres-index-page-header .page-title {
		margin-bottom: 22px
	}

	.page-header.servicres-index-page-header .description {
		padding-bottom: 24px
	}

	.page-header.servicres-index-page-header .breadcrumbs {
		color: #536071
	}

	.page-header.servicres-index-page-header .breadcrumbs a {
		color: #8f8889
	}

	.page-header.wp-hosting-page-header .wrapper,.page-header.wp-speed-page-header .wrapper {
		padding-top: 43px
	}

	.page-header.wp-hosting-page-header .page-title,.page-header.wp-speed-page-header .page-title {
		margin-bottom: 10px
	}

	.page-header.wp-hosting-page-header .description,.page-header.wp-speed-page-header .description {
		padding-bottom: 26px
	}

	.page-header.wp-support-page-header .wrapper {
		padding-top: 43px
	}

	.page-header.wp-support-page-header .page-title {
		margin-bottom: 20px
	}

	.page-header.wp-support-page-header .description {
		padding-bottom: 26px
	}

	.page-header.contact-page-header .wrapper {
		padding-top: 43px
	}

	.page-header.contact-page-header .page-title {
		margin-bottom: 12px
	}

	.page-header.contact-page-header .description {
		padding-bottom: 7px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-header.contact-page-header .description br {
		display: none
	}
}

@media (min-width: 768px) {
	.testimonials-content-area .wrapper {
		max-width: 880px
	}
}

.testimonials-content-area .site-main {
	padding-top: 0
}

@media (max-width: 767px) {
	.testimonial-list-item {
		padding: 30px 0 20px
	}
}

@media (min-width: 768px) {
	.testimonial-list-item {
		padding: 44px 0 25px
	}
}

.testimonial-list-item .hentry {
	position: relative
}

.testimonial-list-item.even {
	background-color: #f0f4f9
}

.testimonial-list-item.even .post-type-testimonial {
	padding-right: 0 !important
}

.testimonial-list-item.even .post-type-testimonial .image:before {
	background-image: url("images/sprites/svg2png.png");
	width: 120px;
	height: 120px;
	background-position: -174px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonial-list-item .entry-header {
		width: 215px
	}

	.testimonial-list-item .entry-content {
		padding-left: 215px
	}

	.testimonial-list-item.even .entry-header {
		padding-right: 45px;
		margin-left: -100%
	}

	.testimonial-list-item.odd .entry-content {
		margin-left: -215px
	}

	.testimonial-list-item.odd .entry-header {
		padding-left: 45px
	}
}

@media (min-width: 992px) {
	.testimonial-list-item .entry-header {
		width: 235px
	}

	.testimonial-list-item .entry-content {
		padding-left: 235px
	}

	.testimonial-list-item.even .entry-header {
		padding-right: 65px;
		margin-left: -100%
	}

	.testimonial-list-item.odd .entry-content {
		margin-left: -235px
	}

	.testimonial-list-item.odd .entry-header {
		padding-left: 65px
	}
}

@media (max-width: 767px) {
	.testimonial-list-item .post-type-testimonial .entry-header {
		padding-left: 120px;
		padding-top: 8px;
		position: relative
	}

	.testimonial-list-item .post-type-testimonial .entry-header .image {
		position: absolute;
		left: 0;
		top: 0
	}

	.testimonial-list-item .post-type-testimonial .entry-content {
		padding-bottom: 10px
	}

	.testimonial-list-item .post-type-testimonial .entry-content .quote {
		font-size: 30px;
		line-height: 38px
	}
}

@media (min-width: 768px) {
	.testimonial-list-item .post-type-testimonial .entry-header {
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 20px
	}

	.testimonial-list-item .post-type-testimonial .entry-header .image {
		position: relative;
		margin-bottom: 15px
	}

	.testimonial-list-item .post-type-testimonial .entry-content {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		padding-bottom: 1px
	}

	.testimonial-list-item .post-type-testimonial .entry-content .quote {
		text-indent: -35px;
		font-size: 40px;
		line-height: 48px
	}
}

.testimonial-list-item .post-type-testimonial .entry-header {
	min-height: 110px
}

.testimonial-list-item .post-type-testimonial .entry-header .position {
	margin-bottom: 5px
}

.testimonial-list-item .post-type-testimonial .entry-header .link {
	margin-bottom: 10px;
	display: block
}

.testimonial-list-item .post-type-testimonial .entry-header .link a {

	-o-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	display: inline-block;
	height: 30px;
	border: 1px solid #d2deea;
	padding: 0 10px;
	line-height: 28px;
	color: #778899;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none
}

.testimonial-list-item .post-type-testimonial .entry-header .link a:hover {
	color: #abbac9
}

.testimonial-list-item .post-type-testimonial .entry-content {
	color: #778899
}

.testimonial-list-item .post-type-testimonial .entry-content .quote {
	
	color: #231f20;
	font-style: italic;
	margin-bottom: 23px
}

body.single-post .entry-content {
	line-height: 26px;
	color: #3e3c3c
}

body.single-post .entry-content .wp-caption {
	margin: 20px 0;
	max-width: 100%;
	width: 100% !important;
	padding: 0;
	position: relative;
	border: none;
	float: none;
	text-align: left
}

body.single-post .entry-content .wp-caption img {
	max-width: 100%;
	height: auto
}

body.single-post .entry-content .wp-caption.aligncenter {
	text-align: center
}

body.single-post .entry-content .wp-caption.alignright {
	text-align: right
}

body.single-post .entry-content .wp-caption .wp-caption-text {
	color: #b1bec9;
	font-size: 15px;
	font-style: italic;
	line-height: 22px
}

@media (min-width: 1200px) {
	body.single-post .entry-content .wp-caption .wp-caption-text {
		border-top: 1px solid #b1bec9;
		left: -210px;
		margin: 0;
		padding-top: 20px;
		position: absolute;
		text-align: right;
		top: 0;
		width: 160px
	}
}

@media (max-width: 1199px) {
	body.single-post .entry-content .wp-caption .wp-caption-text {
		margin: 10px 0;
		text-align: left
	}
}

.blog-first-post {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 30px
}

.blog-first-post .wrapper {
	height: 450px
}

.blog-first-post .hentry-post-first {
	text-align: center
}

.blog-first-post .hentry-post-first .entry-title {
	font-size: 48px;
	margin-bottom: 20px;
	line-height: 1.1
}

.blog-first-post .hentry-post-first .entry-title a {
	opacity: 1;
	-o-transition: opacity .1s;
	transition: opacity .1s;
	text-decoration: none
}

.blog-first-post .hentry-post-first .entry-title a:hover {
	opacity: .88
}

@media (max-width: 479px) {
	.blog-first-post .wrapper {
		height: auto;
		padding-top: 30px;
		padding-bottom: 20px
	}

	.blog-first-post .hentry-post-first .entry-title {
		font-size: 26px
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.blog-first-post .hentry-post-first .entry-title {
		font-size: 38px
	}
}

@media (min-width: 480px) {
	.blog-first-post .wrapper {
		text-align: center
	}

	.blog-first-post .wrapper:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.blog-first-post .hentry-post-first {
		width: 83%;
		display: inline-block;
		vertical-align: middle
	}
}
.hentry-post-faq {
	position: relative;
	box-sizing: content-box;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 30px;
	padding-bottom: 40px
}

.hentry-post-small {
	position: relative;
	min-height: 250px;
	box-sizing: content-box;
	border-top: 1px solid #d2d2d2;
	padding-top: 30px;
	padding-bottom: 10px
}

.hentry-post-small:first-child {
	border: none;
	padding-top: 0
}

.hentry-post-small:first-child .entry-image {
	top: 0
}

.hentry-post-small .entry-title {
	/*margin-bottom: 20px;*/
	margin:20px;
}

.hentry-post-small .entry-title a {
	text-decoration: none;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color: #000
}

.hentry-post-small .entry-title a:hover {
	color: #0084d0
}

@media (max-width: 767px) {
	.hentry-post-small .entry-image {
/*		margin-bottom: 20px;
		margin-left:20px;*/
		margin:0 20px;
	}

	.hentry-post-small .entry-title {
		font-size: 18px;
		line-height: 30px
	}
}

@media (min-width: 768px) {
	.hentry-post-small {
		padding-left: 290px
	}

	.hentry-post-small .entry-image {
		position: absolute;
		top: 30px;
		left: 0
	}

	.hentry-post-small .entry-title {
		/*font-size: 39px;*/
		line-height: 39px
	}
}

.hentry.type-post .entry-content a {
	color: #1ba8ea;
	text-decoration: none;
}

.hentry.type-post .entry-content a:hover {
	text-decoration: none
}

@media (min-width: 1200px) {
	body.single-post .site-content {
		margin-left: 300px
	}
}

body.single-post .author-card {
	border: 1px solid #ebeef5;
	color: #747c83;
	padding: 20px 20px 10px;
	/*margin-bottom: 40px;*/
	position: relative;
	min-height: 160px
}

body.single-post .author-card p {
	margin-bottom: 10px
}

body.single-post .author-card .image img {
	/*border-radius: 50%;*/
}

body.single-post .author-card .title {
	line-height: 21px;
	font-size: 19px;
	margin-bottom: 10px
}

body.single-post .author-card .text {
	color: #747c83;
	font-size: 15px;
	line-height: 22px
}

@media (max-width: 767px) {
	body.single-post .author-card {
		border-left: none;
		border-right: none;
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width: 479px) {
	body.single-post .author-card .image,body.single-post .author-card .title {
		text-align: center
	}

	body.single-post .author-card .title {
		font-size: 16px
	}
}

@media (min-width: 480px) {
	body.single-post .author-card {
		padding-left: 160px
	}

	body.single-post .author-card .image {
		position: absolute;
		left: 20px;
		top: 20px
	}
}
body.single-post .post-tags {
	list-style: none;
	margin: 20px 0px;
	overflow: hidden;
}

body.single-post .post-tags li {
	float:left;
	margin-right: 10px;
	color:#999;
}
body.single-post .post-tags li a{
	color:#999;
}
body.single-post .post-tags li a:hover{
	color: #ff9633;
}
body.single-post .post-share {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	margin: 20px 0 40px;
	overflow: hidden
}

body.single-post .post-share li {
	float: left;
	margin-right: 20px
}

body.single-post .post-share li.facebook a {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -112px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 37px;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	display: block
}

body.single-post .post-share li.twitter a {
	background-image: url("images/sprites/svg2png.png");
	width: 172px;
	height: 139px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 37px;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	display: block
}

body.single-post .post-share li.google a {
	background-image: url("images/sprites/svg2png.png");
	width: 26px;
	height: 26px;
	background-position: -378px -140px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 37px;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
	display: block
}

body.single-post .recent-posts {
	margin-bottom: 40px
}

body.single-post .recent-posts a {
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}

body.single-post .recent-posts a:hover {
	text-decoration: none;
	color: #1ba8ea
}

body.single-post .recent-posts .block-title {
	font-size: 24px;
	margin: 20px 0;
}

body.single-post .recent-posts .title {

	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	body.single-post .recent-posts a {
		display: block;
		margin-bottom: 10px
	}

	body.single-post .recent-posts a:before,body.single-post .recent-posts a:after {
		content: "";
		display: table
	}

	body.single-post .recent-posts a:after {
		clear: both
	}

	body.single-post .recent-posts img {
		float: left;
		width: 110px;
		margin-right: 10px
	}

	body.single-post .recent-posts .title {
		margin-top: 10px
	}
}

.hentry-post-single .entry-header {
	position: relative
}

.hentry-post-single .entry-title {
	font-size: 39px;
	line-height: 39px;
	margin-bottom: 20px
}

.hentry-post-single .entry-meta {

	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #b0bec9
}

@media (max-width: 1199px) {
	.hentry-post-single .entry-meta {
		margin-bottom: 20px
	}

	.hentry-post-single .entry-meta .avatar {
		display: none
	}
}

@media (min-width: 1200px) {
	.hentry-post-single .entry-meta {
		left: -270px;
		position: absolute;
		text-align: right;
		top: 0;
		width: 210px;
		padding-right: 70px
	}

	.hentry-post-single .entry-meta .avatar {
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 0;
		right: 0
	}
}

.hentry-post-single .entry-meta .counters {
	font-weight: normal;
	color: #d4dce3
}

.hentry-post-single .entry-meta .counters>span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	height: 20px
}

.hentry-post-single .entry-meta .counters>span:before {
	content: '';
	position: absolute;
	left: 0
}

.hentry-post-single .entry-meta .counters .views {
	margin-right: 3px
}

.hentry-post-single .entry-meta .counters .views:before {
	background-image: url("images/sprites/svg2png.png");
	width: 35px;
	height: 22px;
	background-position: -296px -234px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 17px;
	height: 11px;
	background-size: 100%;
	display: block;
	top: 4px
}

.hentry-post-single .entry-meta .counters .comments:before {
	background-image: url("images/sprites/svg2png.png");
	width: 30px;
	height: 27px;
	background-position: -346px -64px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
	background-size: 100%;
	display: block;
	top: 3px
}

.infinite-scroll {
	padding-bottom: 15px;
	background-position: center bottom;
	background-repeat: no-repeat
}

.infinite-scroll.loading {
	background-image: url(../images/infinite-scroll-loader.gif)
}


.portfolio-list {
	position:relative
}
body.portfolio-loading .portfolio-list:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.7);
	content:'';
	display:block;
	z-index:20
}
body.portfolio-loading .portfolio-list .porfolio-loader-block {
	background-image:url(images/portfolio-loader-puff.svg);
	display:block;
	position:absolute;
	left:50%;
	top:200px;
	z-index:30;
	width:44px;
	height:44px;
	margin-left:-22px
}
.portfolio-list .porfolio-loader-block {
	display:none
}
.portfolio-list .hentry {
	padding-bottom:20px;
	position:relative;
	color:#778899;
	font-size:14px;
	line-height:16px
}
@media (max-width:400px) {
	.portfolio-list .hentry {
	width:100%
}
}.portfolio-list .hentry .entry-border {
	transition:border-color 0.2s ease 0s;
	position:absolute;
	left:15px;
	right:15px;
	top:0;
	bottom:20px;
	border:1px solid #eaeaea
}
.portfolio-list .hentry:hover {
	text-decoration:none
}
.portfolio-list .hentry:hover .entry-border {
	border:2px solid #ff6303
}
.portfolio-list .hentry:hover .entry-title {
	color:#ff6303
}
.portfolio-list .hentry:hover .hover-effect {
	background-color:rgba(0,0,0,0.7)
}
.portfolio-list .hentry:hover .hover-effect-inn {
	width:74px;
	height:74px;
	margin-left:-37px;
	margin-top:-37px
}
.portfolio-list .hentry:hover .hover-effect-inn:before {
	height:35px;
	margin-top:-19px
}
.portfolio-list .hentry:hover .hover-effect-inn:after {
	width:35px;
	margin-left:-19px
}
.portfolio-list .hentry .hover-effect {
	transition:background 0.2s ease 0s;
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.portfolio-list .hentry .hover-effect-inn {
	transition:width .3s,height .3s,margin .3s;
	background-color:rgba(255,255,255,0.22);
	position:absolute;
	width:0px;
	height:0px;
	border-radius:50%;
	left:50%;
	top:50%;
	margin:0
}
.portfolio-list .hentry .hover-effect-inn:before,.portfolio-list .hentry .hover-effect-inn:after {
	transition:width .3s,height .3s,margin .3s;
	content:"";
	display:block;
	background-color:#d6d6d6;
	left:50%;
	top:50%;
	position:absolute
}
.portfolio-list .hentry .hover-effect-inn:before {
	width:1px;
	height:0;
	margin-top:0
}
.portfolio-list .hentry .hover-effect-inn:after {
	height:1px;
	width:0;
	margin-left:0
}
.portfolio-list .hentry .entry-permalink-inn {
	padding-top:7px;
	padding-bottom:17px;
	position:relative;
	z-index:10
}
.portfolio-list .hentry .entry-image {
	text-align:center;
	margin:0 2px
}
.portfolio-list .hentry .entry-image-inn {
	position:relative;
	display:inline-block;
	overflow:hidden;
	max-width:100%
}
.portfolio-list .hentry .entry-image-inn:before {

	content:'';
	display:block;
	position:absolute;
	z-index:20
}
.portfolio-list .hentry .entry-image-inn img {
	display:block
}
.portfolio-list .hentry .entry-title {
	color:#222;
	font-size:16px;
	line-height:16px;
	padding:6px 20px;
	font-weight:600;
	overflow:hidden;
	text-overflow:ellipsis;
	display:block
}
.portfolio-list .hentry .entry-excerpt {
	display:block;
	padding:0 20px
}
.portfolio-list .hentry .edit-link {
	display:block;
	padding-top:5px
}
.portfolio-list .hentry .edit-link a {
	text-decoration:underline
}
.portfolio-list .hentry .edit-link a:hover {
	text-decoration:none
}






.projects-list-type-default .hentry .entry-image-inn:before {
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	box-shadow: 0 0 0 65px #fff
}

.projects-list-type-default .hentry .entry-permalink:hover .entry-image-inn:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.projects-list-type-mobile .hentry .entry-image-inn {
	border-radius: 0 0 50% 50%;
	height: 231px;
	margin-bottom: 12px;
	width: 212px
}

.projects-list-type-mobile .hentry .entry-image-inn:before {
	box-shadow: 0 -16px 16px 0 rgba(50,50,50,0.1) inset;
	height: 220px;
	left: 0;
	top: 11px;
	width: 220px;
	z-index: 100
}

.projects-list-type-mobile .hentry .entry-image-inn span {
	background: url(../images/project-mobile-phone.png) 0 0 no-repeat;
	display: inline-block;
	width: 213px;
	height: 231px;
	display: block;
	left: -1px;
	position: absolute;
	top: 11px;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	z-index: 99
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.projects-list-type-mobile .hentry .entry-image-inn span {
		background-image: url(../images/project-mobile-phone@2x.png);
		background-size: 213px 231px
	}
}

.projects-list-type-mobile .hentry .entry-image-inn img {
	display: block;
	left: 19px;
	position: absolute;
	top: 80px;
	z-index: 101
}

@media (max-width: 479px) {
	.projects-list-type-mobile .hentry .entry-image-inn {
		width: 151px;
		height: 162px
	}

	.projects-list-type-mobile .hentry .entry-image-inn:before {
		width: 150px;
		height: 150px
	}

	.projects-list-type-mobile .hentry .entry-image-inn span {
		width: 150px;
		height: 163px;
		background-size: 150px auto;
		left: 0
	}

	.projects-list-type-mobile .hentry .entry-image-inn img {
		top: 56px;
		left: 13px;
		width: 125px
	}
}

.projects-list-type-mobile .hentry .entry-permalink:hover .entry-image-inn span {
	top: 0
}

.portfolio-navigation {
	padding-bottom: 35px
}

.portfolio-navigation ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	display: block;
	text-align: center
}

.portfolio-navigation li {
	display: inline-block;
	padding: 0 3px 0 2px
}

.portfolio-navigation li.current-menu-item a {
	color: #fff;
	border: 1px solid #ff9633;
	background-color: #ff9633
}

.portfolio-navigation a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	border-radius: 3px;
	padding: 0 8px;
	text-decoration: none;
	color: #6b6b6b;
	background-color: #fff;
	border: 1px solid #f2f2f2
}

.portfolio-navigation a:hover {
	color: #ff9633
}

@media (min-width: 480px) and (max-width: 767px) {
	.portfolio-navigation {
		margin-left: -20px;
		margin-right: -20px
	}

	.portfolio-navigation ul {
		margin: 0 auto
	}
}

@media (min-width: 480px) {
	.portfolio-navigation .menu {
		height: auto !important
	}
}

@media (max-width: 479px) {
	.portfolio-navigation {
		margin: -30px -20px 0;
		position: relative
	}

	.portfolio-navigation:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 34px;
		height: 2px;
		min-width: 100%;
		background-color: #f0f4f9;
		z-index: 500
	}

	.portfolio-navigation .menu {
		-o-transition: height 0.4s ease 0s;
		transition: height 0.4s ease 0s;
		background-color: #f0f4f9;
		display: block;
		box-sizing: content-box;
		padding-top: 53px;
		padding-bottom: 13px;
		position: relative;
		height: 0;
		overflow: hidden
	}

	.portfolio-navigation .menu:before {
		border: 6px outset transparent;
		border-top: 6px solid #65696f;
		height: 0;
		width: 0;
		display: block;
		content: '';
		position: absolute;
		position: absolute;
		right: 22px;
		top: 30px
	}

	.portfolio-navigation .menu.active:before {
		border: 6px outset transparent;
		border-bottom: 6px solid #65696f;
		height: 0;
		width: 0;
		display: block;
		content: '';
		position: absolute;
		top: 24px
	}

	.portfolio-navigation .menu:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 8px;
		width: 100%;
		background-color: #f0f4f9
	}

	.portfolio-navigation li {
		width: 100%;
		display: block;
		padding: 0
	}

	.portfolio-navigation li.current-menu-item {
		position: absolute;
		top: 12px;
		left: 0
	}

	.portfolio-navigation li.current-menu-item a {
		color: #231f20
	}

	.portfolio-navigation a {
	
		color: #004b7f;
		font-weight: bold;
		background-color: transparent !important;
		border: none !important;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 9px;
		display: block;
		text-align: left;
		font-size: 18px
	}
}

.project-popup-window {
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	overflow: auto;
	width: 100%;
	height: auto;
	min-height: 100%
}

.project-popup-window.active {
	display: block
}

.project-popup-window .popup-inn {
	position: relative;
	max-width: 100%
}

@media (max-width: 1150px) {
	.project-popup-window .popup-inn {
		padding-top: 50px;
		padding-bottom: 0
	}
}

@media (min-width: 1150px) {
	.project-popup-window .popup-inn {
		margin-top: 62px;
		margin-bottom: 40px
	}
}

body.safari-hack-active.body-project-popup-active {
	overflow: auto !important
}

body.safari-hack-active .project-popup-window.active {
	position: static !important
}

body.body-project-popup-active {
	overflow: hidden
}

.single-project-content {
	background-color: #fff;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10
}

.prev-next-buttons {
	width: 100%;
	z-index: 1
}

@media (max-width: 479px) {
	.prev-next-buttons {
		padding-right: 50px !important
	}
}

@media (max-width: 1150px) {
	.prev-next-buttons {
		position: relative;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
		height: 50px;
		padding-right: 250px
	}

	.prev-next-buttons:before,.prev-next-buttons:after {
		content: "";
		display: table
	}

	.prev-next-buttons:after {
		clear: both
	}

	.prev-next-buttons a {
		float: left;
		height: 50px;
		background-clip: border-box
	}

	.prev-next-buttons a:after {
		height: 100%;
		content: '';
		display: inline-block;
		vertical-align: middle
	}

	.prev-next-buttons a.prev-btn:before {
		background-image: url("images/sprites/svg2png.png");
		width: 15px;
		height: 29px;
		background-position: -322px -263px;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.prev-next-buttons a.next-btn {
		border-left: 1px solid #2c2a2a
	}

	.prev-next-buttons a.next-btn:before {
		background-image: url("images/sprites/svg2png.png");
		width: 15px;
		height: 29px;
		background-position: -326px -177px;
		background-repeat: no-repeat;
		display: inline-block;
	}
}

@media (min-width: 1150px) {
	.prev-next-buttons {
		position: absolute;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%
	}

	.prev-next-buttons a {
		position: absolute;
		height: 100%
	}

	.prev-next-buttons a:before {
		vertical-align: middle;
		display: inline-block;
		content: ''
	}

	.prev-next-buttons a:after {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

	.prev-next-buttons a.prev-btn {
		left: 0;
		padding-right: 500px
	}

	.prev-next-buttons a.prev-btn:before {
		background-image: url("images/sprites/svg2png.png");
		width: 28px;
		height: 55px;
		background-position: -296px -177px;
		background-repeat: no-repeat;
		display: inline-block;
	}

	.prev-next-buttons a.next-btn {
		right: 0;
		padding-left: 500px
	}

	.prev-next-buttons a.next-btn:before {
		background-image: url("images/sprites/svg2png.png");
		width: 28px;
		height: 55px;
		background-position: -224px -141px;
		background-repeat: no-repeat;
		display: inline-block;
	}
}

.prev-next-buttons a {
	display: block;
	text-align: center;
	width: 50%
}

.prev-next-buttons a:before {
	content: '';
	display: inline-block;
	vertical-align: middle
}

.prev-next-buttons a:after {
	height: 100%
}

.prev-next-buttons a:before {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s
}

.prev-next-buttons a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.single-project-content .popup-social {
	position: absolute;
	z-index: 10
}

@media (max-width: 479px) {
	.single-project-content .popup-social {
		width: 50px !important
	}

	.single-project-content .popup-social .social-likes {
		display: none
	}
}

@media (max-width: 1150px) {
	.single-project-content .popup-social {
		top: -50px;
		right: 0;
		width: 250px
	}

	.single-project-content .popup-social a.close,.single-project-content .popup-social .social-likes {
		float: right
	}

	.single-project-content .popup-social .social-likes {
		width: auto
	}

	.single-project-content .popup-social .social-likes:before,.single-project-content .popup-social .social-likes:after {
		content: "";
		display: table
	}

	.single-project-content .popup-social .social-likes:after {
		clear: both
	}

	.single-project-content .popup-social .social-likes>div {
		float: right
	}

	.single-project-content .popup-social .social-likes>div span {
		border-left: 1px solid #2c2a2a
	}

	.single-project-content .popup-social .social-likes>div span:before {
		opacity: 0.3;
		filter: alpha(opacity=30)
	}

	.single-project-content .popup-social .social-likes>div span:hover:before {
		opacity: 1;
		filter: alpha(opacity=100)
	}
}

@media (min-width: 1150px) {
	.single-project-content .popup-social {
		width: 50px;
		right: -50px;
		top: 0
	}

	.single-project-content .popup-social .social-likes>div>span {
		border-bottom: 1px solid #2c2a2a;
		border-right: 1px solid #2c2a2a;
		background-color: #070505
	}

	.single-project-content .popup-social .social-likes>div>span:hover {
		border: none
	}

	.single-project-content .popup-social .social-likes>div>span:after {
		-o-transition: background-color 0.2s ease 0s;
		transition: background-color 0.2s ease 0s;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		z-index: 10;
		display: block
	}
}

.single-project-content .popup-social .social-likes>div>span {
	-o-transition: background 0.2s ease 0s;
	transition: background 0.2s ease 0s;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
	position: relative
}

.single-project-content .popup-social .social-likes>div>span:before {
	content: '';
	position: absolute
}

.single-project-content .popup-social .social-likes>div>span:hover:after {
	background-color: transparent
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_facebook span:before {
	background-image: url("images/sprites/svg2png.png");
	width: 11px;
	height: 23px;
	background-position: -406px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 12px;
	left: 20px
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_facebook span:hover {
	background-color: #43609c
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_twitter span:before {
	background-image: url("images/sprites/svg2png.png");
	width: 23px;
	height: 19px;
	background-position: -160px -343px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 16px;
	left: 14px
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_twitter span:hover {
	background-color: #55acee
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_plusone span:before {
	background-image: url("images/sprites/svg2png.png");
	width: 21px;
	height: 20px;
	background-position: -322px -295px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 14px;
	left: 15px
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_plusone span:hover {
	background-color: #d73d32
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_pinterest span:before {
	background-image: url("images/sprites/svg2png.png");
	width: 14px;
	height: 19px;
	background-position: -279px -173px;
	background-repeat: no-repeat;
	display: inline-block;
	top: 13px;
	left: 17px
}

.single-project-content .popup-social .social-likes>div.social-likes__widget_pinterest span:hover {
	background-color: #d01d15
}

.single-project-content .popup-social a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none
}

.single-project-content .popup-social a.close {
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background-color: #b12e2e;
	line-height: 50px;
	text-align: center;
	color: #f7f7f7;
	font-size: 38px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 0px #b12e2e
}

.single-project-content .popup-social a.close:hover {
	color: #fff;
	box-shadow: 1px -1px 0px 1px #b12e2e
}

@media (max-width: 767px) {
	.hentry-project-single.two-col .entry-description {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.hentry-project-single.two-col .entry-description {
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (min-width: 1000px) {
	.hentry-project-single.two-col .entry-content {
		float: left;
		width: 68%
	}

	.hentry-project-single.two-col .entry-description {
		float: right;
		width: 28%;
		padding-right: 40px
	}

	.hentry-project-single.two-col .entry-content p {
		padding-right: 0
	}
}

.hentry-project-single .entry-description a,.hentry-project-single .entry-content a {
	color: #0067ae;
	text-decoration: none;
}

.hentry-project-single .entry-description a:hover,.hentry-project-single .entry-content a:hover {
	color: #ff6303
}

.hentry-project-single.has-post-thumbnail .entry-header {
	height: 416px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	position: relative;
	display: block
}

.hentry-project-single.has-post-thumbnail .entry-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(18,18,18,0.6)
}

.hentry-project-single.has-post-thumbnail .entry-header:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.hentry-project-single.has-post-thumbnail .entry-header-inn {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	z-index: 10
}

.hentry-project-single.has-post-thumbnail .entry-title {
	color: #fff
}

.hentry-project-single .entry-title {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 17px
}

.hentry-project-single .entry-header-inn {
	padding-top: 37px;
	padding-bottom: 40px
}

.hentry-project-single .entry-header-meta a,.hentry-project-single .entry-header-meta .archive {
	-o-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;

	font-weight: 300;
	display: inline-block;
	border: 1px solid rgba(125,125,125,0.4);
	color: #b1b1b1;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 28px;
	height: 30px;
	border-radius: 4px;
	text-decoration: none;
	margin-right: 12px;
	vertical-align: top;
	position: relative;
	background-clip: border-box
}

.hentry-project-single .entry-header-meta a:hover {
	color: #d7d7d7
}

.hentry-project-single .entry-header-meta a.site-link {
	-o-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
	width: 13px;
	overflow: hidden;
	box-sizing: content-box;
	height: 28px
}

.hentry-project-single .entry-header-meta a.site-link.opened {
	width: auto
}

.hentry-project-single .entry-header-meta a.site-link.opened span {
	position: static
}

.hentry-project-single .entry-header-meta a.site-link:before {
	background-image: url("images/sprites/svg2png.png");
	width: 17px;
	height: 17px;
	background-position: -174px -122px;
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	top: 6px
}

.hentry-project-single .entry-header-meta a.site-link:hover {
	width: auto
}

.hentry-project-single .entry-header-meta a.site-link span {
	display: block;
	padding-left: 24px;
	position: absolute;
	white-space: nowrap
}

.hentry-project-single .entry-header-meta a.site-link.active span {
	position: static
}

body.mobile-tablet-device .hentry-project-single .entry-header-meta a.site-link {
	width: auto !important
}

body.mobile-tablet-device .hentry-project-single .entry-header-meta a.site-link span {
	position: static !important
}

.hentry-project-single .content-blue-block {
	padding-top: 30px;
	padding-bottom: 25px
}

.hentry-project-single .content-blue-block .testimonial-item {
	min-height: 105px
}

.hentry-project-single .content-blue-block .testimonial-item:before {

	content: '\201C';
	position: absolute;
	top: -45px;
	font-weight: 900;
	font-size: 96px;
	color: #e6eaec
}

.hentry-project-single .content-blue-block .testimonial-item .text {
	z-index: 100;
	position: relative
}

.hentry-project-single .entry-content-main {
	padding-top: 35px;
	padding-bottom: 48px
}

.hentry-project-single .entry-content-main:before,.hentry-project-single .entry-content-main:after {
	content: "";
	display: table
}

.hentry-project-single .entry-content-main:after {
	clear: both
}

.hentry-project-single .entry-content {
	padding-bottom: 1px
}

@media (max-width: 767px) {
	.hentry-project-single .entry-header-inn,.hentry-project-single .entry-content p {
		padding-left: 20px;
		padding-right: 20px
	}

	.hentry-project-single .content-blue-block .testimonial-item {
		padding-left: 25px;
		padding-right: 25px
	}

	.hentry-project-single .content-blue-block .testimonial-item:before {
		left: 7px
	}

	.hentry-project-single .content-blue-block .testimonial-item .image {
		position: static;
		margin-right: 10px
	}

	.hentry-project-single .content-blue-block .testimonial-item .image,.hentry-project-single .content-blue-block .testimonial-item .testimonial-header {
		display: inline-block;
		vertical-align: middle
	}
}

@media (min-width: 768px) {
	.hentry-project-single .entry-header-inn,.hentry-project-single .entry-content p {
		padding-left: 40px;
		padding-right: 40px
	}

	.hentry-project-single .content-blue-block .testimonial-item {
		padding-left: 160px;
		padding-right: 35px
	}

	.hentry-project-single .content-blue-block .testimonial-item:before {
		left: 142px
	}

	.hentry-project-single .content-blue-block .testimonial-item .image {
		left: 38px
	}
}

.hentry-project-next {
	height: 267px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	position: relative
}

.hentry-project-next:before {
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(46,46,46,0.6);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.2), transparent);
	background-image: linear-gradient(to top, rgba(0,0,0,0.2), transparent)
}

.hentry-project-next,.hentry-project-next:hover {
	text-decoration: none
}

.hentry-project-next:hover:before {
	background-color: rgba(46,46,46,0.5);
	background-image: none
}

.hentry-project-next>div {
	position: relative;
	z-index: 10
}

.hentry-project-next .entry-header {
	display: table-cell;
	vertical-align: middle;
	height: 100%
}

@media (max-width: 767px) {
	.hentry-project-next .entry-header,.hentry-project-next .more-link {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (min-width: 768px) {
	.hentry-project-next .entry-header {
		padding-left: 40px;
		padding-right: 40px
	}

	.hentry-project-next .more-link {
		padding: 0 45px
	}
}

.hentry-project-next .meta-title {

	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #bbbbbb;
	text-transform: uppercase;
	margin-bottom: 11px
}

.hentry-project-next .entry-title {

	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	font-size: 32px;
	line-height: 32px;
	color: #fff
}

.hentry-project-next .more-link {
	display: table-cell;
	box-sizing: border-box;
	width: 48px;
	vertical-align: middle
}

.hentry-project-next .more-link span {
	background-image: url("images/sprites/svg2png.png");
	width: 48px;
	height: 175px;
	background-position: -296px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

@media (min-width: 1200px) {
	#front-sidebar .widget {
		float: right;
		max-width: 250px
	}
}

#footer-sidebar .social-icons-block {
	padding-bottom: 15px
}

@media (min-width: 992px) {
	#secondary {
		padding-top: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#secondary {
		padding-top: 5px
	}
}

#secondary-contact {
	padding-top: 30px
}

#secondary-contact .widget_text {
	margin-bottom: 26px
}

#secondary-contact .widget_text p {
	margin-bottom: 0
}

#secondary-contact .widget_text .widget-title {
	margin-bottom: 0
}

#secondary-contact .widget_text a {
	color: #0067ae
}

#secondary-contact .social-icons-block {
	padding-top: 2px
}

.widget_page_nav_menu {
	font-size: 16px;
}

@media (min-width: 992px) {
	.widget_page_nav_menu {
		margin-bottom: 45px;
		margin-top: -8px
	}
}

.widget_page_nav_menu ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none
}

.widget_page_nav_menu li.current-menu-item a {
	color: #ff6a33
}
.widget_page_nav_menu li.current-menu-parent a {
	color: #ff6a33
}
.widget_page_nav_menu a {
	color: #004b7f;
	text-decoration: none;
	font-weight: normal;
	
	line-height: 24px;
	padding-bottom: 7px;
	padding-top: 7px;
	display: block
}

.widget_page_nav_menu a:hover {
	color: #ff6a33
}

@media (min-width: 992px) {
	.widget_page_nav_menu li {
		border-bottom: 1px solid #d7e0e7;
		position: relative;
		box-sizing: content-box;
		height: 37px
	}

	.widget_page_nav_menu li:first-child {
		border-top: 1px solid #d7e0e7
	}

	.widget_page_nav_menu li.current-menu-item {
		margin-left: -10px;
		padding-left: 10px
	}
    .widget_page_nav_menu li.current-menu-parent {
		margin-left: -10px;
		padding-left: 10px
	}
	.widget_page_nav_menu li.current-menu-item:before {
		background-image: url("images/sprites/icons_1x.png");
		width: 11px;
		height: 39px;
		background-position: -1043px -190px;
		background-repeat: no-repeat;
		display: inline-block;
		content: '';
		position: absolute;
		left: -11px;
		top: -1px
	}
	.widget_page_nav_menu li.current-menu-parent:before {
		background-image: url("images/sprites/icons_1x.png");
		width: 11px;
		height: 39px;
		background-position: -1043px -190px;
		background-repeat: no-repeat;
		display: inline-block;
		content: '';
		position: absolute;
		left: -11px;
		top: -1px
	}
}

@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 992px) and (min-device-pixel-ratio: 1.5), (min-width: 992px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 992px) and (min-resolution: 144dpi), (min-width: 992px) and (min-resolution: 1.5dppx) {
	.widget_page_nav_menu li.current-menu-item:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 11px;
		height: 39px;
		background-position: -1038px -132px;
		background-repeat: no-repeat;
		display: inline-block
	}
	.widget_page_nav_menu li.current-menu-parent:before {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 11px;
		height: 39px;
		background-position: -1038px -132px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 992px) {
	.widget_page_nav_menu li.current-menu-item:after {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		top: -1px;
		width: 10px;
		height: 1px;
		background-color: #d7e0e7
	}
	.widget_page_nav_menu li.current-menu-parent:after {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		top: -1px;
		width: 10px;
		height: 1px;
		background-color: #d7e0e7
	}

	.widget_page_nav_menu li.current-menu-item:first-child:after {
		display: none
	}
	.widget_page_nav_menu li.current-menu-parent:first-child:after {
		display: none
	}
}

@media (max-width: 991px) {
	body.main-services-page .widget_page_nav_menu {
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.widget_page_nav_menu ul {
		border-bottom: 1px solid #d7e0e7;
		margin: 0px -20px;
		padding-left: 8px;
		padding-right: 8px
	}

	.widget_page_nav_menu ul:before,.widget_page_nav_menu ul:after {
		content: "";
		display: table
	}

	.widget_page_nav_menu ul:after {
		clear: both
	}

	.widget_page_nav_menu li {
		float: left;
		display: block;
		overflow: hidden;
		position: relative
	}

	.widget_page_nav_menu li:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #d7e0e7;
		border-bottom: 16px solid #fff;
		border-top: 16px solid #fff
	}

	.widget_page_nav_menu li:first-child:before {
		display: none
	}

	.widget_page_nav_menu a {
		padding: 14px 22px 18px
	}
}

@media (min-width: 768px) {
	.widget_page_nav_menu .menu {
		height: auto !important
	}
}

@media (max-width: 767px) {
	.widget_page_nav_menu {
		margin: 0 -20px
	}

	.widget_page_nav_menu>div {
		position: relative
	}

	.widget_page_nav_menu>div:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 2px;
		min-width: 100%;
		background-color: #f0f4f9;
		z-index: 500
	}

	.widget_page_nav_menu .menu {
		-o-transition: height 0.4s ease 0s;
		transition: height 0.4s ease 0s;
		background-color: #f0f4f9;
		display: block;
		padding-top: 53px;
		padding-bottom: 13px;
		position: relative;
		height: 0;
		overflow: hidden
	}

	.widget_page_nav_menu .menu:before {
		border: 6px outset transparent;
		border-top: 6px solid #65696f;
		height: 0;
		width: 0;
		display: block;
		content: '';
		position: absolute;
		position: absolute;
		right: 22px;
		top: 30px
	}

	.widget_page_nav_menu .menu.active:before {
		border: 6px outset transparent;
		border-bottom: 6px solid #65696f;
		height: 0;
		width: 0;
		display: block;
		content: '';
		position: absolute;
		top: 24px
	}

	.widget_page_nav_menu .menu:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 8px;
		width: 100%;
		background-color: #f0f4f9
	}

	.widget_page_nav_menu li {
		width: 100%;
		display: block
	}

	.widget_page_nav_menu li.current-menu-item {
		position: absolute;
		top: 12px;
		left: 0
	}

	.widget_page_nav_menu li.current-menu-item a {
		color: #231f20
	}

	.widget_page_nav_menu a {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 9px;
		display: block
	}
}

.widget_recent_entries .post-item {
	display: block;
	position: relative;
	margin-bottom: 15px
}

.widget_recent_entries .post-item .image {
	position: relative
}

.widget_recent_entries .post-item .image img {
	display: block
}

.widget_recent_entries .post-item .image:before,.widget_recent_entries .post-item .image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.widget_recent_entries .post-item .image:before {
	display: block;
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.7), transparent);
	background-image: linear-gradient(to top, rgba(0,0,0,0.7), transparent)
}

.widget_recent_entries .post-item .image:after {
	z-index: 1;
	background-color: transparent;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s
}

.widget_recent_entries .post-item .title {

	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	position: absolute;
	bottom: 14px;
	left: 0;
	font-size: 18px;
	color: #fff;
	z-index: 10;
	padding: 0 20px
}

.widget_recent_entries .post-item:hover .image:after {
	background-color: rgba(0,0,0,0.3)
}

.widget_recent_entries .post-item:hover .title {
	text-decoration: none;
}

.widget_mailchimp .mailchimp-subscribe-form {
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.icon-project-ftsponsorships {
		background-image: url("images/sprites/icons_1x.png");
		width: 48px;
		height: 65px;
		background-position: -1016px -67px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-ftsponsorships {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 48px;
		height: 65px;
		background-position: -1011px -66px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-westwoodone {
		background-image: url("images/sprites/icons_1x.png");
		width: 88px;
		height: 53px;
		background-position: -649px -770px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-westwoodone {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 88px;
		height: 53px;
		background-position: -564px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-flipkey {
		background-image: url("images/sprites/icons_1x.png");
		width: 138px;
		height: 54px;
		background-position: -473px -586px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-flipkey {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 138px;
		height: 54px;
		background-position: -331px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-boodaicorp {
		background-image: url("images/sprites/icons_1x.png");
		width: 153px;
		height: 21px;
		background-position: -327px -558px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-boodaicorp {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 153px;
		height: 21px;
		background-position: -325px -555px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-killerstartups {
		background-image: url("images/sprites/icons_1x.png");
		width: 164px;
		height: 28px;
		background-position: -491px -646px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-killerstartups {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 164px;
		height: 28px;
		background-position: -488px -642px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-aaw {
		background-image: url("images/sprites/icons_1x.png");
		width: 76px;
		height: 34px;
		background-position: -639px -405px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-aaw {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 34px;
		background-position: -855px -724px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) {
	.icon-project-candy {
		background-image: url("images/sprites/icons_1x.png");
		width: 116px;
		height: 41px;
		background-position: -738px -695px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-device-pixel-ratio: 1.5), (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 767px) and (min-resolution: 144dpi), (max-width: 767px) and (min-resolution: 1.5dppx) {
	.icon-project-candy {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 116px;
		height: 41px;
		background-position: -732px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-ftsponsorships {
		background-image: url("images/sprites/icons_1x.png");
		width: 48px;
		height: 65px;
		background-position: -1016px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-ftsponsorships {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 48px;
		height: 65px;
		background-position: -1011px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-ftsponsorships:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 48px;
		height: 65px;
		background-position: -1016px -67px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-ftsponsorships:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 48px;
		height: 65px;
		background-position: -1011px -66px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-westwoodone {
		background-image: url("images/sprites/icons_1x.png");
		width: 88px;
		height: 53px;
		background-position: -559px -770px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-westwoodone {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 88px;
		height: 53px;
		background-position: -475px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-westwoodone:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 88px;
		height: 53px;
		background-position: -649px -770px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-westwoodone:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 88px;
		height: 53px;
		background-position: -564px -765px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-flipkey {
		background-image: url("images/sprites/icons_1x.png");
		width: 138px;
		height: 54px;
		background-position: -333px -586px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-flipkey {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 138px;
		height: 54px;
		background-position: -470px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-flipkey:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 138px;
		height: 54px;
		background-position: -473px -586px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-flipkey:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 138px;
		height: 54px;
		background-position: -331px -583px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-boodaicorp {
		background-image: url("images/sprites/icons_1x.png");
		width: 153px;
		height: 21px;
		background-position: -172px -558px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-boodaicorp {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 153px;
		height: 21px;
		background-position: -171px -555px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-boodaicorp:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 153px;
		height: 21px;
		background-position: -327px -558px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-boodaicorp:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 153px;
		height: 21px;
		background-position: -325px -555px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-killerstartups {
		background-image: url("images/sprites/icons_1x.png");
		width: 164px;
		height: 28px;
		background-position: -325px -646px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-killerstartups {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 164px;
		height: 28px;
		background-position: -323px -642px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-killerstartups:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 164px;
		height: 28px;
		background-position: -491px -646px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-killerstartups:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 164px;
		height: 28px;
		background-position: -488px -642px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-aaw {
		background-image: url("images/sprites/icons_1x.png");
		width: 76px;
		height: 34px;
		background-position: -739px -770px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-aaw {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 34px;
		background-position: -734px -656px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-aaw:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 76px;
		height: 34px;
		background-position: -639px -405px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-aaw:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 34px;
		background-position: -855px -724px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-candy {
		background-image: url("images/sprites/icons_1x.png");
		width: 116px;
		height: 41px;
		background-position: -620px -695px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-candy {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 116px;
		height: 41px;
		background-position: -615px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) {
	.icon-project-candy:hover {
		background-image: url("images/sprites/icons_1x.png");
		width: 116px;
		height: 41px;
		background-position: -738px -695px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3/2), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
	.icon-project-candy:hover {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 116px;
		height: 41px;
		background-position: -732px -691px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.wordpress-index-page-header {
	background-image: url(images/page-header-service-wordpress-bg.jpg)
}

.wordpress-index-page-header .wrapper {
	height: 400px;
	padding-top: 49px;
	padding-left: 505px
}

.wordpress-index-page-header .text-block {
	color: #111111;
	font-size: 20px;
	line-height: 27px;
	z-index: 2
}

@media (max-width: 1049px) {
	.wordpress-index-page-header .wrapper {
		padding-top: 73px;
		padding-left: 20px
	}

	.wordpress-index-page-header .description br {
		display: none
	}
}

@media (max-width: 767px) {
	.wordpress-index-page-header.page-header {
		height: auto !important
	}

	.wordpress-index-page-header .wrapper {
		padding-top: 20px;
		height: auto
	}

	.wordpress-index-page-header .wrapper:before {
		display: none
	}
}

@media (min-width: 1050px) {
	.wordpress-index-page-header .text-block {
		position: absolute;
		left: 20px;
		top: 73px;
		width: 475px
	}
}

.wordpress-index-page-header .page-title {
	font-size: 30px;
	font-weight: 300;
	line-height: 43px;
	color: #fff;
	margin-bottom: 12px !important
}

.wordpress-index-page-header .page-title strong {
	font-size: 50px;
	font-weight: 800;
	display: block;
	padding-bottom: 6px
}

.wordpress-index-page-header .description {
	
	font-weight: normal;
	padding: 0px 0 20px 2px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0
}

.wordpress-index-page-header .description p {
	margin-bottom: 15px
}

.wordpress-index-page-header .btn-wordpress {
	margin-right: 0;
	margin-bottom: 15px
}

.wordpress-index-page-header .btn-wordpress:first-child {
	margin-right: 10px
}

@media (max-width: 524px) {
	.wordpress-index-page-header .btn-wordpress {
		width: 100%;
		margin-right: 0;
		padding: 0
	}
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .wrapper {
		max-width: 1320px;
		padding-left: 60px;
		padding-right: 60px
	}
}

.wordpress-index-tmpl .block-header {

	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 8px;
	color: #373737
}

@media (max-width: 767px) {
	.wordpress-index-tmpl .block-header {
		font-size: 28px
	}
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .block-header {
		font-size: 32px
	}
}

.wordpress-index-tmpl .block-desc {
	
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	margin-bottom: 56px;
	text-align: center;
	color: #4c4c4c
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .block-desc {
		margin-bottom: 56px
	}
}

@media (max-width: 767px) {
	.wordpress-index-tmpl .block-desc {
		margin-bottom: 20px
	}
}

.wordpress-index-tmpl.benefits-block {
	padding-bottom: 60px;
	padding-top: 25px
}

.wordpress-index-tmpl.benefits-block .block-header {
	margin-bottom: 50px
}

.wordpress-index-tmpl .block-subtitle {
	
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0;
	font-weight: normal;
	color: #4c4c4c
}

.wordpress-index-tmpl .wp-services-block {
	padding-top: 30px
}

@media (max-width: 767px) {
	.wordpress-index-tmpl .wp-services-block {
		padding-bottom: 1px
	}
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .wp-services-block {
		padding-bottom: 50px
	}
}

.wordpress-index-tmpl .wp-services-list {
	max-width: 1060px
}

@media (max-width: 767px) {
	.wordpress-index-tmpl .wp-services-list {
		margin: 10px -15px 0
	}
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .wp-services-list {
		margin: 38px auto 0;
		width: 100%
	}
}

.wordpress-index-tmpl .testimonial-item .text {
	font-size: 17px;
	line-height: 24px
}

.wordpress-index-tmpl .testimonial-item .name {
	font-size: 17px
}

.wordpress-index-tmpl .testimonial-item .position {
	font-size: 15px
}

.wordpress-index-tmpl .projects-block ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	margin-top: 40px;
	text-align: center
}

.wordpress-index-tmpl .projects-block li {
	display: inline-block;
	vertical-align: middle
}

.wordpress-index-tmpl .projects-block .project-counter {
	min-width: 80px
}

@media (max-width: 767px) {
	.wordpress-index-tmpl .projects-block {
		padding-bottom: 1px;
		padding-top: 15px
	}

	.wordpress-index-tmpl .projects-block li {
		margin: 20px 7px
	}

	.wordpress-index-tmpl .projects-block .project-counter {
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	.wordpress-index-tmpl .projects-block .completed-projects {
		margin: 0 -20px
	}
}

@media (min-width: 768px) {
	.wordpress-index-tmpl .projects-block {
		padding-top: 40px;
		padding-bottom: 64px
	}

	.wordpress-index-tmpl .projects-block li {
		margin: 20px
	}

	.wordpress-index-tmpl .projects-block .project-counter {
		display: inline-block;
		text-align: right
	}
}

.wordpress-index-tmpl .wp-contact-us .title {
	color: #000000;
	display: block;
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 0 auto 90px;
	max-width: 1200px;
	text-align: center;
	width: 100%
}

.wordpress-index-tmpl .wp-contact-us .title a {
	border-bottom: 1px solid #a7d1ff;
	color: #004b7f;
	font-size: 26px;
	text-decoration: none
}

.wordpress-index-tmpl .wp-contact-us .title a:hover {
	border-bottom: medium none;
	color: #ff6303;
	text-decoration: none
}

.slider-devices-block {
	height: 326px;
	max-width: 568px;
	width: 100%;
	z-index: 100;
	float: right;
	position: relative
}

@media (max-width: 1049px) {
	.slider-devices-block {
		display: none
	}
}

.slider-devices-block .images {
	position: relative
}

.slider-devices-block .images img {
	left: -10000px;
	position: absolute;
	top: 0
}

.slider-devices-block .images a:first-child img {
	left: 0
}

.slider-devices-block .macbook {
	background-image: url("images/sprites/icons_1x.png");
	width: 512px;
	height: 310px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	left: 0;
	padding: 26px 61px 50px 62px;
	position: absolute;
	z-index: 1
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.slider-devices-block .macbook {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 512px;
		height: 310px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.slider-devices-block .macbook .images {
	height: 234px;
	width: 389px
}

.slider-devices-block .ipad {
	background-image: url("images/sprites/icons_1x.png");
	width: 220px;
	height: 299px;
	background-position: -514px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 44px 23px 43px 24px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 2
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.slider-devices-block .ipad {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 220px;
		height: 299px;
		background-position: -513px 0px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.slider-devices-block .ipad .images {
	height: 213px;
	width: 173px
}

.slider-devices-block .iphone {
	background-image: url("images/sprites/icons_1x.png");
	width: 76px;
	height: 167px;
	background-position: -736px -492px;
	background-repeat: no-repeat;
	display: inline-block;
	bottom: 0;
	padding: 36px 5px 31px 7px;
	position: absolute;
	right: 174px;
	z-index: 3
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
	.slider-devices-block .iphone {
		background-image: url("images/sprites/icons_2x.png");
		background-size: 1059px auto;
		width: 76px;
		height: 167px;
		background-position: -734px -488px;
		background-repeat: no-repeat;
		display: inline-block
	}
}

.slider-devices-block .iphone .images {
	height: 101px;
	width: 64px
}

.slider-devices-block .slide-buttons {
	bottom: -7px;
	width: 175px;
	height: 11px;
	position: absolute;
	text-align: right
}

.slider-devices-block .slide-buttons span {
	border: 2px solid #fff;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	cursor: pointer
}

.slider-devices-block .slide-buttons span:hover,.slider-devices-block .slide-buttons span.active {
	background-color: #fff
}

.wordpress-reviews-block {
	font-size: 16px
}

.wordpress-reviews-block .bg-container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%
}

.wordpress-reviews-block .bc-about-slider {
	margin: 56px auto 0;
	position: relative;
	width: 880px
}

.wordpress-hosting-tmpl {
	padding-bottom: 50px
}

.wordpress-hosting-tmpl .icons-block .title {
	color: #231f20 !important
}

.wordpress-hosting-tmpl .content-border-block,.wordpress-hosting-tmpl .testimonials-border-slider {
	margin-top: 35px;
	margin-bottom: 55px
}

.wordpress-hosting-tmpl .wp-hosting-services-2-list {
	padding-bottom: 30px
}

.wordpress-optimization-tmpl .wp-speed-optiomization-list,.wordpress-optimization-tmpl .wp-speed-optiomization-2-list {
	padding-bottom: 40px
}

.wordpress-optimization-tmpl .icons-block .title {
	color: #231f20 !important
}

.wordpress-optimization-tmpl .block-title22,.wordpress-optimization-tmpl .widget-title,.wordpress-optimization-tmpl .offers-promises-block .block-title,.offers-promises-block .wordpress-optimization-tmpl .block-title,.wordpress-optimization-tmpl .services-block .title,.services-block .wordpress-optimization-tmpl .title,.wordpress-optimization-tmpl .icons-block .item .title,.icons-block .item .wordpress-optimization-tmpl .title,.wordpress-optimization-tmpl .page-header .description,.page-header .wordpress-optimization-tmpl .description {
	margin-bottom: 15px
}

.wp-support-table {

	margin: 0 auto;
	max-width: 910px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px
}

@media (max-width: 767px) {
	.wp-support-table {
		width: auto;
		margin-left: -20px;
		margin-right: -23px
	}
}

.wp-support-table .table-row {
	width: 100%;
	display: table;
	height: 54px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}

.wp-support-table .table-row:first-child .col {
	background-color: #66392e;
	color: #ffffff;
	font-weight: 900;
	font-size: 18px;
	padding: 0
}

.wp-support-table .table-row:first-child .col:first-child {
	background-color: transparent !important
}

.wp-support-table .table-row:first-child .col.odd {
	background-color: #3a1810;
	color: #feeaab
}

.wp-support-table .table-row.row-odd .col {
	background-color: #fef9f2
}

.wp-support-table .table-row.row-odd .col.odd {
	background-color: #fef5e9
}

.wp-support-table .col {
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	text-align: center;
	color: #66382e;
	width: 25%;
	background-color: #f5f2f0;
	padding: 0 20px;
	border-right: 3px solid #fff;
	line-height: 18px
}

.wp-support-table .col:first-child {
	width: 220px !important;
	text-align: left
}

@media (min-width: 768px) {
	.wp-support-table .col {
		width: 25%
	}

	.wp-support-table .col.col-line {
		width: 75%
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.wp-support-table .col {
		width: 22%
	}

	.wp-support-table .col.col-line {
		width: 66%
	}
}

@media (max-width: 479px) {
	.wp-support-table .col {
		width: 20%;
		font-size: 15px
	}

	.wp-support-table .col.col-line {
		width: 60%
	}
}

.wp-support-table .col.odd {
	background-color: #eee9e6
}

.wp-support-table .icon-infinite span {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 10px;
	background-position: -235px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

.wp-support-table .icon-plus span {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 15px;
	background-position: -214px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

.wp-support-table .icon-minus span {
	background-image: url("images/sprites/svg2png.png");
	width: 19px;
	height: 15px;
	background-position: -193px -122px;
	background-repeat: no-repeat;
	display: inline-block;
}

#site-footer {
	background-color:darkred;
	color: white
}

@media (max-width: 479px) {
	#site-footer .wrapper {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

@media (min-width: 480px) {
	#site-footer .wrapper {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

#site-footer .widget-title {
	color:#fff;
}

#site-footer .copyright {
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	margin-top: 20px;
	padding-top: 20px;
	width:100%;
    padding-left:0px;
	padding-right:0px;
}

@media (max-width: 991px) {
	#site-footer .copyright {
		text-align: center
	}
}

#site-footer a {
	color:#CCCCCC;
	border-bottom: 1px solid rgba(225,94,76,0.4);
	text-decoration: none
}

#site-footer a:hover {
	color: #9e3b2d;
	border-bottom-color: rgba(158,59,45,0.4)
}

#footer-sidebar ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none
}

#footer-sidebar li {
	margin: 0 0 5px
}

#footer-sidebar .textwidget {
	font-size: 14px;
	line-height: 18px
}

@media (max-width: 479px) {
	#footer-sidebar .textwidget {
		margin-bottom: 20px
	}
}

#footer-sidebar p {
	margin-bottom: 10px
}

.single-themes-content {

}

.single-themes-content hr{
	width:8%;
	border-bottom:solid 5px #ff6303;
	margin-bottom:60px;
}
.single-themes-content p{
	width:70%;
	margin:20px auto 0px auto;
	color:#888;
}
.single-themes-content .photo img{
	height:auto;
}
.single-themes-content .description{
	
}
.single-themes-content .description ul{
	margin:20px auto;
	padding:0px;
}
.single-themes-content .description ul li{
	line-height:30px;
}
.single-free-tags {
	width:100%;
	margin:20px 0px 20px 0px;
	padding:0px;

	
}
.single-free-tags ul{

	margin:0px;
	padding:0px;
}
.single-free-tags ul li{
	background:#dadada;
	list-style:none;
	display:inline;
	margin-right:10px;
	padding:10px;
	border-radius: 0.3em;
	line-height:50px;
}


ul.pagination {
  margin: 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
ul.pagination > li {

	  
  
  display: inline-block;
}
ul.pagination > li > a,
ul.pagination > li > span {
  
  color: #ff6303;
	
  font-size:2em;
  padding:0.3em 0.5em;
  text-align: center;
}
ul.pagination > li.active,
ul.pagination > li:hover {
  background-color: #ff6303 !important;
  color: #4a5a69;
  border-color: #4a5a69 !important;
}
ul.pagination > li.active a,
ul.pagination > li:hover a{
  color: #ffffff;
}