/*
Theme Name: djca
Theme URI: http://www.djca.com
Author: Laurent Brutsche Design
Author URI: http://laurentbrutsche.com/
Description: DJCA Corporate Theme
Version: 1.0
*/
@font-face {
    font-family: 'Akkurat';
    src: url(/font/Akkurat.ttf);
}
html {box-sizing: border-box;}
*, *:before, *:after {
	box-sizing: inherit;
}
* {max-height: 100000em;}
body {
	margin:0;
	color:#000;
	font:15px/24px Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
* {max-height: 100000px;}
input[type="email"], input[type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{-webkit-appearance:none; border-radius:0;}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
img {
	border-style:none;
	vertical-align:top;
}
a {
	text-decoration:underline;
	color:#000;
	outline:none;
}
a:hover {text-decoration:none;}
input,
textarea,
select {
	font:15px/24px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#27313c;
	outline:none;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; 
	overflow: visible; 
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
	content: '';
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {margin: 0 0 1.2em;}
::-webkit-input-placeholder {
	color: #27313c;
}
:-moz-placeholder {
	color: #27313c;
}
::-moz-placeholder {
	color: #27313c;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #27313c;
}
#bg-stretch-w1 {
	bottom: 0;
	left: 0;
	margin: 0;
	position:absolute;
	right: 0;
	top: 0;
	z-index:-1;
}
#bg-stretch-w1 img {
	display:block;
	width:100%;
}
#bg-stretch-mobile {
	display:none;
	bottom: 0;
	left: 0;
	margin: 0;
	position:absolute;
	right: 0;
	top: 0;
	z-index:-1;
}
#bg-stretch-mobile img {
	display:block;
	width:100%;
}
#wrapper {
	overflow:hidden;
	max-width:100%;
	min-width:1023px;
}
.w1 {
	width:100%;
	position:relative;
}
.w1 .wrapper-holder {padding:100px 0 0;}
.center {
	max-width:1092px;
	min-width:320px;
	margin:0 auto;
}
#header {
	width:100%;
	position:absolute;
	z-index:99;
	top:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px 0;
}
.logo {
	float:left;
	width: 84px;
	height: 49px;
	margin:3px 0 0 -5px;
}
#footer .logo {
margin: -9px 0 0 -5px;
}
.logo img{display:block;}
#nav {
	text-align:right;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:11px 0;
}
#nav:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
#nav .tel-link {
	float:right;
	font-size:15px;
	line-height:18px;
	color:#fff;
	margin:10px 0 0 33px;
	text-decoration:none;
}
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
#nav li {
	display:inline-block;
	font-size:15px;
	line-height:18px;
	letter-spacing:0;
	margin:0 0 0 10px;
}
#nav .hidden-style {display:none;}
#nav li:first-child {margin:0;}
#nav li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:9px 17px;
}
#nav li a:hover,
#nav .active a {
	background: rgba(255, 255, 255, 0.1);
	border-radius:4px;
}
#nav .opener{display:none;}
#nav .drop{float:left;}
.intro {
	overflow:hidden;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.intro-holder {
	padding:100px 0 0;
	overflow:hidden;
}
.intro-holder img {
	float:left;
	margin:2px 0 0 14px;
}
.intro .text-holder {
	width:42.8%;
	float:left;
	text-align:left;
	font-size:17px;
	line-height:30px;
}
.intro h1 {
	margin:0 0 16px;
	font-size:46px;
	line-height:47px;
	font-weight:normal;
}
.intro h2 {
	margin:0 0 16px;
	font-size:32px;
	line-height:34px;
	font-weight:normal;
}
.text-holder p {margin:0 0 5px;}
.intro .center {margin:0 auto 47px;}
.intro .center:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.intro .link-holder {
	width:30.5%;
	float:right;
	padding:0;
	margin:38px 0 0;
	list-style:none;
	font-size:18px;
	line-height:20px;
}
.intro .link-holder li {
	text-align:left;
	margin:8px 0 0;
}
.intro .link-holder li:first-child {margin:0;}
.intro .link-holder a {
	color:#fff;
	padding:6px 10px 6px 13px;
	display:block;
	position:relative;
	background: rgba(255, 255, 255, 0.4);
	border-radius:4px;
	text-decoration:none;
}
.intro .link-holder a:after {
	position:absolute;
	right:8px;
	top:50%;
	content:"";
	width:8px;
	height:12px;
	margin:-6px 0 0;
	background: url(images/sprite.png) no-repeat -329px -2px;
}
.intro .link-holder a:hover {
	text-decoration:none;
	background: rgba(255, 255, 255, 0.2);
}
.intro-frame {
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:36px 0 28px;
	text-align:center;
	background: rgba(255, 255, 255, 0.1);
}
.intro-frame .center {margin:0 auto;}
.intro-frame p {margin:0 0 14px;}
.intro-frame:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.intro-frame .downarrow {
    width: 100%;
    text-align: center;
    max-height: 56px;
    margin-top: -67px;
    margin-bottom: 15px;
}
/*.intro-frame:before {
	position:absolute;
	left:50%;
	top:-32px;
	content:"";
	margin:0 0 0 -28px;
	width:56px;
	height:56px;
	background: url(images/sprite.png) no-repeat -241px -14px;
}*/
.reg-form {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 0 17px;
	background: rgba(255, 255, 255, 0.1);
}
.reg-form fieldset {
	max-width:1092px;
	min-width:320px;
	margin:0 auto;
}
.reg-form input[type="text"],
.reg-form input[type="email"] {
	width:260px;
	height:49px;
	border-radius:4px;
	background:#fff;
	border:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 17px;
	margin:0 0 0 11px;
}
.reg-form input[type="submit"]{
	border:none;
	padding:0;
	margin:0;
	width:160px;
	height:49px;
	border:none;
	background:#e0005a;
	border-radius:4px;
	color:#fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	margin:0 0 0 11px;
}
a.sign-up, a.sign-up:hover {
    color: #FFF !important;
    text-decoration: none !important;
    cursor: pointer !important;
    z-index: 40;
position: relative;
}
.reg-form input[type="submit"]:hover {background:#c00d3a;}
.reg-form input:first-child {margin:0;}
.info-holder {
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 0 0;
	position:relative;
}
.info-holder h2 {
	font-size:15px;
	line-height:24px;
	margin:0 0 1px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 33px;
}
.heading h1 {
	margin:0 0 16px;
	font-size:50px;
	line-height:52px;
	color:#27313c;
	font-weight:normal;
	position:relative;
}
.heading h2 {
	font-size:15px;
	line-height:24px;
	margin:0 0 5px;
}
.heading {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 200px;
	color:#e0005a;
	margin:0 0 39px;
	text-align:center;
}


.info-list2 li {
list-style:none;
float: left;
width: 33%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 40px;
}


.info-list3 {
	list-style:none;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
}
.info-list3 li {
float: left;
width: 24.9%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 40px;
}


.heading p {margin:0 0 5px;}
.info-list {
	list-style:none;
	padding:0;
	margin:0 0 10px;
	overflow:hidden;
}
.info-list li {
	float:left;
	width:33.3%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 40px;
}
.price-holder .info-list li p {margin:0 0 20px;}
.info-list .img-holder {margin:0 0 25px;}
#bg-stretch-main {
	width:100%;
	margin: 0;
	height:517px;
	overflow:hidden;
}
#bg-stretch-main img {
	display:block;
	width:100%;
	margin-top:0 !important;
}
.price-holder {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:56px 0 0;
	margin:0 0 10px;
}
.price-holder .sign-up {padding:0 27px;}
.price-holder .info-list {margin:0;}
.price-holder .heading {margin:0 0 57px;}
.price-holder h2 {
	font-size:24px;
	line-height:26px;
	margin:0 0 5px;
}
.price-holder .price-text {
	font-size:12px;
	line-height:14px;
}
.price-text .mark {
	font-size:24px;
	line-height:26px;
	font-weight:700;
}
.price-holder .link-holder {
	overflow:hidden;
	margin:0 0 17px;
}
.sign-up {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 25px;
	text-decoration:none;
	background:#e0005a;
	color:#fff;
	float:left;
	line-height:49px;
	border-radius:4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.intro .sign-up {padding:0 42px;}
.account {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 20px;
	text-decoration:none;
	background:#fff;
	color:#e0005a;
	float:left;
	line-height:49px;
	border-radius:4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	margin:0 0 0 13px;
}
.sign-up:hover {background:#c00d3a;}
.account:hover {background:#e0e0e0;}
.start-up {
	position:relative;
	text-decoration:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 17px;
	font-size:12px;
	line-height:14px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
}
.start-up:after {
	position:absolute;
	left:0;
	top:50%;
	content:"";
	margin:-6px 0 0;
	width:8px;
	height:12px;
	background: url(images/sprite.png) no-repeat -192px -5px;
}
.start-up:hover {text-decoration:underline;}
.price-text {
	display:inline-block;
	margin:0 0 17px;
	font-weight:bold;
}
.introduce {
	background:#00a3d4;
	color:#fff;
}
.introduce .center {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:41px 157px 0;
	overflow:hidden;
}
.introduce .img-frame {
	float:right;
	position:relative;
	margin:0 0 0 13.2%;
}
.introduce .frame-style {
	position:absolute;
	text-indent:-9999px;
	left:-32px;
	top:1px;
	content:"";
	width:90px;
	height:90px;
	background: url(images/sprite.png) no-repeat -88px 0;
}
.introduce h1 {
	font-size:50px;
	line-height:52px;
	color:#fff;
	font-weight:normal;
	margin:0 0 21px;
}
.introduce p {margin:0 0 22px;}
.introduce-text {
	overflow:hidden;
	padding: 26px 0 0;
}
.learn-more {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:11px 43px;
	text-decoration:none;
	background:#fff;
	color:#00a3d4;
	display:inline-block;
	height:49px;
	border-radius:4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	margin:0;
}
.learn-more:hover {background:#dadada;}
.client-info {
	padding:50px 0 0;
	margin:0 0 38px;
}
.clients-info-frame img {
	border:6px solid #fff;
	border-radius:100%;
}
.client-box {
	text-align:center;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:28px 0;
	color:#fff;
}
/* .client-box img {
	position:absolute;


} */
.clients-info-frame img {
	margin:0 0 15px;
	max-height:85px;
	max-width:85px;
}
.client-box h2 {
	font-size:24px;
	line-height:26px;
	color:#fff;
	margin:0 0 6px;
}
.client-box p {margin:0 0 28px;}
.client-box .clients-info-frame {
	position:absolute;
	left:50%;
	top:50%;
	margin:-224px 0 0 -230px;
	width:461px;
	height:452px;
	background: rgba(224, 0, 90, 0.9);
	border-radius:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:90px 50px;
	font-size:16px;
	line-height:22px;
}
.read-more {
	font-size:15px;
	color:#e0005a;
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 17px;
	background:#fff;
	text-decoration:none;
	border-radius:4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.read-more:hover {background:#e8e8e8;}
#footer {color:#fff;text-align:center;}
.footer-holder {
	padding:29px 0 28px;
	background:#27313c;
	text-align:left;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer .center:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:15px;
}
#footer a:hover {text-decoration:underline;}
.adr {
	width:193px;
	float:left;
	margin:0 0 0 45px;
	font-size:13px;
	font-style:normal;
	line-height:15px;
}
.adr p {margin:0 0 9px;}
#footer .name {
	display:inline-block;
	margin:0 0 9px;
	font-weight:bold;
	color:#d9d9d9;
}
#footer .tel-link {
	display:block;
	margin:0 0 9px;
}
#footer .tel-link:hover {text-decoration:none;}
#footer .mail {margin:0 0 13px;}
#footer .mail a {display:inline-block;}
.social-networks {overflow:hidden;}
.social-networks li {
	float:left;
	margin:0 0 0 13px;
}
.social-networks li:first-child {margin:0;}
.social-networks a {
	width:19px;
	height:14px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background: url(images/sprite.png) no-repeat -1px -5px;
}
.social-networks a:hover {opacity:0.8;}
.social-networks .linkedin {background-position:-34px -3px}
.social-networks .facebook {
	height:16px;
	background-position:-64px -3px
}
#footer .services-links {
	width:104px;
	float:left;
	margin:0 0 0 45px;
}
#footer .services-links .name,
#footer .footer-box .name,
#footer .tools .name {margin:0;}
.services-links li,
.footer-box li,
.tools li {margin:9px 0 0;}
.services-links li:first-child,
.footer-box li:first-child, 
.tools li:first-child {margin:0;}
#footer .footer-box {
	width:165px;
	float:left;
	margin:0 0 0 45px;
}
#footer .tools {
	width:162px;
	float:left;
	margin:0 0 0 45px;
}
#footer .sponsor-banner {
	float:right;
	margin:45px 28px 0 0 !important;
}
#footer .sponsor-banner a img{
	width: 70%;
    margin-top: 32px;
}
.copyright {
	color:#a9adb1;
	padding:18px 0;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
}
#footer .copyright a {color:#a9adb1;}
.copyright p {margin:0;}
.intro-frame .text-frame-holder {
	overflow:hidden;
	margin:0;
}
.inner-style .wrapper-holder {padding:110px 0 0; overflow: visible !important;}
.inner-style .decor {
	position:absolute;
	bottom:-16px;
	left:66.8%;
}
.wrapper-holder {
	overflow:hidden;
	padding:110px 0 0;
	position:relative;
}
.inner-style .center {margin:0 auto;}
.inner-style .intro {overflow:visible;}
.inner-style .intro:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.inner-style .intro-holder {overflow:visible;}
.inner-style .intro-holde:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.inner-style .text-holder {
	width:70%;
	font-size:14px;
	line-height:23px;
    padding-bottom: 20px;
	margin:0 0 6px;
}
.inner-style h1 {
	font-size:58px;
	line-height:60px;
	margin:0 0 7px;
}
.inner-style .intro-holder {
	padding:0;
	position:relative;
}
.inner-style .intro-holder img {
	position:absolute;
	right:83px;
	top:-8px;
}
.inner-style .intro-frame {padding:7px 0;}
.inner-style .intro-frame:before {background:none;}
.page-style {margin:0;}
.user-info {
	background:#27313c;
	color:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:25px 0;
}
.author-holder {overflow:hidden;}
.user-info .center {
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 79px;
}
.user-info .author-img {
	float:left;
	margin:0 57px 0 0;
}
.user-info .author-img img {
	border-radius:100%;
	border:3px solid #fff;
}
.info-box {
	padding:49px 0 13px;
	text-align:center;
}
.info-box h2 {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 1px;
	padding: 0 33px;
}
.recommended-package {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:55px 0 0;
	background:#fafafa;
}
.counters img {
	border-radius:0;
	border:none;
	margin:0;
}
.user-info .text {
	overflow:hidden;
	margin:0 0 10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:16px 0 0;
}
.counters {overflow:hidden;}
.user-info .text q {
	font-size:22px;
	line-height:26px;
	display:block;
	margin:0 0 11px;
	position:relative;
	padding:0 10px;
}
.user-info .text q:before {
	position:absolute;
	content:'"';
	left:0;
}
.user-info .text q:after {
	position:absolute;
	content:'"';
}
.user-info .text cite {
	font-style:normal;
	font-size:18px;
	line-height:20px;
	color:#dcdcdc;
	margin:0 0 0 3px;
}
.recommended-package .center {position:relative;}
.recommended-package .center img {
	float:right;
	margin:-17px 70px 0 116px;
}
.recommended-package .holder {overflow:hidden;}
.recommended-package .holder:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.recommended-package .heading {
	padding:0;
	text-align:left;
	margin:0 0 29px;
}
.recommended-package .heading a {color:#e0005a;}
.recommended-package .heading p {margin:0 0 23px;}
.recommended-package .price-box {
	font-size:12px;
	line-height:14px;
	color:#c4c4c4;
	display:inline-block;
	padding:0 0 12px;
	margin:0 0 12px;
	width:59%;
	border-bottom:1px solid #a9adb1;
}
.price-box .name {
	font-size:24px;
	line-height:26px;
	color:#000;
	margin:0 9px 0 0;
}
.price-box .price {
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	margin:0 2px 0 0;
}
.recommended-package .link-holder {
	overflow:hidden;
	margin:0 0 61px;
}
.recommended-package .sign-up {
	display:inline-block;
	margin:0 24px 0 0;
	padding:0 43px;
}
.link-box {
	overflow:hidden;
	margin:10px 0 0;
}
.sponsor-holder {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:41px 0;
	background:#a9adb1;
}
.sponsor-list {
	list-style:none;
	padding:0 73px;
	margin:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
}
.sponsor-list li {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	letter-spacing:0;
	width:20%;
	text-align:center;
}
.contact-info {padding:31px 0 12px;}
.contact-info .center:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.contact-block {
	width:71.2%;
	float:left;
}
.contact-block p {margin:0 0 23px;}
.contact-form {
	background:#fafafa;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px 38px 16px 36px;
	margin:1px 0 33px -35px;
}
.contact-form .col-holder {margin:0 0 6px;}
.contact-form .col-holder:after {
	content:"";
	display:table;
	clear:both;
	width:100%;
}
.col-holder .col {
	width:50%;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0 0 23px;
}
.contact-form .col:first-child {padding:0 24px 0 0;}
.contact-form .row {margin:0 0 16px;}
.contact-form label {
	display:inline-block;
	margin:0 0 3px;
	font-weight:bold;
}
.contact-form input {
	border:1px solid #bbb;
	background:#fff;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:44px;
	border-radius:4px;
	padding:10px;
}
.contact-form input[type="submit"] {
	margin:0;
	color:#e0005a;
	position:relative;
	background:none;
	border:none;
	padding:0;
	font-size:15px;
	line-height:24px;
	font-weight:bold;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	width: 150px;
}
.contact-form input[type="submit"]:hover {
	color:#ff497e;
}
.contact-form input[type="submit"]:after {
	position:absolute;
	right:-16px;
	top:50%;
	content:"";
	margin:-6px 0 0;
	width:8px;
	height:12px;
	background: url(images/sprite.png) no-repeat -192px -5px;
}
.support-info {
	background:#a9adb1;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:63px 0 64px;
}
.support-info .center {padding:0 43px 0 12px;}
.support-info .center {overflow:hidden;}
.support-info h1 {
	float:left;
	font-size:30px;
	line-height:32px;
	color:#fff;
	margin:5px 69px 5px 0;
	font-weight:normal;
}
.support-info a {
    color: #FFF !important;
}
.support-info .sign-up {
	float:none;
	margin:0;
	padding:0 67px;
	display:inline-block;
}
#aside {float:right;}
#aside .adr {
	margin:0;
	padding:0 0 30px;
	border-bottom:1px solid #e5e5e5;
}
.adr a {text-decoration:none;}
#aside .mail {color:#e0005a;}
#aside .mail a {
	color:#27313c;
	display:inline-block;
}
#aside .tel-link {
	display: block;
	margin: 0 0 9px;
}
#aside .mail a:hover {text-decoration:underline;}
.adr .mark {
	display:inline-block;
	margin:0 0 9px;
	font-weight:bold;
}
.adr .link-style {color:#e0005a;}

.blog h3 {
	color:#e0005a;
	font-size:26px;
	text-decoration:none;
	padding-:0;
	margin:0;
}

.blog h3 a {
	color:#e0005a;
	font-size:26px;
	text-decoration:none;
}

.blog span {
	color:#8A8A8A;
	font-size:12px;
	padding:8px 0;
	display:block;
}

.blog span a {
	color:#8A8A8A;
	font-size:12px;
}


#secondary h2 {
	color:#e0005a;
	font-size:14px;
	font-weight:normal;
}

#secondary ul {
	list-style:none;
	padding:0;
	margin:0;
}
#secondary ul li{
	list-style:none;
	padding:0;
	margin:0;
	text-decoration:none;
	font-size:14px;
}

#secondary ul li a{
	text-decoration:none;
	font-size:14px;
}

	
@media only screen and (min-width:1025px){
	.tel-link{
		cursor:default;
		pointer-events:none;
	}
}
@media screen and (max-width:1110px){
	.logo,
	#footer .logo{margin:3px 0 0;}
}
@media screen and (max-width:1084px){
	.introduce .img-frame {margin:0 0 0 5.2%;}
	.contact-form {margin:-3px 0 33px 0;}
	.support-info .center {
		padding:0;
		text-align:center;
		overflow:visible;
	}
	.support-info h1 {
		float:none;
		margin:0 0 20px;
	}
	.support-info .sign-up {
		float:none;
		display:inline-block;
	}
}
@media screen and (min-width:768px){.open-close .slide{position:static !important;}}
@media only screen and (max-width:767px){
	#nav .hidden-style {display:block;}
	.intro h1 {
		font-size:38px;
		line-height:46px;
	}
	.link-box {width:100%;}
	.wrapper-holder {padding:86px 0 0;}
	.inner-style .wrapper-holder {padding:95px 0 0;}
	.intro .text-holder {
		font-size:17px;
		line-height:25px;
		margin:0 0 16px;
	}
	.inner-style .text-holder {margin:0 0 12px;}
	.intro .link-holder {margin:0;}
	.intro .link-holder li {margin:10px 0 0;}
	.intro .center {margin:0 auto 57px;}
	.intro-frame {padding:32px 0 14px;}
	.intro-frame .center {
		padding:0;
		margin:0 0 3px;
	}
	.intro-frame:before {margin:3px 0 0 -33px;}
	#bg-stretch-mobile {display:block;}
	#bg-stretch-w1 {display:none;}
	.logo {margin:3px 0 0 22px;}
	.center {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 17px;
	}
	#header .center {padding:0;}
	.hidden {display:none;}
	#nav .hidden {display:none;}
	#nav .opener {display:inline-block;}
	.opener{
		float: right;
		width:32px;
		height:20px;
		position:relative;
		border-radius:3px;
		margin:9px 28px 0 0;
	}
	.opener:before,
	.opener:after,
	.opener span{
		background:#fff;
		border-radius:4px;
		position:absolute;
		top:50%;
		left:0;
		right:0;
		height:4px;
		margin-top:-2px;
		transition:all 0.2s linear;
	}
	.opener:before,
	.opener:after{
		content:'';
		top:0;
	}
	.opener:after{top:100%;}
	.active .opener span{opacity:0;}
	.opener:hover{opacity:.9;}
	.active .opener:after,
	.active .opener:before{
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		top:50%;
		left:15%;
		right:15%;
	}
	.active .opener:after{
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.open-close {position:relative;}
	#nav .slide {
		background:#3d4650;
		position:absolute;
		width:100%;
		top:52px;
		text-align:left;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:7px 0 17px;
	}
	#nav li {
		display:block;
		margin:0;
	}
	#nav li a {
		padding:11px 50px 11px 24px;
		position:relative;
	}
	#nav .active a {background:none;}
	#nav li a:after {
		position:absolute;
		right:29px;
		top:50%;
		content:"";
		margin:-7px 0 0;
		width:8px;
		height:12px;
		background: url(images/sprite.png) no-repeat -329px -2px;
	}
	#wrapper {
		max-width:767px;
		min-width:320px;
	}
	.intro .text-holder {width:100%;}
	.intro .link-holder {
		width:100%;
		font-size:15px;
		line-height:18px;
	}
	.intro-holder {padding:0;}
	.intro-frame .text-frame-holder h2 {
		text-align:left;
		font-size:18px;
		line-height:24px;
		margin:0 0 2px;
	}
	.intro-frame .text-frame-holder {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 19px;
		text-align:left;
	}
	.intro-frame .text-frame-holder p {margin:0 0 14px;}
	.reg-form {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:24px 17px 14px;
	}
	.intro-frame .reg-form input {
		width:100%;
		margin:0 0 12px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.reg-form input[type="submit"]{
		margin:0 0 2px;
		padding: 0 17px;
		text-align:left;
	}
	.footer-holder {padding:23px 0 29px;}
	#footer .adr {
		margin:0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0 0 0 6px;
	}
	#footer .mail {margin:0 0 20px;}
	#footer .social-networks {margin:0 0 0 -2px;}
	.copyright {
		padding:17px 0;
		text-align:left;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:17px 22px;
	}
	.inner-style h1 {
		font-size:32px;
		line-height:36px;
		margin:0 0 18px;
	}
	.inner-style .center {margin:0 auto;}
	.inner-style .intro-frame {padding:11px 0 12px;}
	.inner-style .intro-frame .text-frame-holder {padding:0;}
	.inner-style .sign-up {
		width:100%;
		margin:0 0 12px;
	}
	.account {
		margin:0;
		width:100%;
	}
	.heading {
		padding:0;
		margin:0 0 30px;
		text-align:left;
	}
	.page-style {text-align:left;}
	.heading h1 {
		font-size:32px;
		line-height:39px;
		margin:0 0 7px;
	}
	.info-box {
		padding:20px 0 3px;
		border-bottom:5px solid #27313c;
	}
	.info-list li {
		width:100%;
		padding:0 8px;
	}
	.info-list p {margin:0 0 21px;}
	.info-list .img-holder {margin:0 0 20px;}
	.info-box h2 {padding:0;}
	.recommended-package {
		padding:24px 0 12px;
		border-bottom:5px solid #27313c;
	}
	.recommended-package h1 {margin:0 0 11px;}
	.recommended-package .holder {
		width:100%;
		overflow:hidden;
	}
	.recommended-package .heading p {margin:0 0 24px;}
	.recommended-package .heading {margin:0;}
	.recommended-package .price-box {
		padding:3px 0 12px;
		width:100%;
		margin:0 0 19px;
	}
	.price-box .name {
		display:block;
		margin:0 0 7px;
	}
	.price-box .price {margin:0 0 2px;}
	.recommended-package .sign-up {margin:0 24px 13px 0;}
	.start-up {display:inline-block;}
	.recommended-package .link-holder {margin:0 0 20px;}
	.contact-info {padding:44px 0 3px;}
	.contact-info .contact-block {width:100%;}
	.contact-block p {margin:0 0 25px;}
	.contact-form {
		margin:-20px -17px 26px -17px;
		padding:33px 28px 18px;
	}
	.contact-form .col {
		width:100%;
		padding:0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		float:none;
	}
	.contact-form .col:first-child {padding:0;}
	.contact-form button {
		font-size:15px;
		line-height:24px;
		margin:0;
		padding:0;
	}
	.contact-form .view .row:last-child {margin:0 0 8px;}
	.copyright .center {padding:0;}
	.intro .intro-style-box {padding:11px 0;}
	.intro .intro-style-box .center {padding:0 17px;}
	.intro .sign-up {padding:0 17px;}
	.reg-form fieldset {
		max-width:100%;
		min-width:100%;
	}
}

/* EXTRA CSS */
.two-col-col {
    float: left;
    width: 50%;
    padding: 20px;
    margin-top: -8px;
}
.col-grey {
    background: #fafafa;
}
h2.sub {
    font-weight: normal;
    font-size: 29px;
    color: #27313c;
    line-height: 33px;
}
ul.list-arrow {
list-style: none;
margin-left: -38px;
}
ul.list-arrow li {
    background: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px; 
}
div#features-kite {
    background: url(images/features-kite.png) no-repeat center center;
    display: block;
    width: 245px;
    height: 314px;
}
div.features-blocks {
    margin-top: 100px; 
}
div.features-block {
background: url(images/features-cash.png) no-repeat scroll left top transparent;
padding-left: 92px;
margin-left: 20px;
margin-right: -20px;
margin-bottom: 50px;
}
p.bloc-title {
    font-weight: bold;
font-size: 22px;
margin-bottom: 9px;
color: #E0005A;
}
div.clear {
    display: block;
    clear: both;
}
h2.h2-title {
    font-size: 36px;
font-weight: normal;
color: #E0005A;
margin-top: 15px;
margin-bottom: 50px;
}
table {
border: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
tr:nth-child(odd) {background: #fafafa;}
tr:nth-child(even) {background: #FFF;}
.features-header {
vertical-align: top;
    background: #FFF !important;
}
.features-header-block {
	width: 200px;
}
.features-header-block h2 {
	font-weight: normal;
}
.features-header-price {
    font-size: 18px;
font-weight: bold;
border-top: 2px solid #E0005A !important;
padding-top: 5px;
margin-top: -5px;
border-bottom: 2px solid #DEDEDE;
padding-bottom: 5px;
margin-bottom: 5px;
}
.features-header-price span {
font-weight: normal;
font-size: 15px;
}
td {
padding-right: 8px;
padding-left: 8px;
}
.features-feature-row-name {
    text-align: right;
padding-right: 8px;
display: inline-block;
width: 213px;
}
.features-header-block p, .mobile-pricing-block p {
    background: url(images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px; 
    width: 80%;
}
.feature-tick {
background: url(images/tick.png) no-repeat scroll center center transparent;
text-align: center;
height: 35px;
display: block;
}
.features-header-block .sign-up {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#quote {
    width: 224px;
background: none repeat scroll 0% 0% #525A63;
margin-bottom: 5px;
padding: 10px;
font-size: 16px;
color: #fFF;
}
#quote span {
    font-size: 13px;
}
.center a {
color: #E0005A;
    text-decoration: none;
}
.center a:hover {
text-decoration: underline;
}
.accordion {
margin-top: -30px;
}
.accordion dt {
}
.accordion dt, .accordion dd {
  padding: 10px;
  border-bottom: 0;
}
.accordion dt a, .accordion dd a {
  display: block;
  font-weight: bold;
}
.accordion dd {
  border-top: 0;
  font-size: 13px;
}
.accordion dd:last-of-type {
  position: relative;
  top: -1px;
}
.features-header-block {width: 220px;}
.features-header-block p, .mobile-pricing-block p {min-height: 72px;}
.contact-block .responsive td {padding-left: 25px;padding-right: 25px;display: table-cell;}
.features-header-block p, .mobile-pricing-block p{width: 100%;}
.testimonial-left{margin-bottom: 30px;}
.contact-info .contact-block img{width: auto;height: auto;}
/* FEATURES RESPONSIVE */
@media screen and (max-width:1110px){    
    .two-col-col {
        float: none;
        width: 100%;
    }
    
}
@media screen and (max-width:600px){    
    h2.h2-title {
        line-height: 36px;
    }
}
@media screen and (max-width:520px){    
    div.features-block {
        margin-left: 0px;
    }
    div.features-blocks {
        margin-top: 0px;
    }
}
@media screen and (max-width:325px){    
    div.features-block {
        margin-left: 0px;
        padding-left: 0px;
        background: transparent;
    }
}

.home-pricing {
font-size: 13px;
}
#mobile-pricing {
    display: none;
}
.mobile-pricing-block a, .mobile-pricing-list a {
    width: 100%;
    text-align: center;
}
.mobile-pricing-list a {
	margin-bottom: 15px;
}
.mobile-pricing-block {
position: relative;
top: 15px;
}
.mobile-pricing-list {
    display: none;
}
.mobile-pricing-list ul {
    list-style-image: url(images/tick.png);
display: block;
position: relative;
padding-left: 28px;
padding-bottom: 10px;
}
.mobile-pricing-list li {
    padding: 2.5px;
}
#responsive-message{display: none;}
.cb80 {
	width: 80%;
}
@media only screen and (max-width:1080px){
	#mobile-pricing {
		display: block;
	}
	#pricing-table {
        display: none;
    }
    #responsive-message{display: block !important; margin-top: -20px;}
    .cb80 {
    	width: 100%;
    }
#aside{width:100% !important;margin-top: 30px !important;}
}
@media only screen and (min-width:768px){
	#mobile-pricing, #resonsive-message {
		padding: 0px 17px;
	}
    .mobile-pricing-block {
        text-align: center;
    }
}
@media only screen and (max-width:1920px) and (min-width:1367px){
#bg-stretch-w1 img{
	height: 100% !important;
	margin-top:0 !important;
}
.wrapper-holder .intro {
    padding-bottom: 40px;
}
.inner-style .decor{bottom:10px;}
}
.recaptch-news{width:auto !important;}
.hover-effect .thumbnail{position:relative;}
.hover-effect .thumbnailover{display: none;
    position: absolute;
    top: -3px;
    left: 0;}
.hover-effect a.entry:hover img.thumbnailover{display:block;/*transform: scale(1.1);*/width:220px;height:262px;}
.hover-effect a.entry:hover .label{display:none;}
.hover-effect a.entry .label{    position: absolute;
    width: 191px;
    background: white;
    opacity: inherit;
    bottom: -242px;
    height: 82px;
    border-radius: 2px;padding:13px;opacity:0.7;left:0px;}
.label h1{font-size: 17px;
    margin: 0;
    color: #000;
font-family:'Akkurat';
	}
	.label h2{font-size: 12px;
    margin: 0;
font-family:'Akkurat';
	}
	.label h3{font-size: 15px;
    margin: 0;
    color: #000;
    text-decoration: underline;}
#bg-stretch-w1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}