﻿@charset "utf-8";
/* CSS Document */

html, body {
    		height: 100%;
    		margin: 0;
    	}

.page-wrapper
{
	display: block;
}

.page-title
{
    font-family: Lato;
    font-weight: bold;
    font-size: 24px;
}

.header-nav-wrapper
{
	display: block;
	background: #252d34;
}

.header-nav
{
	position: relative;
	width: 1000px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 25px 0;
}

.header-logo
{
	position: absolute;
	top: 25px;
	left: 0px;
}

.fblikes
{
	position: absolute;
	top: 500px;
	left: 0px;
}

.fblikes
{
	position: absolute;
	top: 25px;
	left: 260px;
}

/*.header-nav-login
{
	position: absolute;
	top: 21px;
	right: 220px;
	width: 300px;
	height: 20px;
	text-align: right;
}*/

.header-nav-login
{
	position: absolute;
	top: 21px;
	right: -5px;
	width: 300px;
	height: 20px;
	text-align: right;
}

.header-nav-login input[type="text"]
{
	height: 20px;
	width: 100px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 0 5px 0 5px;
}

.header-nav-login input[type="password"]
{
	height: 20px;
	width: 100px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #000000;
	padding: 0 5px 0 5px;
}

.header-button-login
{
	cursor: pointer;
}

.header-nav-login img
{
	margin-left: 1px;
}

/*.header-nav-links
{
	position: absolute;
	top: 28px;
	right: 0px;
	width: 200px;
	text-align: right;
	font-family: arial;
	font-size: 12px;
}*/

.header-nav-links
{
	position: absolute;
	top: 28px;
	right: 330px;
	width: 200px;
	text-align: right;
	font-family: arial;
	font-size: 12px;
}

.header-nav-links a
{
	color: #ffffff;
	text-decoration: none;
}

.header-nav-links a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.header-nav-links ul
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header-nav-links li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
}

.header-nav-links li:first-child
{
	padding-left: 0px;
}

.header-nav-links li:last-child
{
	padding-right: 0px;
	border-right: 0px;
}

.header-logo
{
	
}

.header-wrapper
{
	display: block;
	background-image: url(../Images/Home2/background-puzzle.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}

.header
{
	width: 1000px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header-video
{
	position: absolute;
	width: 610px;
	height: 355px;
	top: 70px;
	left: -15px;
}

#my_video_1
{
	margin-top: 13px;
	margin-left: 16px;
	border: 5px solid #ffffff;
    -moz-box-shadow:    0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    box-shadow:         0px 0px 10px 0px #000;
}

.vjs-default-skin { color: #ffffff; }
.vjs-big-play-button  
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 220px;
    margin-top: 100px;
    width: 120px;
    height: 80px;   
    border: 3px solid #ffffff !important;
    }
.vjs-default-skin .vjs-slider { background: rgba(255,0,0,0.2333333333333333) }
.vjs-default-skin .vjs-control-bar { font-size: 90% }
.vjs-default-skin .vjs-big-play-button:before { text-shadow: none; }

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus 
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-headline
{
	position: absolute;
	top: 82px;
	left: 603px;
}

.header-button-top
{
	position: absolute;
	top: 270px;
	left: 603px;
	z-index: 100;
	width: 406px;
	height: 90px;
	text-align: center;
}

.header-button-try-img
{
    border: 0px;
    width: 406px;
    height: 85px;
    background-image: url(../Images/Home3/try-button.png);
    background-repeat: no-repeat;
}

.header-button-try-img:hover
{
    background-image: url(../Images/Home3/try-button.png);
    background-position: 0 -86px;
}

.header-button-top span
{
    font-family: Lato;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: -5px;   
}

.header-button-buy-img
{
    border: 0px;
    width: 406px;
    height: 85px;
    background-image: url(../Images/Home3/buy-button.png);
    background-repeat: no-repeat;
}

.header-button-buy-img:hover
{
    background-image: url(../Images/Home3/buy-button.png);
    background-position: 0 -86px;
}

.header-button-learn
{
	position: absolute;
	top: 257px;
	left: 777px;
}

.header-bottom
{
    background-image: url(../Images/Home3/header-bottom.png);
    display: block;
    position: relative;
    bottom: 0px;
    height: 12px;
    display: none;
}

.content-wrapper
{
	display: block;	
}

.content
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	text-align: left;
}

.content-subheadline-1
{
	display: block;
	font-family: Lato;
	font-size: 26px;
	text-align: center;
	padding-top: 30px;
}

.content-subheadline-span
{
    color: #05c301;
    text-decoration: underline;
}

.content-splitter
{
	margin: 40px 0 40px 0;
	height: 0px;
	border-bottom: 1px solid #eeeeee;
}

.content-left
{
    position: relative;
    float: left;
    width: 700px;
}

.content-right
{
    position: relative;
    float: right;
    width: 300px;
}

.feature-item
{
    position: relative;
    margin-right: 40px;
    padding-left: 90px;
    margin-bottom: 60px;
    font-family: lato;
    font-size: 18px;
    line-height: 1.4em;
    border-bottom: 1px solid #eeeeee;
}

.feature-item:last-child
{
    border-bottom: none;
    margin-bottom: 0px;
}

.feature-item-icon
{
    position: absolute;
    top: -20px;
    left: 0px;
}

.feature-item-headline
{
    margin-top: 20px;
    margin-bottom: 25px;
    color: #2781d1;
    font-weight: bold;
    font-size: 28px;
}

.feature-item-description
{
    margin-bottom: 25px;
}

.feature-item-video
{
    position: relative;
    padding-bottom: 40px;
    cursor: pointer;
}

.feature-item-video img
{
    width: 400px;
}

.feature-item-video img:first-child
{
    border: 5px solid #ffffff;
    -moz-box-shadow:    0px 0px 5px 3px #ccc;
    -webkit-box-shadow: 0px 0px 5px 3px #ccc;
    box-shadow:         0px 0px 5px 3px #ccc;
}

.feature-item-video img:first-child:hover
{
}

.feature-item-video-arrow
{
    width: 115px !important;
    position: absolute;
    right: 30px;
    top: 95px;
}

.testimonial-item
{
    padding-left: 20px;
    font-family: Lato;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 80px;
}

.testimonial-item-quote
{
    position: relative;
    border: 2px solid #2781d1;
    padding: 30px;
    background: #e3f2ff;
}

.testimonial-item-quote-top-img
{
    position: absolute;
    top: -35px;
    left: 20px;
    text-align: center;
}

.testimonial-item-quote-bottom-img
{
    position: relative;
    top: -2px;
    text-align: center;
}

.testimonial-item-quote-box
{
}

.testimonial-item-text
{
    margin-top: 10px;
}

.testimonial-item-name
{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #2781d1;
}

.testimonial-item-name-title
{
    font-weight: bold;
    margin-bottom: 10px;
    color: #2781d1;
}

.testimonial-item-name-text
{
}

.testimonial-item-picture
{
    text-align: center;
    margin-top: 20px;
}

.testimonial-item-picture img
{
    border: 2px solid #2781d1;
    width: 150px;
    border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;    
}

.content-learnmore-link
{
	display: block;
	font-family: Lato;
	font-size: 36px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 70px;
	font-weight: bold;
}

.content-learnmore-link a
{
	color: #0000FF;
}

.bottom-button-try-img
{
    border: 0px;
    width: 750px;
    height: 77px;
    background-image: url(../Images/Home3/try-button-big.png);
    background-repeat: no-repeat;
    margin: auto;
}

.bottom-button-try-img:hover
{
    background-image: url(../Images/Home3/try-button-big.png);
    background-position: 0 -86px;
}

.bottom-button-buy-img
{
    border: 0px;
    width: 750px;
    height: 77px;
    background-image: url(../Images/Home3/buy-button-big.png);
    background-repeat: no-repeat;
    margin: auto;
}

.bottom-button-buy-img:hover
{
    background-image: url(../Images/Home3/buy-button-big.png);
    background-position: 0 -86px;
}

.offer-wrapper
{
    display: block;
    background: #eeeeee;
    padding-bottom: 100px;
    padding-top: 60px;
    background-image: url(../Images/Home3/background-offer.jpg);
    /*background-image: url(../Images/Home3/background-offer-light-2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
}

.offer
{
    width: 1000px;
    margin: auto;
}

.footer-buttons-wrapper
{
	display: block;
	background-image: url(../Images/Home2/background-puzzle.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
}

.footer-buttons
{
	width: 1000px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
}

.footer-buttons-subheadline
{
	display: block;
	font-family: Lato;
	font-size: 30px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 30px;	
	color: #ffffff;
}

.footer-buttons-subheadline a
{
    color: #ffffff;
    text-decoration: none;
}

.footer-buttons-subheadline-span
{
    color: #05c301;
    text-decoration: underline;
}

.footer-buttons-buttons
{
	text-align: center;
}

.footer-buttons-buttons img
{
	margin: 0 0px 0 0px;
}

.footer-wrapper
{
	display: block;
	background: #252d34;
}

.footer
{
	position: relative;
	width: 1000px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	color: #ffffff;
}

.footer-nav-links
{
	position: absolute;
	top: 30px;
	width: 1000px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
}

.footer-nav-links a
{
	color: #ffffff;
	text-decoration: none;
}

.footer-nav-links a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.footer-nav-links ul
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer-nav-links li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffffff;
}

.footer-nav-links li:first-child
{
	padding-left: 0px;
}

.footer-nav-links li:last-child
{
	padding-right: 0px;
	border-right: 0px;
}

.clearfix
{
    clear: both;
}

.content-guarantee
{
    display: block;
    font-family: Lato;
    font-size: 18px;
    line-height: 1.3em;  
    border: 2px solid #999999;
    padding: 20px;
    padding-bottom: 30px;
    background: #eeeeee;  
}

.content-guarantee-left
{
    position: relative;
    float: left;
    width: 250px;
    text-align: left;
    padding-left: 15px;
}

.content-guarantee-left img
{
    width: 250px;
}

.content-guarantee-right
{
    position: relative;
    float: right;
    width: 620px;
    padding-right: 30px;
}

.content-guarantee-headline
{
    color: #666666;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-guarantee-text
{
    text-align: justify;
}


/* Feature Videos */
.div-feature-video
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    background-image: url('../Images/Home3/background-hover.png');
    z-index: 10000;
    display: none;
    cursor: pointer;
}

.vid-feature-wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.vid-feature-video
{
    border: 5px solid #ffffff;
}

.vid-feature-close
{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 100;
}

/* Exit Offer */
.div-exit-offer
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    background-image: url('../Images/Home3/background-hover.png');
    z-index: 1000;
    display: none;
    cursor: pointer;
    display: none;
}

.offer-exit-wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
}

.offer-exit
{
    position: absolute;
    margin-left: -398px;
    margin-top: -280px;   
}

.offer-exit-image
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    -khtml-border-radius: 4px;
}

.offer-exit-close
{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

/* Top Offer */
.div-top-offer-wrapper
{
    position: absolute;
    display: block;
    width: 100%;
    background: #59A000;
    top: -105px;
    border-bottom: 2px solid #ffffff;
    position: fixed;
    cursor: pointer;
    z-index: 2000;
}

.div-top-offer
{
    width: 1010px;
    padding-left: 10px;
    margin: auto;
    font-family: Lato;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    padding: 30px;
    text-align: center;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.63);
}