html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}nav ul{list-style:none;}ol{list-style:decimal;}ul{list-style:disc;}ul ul{list-style:circle;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:none;}ins{text-decoration:underline;}del{text-decoration:line-through;}mark{background:none;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input[type=submit],input[type=button],button{margin:0!important;padding:0!important;}input,select,a img{vertical-align:middle;}

html {
	font-size: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 1em;
}

h1, #header a, #header-mini a, input, textarea, div.h1, body{
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

input, select, textarea {
    /* outline: none; */
}

.clear {
	clear: both;
}

div.section {
	width: 100%;
}
div.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.lcol {
	float: left;
	width: 590px;
}
.rcol {
	float: right;
	width: 350px;
}

h3 {
	font-size: 3.000em;
	text-align: center;
	font-weight: 300;
	margin-bottom: 55px;
}
p {
	font-size: 1em;
	line-height: 180%;
	margin-bottom: 5px;
}
a {
	color: #3c81ce;
	text-decoration: none;
	border-bottom: #3c81ce 1px dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: none;
}
ul {
	list-style-type: none;
	font-size: 1em;
}

span.subtitl {
	color: #333333;
	display: inline-block;
	font-size: 1.375em;
	font-weight: 700;
	margin: 30px 0;
}

a.btn, input.btn {
	position: relative;
	background: #f39c12;
	display: block;
	width: 220px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	padding: 15px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0px 0px #b1710d;
	-moz-box-shadow: 0 4px 0px 0px #b1710d;
	box-shadow: 0 4px 0px 0px #b1710d;
	margin: 55px auto 0 auto;
	border-bottom: none;
}
a.btn:hover {
	background: #E2961D;
	color: #ECD5B0;

}
a.btn:active {
	background: #E2961D;
	color: #ECD5B0;
	top: 2px;
	-webkit-box-shadow: 0 2px 0px 0px #b1710d;
	-moz-box-shadow: 0 2px 0px 0px #b1710d;
	box-shadow: 0 2px 0px 0px #b1710d;
}

button.ladda-button {
	float: right;
	position: relative;
	background: #f39c12;
	display: block;
	width: 220px;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 0 !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0px 0px #b1710d;
	-moz-box-shadow: 0 4px 0px 0px #b1710d;
	box-shadow: 0 4px 0px 0px #b1710d;
	margin: 35px auto 0 auto !important;
}
button.ladda-button span.ladda-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
}
button.ladda-button:hover {
	background: #E2961D;
}
button.ladda-button:hover span.ladda-label {
	color: #ECD5B0;
}
button.ladda-button:active {
	background: #E2961D;
	color: #ECD5B0;
	top: 2px;
	-webkit-box-shadow: 0 2px 0px 0px #b1710d;
	-moz-box-shadow: 0 2px 0px 0px #b1710d;
	box-shadow: 0 2px 0px 0px #b1710d;
}

.video-pholder {
	position: relative;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 10px solid #fff;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.video-pholder iframe,
.video-pholder object,
.video-pholder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index:900 !important;
}

/* HEADER */
div#header.section {
	position: relative;
	background: #2f2f2f;
	background: -moz-linear-gradient(top, #3a3a3a, #232323);
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#232323));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#232323');
	padding: 20px 0;
}
div#header.section h1 {
	float: left;
	width: 190px;
	height: 65px;
}
div#header.section h1 span.logo {
	background: url('../images/confcat_logo.png') no-repeat;
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	text-indent: -9999px;
}
.hassvg div#header.section h1 span.logo {
	background: url('../images/confcat_logo.svg') no-repeat;
}
div#header.section h1 span.subtitle {
	color: #cccccc;
	font-size: 0.6em;
}
div#header.section a.mmenu {
	display: none;
    margin-top: 5px;
	border-bottom: 0;
}
div#header.section select[name='mmenu'] {
	opacity: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	display: none;
	right: 0;
}
div#header.section ul {
	float: right;
	height: 65px;
	line-height: 4em;
}
div#header.section ul li {
	display: inline;
}
div#header.section ul li a {
	color: #ccc;
	font-size: 1.1em;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	margin-left: 30px;
	padding: 30px 0;
}
div#header.section ul li a:hover,
div#header.section ul li.active a {
	color: #fff;
}

/* HEADER MINI */
div#header-mini.section {
	position: relative;
	background: #2f2f2f;
	background: -moz-linear-gradient(top, #3a3a3a, #232323);
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#232323));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#232323');
	z-index: 9999;
	padding: 10px 0 10px 0;
	display: none;
}
div#header-mini.section .h1 {
	float: left;
	height: 35px;
}
div#header-mini.section .h1:hover {
	opacity: 0.8;
}
div#header-mini.section .h1 a {
	background: url('../images/confcat_logo.png') left bottom no-repeat;
	display: block;
	width: 165px;
	height: 35px;
	text-align: center;
	text-indent: -9999px;
	border-bottom: 0;
}
.hassvg div#header-mini.section .h1 a {
	background: url('../images/confcat_logo.svg') left bottom no-repeat;
}
div#header-mini.section a.mmenu {
	display: none;
	border-bottom: 0;
}
div#header-mini.section select[name='mmenu'] {
	opacity: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	display: none;
	right: 0;
}
div#header-mini.section ul {
	float: right;
	height: 40px;
	line-height: 230%;
}
div#header-mini.section ul li {
	display: inline;
}
div#header-mini.section ul li a {
	color: #ccc;
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	margin-left: 30px;
}
div#header-mini.section ul li a:hover,
div#header-mini.section ul li.active a {
	color: #fff;
}

/* WELCOME */
div#welcome.section {
	background: #f1c40f url('../images/yellow_bg.png');
}
div#welcome.section h2 {
	color: #fff;
	font-size: 2.6em;
	font-weight: 300;
	text-align: center;
	line-height: 140%;
	padding: 30px 0 45px 0;
}
div#welcome.section h2 br {
	display: none;
}
div#welcome.section .fade {
	background: url('../images/fade.png') no-repeat center bottom;
	width: 100%;
	height: 19px;
}

/* WHY? */
div#why.section {
	padding: 70px 0;
}
div#why.section .wrapper {
	margin: 0 auto 30px auto;;
}
div#why.section h3 {
	color: #3a434c;
}

/**/

div#why.section .slideshow {
	display: none;
	margin: 0 auto;
}
div#why.section .slideshow .slidesjs-container {
	margin-bottom: 15px;
}
div#why.section .slideshow img {
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div#why.section .slideshow img {
	cursor: pointer;
}
div#why.section .slideshow .slidesjs-play,
div#why.section .slideshow .slidesjs-stop {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 143px;
	height: 145px;
	opacity: 0;
	text-indent: -9999px;
	z-index: 999;
	margin-left: -71px;
	margin-top: -40px;
}
.hassvg div#why.section .slideshow .slidesjs-play,
.hassvg div#why.section .slideshow .slidesjs-stop {
	background-image: url('../images/sprite.svg');
}
div#why.section .slideshow .slidesjs-play {
	background-position: -8px -1277px;
}
div#why.section .slideshow .slidesjs-stop {
	background-position: -8px -1423px;
}
div#why.section .slideshow:hover .slidesjs-play,
div#why.section .slideshow:hover .slidesjs-stop {
	opacity: 1;
}
div#why.section .slideshow .slidesjs-previous.slidesjs-navigation,
div#why.section .slideshow .slidesjs-next.slidesjs-navigation {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 18px;
	display: inline-block;
	width: 47px;
	height: 46px;
	text-indent: -9999px;
	border-bottom: none;
}
div#why.section .slideshow .slidesjs-previous.slidesjs-navigation:hover,
div#why.section .slideshow .slidesjs-next.slidesjs-navigation:hover {
	opacity: 0.5;
}
.hassvg div#why.section .slideshow .slidesjs-previous.slidesjs-navigation,
.hassvg div#why.section .slideshow .slidesjs-next.slidesjs-navigation {
	background-image: url('../images/sprite.svg');
}
div#why.section .slideshow .slidesjs-previous.slidesjs-navigation {
	background-position: 0px -894px;
	right: 72px;
}
div#why.section .slideshow .slidesjs-next.slidesjs-navigation {
	background-position: 0px -749px;
}
div#why.section .slideshow .slidesjs-next.slidesjs-navigation.repeat-mode {
	background-position: 0px -2897px;
}
div#why.section .image-title {
	position: absolute;
	display: block;
	width: 65%;
	height: 35px;
	font-size: 1em;
	font-weight: 600;
	line-height: 130%;
	padding-left: 18px;
	margin-top: 5px;
}
div#why.section .image-title p {
		position: absolute;
		display: none;
}
div#why.section .image-title p.active {
	display: block;
}
div#why.section .slideshow .fine img {
	width: 100%;
	height: auto;
}
div#why.section .slideshow .fine .fade-bg {
	background: url('../images/fade-bg.png');
	position: absolute;
	width: 100%;
	height: 100%;
}
div#why.section .slideshow .fine .button-area {
	position: absolute;
	z-index: 999;
	width: 485px;
	height: 145px;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -72.5px;
}
div#why.section .slideshow .fine .button-area p.question {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 2em;
	margin-bottom: 25px;
}
div#why.section .slideshow .fine .button-area .btn.no {
	background: #6d6e71;
	-webkit-box-shadow: 0 4px 0px 0px #4f5052;
	-moz-box-shadow: 0 4px 0px 0px #4f5052;
	box-shadow: 0 4px 0px 0px #4f5052;
	float: left;
	padding: 20px 0;
	margin-top: 0;
	border-bottom: none;
}
div#why.section .slideshow .fine .button-area .btn.no:hover {
	color: #cbcbcb;
}
div#why.section .slideshow .fine .button-area .btn.no:active {
	-webkit-box-shadow: 0 2px 0px 0px #4f5052;
	-moz-box-shadow: 0 2px 0px 0px #4f5052;
	box-shadow: 0 2px 0px 0px #4f5052;
}
div#why.section .slideshow .fine .button-area .btn.yes {
	float: right;
	padding: 20px 0;
	border-bottom: none;
	margin: 0;
}
div#why.section .slideshow .fine .video-wrapper {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

/**/

/* WHAT SHOULD YOU DO? */
div#what-should-you-do.section {
	background: #f4f2de;
	padding: 70px 0;
}
div#what-should-you-do.section h3 {
	color: #3a434c;
}
div#what-should-you-do.section ul {
	margin-top: 50px;
}
div#what-should-you-do.section ul li {
	background: url('../images/sprite.png') no-repeat 0px -2697px;
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}
.hassvg div#what-should-you-do.section ul li {
	background: url('../images/sprite.svg') no-repeat 0px -2693px;
	line-height: 140%;
}
div#what-should-you-do.section .pic {
	position: absolute;

	right: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
}

/* HOW MUCH? */
div#how-much.section {
	background: #393e4a url('../images/blue_bg.png');
	padding: 70px 0;
}
div#how-much.section h3 {
	color: #99b4b7;
}

/**/
div#how-much.section .packages {
	position: relative;
	width: 930px;
	text-align: center;
	padding-top: 90px;
	margin: 0 auto 80px auto;
}
div#how-much.section .packages .vat-info {
	color: #fafafa;
	display: block;
	font-size: 0.813em;
	font-style: italic;
	margin-top: 20px;
}
div#how-much.section .package {
	position: relative;
	float: left;
	width: 465px;
}
div#how-much.section .package.compact,
div#how-much.section .package.premium {
	margin-top: 40px;
}

div#how-much.section .package .package-head {
	position: relative;
	background: #495d6f;
	width: 100%;
	min-height: 155px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div#how-much.section .package.compact .package-head {
	background: #435260;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 0;
}
div#how-much.section .package.premium .package-head {
	background: #435260;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
}
div#how-much.section .package .package-head .package-name {
	position: absolute;
	background: #f39c12;
	top: -85px;
	left: 50%;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	margin-left: -85px;
}
div#how-much.section .package.compact .package-head .package-name {
	background: #a1c52f;
}
div#how-much.section .package.premium .package-head .package-name {
	background: #87c5d4;
}
div#how-much.section .package .package-head .package-name .name {
	position: relative;
	color: #fff;
	display: block;
	top: 65px;
	font-size: 2em;
	font-weight: 700;
}
div#how-much.section .package .package-head .package-name .type {
	position: relative;
	color: #fff;
	display: block;
	top: 70px;
	font-size: 0.875em;
	font-weight: 700;
}
div#how-much.section .package .package-head .price {
	position: relative;
	display: block;
	top: 100px;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	padding-top: 5px;
}
div#how-much.section .package .package-head .contain {
	position: relative;
	display: block;
	top: 95px;
	color: #b2b6b9;
	font-size: 0.875em;
	font-weight: 400;
	padding-bottom: 20px;
}

div#how-much.section .package .package-content {
	background: #fafafa;
	padding-bottom: 30px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
div#how-much.section .package.compact .package-content {
	background: #e0e0e0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 0px;
}
div#how-much.section .package.premium .package-content {
	background: #e0e0e0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
}
div#how-much.section .package .package-content ul {
	padding: 35px 35px 10px 35px;
}
div#how-much.section .package.compact .package-content ul,
div#how-much.section .package.premium .package-content ul {
	padding: 25px 35px 10px 35px;
}
div#how-much.section .package .package-content ul li {
	width: 100%;
	font-size: 1.1em;
	margin-bottom: 30px;
}
div#how-much.section .package.compact .package-content ul li,
div#how-much.section .package.premium .package-content ul li {
	margin-bottom: 20px;
}
div#how-much.section .package .package-content ul li .service {
	float: left;
}
div#how-much.section .package .package-content ul li .state {
	background: url('../images/sprite.png') no-repeat;
	float: right;
	width: 24px;
	height: 22px;
}
.hassvg div#how-much.section .package .package-content ul li .state {
	background: url('../images/sprite.svg') no-repeat;
}
div#how-much.section .package .package-content ul li .state.on {
	background-position: 0px -1912px;
}
div#how-much.section .package .package-content ul li .state.off {
	background-position: 0px -2031px;
}

div#how-much.section .package .package-content a.btn {
	width: 80%;
	margin-top: 0;
}
div#how-much.section .package.compact .package-content a.btn,
div#how-much.section .package.premium .package-content a.btn {
	background: #6d6e71;
	width: 80%;
	margin-top: 0;
	-webkit-box-shadow: 0 4px 0px 0px #4f5052;
	-moz-box-shadow: 0 4px 0px 0px #4f5052;
	box-shadow: 0 4px 0px 0px #4f5052;
}
div#how-much.section .package.compact .package-content a.btn:hover,
div#how-much.section .package.premium .package-content a.btn:hover {
	color: #cbcbcb;
}
div#how-much.section .package.compact .package-content a.btn:active,
div#how-much.section .package.premium .package-content a.btn:active {
	-webkit-box-shadow: 0 2px 0px 0px #4f5052;
	-moz-box-shadow: 0 2px 0px 0px #4f5052;
	box-shadow: 0 2px 0px 0px #4f5052;
}
div#how-much.section .rewievs .lcol {
    position: relative;
	margin-top: 45px;
}
div#how-much.section .rewievs .person-rewiev {
	color: #cccccc;
	font-size: 1.500em;
	line-height: 150%;
	margin-bottom: 30px;
}
div#how-much.section .rewievs .person-name {
	color: #fff;
	font-size: 1.250em;
	font-weight: 700;
	margin-bottom: 5px;
}
div#how-much.section .rewievs .person-infos {
	color: #c2c3c3;
	font-size: 0.875em;
}
div#how-much.section .swapper {
	position: absolute;
    width: 115px;
    margin-top: 15px;
	top: 240px;
    right: 0;
}
div#how-much.section .swapper .swap-left,
div#how-much.section .swapper .swap-right {
	background-image: url('../images/sprite.png');
	width: 45px;
	height: 45px;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
}
.hassvg div#how-much.section .swapper .swap-left,
.hassvg div#how-much.section .swapper .swap-right {
	background-image: url('../images/sprite.svg');
}
div#how-much.section .swapper .swap-left.no,
div#how-much.section .swapper .swap-right.no {
	opacity: 0.5;
}
div#how-much.section .swapper .swap-left {
	background-position: 0px -1038px;
}
div#how-much.section .swapper .swap-right {
	background-position: 0px -1182px;
}
div#how-much.section .rewievs .pic {
	position: relative;
	right: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
}

/* WHAT KOWN? */
div#what-know.section {
	background: #f4f2de;
	padding: 70px 0;
}
div#what-know.section h3 {
	color: #333333;
}
div#what-know.section .lcol {
	width: 46%;
	margin-bottom: 32px;
}
div#what-know.section .rcol {
	width: 45%;
}
div#what-know.section span.subtitl {
	margin: 10px 0 30px 0;
}
div#what-know.section  ul li {
	background: url('../images/sprite.png') no-repeat ;
	height: 56px;
	font-size: 1.250em;
	font-weight: 300;
	line-height: 225%;
	padding: 0 0 0 70px;
	margin: 0 0 15px 0;
}
.hassvg div#what-know.section  ul li {
	background: url('../images/sprite.svg') no-repeat;
}
div#what-know.section  ul li.apple {
	background-position: 0 0;
}
div#what-know.section  ul li.google {
	background-position: 0 -155px;
}
div#what-know.section  ul li.market {
	background-position: 0 -310px;
}
div#what-know.section  ul li.mweb {
	background-position: 0 -465px;
}

/* WHICH FUNCTIONS */
div#which-functions.section {
	background: #83a62d url('../images/green_bg.png');
	padding: 70px 0;
}
div#which-functions.section h3 {
	color: #fff;
}
div#which-functions.section .lcol {
	width: 45%;
}
div#which-functions.section .rcol {
	width: 45%;
}
div#which-functions.section li {
	background: url('../images/sprite.png') 0px -620px no-repeat;
	color: #fff;
	height: 30px;
	font-size: 1.1em;
	line-height: 160%;
	padding: 0 0 15px 50px;
}
.hassvg div#which-functions.section li {
	background: url('../images/sprite.svg') 0px -620px no-repeat;
}
div#which-functions.section .technicl-datas {
	background: #5b6f28;
	position: relative;
	width: 920px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 50px auto 0 auto;
}
div#which-functions.section .technicl-datas .box-titl {
	background: url('../images/technicl_datas.png') center no-repeat;
	float: left;
	width: 78px;
	height: 310px;
	text-indent: -9999px;
}
.hassvg div#which-functions.section .technicl-datas .box-titl {
	background: url('../images/technicl_datas.svg') center no-repeat;
}
div#which-functions.section .technicl-datas .box-titl.en {
	background: url('../images/technicl_datas_en_US.png') center no-repeat;
	float: left;
	width: 78px;
	height: 310px;
	text-indent: -9999px;
}
.hassvg div#which-functions.section .technicl-datas .box-titl.en {
	background: url('../images/technicl_datas_en_US.svg') center no-repeat;
}
div#which-functions.section .technicl-datas .box-contnt {
	background: #fff;
	float: left;
	width: 842px;
	height: 310px;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
div#which-functions.section .technicl-datas .box-contnt .subtitl {
	margin: 40px 0 30px 0;
}
div#which-functions.section .technicl-datas .box-contnt .lcol {
	width: 35%;
	float: left;
	padding: 0 30px 0 60px;
}
div#which-functions.section .technicl-datas .box-contnt .rcol {
	width: 46%;
	float: left;
	padding: 0 0;
}
div#which-functions.section .technicl-datas .box-contnt li {
	background: url('../images/sprite.png') -43px -666px no-repeat;
	color: #333;
	height: auto;
	font-size: 1em;
	line-height: 135%;
	padding: 5px 0 5px 25px;
}
div#which-functions.section .technicl-datas .box-contnt li {
	background: url('../images/sprite.png') 0px -2690px no-repeat;
}
.hassvg div#which-functions.section .technicl-datas .box-contnt li {
	background: url('../images/sprite.svg') 0px -2690px no-repeat;
}
div#which-functions.section .technicl-datas .btn-wrapper {
	position: absolute;
	bottom: -20px;
	width: 220px;
	height: 50px;
	left: 50%;
	margin-left: -110px;
}
div#which-functions.section .technicl-datas .btn {
	margin: 0;
	width: 220px;
}

/* CONTACT */
div#contact.section {
	background: #f4f2de;
	padding: 70px 0;
}
div#contact.section h3 {
	color: #333;
}
div#contact.section .lcol {
	width: 570px;
}
div#contact.section .rcol {
	width: 355px;
}
div#contact.section p.help {
	font-size: 0.99em;
	margin-bottom: 20px;
	margin-left: 8px;
}
div#contact.section .form-row {
	position: relative;
	margin-bottom: 30px;
}
div#contact.section  form#contact-form {
	position: relative;
}
div#contact.section .form-row .top {
	margin-bottom: 8px;
}
div#contact.section .form-row label {
	display: inline-block;
	float: left;
	font-size: 1.250em;
	font-weight: 300;
	cursor: pointer;
	padding-left: 8px;
}
div#contact.section .form-row span.info {
	float: right;
	font-size: 0.875em;
	font-style: italic;
	margin-right: 16px;
	margin-top: 5px;
}
div#contact.section .form-row span.info span {
	vertical-align: text-bottom;
}
div#contact.section .form-row input[type='text'],
div#contact.section .form-row input[type='email'],
div#contact.section .form-row input[type='tel'],
textarea {
	background: #fff;
	max-width: 100%;
	width: 530px;
	height: 43px;
	padding: 0 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: #e0dbcb 1px solid;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
div#contact.section .form-row input[type='text']:focus,
div#contact.section .form-row input[type='email']:focus,
div#contact.section .form-row input[type='tel']:focus {
	border: #f39c12 1px solid;
}
div#contact.section .form-row input[type='text'].err,
div#contact.section .form-row input[type='email'].err,
div#contact.section .form-row input[type='tel'].err{
	border: #fd302c 1px solid;
}
div#contact.section .form-row select {
	cursor: pointer;
	z-index: 9999;
	width: 100% !important;
}
div#contact.section .form-row .package-select {
	background: #fff url('../images/select_arrow.png') center right no-repeat;
	max-width: 100%;
	width: 530px;
	height: 43px;
	padding: 0 18px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: #e0dbcb 1px solid;
	overflow: hidden;
}
div#contact.section .form-row .package-select.err {
	border: #fd302c 1px solid;
}
.hassvg div#contact.section .form-row .package-select {
	background: #fff url('../images/select_arrow.svg') center right no-repeat;
}
div#contact.section .form-row .package-selectInner{
	width: 80% !important;
	font-size: 0.875em;
	line-height: 315%;
}
div#contact.section .form-row textarea {
	background: #fff;
	max-width: 100%;
	width: 530px;
	height: 150px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: #e0dbcb 1px solid;
	padding: 18px;
	margin-bottom: 30px;
}
div#contact.section .form-row textarea:focus {
	border: #f39c12 1px solid;
}


div#contact.section .form-row span.required-ico {
	background: url('../images/sprite.png') 0px -2330px no-repeat;
	display: inline-block;
	width: 9px;
	height: 10px;
	vertical-align: text-top;
	padding-left: 5px;
}
.hassvg div#contact.section .form-row span.required-ico {
	background: url('../images/sprite.svg') 0px -2330px no-repeat;
}
div#contact.section .form-row span.required-fields {
	color: #fd302c;
	display: inline-block;
	font-size: 0.78em;
	font-style: italic;
	padding-top: 10px;
	margin-left: 18px;
}
div#contact.section .form-row span.error {
	color: #fd302c;
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 8px;
	margin-top: 8px;
}
div#contact.section a.btn {
	float: right;
	margin: 15px auto 0 auto;
}
div#contact.section .pic {
	position: relative;
	right: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
	margin-top: 40px;
}
div#contact.section .contact {
	width: 210px;
	margin: 0 auto;
}
div#contact.section .contact span.subtitl{
	margin: 50px 0 20px 0;
}
div#contact.section .contact ul li {
	background: url('../images/sprite.png') no-repeat;
	display: inline-block;
	height: 35px;
	font-size: 1.1em;
	line-height: 160%;
	padding-left: 50px;
}
.hassvg div#contact.section .contact ul li {
	background: url('../images/sprite.svg') no-repeat;
}
div#contact.section .contact ul li.mailto {
	background-position: 0 -2440px;
}
div#contact.section .contact ul li.tel {
	background-position: 0 -2567px;
}
div#contact.section .contact ul li a {
	/*color: #333;*/
}
div#contact.section .mailerror {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f4f2de;
	z-index: 999;
	opacity: 0.8;
	display: none;
}

/* WHO WE ARE */
div#who-we-are.section {
	background: #f39c12 url('../images/orange_bg.png');
	padding: 70px 0;
}
div#who-we-are.section h3 {
	color: #fff;
}
div#who-we-are.section .lcol {
	width: 70%;
	float: none;
	margin: 0 auto;
}
div#who-we-are.section .rcol {
	width: 80%;
	float: none;
	text-align: center;
	margin: 0 auto;
}
div#who-we-are.section .image-pholder img {
	display: block;
	width: 95.5%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 10px solid #fff;
	margin: 5px;
}
div#who-we-are.section p {
	color: #fff;
	margin-bottom: 10px;
	margin-top: 27px;
}
div#who-we-are.section .contact ul li {
	background: url('../images/sprite.png') no-repeat;
	color: #fff;
	display: inline-block;
	height: 35px;
	font-size: 1.1em;
	line-height: 160%;
	padding-left: 50px;
}
.hassvg div#who-we-are.section .contact ul li {
	background: url('../images/sprite.svg') no-repeat;
}
div#who-we-are.section .contact ul li.mailto {
	background-position: 0 -2440px;
	margin-right: 30px;
}
div#who-we-are.section .contact ul li.tel {
	background-position: 0 -2567px;
	margin-right: 30px;
}
.hassvg div#who-we-are.section .contact ul li a {
	color: #333;
}
div#who-we-are.section .share {
	text-align: center;
	padding-top: 25px;
}
div#who-we-are.section .share li {
	text-indent: -9999px;
	display: inline-block;
}
div#who-we-are.section .share li a {
	background: url('../images/sprite.png') no-repeat;
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 10px;
	border-bottom: none;
}
.hassvg div#who-we-are.section .share li a {
	background: url('../images/sprite.svg') no-repeat;
}
div#who-we-are.section .share li a:hover {
	opacity: 0.5;
}
div#who-we-are.section .share li.facebook a {
	background-position: 0px -1326px;
}
div#who-we-are.section .share li.google a {
	background-position: 0px -1521px;
}
div#who-we-are.section .share li.twitter a {
	background-position: 0px -1716px;
}

/* FOOTER */
div#footer.section {
	background: #333333 url('../images/grey_bg.png');
	text-align: center;
	padding: 30px 0;
}
div#footer ul {
	margin-bottom: 28px;
}
div#footer ul li {
	margin-bottom: 4px;
	display: inline-block;
	margin-right: 20px;
}
div#footer ul li:last-child {
	margin-right: 0;
}
div#footer ul li a {
	display: block;
	padding: 10px 4px;
	color: #ccc;
	border: none;
}
div#footer ul li a:hover {
	color: #fff;
}
div#footer.section a.fps {
	background: url('../images/sprite.png') no-repeat 0 -2152px;
	display: inline-block;
	width: 79px;
	height: 80px;
	text-indent: -9999px;
	border-bottom: none;
}
.hassvg div#footer.section a.fps {
	background: url('../images/sprite.svg') no-repeat 0 -2152px;
}

/* LANGUAGE SELECT */
#lang_d {
	background: #2f2f2f;
	position: absolute;
	top: 155px; right: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 900;
}
#lang_d a {
	display: block;
	color: #f1c40f;
	font-size: 0.8em;
	padding: 8px 15px;
	border-bottom: none;
}
#lang_d a:hover {
	color: #fff;
}
/**/
#lang_m {
	background: #2f2f2f;
	background: -moz-linear-gradient(top, #232323, #3a3a3a);
	background: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#3a3a3a));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#3a3a3a');
	display: none;
	color: #f1c40f;
	font-size: 0.8em;
	padding: 5px;
	border: #383838 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#lang_m:hover {
	color: #fff;
}
#lang_m span.short {
	display: none;
}

/* ----- MEDIAQUERIES ----- */

/* LANGUAGE SELECT */
@media screen and (min-width: 320px) and (max-width: 980px) {
	#lang_m {
		display: block;
		float: right;
		margin-top: 9px;
		margin-right: 20px;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	#lang_m span.full {
		display: none;
	}
	#lang_m span.short {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 980px) {
	#lang_d {
		display: none;
	}
}

/* GLOBAL */
@media screen and (min-width: 320px) and (max-width: 980px) {
    div.wrapper {
		width: 90%;
	}
	h3 {
		font-size: 2em;
		margin-bottom: 25px;
	}
	.lcol,
	.rcol {
		float: none;
		width: 100%;
	}
	.video-pholder {
		margin: 0 auto 20px auto;
	}
}

/* HEADER */
@media screen and (min-width: 320px) and (max-width: 980px) {
    div#header {
		display: block !important;
	}
	div#header ul,
	div#header-mini ul {
		display: none;
	}
	div#header.section {
		padding: 15px 0;
	}
	div#header.section h1 {
		display: block;
		float: left;
		height: 50px;
	}
	div#header.section h1 span.logo,
	.hassvg div#header.section h1 span.logo {
		height: 35px;
		background-position: 0px -40px;
	}
	div#header.section a.mmenu {
		background: url('../images/sprite.png') no-repeat;
		background-position: 0px -2809px;
		display: block;
		float: right;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
	}
	div#header.section select[name='mmenu'] {
		display: block;
	}
	.hassvg div#header.section a.mmenu {
		background: url('../images/sprite.svg') no-repeat;
		background-position: 0px -2809px;
	}
}

/* HEADER MINI */
@media screen and (min-width: 320px) and (max-width: 568px) {
	div#header-mini.section {
		display: none !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 980px) {
    div#header-mini.section a.mmenu {
		background: url('../images/sprite.png') no-repeat;
		background-position: 0px -2809px;
		display: block;
		float: right;
		width: 32px;
		height: 32px;
		text-indent: -9999px;
	}
	.hassvg div#header-mini.section a.mmenu {
		background: url('../images/sprite.svg') no-repeat;
		background-position: 0px -2809px;
	}
	div#header-mini.section select[name='mmenu'] {
		display: block;
	}
}

/* WHY */
@media screen and (min-width: 320px) and (max-width: 980px) {
    div#why.section {
		padding: 50px 0;
	}
	div#why.section .wrapper {
		width: 100%;
		margin: 0;
	}
	div#why.section .slideshow img {
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	div#why.section .image-title {
		position: relative;
	}
}

@media screen and (min-width: 320px) and (max-width: 455px) {
	div#why.section .slideshow .fine .button-area p.question {
		font-size: 1em;
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 320px) and (max-width: 568px) {
	div#why.section .slideshow .fine {
		position: relative;
	}

	div#why.section .slideshow .fine .button-area {
		top: 20%;
		width: 100%;
		height: auto;
		left: auto;
		margin: 0 auto;
	}
	div#why.section .slideshow .fine .button-area .c-cont {
		position: relative;
		width: auto;
		padding: 0 10px;
	}
	div#why.section .slideshow .fine .button-area .btn.yes,
	div#why.section .slideshow .fine .button-area .btn.no {
		top: 10px;
		margin: 0 auto;
		width: 48%;
		margin-bottom: 10px;
		padding: 15px 0;
	}
	div#why.section .image-title {
		width: 55%;
	}
	div#why.section .image-title p {
		font-size: 0.8em;
		line-height: 135%;
	}
}
@media screen and (min-width: 320px) and (max-width: 568px) {
	div#why.section .slideshow .slidesjs-next.slidesjs-navigation {
		background-position: 0px -3559px;
	}
	div#why.section .slideshow .slidesjs-previous.slidesjs-navigation {
		background-position: 0px -3675px;
	}
	div#why.section .slideshow .slidesjs-next.slidesjs-navigation.repeat-mode {
		background-position: 0px -3773px;
	}
}

@media screen and (min-width: 320px) and (max-width: 800px) {
	div#welcome.section h2 {
		padding: 30px 0 35px 0;
	}
	div#welcome.section h2 {
		font-size: 2em;
	}
}

@media screen and (min-width: 980px) and (max-width: 1100px) {
	div#welcome.section h2 br {
		display: block;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	div#welcome.section h2 {
		padding: 12px 0 15px 0;
	}
	div#welcome.section h2 {
		font-size: 1.3em;
	}
	div#why.section {
		padding: 25px 0 40px;
	}
}

/* WHAT SHOULD YOU DO */
@media screen and (min-width: 320px) and (max-width: 980px) {
    div#what-should-you-do.section {
		padding: 50px 0;
	}
	div#what-should-you-do.section ul li {
		line-height: 150%;
	}
}

/* HOW MUCH */
@media screen and (min-width: 320px) and (max-width: 999px) {
    div#how-much.section .wrapper {
		width: 90%;
	}
	div#how-much.section .packages {
		width: 100%;
		padding-top: 90px;
		margin: 0 auto 80px auto;
	}
	div#how-much.section .rews {
		height: auto;
	}
	div#how-much.section {
		padding: 70px 0 100px 0;
	}
	div#how-much.section .swapper {
		top: auto;
	}
	div#how-much.section .package {
		width: 100%;
		margin-bottom: 140px;
	}
	div#how-much.section .package.premium {
		margin-bottom: 0;
	}
	div#how-much.section .package.premium .package-content {
        background: #fff;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
	}
	div#how-much.section .package.premium .package-head {
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
	}
	div#how-much.section .package.compact .package-head {
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		border-top-right-radius: 10px;
	}
	div#how-much.section .package.compact .package-content {
        background: #fff;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
	}
	div#how-much.section .package.compact,
	div#how-much.section .package.premium {
		margin-top: 0;
	}
    div#how-much.section .package.compact .package-content ul,
    div#how-much.section .package.premium .package-content ul {
        padding: 35px 35px 20px 35px;
	}
	div#how-much.section .rewievs .rew {
		position: relative;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	div#how-much.section .rewievs .lcol {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	div#how-much.section .rewievs .person-rewiev {
		font-size: 1em;
	}
}

/* WHICH FUNCTIONS? */
@media screen and (min-width: 320px) and (max-width: 999px) {
    div#which-functions.section .wrapper {
		width: 90%;
	}
	div#which-functions.section .lcol,
	div#which-functions.section .rcol {
		width: 100%;
	}
	div#which-functions.section li {
		font-size: 0.9em;
		font-size: 1em;
		line-height: 120%;
		padding-top: 3px;
	}
	div#which-functions.section .technicl-datas {
		background: #fff;
		width: 100%;
		margin: 50px auto 0 auto;
	}
	div#which-functions.section .technicl-datas .box-titl,
	.hassvg div#which-functions.section .technicl-datas .box-titl,
	.hassvg div#which-functions.section .technicl-datas .box-titl.en	{
		background: #5b6f28;
		color: #fff;
		float: none;
		width: 100%;
		height: auto;
		text-indent: 0;
		-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		padding: 13px 0;
	}
	div#which-functions.section .technicl-datas .box-titl span {
		font-size: 1.2em;
		padding: 0 20px;
	}
	div#which-functions.section .technicl-datas .box-contnt {
		width: 100%;
		height: auto;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		padding-bottom: 55px;
	}
	div#which-functions.section .technicl-datas .box-contnt .subtitl {
		margin: 40px 0 10px 0;
	}
    div#which-functions.section .lcol,
    div#which-functions.section .rcol {
		float: left;
	}
	div#which-functions.section .technicl-datas .box-contnt .lcol,
	div#which-functions.section .technicl-datas .box-contnt .rcol {
		width: 85%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
}

/* WHAT KNOW */
@media screen and (min-width: 320px) and (max-width: 980px) {
    div#what-know.section .lcol,
	div#what-know.section .rcol {
		width: auto;
	}
	div#what-know.section ul li {
		font-size: 1em;
		font-weight: 400;
		line-height: 140%;
		padding-top: 5px;
	}
	div#what-know.section .video-pholder {
		border: none;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
}

@media screen and (min-width: 320px) and (max-width: 568px) {
	div#what-know.section .wrapper {
		width: 100%;
	}
	div#what-know.section .lcol,
	div#what-know.section .rcol {
		width: 90%;
		margin: 0 auto;
	}
	div#what-know.section .lcol {
		margin-bottom: 32px;
	}
}

/* CONTACT */
@media screen and (min-width: 320px) and (max-width: 567px) {
    div#contact.section {
		background: #f4f2de;
		padding: 50px 0;
	}
	div#contact.section .lcol,
	div#contact.section .rcol {
		width: 100%;

	}
	div#contact.section .lcol {
		margin-bottom: 70px;
	}
	div#contact.section .form-row input[type='text'],
	div#contact.section .form-row input[type='email'],
	div#contact.section .form-row input[type='tel'] {
		width: 250px;
	}
	div#contact.section .form-row .package-select {
		width: 250px !important;
	}
	div#contact.section .form-row textarea {
		width: 250px;
	}
	div#contact.section .form-row span.info {
		display: none;
	}
}

@media screen and (min-width: 568px) and (max-width: 799px) {
    div#contact.section {
		background: #f4f2de;
		padding: 50px 0;
	}
	div#contact.section .lcol,
	div#contact.section .rcol {
		width: 100%;

	}
	div#contact.section .lcol {
		margin-bottom: 70px;
	}
	div#contact.section .form-row input[type='text'],
	div#contact.section .form-row input[type='email'],
	div#contact.section .form-row input[type='tel'] {
		width: 92%;
	}
	div#contact.section .form-row .package-select {
		width: 92%;
	}
	div#contact.section .form-row textarea {
		width: 92%;
	}
	div#contact.section button.ladda-button {
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 567px) {
	div#contact.section button.ladda-button {
		float: none;
		width: 290px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    div#contact.section .lcol,
	div#contact.section .rcol {
		margin: 0 auto;
	}
}

@media screen and (min-width: 320px) and (max-width: 800px) {
	div#contact.section .rcol {
		margin-top: 80px;
	}
}

/* WHAT SHOULD YOU DO */
@media screen and (min-width: 800px) and (max-width: 979px) {
	div#what-should-you-do.section .lcol,
	div#what-should-you-do.section .rcol {
		float: none;
		width: 100%;
	}
	div#what-should-you-do.section .rcol .pic {
		position: relative;
		margin: 0 auto;
	}
}

/* HOW MUCH */
@media screen and (min-width: 800px) and (max-width: 979px) {
	div#how-much.section .rcol .pic {
		position: relative;
		margin: 0 auto;
	}
}

/* WHO WE ARE */
@media screen and (min-width: 320px) and (max-width: 914px) {
    div#who-we-are.section {
		padding: 50px 0;
	}
	div#who-we-are.section .lcol,
	div#who-we-are.section .rcol {
		width: 100%;
	}
	div#who-we-are.section .image-pholder img {
		width: 85%;
		margin: 0 auto 20px auto;
	}
}

@media screen and (min-width: 620px) and (max-width: 910px) {
    div#who-we-are.section .image-pholder img {
		width: 555px;
	}
}

@media screen and (min-width: 320px) and (max-width: 568px) {
	div#who-we-are.section .wrapper {
		width: 100%;
	}
	div#who-we-are.section .rcol {
		width: 90%;
	}
	div#who-we-are.section .image-pholder {
		width: 100%;
	}
	div#who-we-are.section .image-pholder img {
		border: none;
		width: 100%;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
}

/* PIC */
@media screen and (min-width: 320px) and (max-width: 568px) {
	.pic {
		position: relative !important;
		margin: 0 auto !important;
		width: 70% !important;
		height: auto !important;
    }
	.pic img {
		width: 100% !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 800px) {
	.pic {
		position: relative !important;
		margin: 0 auto !important;
    }
}

/* SHARE */
@media screen and (min-width: 320px) and (max-width: 568px) {
	div#who-we-are.section .share li a {
		width: 72px;
		height: 72px;
	}
	div#who-we-are.section .share li.facebook a {
		background-position: 0px -3065px;
	}
	div#who-we-are.section .share li.google a {
		background-position: 0px -3209px;
	}
	div#who-we-are.section .share li.twitter a {
		background-position: 0px -3353px;
	}
}

/* FOOTER */
@media screen and (min-width: 320px) and (max-width: 568px) {
	div#footer ul li {
		margin-right: 0;
}
