﻿*,:before,:after
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section 
{
	display:block
}
b
{
    font-weight:bold;
}
body
{
	line-height:1
}

ol,ul
{
	list-style:none
}

blockquote,q
{
	quotes:none
}

blockquote footer
{
	text-align:right;
	font-style:normal;
	font-weight:700;
	color:#333
}

blockquote footer:before,blockquote small:before,blockquote .small:before
{
	content:''
}

table
{
	border-collapse:collapse;
	border-spacing:0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
{
	display:block
}

.clearfix:before,.clearfix:after
{
	display:table;
	content:" "
}

.clearfix:after
{
	clear:both
}

button:active,button:focus
{
	outline:none
}

select
{
	webkit-appearance:none;
	-moz-appearance:none;
	text-indent:1px
}

select::-ms-expand
{
	display:none
}

body
{
	max-width:768px;
	margin:0 auto;
	background:#fff;
	font-family:Helvetica,"Open Sans",Arial,sans-serif;
	color:#333
}

::-webkit-input-placeholder
{
	color:#a2a2a2
}

:-moz-placeholder
{
	color:#a2a2a2
}

::-moz-placeholder
{
	color:#a2a2a2
}

:-ms-input-placeholder
{
	color:#a2a2a2
}

img
{
	vertical-align:middle
}

.img-responsive
{
	width:90%;
	margin:0 auto
}

a
{
	color:#2c81d6;
}

a:hover
{
	text-decoration:none
}

.header-wrapper
{
	position:fixed;
	width:100%;
	max-width:768px;
	z-index:999;
    max-height:40px;
}

.wrapper
{
	padding-top:40px;
	overflow:hidden
}

.page-top
{
	min-height:2.5em;
	background:#2c81d6;
	line-height:1em;
    box-shadow:0px 0px 5px 1px #666
    /*border-bottom: 1px solid rgba(255,255,255,0.1) !important;*/
}

.logo-link
{
	float:left;
	width:320px;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	font-size:1.75em;
	line-height:1.429em
}

.logo-link img
{
	float:left;
	margin:0 .321em 0 .393em;
    vertical-align:middle;
}

.header-right
{
	float:right;
	padding-right:.625em
}

.header-right button
{
	float:none;
	position:relative;
	margin:0;
	padding:0;
	border:none;
	background:none;
	color:#fff;
	font-size:2.5em;
	line-height:.8
}

.italic
{
	font-style:italic
}

.more-prices,.price-arrow .icon-up-open-big
{
	display:none
}

.price-arrow
{
	padding-top:10px
}

.header-right button span
{
	line-height:.9
}

.header-right .navbar-header span
{
	position:relative;
	top:.04em
}

.lock #locker
{
    position:fixed;
	overflow:hidden;
	background:rgba(0,0,0,0.8);
	overflow:auto;
	z-index:99;
	top:0;
	width:100%;
	height:100%;
	max-width:768px;
}


/*.lock .header-wrapper .nav-expandable
{
	top:2.5em;
	position:relative
}*/

/*.lock .page-top
{
	position:fixed;
	top:0;
    float:left;
	width:100%;
	z-index:2;
    max-width: 768px;
}*/

.nav-expandable
{
	display:none
}

.nav-expandable.show
{
	display:block
}

.navigation
{
	float:right;
	margin:0;
	padding:0;
	background:#f09d00;
}

.navbar
{
	margin:0;
	padding:0
}

.navbar li
{
	list-style:none;
    border-bottom:1px solid #fcfcfc;
}

.navbar li:last-of-type
{
	border-bottom:none;
}

.navbar li.close > a
{
	text-align:right;
	padding-right:.667em
}

.navbar li.close > a span
{
	font-size:2em;
	font-weight:700;
	line-height:0;
	margin-right:.2em;
	position:relative;
	top:.2em
}

.navbar > li > a
{
	position:relative;
	display:block;
	padding-left:.667em;
	color:#fafafa;
	text-decoration:none;
	font-size:1.125em;
	line-height:2.222em
}

.navbar > li.social ul
{
	padding:.767em;
	overflow:hidden
}

.navbar > li.social ul li
{
	float:left;
	margin:0 15px
}

.navbar > li.social ul li:first-of-type
{
	margin-left:0
}

.navbar > li.social ul li:last-of-type
{
	margin-right:0
}

.show-share .navbar > li:not(.close):not(.social)
{
	display:none
}

section.slider
{
	position:relative;
	overflow:hidden
}

/*slick slider*/
.slider-prev{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:48px;
    background-color:rgba(0,0,0,0.25);
    cursor:pointer;
}
.slider-next{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:48px;
    background-color:rgba(0,0,0,0.25);
    cursor:pointer;
}
.slick-disabled{
    display:none !important;
}
.arrow-next, .arrow-prev{
    position:absolute;
    top:50%;
    left:50%;
    margin:-10px 0 0 -5px;
    width:10px;
    height:20px;
    background-image:url(/images/controls.png);
    background-position: -80px -61px
}

.arrow-prev{
    -moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.slide{
    position:relative;
}
.slide img{
    width:100%
}
.slide-text{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    padding-left:48px;
    color:#FFFFFF;
    font-size:48px;
    max-width:55%;
}
@media screen and (max-width: 700px) {
    .slide-text{
        font-size:32px;
    }
}
@media screen and (max-width: 500px) {
    .slide-text{
        font-size:24px;
    }
}
@media screen and (max-width: 400px) {
    .slide-text{
        font-size:16px;
    }
}

.link-block [class^="icon-"],.link-block [class*=" icon-"]
{
	line-height:2.1em;
	display:inline-block;
	margin-right:.55em
}

.link-block [class^="icon-"]:before,.link-block [class*=" icon-"]:before
{
	font-size:1.45em;
	vertical-align:top
}

.link-block,.link-block:hover
{
	display:block;
	padding:15px 35px 15px 25px;
	line-height:47px;
	background:#2c81d6;
	margin:0;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size:24px!important;
    font-weight:bold;
    font-family:Helvetica,"Open Sans",Arial,sans-serif!important;
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.expandable .icon-up-open-big
{
	display:none
}

.expanded .icon-down-open-big
{
	display:none
}

.expanded .icon-up-open-big
{
	display:inline;
}


.expandable-content
{
	position:relative;
	display:none;
	padding:.688em 0 .688em 1.875em;
	background:#fff;
}

.expandable-content.expanded
{
	display:block
}

.expandable-content ul
{
	margin:0;
	padding:0
}

.expandable-content ul li
{
	list-style:none;
	font-size:16px;
	padding:16px 0
}

.expandable-content ul li a
{
	text-decoration:none;
	color:#2c81d6;

}

section.title
{
	padding:20px 25px
}

.expandable
{
	cursor:pointer
}

.expanded h4
{
	color:#333
}

.features
{
	background:url(/images/background-features.png) no-repeat 0 0;
	background-size:100%
}

.expanded,.expanded:hover
{
	color:#333;
	background:none;
	border-bottom:0
}

#requirements,#features
{
	display:none;
    position:relative
}


.features-list
{
	padding:0 25px 23px
}

.features-list li
{
	margin:25px 0 0;
	list-style:none;
	font-size:18px;
	line-height:1.42em;
	position:relative
}

.features-list li.left-align
{
	padding:26px 0 26px 90px
}

.features-list li.right-align
{
	padding:26px 90px 26px 0
}

.features-list li:first-child
{
	margin:0
}

.features-list li .img-holder
{
	position:absolute;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}

.features-list li.left-align .img-holder
{
	left:0
}

.features-list li.right-align .img-holder
{
	right:0
}

.features-list a
{
	color:#2c80d6
}

.icon-img
{
	display:inline-block;
	margin-right:.556em;
	vertical-align:middle
}

.features h4 .icon-img
{
	position:relative;
	top:-.12em
}

.icon-button
{
	display:inline-block;
	margin-right:.813em;
	padding:.4em .813em .5em 0;
	border-right:1px solid #fff;
	vertical-align:middle
}

.pull-right
{
	float:right;
	margin-right:0
}

.share-link
{
    display:inline-block;
    margin-bottom:15px
}

section h2
{
	margin:0 0 20px;
	font-size:24px!important;
    font-weight:bold;
    font-family:Helvetica,"Open Sans",Arial,sans-serif!important
}

section p
{
	line-height:1.42
}

section .red
{
	color:#830000
}

input[type=text], input[type=email]
{
	display:block;
	margin-bottom:.769em;
	padding:14px 12px;
	width:100%;
	border:1px solid #c9c9c9;
	color:#333;
	font-size:14px
}

section.try-it-free
{
	padding:25px;
	background:url(../images/background-free.png) no-repeat top right;
	background-size:100%
}

.money-back
{
	width:100%;
	padding:24px 0;
	text-align:center;
	background:#2c81d6;
}

.money-back img
{
	width:80%
}

.buy-it
{
	padding:23px 25px;
	background:url(../images/background-buy.png) no-repeat top left;
	background-size:100%
}

.try-it-free .line,.download .line
{
	font-size:18px;
	margin-bottom:12px
}

.try-it-free h2 {clear:both;}
.btn-default
{
	display:block;
	overflow:hidden;
	margin:0;
	width:100%;
	height:2.5em;
	line-height:2.5em;
	border:none;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:20px
}

.btn-default:hover
{
	color:#fff;
	border:none
}

.btn-download,.btn-download:hover
{
	background:#2c81d6;
}

.btn-download:hover
{
	background:#2367ab;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	cursor:pointer
}

.btn-green
{
	margin:0 0 1em;
	background:#f09d00;
}

.btn-green:hover
{
	background:#c07d00;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}

.buy
{
	position:relative;
	padding:0;
	border-bottom:1px solid #fff
}

.buy .line
{
	font-size:18px;

}

.link-block a
{
	display:block;
	background:#2c80d6;
	padding:0 1.11em 0 .611em;
	color:#fff;
	text-decoration:none;
	font-size:1.125em;
	line-height:2.222em
}

.link-block.link-block-links a
{
	display:inline;
	padding:0
}

.link-block.link-block-links
{
	display:block;
	background:#2c80d6;
	padding:0 1.11em 0 .611em
}

.link-block .pull-right
{
	margin-top:0;
	margin-right:0
}

.link-block .pull-right[class^="icon-"]:before,.link-block .pull-right[class*=" icon-"]:before
{
	font-size:1.05em
}

.link-block .icon-skype
{
	font-size:1.5em;
	line-height:1.5em
}

.testimonial
{
	padding:23px 25px;
	background:url(../images/background-quote.png) no-repeat bottom right
}

blockquote
{
	margin:0;
	color:#3f3f3f;
	font-style:italic;
	font-size:.813em
}

blockquote p
{
	margin-bottom:1em;
	font-size:18px;
	font-style:italic
}

.live-support
{
	padding:23px 95px 0 25px;
	background:url(../images/background-help.png) no-repeat top right
}

.contact-data
{
	padding:0 5px 17px 25px;
	font-size:16px;
	font-weight:700
}

.contact-data a
{
	text-decoration:none
}

.pricing-tabs
{
	color:#fff
}

ul.ui-tabs-nav li
{
	float:left;
	width:50%;
	text-align:center;
	line-height:50px
}

ul.ui-tabs-nav li.product-tab-link
{
	background:#2c81d6
}

ul.ui-tabs-nav li.upgrade-tab-link
{
	background:#f09d00;
}

ul.ui-tabs-nav li a
{
	display:block;
	color:#fff;
	font-size:22px;
	text-decoration:none;
	outline:none
}

.pricing-tabs #tab-1,.pricing-tabs #tab-2
{
	padding:15px 20px 20px
}

.pricing-tabs #tab-1
{
	background:#2c81d6;
}

.pricing-tabs #tab-2
{
	background:#f09d00;
}

.pricing-tabs table
{
	width:100%;
	text-align:left
}

.pricing-tabs table th
{
	padding:0 0 15px;
	border-bottom:1px solid #fff
}


.pricing-tabs table td
{
	padding:15px 0 0
}

.pricing-info,.money-guarantee
{
	padding:23px 25px
}

.pricing-info p.pricing
{
	margin-bottom:15px;
	font-size:18px
}

.money-guarantee
{
	background:#fbfcfe;
	font-size:18px
}

.money-guarantee p
{
	margin-bottom:15px
}

.money-guarantee img
{
	margin-right:20px;
	float:left
}

.money-guarantee h2
{
	padding-top:8%
}

.guarantee-title
{
	margin-bottom:15px
}

.share-page
{
	padding:25px 25px 15px;
	border-bottom:1px solid #fff;
	background:#2c81d6 url(../images/background-share.png) no-repeat center 20px;
	background-size:100%
}

.share-page h2
{
	margin:0 0 .773em;
	color:#fff
}

.share-list
{
	margin:0 0 25px;
	padding:0
}

.share-list li
{
	float:left;
	list-style:none;
	margin:0 5%
}

.share-list li a
{
	display:block;
	width:40px;
	height:40px;
	color:#fff;
	font-size:32px;
	line-height:42px;
	text-align:center;
	text-decoration:none
}

.share-list li a.facebook-bg
{
	background:#3b5a96;
	line-height:52px;
	text-align:right;
	padding:0 3px
}

.share-list li a.twitter-bg
{
	background:#2aa9df
}

.share-list li a.google-bg
{
	background:#dc4938
}

.share-list li a.mail-bg
{
	background:#c59e6c;
	font-size:36px
}

.share-list li:first-of-type
{
	margin-left:0
}

.share-list li:last-of-type
{
	margin-right:0
}

.links-list h4.expanded
{
	color:#2c81d6;
	padding:15px 35px 0 25px
}

.helper .expandable-content , .links-list .expandable-content {
    border-bottom: 1px solid #2c81d6;
}

.helper .expandable-content ul li{
    list-style:disc;
    padding:5px 0px;
    font-size:18px;
}

.page-footer
{
	padding:25px;
	background:#2c81d6;
}

.page-footer .select
{
	background:#f09d00 url(../images/icon-arrow-down.png) no-repeat 96% center;
	height:50px;
	padding:12px 0 12px 15px;
	font-size:18px;
	font-weight:700;
	margin:0 0 .688em;
    border:none;
}

.select
{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0 0 0 .467em;
	width:100%;
	height:2.2em;
	border:none;
	color:#FFF;
	text-align:left;
	text-decoration:none;
	font-size:1.125em;
	background:#f09d00 url(../images/icon-arrow-down.png) no-repeat right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	text-indent:.01px;
	border-right:.625em solid transparent;
}

.footer-left
{
	float:left;
	width:60%;
	padding-top:1.25em
}

.footer-right
{
	float:right;
	width:40%;
	text-align:right
}

.page-footer p
{
	font-size:.75em;
	color:#fff;
	margin-top:1em;
	line-height:1.6
}

.page-footer a
{
	color:#fff
}

.download h2.title,.thank-you h2.title
{
	background:url(../images/background-free.png) no-repeat top right;
	background-size:100%
}

.download .warning,.thank-you .warning
{
	width:100%;
	padding:25px;
	color:#fff;
	background:#2c81d6;
	line-height:22px
}

.thank-you .warning input
{
	color:#2c81d6;
	font-size:12px;
	margin-bottom:0
}

.thank-you .warning p
{
	line-height:22px;
	font-size:100%;
	color:#fff
}

.download .download-now,.thank-you .download-now
{
	padding:23px 25px;
	background:url(../images/background-buy.png) no-repeat top left;
	background-size:100%
}

.download .download-now a,.pricing-info p.line a
{
	color:#333;
	line-height:48px;
}

section h1
{
	font-size:28px;
	line-height:100%;
	font-weight:700;
	color:#333;
	padding:0;
	margin-bottom:25px
}

section h2.title
{
	font-size:28px;
	font-weight:700;
	color:#333;
	padding:25px;
	margin:0
}

.requirements
{
	background:url(/images/background-requirements.png) no-repeat 0 0;
	background-size:100%
}

.thank-you-headline
{
	font-size:1.375em;
	font-weight:700;
	background:#2c80d6;
	line-height:1.4;
	color:#fff;
	padding:.909em .455em
}

.thank-you p
{
	font-size:18px;
	margin-bottom:1.231em
}

div.callback_top div
{
	position:relative;
	float:left;
	height:100%;
	width:47px;
	border-right:1px solid #FFFFFF;
	background:url(../images/callback_logo.png) no-repeat 10px 4px;
	margin:0 15px 0 0
}

div.callback_top
{
	position:relative;
	float:left;
	width:100%;
	height:37px;
	background-color:#f09d00;
	font-size:18px;
	font-weight:700;
	color:#fff;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0
}

div.callback_top span
{
	padding:9px 0px 9px 0px;
	display:block
}

div.callback_form
{
	position:relative;
	clear:both;
	background:#f0f0f0;
	width:100%;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	height:100%;
}

div.callback_form p
{
	margin:3px 11px;
	font-size:12px;
	color:#000;
	padding:5px 0 8px
}

div.callback_form .input
{
	-moz-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #C6C6C6;
	color:#9D9D9D;
	font-size:15px;
	padding:6px 10px;
	position:relative;
	font-family:Arial,Helvetica,sans-serif;
	margin:0
}

div.callback_form .select-clb
{
	width:100%;
	-moz-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #C6C6C6;
	color:#9D9D9D;
	font-size:15px;
	padding:6px 10px;
	position:relative;
	font-family:Arial,Helvetica,sans-serif
}

div.callback_form .callback_button:hover
{
	background-position:-228px -255px
}

div.callback_form textarea
{
	width:100%;
	height:80px;
	-moz-border-radius:2px;
	border-radius:2px 2px 2px 2px;
	border:1px solid #C6C6C6;
	color:#9D9D9D;
	font-size:15px;
	padding:6px 10px;
	position:relative;
	font-family:Arial,Helvetica,sans-serif
}

.testimonial_button
{
	background:url(../images/buttons_sprite.png) 0 0 no-repeat;
	width:140px;
	height:37px;
	display:block;
	text-indent:-10000px;
	position:relative;
	float:right;
	margin:15px 15px 10px 0
}

.testimonial_button:hover
{
	background-position:0 -45px
}

form.callback_form
{
	margin:10px;
	position:relative
}

span.errorRed
{
	color:red
}

div.callback_form p.callback_thankyou
{
	font-size:14px
}

.content-splurgy{
    padding: 0px 25px;
}

.content
{
	padding:25px;
	line-height:1.42;
	background:url(../images/background-landing.png) no-repeat bottom center;
	background-size:100%
}

.content h3, .features-list h3
{
	margin:0 0 .455em;
	color:#2c80d6;
	font-size:1.175em;
	font-weight:700
}

.content p
{
	font-size:18px;
	margin-bottom:1em
}

.content ul,.content ol
{
	font-size:18px;
	margin-bottom:1em;
	margin-left:1.5em
}

.content ul
{
	list-style:disc
}

.content ol
{
	list-style:decimal
}

.content blockquote
{
	font-size:1.1em
}

.content a
{
	color:#2c80d6;
	text-decoration:underline;
	line-height:48px;
}



.scroll-top
{
	display:none;
	position:fixed;
	bottom:0;
	right:50%;
    left:50%;
	width:52px;
    height:52px;
	background:url(../images/scroll-top.png) 0 0 no-repeat;
	background-size:100%;
    top:85%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
   	-webkit-transform: translate(-50%,-50%); 
    opacity:0.6;
}

.arrow-down
{
	position:fixed;
	bottom:0;
	right:50%;
    left:50%;
	width:52px;
    height:52px;
	background:url(../images/arrow-down.png) 0 0 no-repeat;
	background-size:100%;
    top:85%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%); 
   	-webkit-transform: translate(-50%,-50%); 
    opacity:0.6;
}

@font-face
{
	font-family:'sync2';
	src:url(/fonts/sync2.eot?-yzic2o);
	src:url(/fonts/sync2.eot?#iefix-yzic2o) format("embedded-opentype"),url(/fonts/sync2.woff?-yzic2o) format("woff"),url(/fonts/sync2.ttf?-yzic2o) format("truetype"),url(/fonts/sync2.svg?-yzic2o#sync2) format("svg")
}

[class^="icon-"],[class*=" icon-"]
{
	text-decoration:none;
	font-family:'sync2';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.icon-menu:before
{
	content:"\e80c"
}

.icon-share:before
{
	content:"\e80b"
}

.icon-right-open-big:before
{
	content:'\e800'
}

.icon-up-open-big:before
{
	content:'\e801'
}

.icon-down-open-big:before
{
	content:'\e802'
}

.icon-facebook:before
{
	content:'\e803'
}

.icon-twitter:before
{
	content:'\e804'
}

.icon-google:before
{
	content:'\e805'
}

.icon-mail:before
{
	content:'\e806'
}

.media-holder
{
    background: url(../images/spinner.gif) center no-repeat;
}

.media-holder img
{
    width:100%
}

.youtube-player
{
    width:100%;
    height:462px
}

.selectable-list
{
    margin-top:15px;
    text-align:center
}

.selectable-list img
{
    width:32%;
    float:left;
    margin-top:2%;
}

.selectable-list img.middle-img
{
    margin: 2% 2% 0;
}
.read-more
{
    display:none;
    margin-bottom: 15px;
}

@media screen and (max-width: 630px) {
    .youtube-player
    {
        height:346px;
    }
}

@media screen and (max-width: 520px) {
    .youtube-player
    {
        height:284px;
    }

    .read-more
    {
        display:inline-block
    }

    .more-text
    {
        display:none
    }
}

@media screen and (max-width: 480px) {
	section h2.title,section h1
	{
		font-size:25px
	}
	
	.img-responsive
	{
		width:100%;
		margin:0 auto
	}
	
	.features-list li
	{
		margin:5px 0 0;
		padding-top:25px!important;
		padding-bottom:25px!important;
	}
	
	.money-guarantee img
	{
		width:40%
	}
	
	.money-guarantee h2
	{
		font-size:20px!important;
		line-height:20px
	}

    .youtube-player
    {
        height:290px;
    }

    .selectable-list
    {
        margin-top:8px
    }
}
@media screen and (max-width: 436px) {
    .logo-link
    {
        font-size:1em;
        width:194px;
    }
    .logo-link span
    {
        vertical-align:middle;
        padding: 10px 0;
        display:inline-block;
    }
}
@media screen and (max-width: 400px) {
    .youtube-player
    {
        height:218px;
    }
}

@media screen and (max-width: 320px) {
	.link-block,.link-block:hover
	{
		padding:10px 20px 10px 25px;
		font-size:22px
	}
	
	.links-list h4.expanded
	{
		padding:10px 20px 0 25px
	}
	
	.money-guarantee h2
	{
		padding-top:6%
	}

    .youtube-player
    {
        height:194px;
    }
    .MultipleSplurgy-text{}
}

#email, #link {
    padding: 12px 12px !important;
    font-size: 20px !important;
}

.OfferBanners { cursor:pointer;}
.Splurgy-banner{
    width: 100%;
    height: 50px;
    background-image: url(/images/Promo/SplurgyBanner-background.png);
    background-repeat: repeat-x;
   
}

.SplurgyBanner-social {
    height: 50px;
    position: relative;
    background: url(/images/Promo/SplurgyBanner-social.png) no-repeat;
    float: left;
    z-index: 1;
}
.SplurgyBanner-price{background: url(/images/Promo/sticker_From.svg) no-repeat; width:80px; height:50px;float:right;background-position: 24px 16px; margin: 0 10px 0 0  }
.SplurgyBanner-price a{text-decoration:none; color:#fff; font-size:9px; border-bottom:1px solid #73B9DA; padding-top:0; margin: 7px 0 0 0;float: right;}
.SplurgyBanner-social-text {color:#fff; font-size:17px; margin-left:15px; float:left; width:100%; top: 50%; /*transform*/-webkit-transform:translate(0, -50%);   -moz-transform:translate(0, -50%);    -ms-transform:translate(0, -50%);     -o-transform:translate(0, -50%);  transform:translate(0, -50%); position: relative;text-shadow: 2px 2px 2px #10BDE4;}

#MultipleSplurgy-page { width:100%; color:#fff;	line-height:1.42; font-size:15px;
                        
   background-image: -webkit-gradient(
	linear,
	right top,
	left bottom,
	color-stop(0, #44A383),
	color-stop(1, #2C81D6)
);
background-image:  url(/images/Promo/MultipleSplurgy-background.svg), -o-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image: url(/images/Promo/MultipleSplurgy-background.svg), -moz-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  url(/images/Promo/MultipleSplurgy-background.svg),-webkit-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  url(/images/Promo/MultipleSplurgy-background.svg),-ms-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  url(/images/Promo/MultipleSplurgy-background.svg), linear-gradient(to left bottom, #44A383 0%, #2C81D6 100%);
     background-position:center top;
     background-repeat:no-repeat;
                           
}

#OneDayOffer_Page { width:100%; color:#fff;	line-height:1.42; font-size:15px;
background-image: -webkit-gradient(linear,right top,	left bottom,color-stop(0, #44A383),color-stop(1, #2C81D6));
background-image:   -o-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  -moz-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  -webkit-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:  -ms-linear-gradient(left bottom, #44A383 0%, #2C81D6 100%);
background-image:   linear-gradient(to left bottom, #44A383 0%, #2C81D6 100%);
     background-position:center top;
     background-repeat:no-repeat;
     text-align:center;
     cursor:pointer;
                           
}
#OneDayOffer_Page p{padding:0 15px 0 15px;}

.OneDayOffer-Page-h1 {color:#fff;padding-top:10px; margin-bottom: 10px !important; padding-bottom: 0px!important;  font-size:24px; font-weight:normal;}
.OneDayOffer-Page-h2 {color:#fff;padding-top:10px; margin-bottom: 10px !important; padding-bottom: 0px!important; font-size:32px; font-weight:normal;}
.OneDayOffer-Page-h1-de,  .OneDayOffer-Page-h1-fr, .OneDayOffer-Page-h1-es, .OneDayOffer-Page-h1-it{color:#fff;padding-top:15px; margin-bottom: 10px !important; padding-bottom: 0px!important;  font-size:20px !important; font-weight:normal;}
.OneDayOffer-Page-price-gbp{background: url(/images/Promo/price_gbp.svg) no-repeat,url(/images/Promo/sticker_gbp.svg) no-repeat no-repeat;}
.OneDayOffer-Page-price-eur{background: url(/images/Promo/price_eur.svg) no-repeat,url(/images/Promo/sticker_eur.svg) no-repeat no-repeat;}
.OneDayOffer-Page-price-usd{background: url(/images/Promo/price_usd.svg) no-repeat,url(/images/Promo/sticker_usd.svg) no-repeat no-repeat;}
.OneDayOffer-Page-price{height: 150px;
background-position: 50% 0,50% 80px;
position: relative;
}
.OneDayOffer-Page-note{text-align:center;font-size:0.75em;padding: 15px 15px 25px 15px !important;}
.MultipleSplurgy-header {	text-align:center;padding-bottom:20px;}
.MultipleSplurgy-header span{ font-size:14px !important;}
.MultipleSplurgy-button { text-align:center; vertical-align:middle; background-color:#F54E37;/*-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;*/

    background: -webkit-linear-gradient(#F56C44, #F4001C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F56C44, #F4001C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F56C44, #F4001C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F56C44, #F4001C); /* Standard syntax */
    cursor:pointer;
    width:100%; height:29px;
    font-size:20px; font-weight:bold;

}

.MultipleSplurgy-h1 {color:#fff; padding-top:10px; margin-bottom: 10px !important;
padding-bottom: 0px!important;}
.MultipleSplurgy-row {text-align:left; padding:11px 10px 11px 10px;}
.MultipleSplurgy-note{text-align:center;font-size:0.75em;padding-bottom:25px;}
/*
.button-50off{width:116px; height:29px; padding:4px 0 0 0 ; font-size:18px; font-weight:bold;}
.button-25off{width:107px; height:29px; padding:3px 0 0 0 ;font-size:16px; font-weight:bold;}
.button-10off{width:97px; height:29px; padding:5px 0 0 0;font-size:14px; font-weight:bold;}
.clr {clear:both;}
*/

.CustomBanner {
  background: -webkit-linear-gradient(left, #49AB74 , #2C80D6); 
  background: -o-linear-gradient(right, #49AB74, #2C80D6); 
  background: -moz-linear-gradient(right, #49AB74, #2C80D6); 
  background: linear-gradient(to right, #49AB74 , #2C80D6); 
  width:100%; height:51px;
}

.price-gbp{background: url(/images/Promo/small_price_gbp.svg) no-repeat,url(/images/Promo/small_sticker_gbp.svg) no-repeat no-repeat;}
.price-eur{background: url(/images/Promo/small_price_eur.svg) no-repeat,url(/images/Promo/small_sticker_eur.svg) no-repeat no-repeat;}
.price-usd{background: url(/images/Promo/small_price_usd.svg) no-repeat,url(/images/Promo/small_sticker_usd.svg) no-repeat no-repeat;} 

.CustomBanner-text {color: #fff;
font-size: 17px;
margin-left: 15px;
float: left;
width: 58%;
top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
position: relative;
white-space: normal;}

.CustomBanner-text span.bold, .CustomBanner-text-de span.bold, .CustomBanner-text-fr span.bold, .CustomBanner-text-es span.bold, .CustomBanner-text-it span.bold{font-weight:bold;}
.CustomBanner-text span.nrml, .CustomBanner-text-de span.nrml, .CustomBanner-text-fr span.nrml, .CustomBanner-text-es span.nrml, .CustomBanner-text-it span.nrml{padding-bottom:4px !important; display:inline-block;}

.CustomBanner-price{
height: 51px;
background-position: 20px 8px,0 24px;
min-width: 98px;
z-index: 5;
position: relative;
float: right;
white-space: nowrap;
margin-right: 8px;}

.CustomBanner-price a{text-decoration: none;
text-decoration: none;
color: #fff;
font-size: 9px;
border-bottom: 1px solid #73b9da;
padding-top: 0;
margin: 2px 30px 0 0;
float: right;
white-space: normal;
}


/* Error page styles */
#para {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 358px;
    margin: 0 auto;
}
.parallax-layer {
	position: absolute;
}
.content h2.main-404-title {
   
    color: #52be23;
    font-weight: bold;
   text-align: center;
}
.content .second-404-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2c81d6;
    margin: 30px 0 15px;
}

.content  p, .more-text {
    font-size: 18px;
    color: #373737;
    line-height: 20px;
}

.content .bottom_links {
overflow: hidden;
margin: 18px 0;
width: 90%;
text-align: center;
}

.content .bottom_links .left {
    float: left;
    padding: 0 0 0 15px;
    padding: 0;
}
.content .bottom_links .right {
    float: right;
    
    padding: 0;
}
.content  .bottom_links .middle {
    text-align: center;
}
.content .bottom_links a {
    font-size: 14px;
    text-decoration: underline;
}
.content  .bottom_links a:hover {
    text-decoration:none;
}
.splurgy_note {position:relative;/*margin-top:-50px;*/ font-size:14px;}
.splurgy_trouble{ font-size:14px;}
span.splurgy_note_ie{font-weight:bold; color:red;}
span.nowrap{white-space:nowrap}
span.msrp_price_listed{text-decoration:line-through;color:#000;}

/*Banners on pricing page*/
.OfferBanners { cursor:pointer;}
.Splurgy-banner{
    width: 100%;
    height: 50px;
     /* fallback */
  background-color: #F18F0D;
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0B200), to(#F07200));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #F0B200, #F07200);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top,  #F0B200, #F07200);

  /* IE 10 */
  background: -ms-linear-gradient(top,  #F0B200, #F07200);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top,  #F0B200, #F07200);
    background-color:#F07200;
   
}

.SplurgyBanner-social {
    height: 50px;
    position: relative;
    background: url(/images/DuplicateRemoverPromo/OfferBanner-social.png) no-repeat;
    float: left;
    width: 220px;
    z-index: 1;
}
.SplurgyBanner-price{background: url(/images/DuplicateRemoverPromo/sticker_From.svg) no-repeat; width:80px; height:50px;float:right;background-position: 24px 16px; margin: 0 10px 0 0  }
.SplurgyBanner-price a{text-decoration:none; color:#fff; font-size:9px; border-bottom:1px solid #f0b200; padding-top:0; margin: 7px 0 0 0;float: right;}
.SplurgyBanner-social-text {color:#fff; font-size:17px; margin-left:15px; float:left; width:100%; top: 50%; /*transform*/-webkit-transform:translate(0, -50%);   -moz-transform:translate(0, -50%);    -ms-transform:translate(0, -50%);     -o-transform:translate(0, -50%);  transform:translate(0, -50%); position: relative;text-shadow: 2px 2px 2px #205174;}
/*Top-red banner*/
#UpperBanner {
    position: fixed;
    height: 50px;
    display: block;
    z-index: 1000;
    top: 0;
    background-color: #E81123;
    color: white;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 0 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 768px;
    font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif" !important;
    text-decoration: none;
    line-height: 130%;
}
#UpperBanner:hover {
    text-decoration: none;
}

#UpperBanner b {
    color: black;
}

.bf {
    margin-top: 90px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mt_bf_160 {
    margin-top: 150px !important;
}
/*Top-red banner*/