﻿@charset "utf-8";
/* CSS Document */
.window, html, body, h1, h2, h3, h4, h5, h6, ul.nav, .logo, .log-tri, .clear, .ach-info, a{
	padding:0px;
	margin:0px;
}
/*font styling*/
@font-face {
	font-family: 'GothamLight';
	src:url('/fonts/Gotham/GothamLight.eot');
	src: local('GothamLight'), url('/fonts/Gotham/GothamLight.woff') format('woff'), url('/fonts/Gotham/GothamLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Bebas';
  src:url('/fonts/Bebas/BebasNeue-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/Bebas/BebasNeue-webfont.woff') format('woff'), /* Modern Browsers */
       url('/fonts/Bebas/BebasNeue-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/Bebas/BebasNeue-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'gotham_book';
    src: url('fonts/gotham-book/gotham-book-webfont.eot');
    src: url('fonts/gotham-book/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamrounded_bold';
    src:url('fonts/rounded/bold/gothamrounded-bold-webfont.eot');
    src: url('fonts/rounded/bold/gothamrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rounded/bold/gothamrounded-bold-webfont.woff') format('woff'),
         url('fonts/rounded/bold/gothamrounded-bold-webfont.ttf') format('truetype'),
         url('fonts/rounded/bold/gothamrounded-bold-webfont.svg#gotham_bookregular') format('svg');
    font-style: normal;
	font-weight:normal;

}
@font-face {
    font-family: 'gothamrounded_book';
    src:url('fonts/rounded/book/gothamrounded-book-webfont.eot');
    src: url('fonts/rounded/book/gothamrounded-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rounded/book/gothamrounded-book-webfont.woff') format('woff'),
         url('fonts/rounded/book/gothamrounded-book-webfont.ttf') format('truetype'),
         url('fonts/rounded/book/gothamrounded-book-webfont.svg#gotham_bookregular') format('svg');
    font-style: normal;
	font-weight:normal;

}


@font-face {
	font-family: 'gotham_bold';
	src: url('fonts/gotham-bold/gothambold1.eot');
	src: local('gothambold1'), url('fonts/gotham-bold/gothambold1.woff') format('woff'), url('fonts/gotham-bold/gothambold1.ttf') format('truetype');
}
.fontsforweb_fontid_5903 {
	font-family: 'gotham_bold' !important;
}

.nav li:hover {
    cursor: pointer;
}
.field-validation-error {
    font-family: 'gothamrounded_book' !important;
    color: red;
    display: inline-block;
    margin-top: 3px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
img {
    border: 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert {
    font-family: gothamrounded_book;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.validation-summary-errors {
    font-family: gothamrounded_book;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
}

.validation-summary-errors ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/*.input-validation-error {
    background-color: #e80c4d;
}*/

.input-validation-error {
    border: 1px solid red;
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    /*border:3px solid #EC008C;*/
}

body{
	width:100%;
	background:#FFF;
}
h1{
    font-family: 'gothamrounded_bold';
	font-size:50px;
	color:#EC008C;
	text-transform:uppercase;
}
h2{
    font-family: 'gothamrounded_bold';
	font-size:35px;
	line-height:35px;
	color:#EBEBEB;
}
h3{
    font-family: 'gothamrounded_bold';
	font-size:27px;
	line-height:27px;
	color:#EBEBEB;
	text-transform:uppercase;
}
h4{
    font-family: 'gothamrounded_bold';
	font-size:23px;
	color:#EBEBEB;
}
h5{
    font-family: 'gothamrounded_bold';
	font-size:18px;
	color:#EBEBEB;
}
h6{
    font-family: 'gothamrounded_book';
	font-size:20px;
	color:#EBEBEB;
}
p{
    font-family: 'gothamrounded_book';
	font-size:14px;
	color:#828181;
	padding:0px;
	margin:0px;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:inherit;
}

.section{
    display: block;
    float: left;
	height:auto;
    margin: 0px auto;
    padding: 0px 0;
    position: relative;
    width: 100%;
}
.footer{
	background:#EBEBEB;
	text-align:center;
}
.footer p{
	clear:both;
}

.container{
    display: block;
	float:none;
	height:auto;
    margin: 0px auto;
    padding: 0px 0;
    position: relative;
    width: 900px;
	overflow:auto;
}
.header{
	width:100%;
	margin:0px;
	padding:0px;
	height:80px;
	background:#FFF;
	overflow:hidden;
	
}




.info-70, .info-100, .info-50, .update, .info-90, .info-60, .info-40, .info-80{
	display:block;
	position:relative;
	float:none;
	width:70%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding:0px;
}
.info-70{
	text-align:center;
}
.info-80{
	width:80%;
	text-align:left;
}
.info-90{
	width:90%;
}
.info-60{
	display:inline-block;
	width:56%;
	float:left;
	padding:0 2%;
	overflow:visible;
}
.info-40{
	display:inline-block;
	width:36%;
	float:left;
	padding:0 2%;
	overflow:visible;
}
.info-50{
	display:inline-block;
	float:left;
	width:46%;
	padding:30px 2%;
}

.info-100{
	margin:0px;
	width:auto;
	clear:both;
	text-align:center;
}
.info-33{
	width:33.33333333333333%;
	display:inline-block;
	position:relative;
	float:left;
	height:auto;
	margin:10px 0;
	padding:0px;
	
}

.window, .window2{
    display: block;
    height: 85vh;
    position: relative;
    width: 100%;
	overflow:hidden;
	background-color: transparent;
}
.window2{
	height:auto;
}

ul{
	text-decoration:none;
	list-style:none;
}

/*tables*/

ul.options, ul.ans, ul.home-point{
	width:100%;
	height:auto;
	clear:both;
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
}
ul.options li{
	display:inline-block;
	position:relative;
	width:20%;
	height:230px;
	padding:10px 0px;
	margin:0px;
	text-align:center;
	float:left;
}

ul.options li img{
	height:70px;
	width:70px;
	padding-bottom:10px;
}
ul.options li p{
	padding:0px 20px 0;
}




ul.home-point li{
	display:inline-block;
	position:relative;
	width:25.33333333333333%;
	height:130px;
	padding:20px 4%;
	margin:0px;
	text-align:left;
	float:left;
}
ul.contact-point li{
	height:100px;
}
ul.home-point li p{
	margin-top:10px;
}

ul.home-point li h5{
	font-size:15px;
}
ul.contact-point li h5{
    font-family: 'gothamrounded_book';
	font-weight:normal;
}




ul.ans li, .block{
	display:inline-block;
	position:relative;
	width:100%;
	height:auto;
	padding:40px 0px 30px;
	margin:0px;
	text-align:center;
	float:left;
}
.img-block, .text-block{
	display:inline-block;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	width:160px;
}
.text-block{
	width:700px;
	padding:10px 40px 20px 0px;
	text-align:left;
}
.text-block p{
	margin-top:15px;
}







.sub h2, .sub p{
	color:#828181;

}

.prompt-banner{
	text-align:center;
	height:600px;
	overflow:hidden;
}
.prompt-banner-desk{
	text-align:center;
	height:450px;
	overflow:hidden;
}
.prompt-banner-laptop{
	text-align:center;
	height:500px;
	overflow:hidden;
}
.banner-50{
	display:inline-block;
	position:relative;
	float:none;
	height:100%;
	margin:0;
	padding:0px;
	width:400px;
}
.banner-mobile{
	width:390px;
}
.banner-desktop{
	width:420px;
}
.banner-laptop{
	width:750px;
	overflow:hidden;
}
.banner-info, .banner-info-alt{
	display:inline-block;
	position:absolute;
	margin:auto;
	height:180px;
	width:100%;
	left:0px;
	right:0;
	bottom:0;
	top:0;
	vertical-align:middle;
	padding:0px;
	text-align:left;
}
.banner-info-alt{
	height:350px;
}
.banner-info-alt h3{
	clear:both;	
}
.banner-laptop-info{
	left:-70px;
}
.banner-info h3, .banner-info-alt h3{
	color:#EC008C;
	line-height:25px;
}
.banner-info p, .banner-info-alt p{
	font-size:16px;
	margin-top:15px;
	color:#828181;
}


.hiw-alt .banner-laptop-info {
    left: 58px;
    text-align: right;
}

.hiw-alt .banner-info h3 {
    color: #662d91;
}

.hiw-alt .block-play h3, .hiw-alt .opt-play .fa {
    color: #662d91;
}
.hiw-alt .block-play h3{
	color:#FFF;
}
.hiw-alt .opt-play .social-circ{
	background:#662d91 !important;
}




/*testimonials*/
.testimonial{
	display:block;
	position:relative;
	margin:100px auto;
	padding:0px;
	height:auto;
	width:70%;
	max-width:1000px;
	float:none;
	text-align:center;
	
}
.speech-l, .speech-r{
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
	width:60px;
	height:60px;
	top:-20px;
}
.speech-l{
	left:-65px;
}
.speech-r{
	right:-65px;
}









/*buttons*/


.def-but, .def-but-wht, .def-but-pnk, .offer-but, .def-but-cent{
	background:#EC008C;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    height: auto;
    margin: 15px auto 0;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    border: 0;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    width: auto;
}
.def-but h5, .def-but-wht h5, .def-but-pnk h5, .offer-but h5, .def-but-cent h5{
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.def-but-cent{
	float:none;
	background:#FFF;
	width:200px;	
}
.offer-but{
	width:250px;
	margin:0px;
	height:55px;
	background:#662d91;
}
.def-but-wht{
	background:#FFF;
}
.def-but-pnk{
	background:#EC008C;
}
.def-but-pnk h5{
	color:#FFF;
}
.def-but-wht h5{
	color:#662d91;
}


/*social*/
ul.social{
	display:block;
	position:relative;
	margin:20px auto;
	width:520px;
	height:100px;
	padding:0px;
}
ul.social li{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	display:inline-block;
	position:relative;
	width:100px;
	height:100px;
	margin:20px 15px;
	height:100px;
	padding:0px;
	float:left;
	text-align:center;
}
.social-circ{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display:inline-block;
	position:absolute;
	margin:auto;
	left:0px;
	right:0;
	bottom:0;
	top:0;
	vertical-align:middle;
	padding:0px;
	width:0px;
	height:0px;
	padding:0px;
	border-radius:50%;
	background:#662d91;
}
ul.social li:hover .social-circ{
	width:100px;
	height:100px;
}



ul.alt-menu {
    display: block;
    float: none;
    height: auto;
    left: 0;
    margin:0;
    position: relative;
    right: 0;
    text-align: center;
    top: 15px;
    width: 100%;
	clear:both;
	padding:0;
	height:35px;
	margin-bottom:25px;
}
ul.alt-menu li {
    border-right: 2px solid #662d91;
    display: inline-block;
    float: none;
    height: auto;
    padding: 10px 30px;
    position: relative;
}
ul.alt-menu li p{
	transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	color:#662d91;
}
ul.alt-menu li:hover p{
	color:#EC008C;
}





ul.nav{
	display:block;
	position:absolute;
	right:20px;
	top:23px;
	width:auto;
	height:auto;
}
ul.nav li{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display:inline-block;
	position:relative;
	float:left;
	padding:10px 10px;
	margin:0;
	border-right: solid 1px #EBEBEB;
            height: 24px;
}
ul.nav li p{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;

}
ul.nav li:hover{
	background:#662d91;
}
ul.nav li:hover p{
	color:#FFF;
}







.fa{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	z-index:200;
	display:inline-block;
	position:absolute;
	margin:auto;
	left:0px;
	right:0;
	bottom:0;
	top:0;
	vertical-align:middle;
	padding:0px;
	height:47px;
	width:47px;
	color:#662d91;
}
ul.social li:hover .fa{
	color:#FFF;
}





.block{
	display:block;
	margin-bottom:20px;
}
.block h3{
	text-transform:none;
}



.block-play{
	display:block;
	position:absolute;
	bottom:140px;
	width:450px;
	height:180px;
	right:0;
	left:0px;
	float:none;
	margin:auto;
	z-index:300;
	text-align:center;
}
.block-play h3{
	margin-top:-10px;
	font-size:23px;
}
.opt-play{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	display:inline-block;
	position:relative;
	width:130px;
	margin:20px auto;
	height:130px;
	padding:0px;
	float:none;
	text-align:center;
}
.opt-play .social-circ{
	background:#EC008C !important;
}
.opt-play:hover .social-circ{
	width:130px;
	height:130px;
}


.opt-play .fa{
	color:#EC008C;
	width: 80px;
	height:80px;
}

.opt-play:hover .fa{
	color:#FFF;
}













/*imagea*/

.img-mobile{
	width:100%;
	padding:0px;
	margin:0px;
	bottom:0px;
	position:absolute;
	display:block;
}
.img-mm-circ{
	display:block;
	position:absolute;
	width:90px;
	height:90px;
	margin:auto;
	padding:0px;
	left:0px;
	right:0px;
	top:-45px;
	z-index:200;
}
.img-strap{
	display:block;
	position:relative;
	padding:20px;
	padding-left:40px;
}
.img-logo-lrg{
	display:block;
	position:relative;
	float:left;
	height:150px;
	width:150px;
	clear:both;
	margin-bottom:20px;
}
.block img{
	width:100px;
	height:100px;
}
.img-offer1, .img-offer2{
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	width:650px !important;
	height:auto !important;
	float:left;
}
.img-offer2{
	width:250px !important;
	height:auto !important;

}
.plus-5, .sch-free{
	display:inline-block;
	width:250px !important;
	height: auto !important;
	clear:both;	
}
.sch-free{
	margin-top:10px;
}
.offer-part{
	display:inline-block;
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	background:#FF0;
	width:250px !important;
	height:auto;
}

.offer-alt{
	display:inline-block;
	position:relative;
	padding: 30px 2%;
	margin:20px 0px 0;
	float:left;
	height:auto;
	width:44%;
	background:#662d91;
}
.offer-alt h5{
	margin-top:20px;
}
.offer-left{
	margin-right:2%;
}
.offer-right{
	margin-left:2%;
}
.offer-alt .def-but-cent h5{
	margin:0px;
	color:#662d91;
}

.gen-back{
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}


.single-item-rtl {
  direction: rtl;
}
.single-item-rtl .slick-slide img{
	float:none;
	margin:auto;
	display:block;
	position:relative;
}
.slick-slide{
	text-align:center;
	padding-top:20px;
}
.gif-easy, .dropbox, .gif-gen{
	width:500px;
-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
}
.dropbox{
	width:300px;
	margin-top:50px !important;
}
.gif-gen{
	margin-top:30px !important;
}





/*Pricing*/

ul.pricing{
	display:block;
	position:relative;
	width:800px;
	height:auto;
	margin:0px auto;
	padding:0px;
	list-style:none;
	text-decoration:none;
	float:none;
	clear:both;
	overflow:auto;
}
ul.pricing li{
	display:inline-block;
	position:relative;
	float:left;
	margin:20px 0px 0;
	padding:40px 15px 5px;
	width:215px;
	height:auto;
	background:#93C;
	text-align:center;
	border:solid 5px #662d91;
	overflow:visible;
	background:#FFF;
	text-align:center
}
ul.pricing li img{
	width:140px;
	height:auto;
	clear:both;
	display:block;
	position:relative;
	float:none;
	margin:0 auto;
	padding-bottom:10px;
}
ul.pricing li.main-price{
	background:#662d91;
	border:solid 0px #662d91;
	width:280px;
	margin:0 -10px;
	z-index:20;
}
ul.pricing li.main-price img{
	width:190px;
	height:auto;
}

ul.pricing li h4{
	padding-bottom:10px;
	color:#662d91;
    font-size: 16px;
}
ul.pricing li h3{
	color:#662d91;
	font-weight:bold;
	font-size:30px;
}
ul.pricing li p{
	padding:10px 0;
	margin:0 auto;
	color:#662d91;
}
.divide{
	display:block;
	position:relative;
	height:2px;
	width:35px;
	background:#662d91;
	float:none;
	margin:0 auto;
	padding:0px;
}
ul.pricing li.main-price h4, ul.pricing li.main-price h3, ul.pricing li.main-price p{
	color:#FFF;
}
ul.pricing li.main-price .divide{
	background:#FFF;
}
ul.pricing li.main-price h4{
	font-size:24px;
}
ul.pricing li.main-price p{
	font-size:16px;
}
ul.pricing li.main-price h3{
	font-size:36px;
}


ul.pricing li.main-price .def-but-cent {
    width: 241px;
	margin-top:10px;
}

ul.pricing li.main-price h3 {
    font-size: 36px;
    line-height: 36px;
}






.call-us{
	margin-top:20px;
}

.call-us .text-block p {
    margin-top: 0;
}

/*Form*/

.field{
    margin: 5px 1%;
    width: 98%;
    float: left;
	display:inline-block;
	position:relative;
}
.half-field {
    float: left;
	display:inline-block;
	position:relative;
    margin: 5px 1% !important;
    width: 48%;
}
input {
    background: #662d91 none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-family: 'gothamrounded_book';
    font-size: 16px;
    font-weight: 400;
    padding: 10px 2.5%;
	width:95%;
	float:left;
}
.field input{
    padding: 10px 2.5%;
}

.half-field input{
    padding: 10px 5%;
	width:90%;

}
form{
	display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

textarea {
    background: #662d91 none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-family: 'gothamrounded_book';
    font-size: 16px;
    font-weight: 400;
    height: 200px;
    max-height: 400px;
    max-width: 100%;
    min-width: 95%;
    padding: 10px 2.5% !important;
    width: 95%;
}

input[type="text"], textarea[type="text"]{
	color:#FFF !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
   color: #d3d3d3 !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
   color: #d3d3d3 !important;  
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #d3d3d3 !important;  
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
   color: #d3d3d3 !important;  
}

/*input:focus::-webkit-input-placeholder { color: transparent !important; }
input:focus:-moz-placeholder { color:transparent !important; } 
input:focus::-moz-placeholder { color:transparent !important; } 
input:focus:-ms-input-placeholder { color:transparent !important; } 

textarea:focus::-webkit-input-placeholder { color:transparent !important; }
textarea:focus:-moz-placeholder { color:transparent !important; } 
textarea:focus::-moz-placeholder { color:transparent !important; } 
textarea:focus:-ms-input-placeholder { color:transparent !important; } */



.submit{
	    background: transparent none repeat scroll 0 0;
    border: none;
	background:#662d91;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 !important;


}

/*Slick slider*/
.single-item{
	height:100%;
	background:#FFF;
	padding:0px;
	margin:0px;

}
.single-item .slick-slide{
padding:0px;}
.single-item .slick-slide .bloc-1, .single-item .slick-slide .bloc-2{
	display:inline-block;
	position:relative;
	height:100% !important;
	padding:0px;
	margin:0px;
	float:left;
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	width:60%;
	background:#FFF;
}
.slick-list, .slick-track{
	height:100%;
	padding:0px;
	margin:0px;
}
.single-item .slick-slide .bloc-2{
	background:#FFF;
	width:40%;
}

.single-item .slick-slide .bloc-2 .banner-info{
	left:5%;
	width:450px;
	padding:0;
	right:auto;
	height:300px;
}
.single-item .slick-slide .bloc-2 .banner-info h2{
    color: #ec008c;
	font-size:60px;
	line-height:50px;
}
.single-item .slick-slide .bloc-2 .banner-info p{
	color:#FFF;
	font-size:24px;
}


ul.slick-dots{
	bottom:45px !important;
	z-index:200 !important;
}

/*Colours*/

ul.options li:nth-child(odd), ul.ans li:nth-child(odd), ul.home-point li:nth-child(odd){
	background:#ebebeb;
}
ul.ans li:nth-child(odd) h4{
	color:#EC008C;
}
ul.ans li:nth-child(even) h4{
	color:#662d91;
}


/*alternative header*/
.alt-header{
    transition: all 0.3s ease-in-out 0s;
	display:block;
	position:fixed;
	height:100%;
	left:100%;
	top:0px;
	width:100%;
	background:#FFF;
	background:rgba(255,255,255,0.95);
	z-index:400;
}
.alt-header.slide{
	left:0%;
}

.alt-header ul.nav {
    right: 0;
	left:0;
	bottom:0px;
    top: 0;
	vertical-align:middle;
	margin:auto;
    width: 505px;
}
.alt-header ul.nav li {
    border: none;
    display: block;
    float: left;
    padding: 7px 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	width:100%;
	text-align:center;
	height:auto;
	margin:auto;
}
.alt-header ul.nav li p {

    font-family: 'gothamrounded_bold';
	font-size:35px;
	color:#828181;
	text-transform:uppercase;
}
.alt-header ul.nav li p.col-pur{
	color:#662d91;
}
.alt-header ul.nav li p.col-pnk{
	color:#EC008C;
}
ul.nav li:hover p{
	color:#FFF !important;
}
.open, .close{
	display:block;
	position:absolute;
	height:60px;
	width:60px;
	top:0;
}
.open{
transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	left:-60px;
	top:-60px;
	background:#FFF;
	background:rgba(255,255,255,0.95);
}
.open.open-slide{
	top:0px;
}
.close{
	right:0;
}
br{
	color:transparent;
}


.open img, .close img{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	cursor:pointer;
}



.page-cover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	display:block;
	position:fixed;
	left:0;
	top:0px;
	height:100%;
	width:100%;
	background:#FFF;
	background:rgba(255,255,255,0.7);
	z-index:600;
	visibility:hidden;
	opacity:0;
}
.page-cover.fade-cover{
	visibility:visible;
	opacity:1;
}
.trial-pop {
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition-delay: 0.3s;
    right: 0;
	left:0;
	bottom:0px;
	height:420px;
    top: -100px;
	bottom:0px;
	vertical-align:middle;
	margin:auto;
	display:inline-block;
	position:absolute;
    width: 640px;
	background:#FFF;
	float:none;
	visibility:hidden;
	opacity:0;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	z-index:700;
}


.login-pop{
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition-delay: 0.3s;
    left: 0;
    right: 0;
    top: -200px;
	vertical-align:middle;
	margin:auto;
	display:inline-block;
	position:absolute;
    width: 640px;
	background:#FFF;
	float:none;
	visibility:hidden;
	opacity:0;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	z-index:700;
}
.login-pop{
	width:380px;
	visibility:hidden;
	opacity:0;
	text-align:center;
	padding:20px 0 30px;
}

.reset-password-pop {
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition-delay: 0.3s;
    right: 0;
	left:0;
	bottom:0px;
    height: 220px;
    top: -100px;
	bottom:0px;
	vertical-align:middle;
	margin:auto;
	display:inline-block;
	position:absolute;
    width: 460px;
	background:#FFF;
	float:none;
	visibility:hidden;
	opacity:0;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	z-index:700;
    font-size: 16px;
}

.trynow-pop {
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition-delay: 0.3s;
    right: 0;
	left:0;
	bottom:0px;
	height:546px;
    top: -100px;
	bottom:0px;
	vertical-align:middle;
	margin:auto;
	display:inline-block;
	position:absolute;
    width: 400px;
    max-width: 400px;
	background:#FFF;
	float:none;
	visibility:hidden;
	opacity:0;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	z-index:700;
}
.displayimage-pop {
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition-delay: 0.3s;
	left: 0;
	right: 0;
	vertical-align: middle;
	margin: auto;
	display: inline-block;
	width: 80%;
	background: #FFF;
	float: none;
	-webkit-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 29px 2px rgba(0,0,0,0.4);
	z-index: 700;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	padding: 20px 0 30px;
	position:absolute;
}
	.trial-pop.fade-pop, .reset-password-pop.fade-pop, .displayimage-pop.fade-pop, .trynow-pop.fade-pop {
		top: 80px;
		visibility: visible;
		opacity: 1;
	}
	.displayimage-pop.fade-pop {
		top: 40px;
		visibility: visible;
		opacity: 1;
	}
.login-pop.fade-login {
    top: 35px;
	visibility:visible;
	opacity:1;
}

.trial-50, .trial-text{
	display:inline-block;
	position:relative;
	float:left;
	margin:0px;
	width:40%;
	height:100%;
	background:#FFF;
}
.trial-50 img{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	padding:0px;
	width:90%;
	height:auto;	
}
.img-close{
	width:50px;
	height:50px;
	right:-50px;
	display:block;
	position:absolute;
	top:0px;
	z-index:600;
	cursor:pointer;
	
}

.trial-text{
	width:50%;
	padding:0 5%;
}
.trial-text h3{
	padding:20px 0 10px;
	line-height:27px;
}
.trial-text p{
	font-size:12px;
}
.policy .info-80{
	text-align:left;
}
.policy .info-80 ul{
	list-style:circle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    color: #666;
    cursor: pointer;
    margin: 10px auto;
    max-width:100%;
}
table tr{
	text-align:left;
}
table tr:nth-child(odd){
	background:#EBEBEB;
}
table tr:nth-child(even){
	background:#FFF;
}
table tr td.term-title p{
	color:#662d91;
}
table tr td.term-title:nth-child(odd) p{
	color:#EC008C;
}

table tr td{
	padding:20px 20px;
	margin:5px 0 !important;
}
table tr td.term-title{
	border-right:1px solid #828181;
	
}
table tr td.term-title p{
    font-family: 'gothamrounded_bold';
}













.hiw-page .block-play{
	display:block;
	position:relative;
	width:30%;
	height:132px;
	float:left;
	margin:0px;
	text-align:center;
	bottom:0;
}
.hiw-page .block-play .opt-play{
	margin:0 auto;
}
.hiw-text{
	display:inline-block;
	position:relative;
	float:left;
	padding:0px 10% 0 0;
	margin:0px;
	width:60%;
	height:auto;
	text-align:left;
}
.hiw-text h3{
	margin-top:35px;
}
.login-but{
	border-right:none !important;
	cursor:pointer;
}

.login-but2{
	border-right:none !important;
	cursor:pointer;
}
.login-form{
	display:block;
	position:relative;
	width:90%;
	padding:0 5%;
	float:left;
}
.login-form .field{
	display:block;
}
.login-form h4{
	padding-bottom:10px;
}
.login-form p{
	padding-bottom:10px;
}
.input-title{
	display:none;
}
.login-form img{
	display:block;
	position:relative;
	float:none;
	margin:00px auto 10px;
	width:60%;
	
}
.login-form .def-but-cent{
	border:none;
	margin-top:20px;
}
.login-form .form-control{
	text-align:center;
}
.nav-active{
	background:#662d91 !important;
}
.nav-active p{
	color:#FFF !important;
}
.col-pur{
	color:#662d91;
}
.col-pnk{
	color:#EC008C;
}
.col-gry{
	color:#EBEBEB;
}
.col-wht{
	color:#FFF;
}
.col-blk{
	color:#000;
}
.bac-pur{
	background:#662d91;
}

.bac-gry{
	background:#EBEBEB;
}

.bac-pnk{
	background:#EC008C;
}
.def-but:hover{
	background:#EBEBEB;
}
.def-but:hover h5{
	color:#EC008C;
}
.section .banner-50 .def-but:hover, .bloc-2 .def-but:hover{
	background:#FFF;
}
.section .banner-50 .def-but:hover h5, .bloc-2 .def-but:hover h5{
	color:#EC008C;
}
.def-but-cent:hover, .offer-but:hover, .offer-alt .def-but-cent:hover, .block.bac-pur .def-but-wht:hover{
	background:#EBEBEB;
}
.def-but-cent:hover h5, .offer-but:hover h5, .offer-alt .def-but-cent:hover h5, .block.bac-pur .def-but-wht:hover h5{
	color:#EC008C;
}
/*Padding*/
.no-pad{
	padding:0px 0px;
}
.s-pad{
	padding:20px 0px;
}
.s-pad-top{
	padding:20px 0px 0;
}
.m-pad{
	padding:40px 0px;
}
.m-pad-top{
	padding:40px 0px 0;
}
.l-pad{
	padding:60px 0px;
}
.xl-pad{
	padding:80px 0px;
}

@media only screen and (min-width: 1451px) {

.alt-header ul.nav li p {
/*    font-size: 50px;*/
}
.header ul.nav li p {
    font-size:16px;
}

.header ul.nav {
	top:19px;
    width: auto;
}
.alt-header ul.nav {
    width: 700px;
}
}


@media only screen and (max-width: 1327px) {
/*body{
	background:red !important;
}*/
h2 {
    font-size: 31px;
    line-height: 31px;
}




.banner-laptop {
    width: 600px;
}
.prompt-banner {
    height: 500px;
}
.prompt-banner-laptop {
    height: 420px;
}

.banner-mobile {
    width: 318px;
}

.img-logo-lrg {
    height: 110px;
    width: 110px;
}

.block-play {
    bottom: 90px;
}
.block-play h3 {
    font-size: 19px;
}
.gif-easy, .dropbox, .gif-gen {
    width: 450px;
}
.single-item-rtl .info-70.m-pad{
	padding:20px 0 0;
}

ul.slick-dots {
    bottom: 5px !important;
}
.single-item .slick-slide .bloc-2 .banner-info {
    height: 255px;
    width: 335px;
}
.single-item .slick-slide .bloc-2 .banner-info h2 {
    font-size: 45px;
    line-height: 40px;
}
.hiw-alt .banner-laptop-info {
    left: 35px;
}

.header {
    height: 60px;
}
.open, .close{
	height:60px;
	width:60px;
}
.open{
	left:-60px;
}
ul.nav {
    display: block;
    height: auto;
    position: absolute;
    right: 1%;
    top: 12px;
    width: auto;
}
.img-strap {
    padding: 15px 20px 10px 1%;
    width: 329px;
}
.alt-header ul.nav li p {
    font-size: 50px;
}

.alt-header ul.nav {
    width: 599px;
}

.alt-header ul.nav li p {
    font-size: 32px;
}

.alt-header ul.nav {
    height: 365px;
    width: 457px;
}
}

@media only screen and (max-width: 1050px) {
/*body{
	background:#996 !important;
}*/
h1 {
    font-size: 43px;
}
h3 {
    font-size: 25px;
	line-height:25px;
}
h4 {
    font-size: 20px;
    line-height: normal;
}
.container {
    width: 800px;
}

.banner-50 {
    width: 330px;
}
.banner-info, .banner-info-alt{
	height:200px;
}

.banner-laptop {
    width: 570px;
}
.banner-mobile {
    width: 294px;
}
.prompt-banner {
    height: 465px;
}
.prompt-banner-laptop {
    height: 404px;
}
.prompt-banner-laptop.m-pad-top{
	padding:0px;
}
.prompt-banner-desk {
    height: 350px;
}
ul.options li {
    height: 215px;
}
ul.options li img {
    height: 60px;
    padding-bottom: 10px;
    width: 60px;
}
ul.options li p{
	font-size:13px;
}
.gif-easy, .dropbox, .gif-gen {
    width: 400px;
}
.img-offer1 {
    width: 583px !important;
}
.img-offer2 {
    height: auto !important;
    width: 217px !important;
}

.offer-part {
    width: 217px !important;
}
.offer-but {
    width: 217px;
}
.offer-alt {
    height: 252px;
}


.single-item .slick-slide .bloc-2 .banner-info p {
    font-size: 17px;
}
.single-item .slick-slide .bloc-2 .banner-info {
    height: 255px;
    width: 292px;
}

.single-item .slick-slide .bloc-2 .banner-info h2 {
    font-size: 39px;
    line-height: 35px;
}

.img-block{
    width: 20%;
}
.text-block {
    padding: 10px 10% 20px 0;
    text-align: left;
    width: 70%;
}

.block-play {
    bottom: 85px;
	width:410px;
}
ul.home-point li h5 {
    font-size: 13px;
}
ul.contact-point li {
    height: 88px;
}

.field input {
    padding: 15px 2.5%;
}
input {
    font-size: 16px;
}

ul.nav li {
    padding: 5px;
}

ul.nav {
    top: 16px;
    width: auto;
}
.alt-header ul.nav li p {
    font-size: 32px;
}

.alt-header ul.nav {
    height: 365px;
    width: 457px;
}
.half-field input{
    padding: 15px 5%;
	width:90%;
}
.img-logo-lrg{
	display:none;
}
}
@media only screen and (max-width: 954px) {
/*body{
	background:orange !important;
}*/
p {
    font-size: 12px;
}

h1 {
    font-size: 37px;
}
h3 {
    font-size: 20px;
    line-height:20px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 17px;
}
.container {
    width: 750px;
}
.def-but, .def-but-wht, .def-but-pnk, .offer-but, .def-but-cent {
    margin: 10px auto 0;
    padding: 12px 15px;
}
ul.home-point li {
    height: 110px;
}
ul.options li p {
    padding: 0 15px;
}

.banner-50 {
    width: 260px;
}
.banner-mobile {
    width: 250px;
}
.prompt-banner {
    height: 405px;
}
.banner-laptop {
    width: 480px;
}
.prompt-banner-laptop {
    height: 345px;
}
.prompt-banner-desk {
    height: 286px;
}
.banner-laptop-info {
    left: -55px;
}
.block-play h3 {
    font-size: 16px;
}
.banner-info, .banner-info-alt {
    height: 195px;
}
.banner-info p, .banner-info-alt p {
    font-size: 15px;
    margin-top: 10px;
}
.single-item .slick-slide .bloc-2 .banner-info h2 {
    font-size: 32px;
    line-height: 28px;
}

.img-logo-lrg {
    height: 100px;
    width: 100px;
}

.img-offer1 {
    width: 550px !important;
}
.img-offer2, .offer-part {
    width: 200px !important;
}
.offer-but {
    width: 200px;
	margin:0px;
}

.offer-alt {
    height: 230px;
}

.img-mm-circ {
    display: block;
    height: 70px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
}

.single-item .slick-slide .bloc-2 .banner-info {
    height: 233px;
    width: 230px;
}

.single-item .slick-slide .bloc-2 .banner-info h2 {
    font-size: 30px;
    line-height: 29px;
}

.single-item .slick-slide .bloc-2 .banner-info p {
    font-size: 15px;
}

.text-block {
    padding: 10px 5% 10px 0;
    width: 75%;
}
ul.pricing {
    width: 750px;
}

ul.pricing li {
    padding: 40px 15px 5px;
    width: 195px;
}
ul.pricing li.main-price {
    width: 265px;
}

ul.pricing li img {
    width: 110px;
}
ul.pricing li.main-price img {
    height: auto;
    width: 150px;
}

ul.pricing li.main-price h4 {
    font-size: 21px;
}

ul.pricing li.main-price p {
    font-size: 14px;
}
ul.contact-point li {
    height: 80px;
}
.m-pad {
    padding: 30px 0;
}
.s-pad {
    padding: 15px 0;
}
ul.nav {
    right: 0;
    top: 17px;
    width: auto;
}
ul.nav li p {
    font-size: 11px;
    transition: all 0.3s ease-in-out 0s;
}

.img-strap {
    padding: 16px 20px 10px 5px;
    width: 300px;
}

.alt-header ul.nav li p {
    font-size: 26px;
}
.alt-header ul.nav {
    width: 367px;
}
.alt-header ul.nav li {
    padding: 5px 0;
}

.trial-50, .trial-text {
    width: 30%;
}

.trial-text {
    padding: 0 2.5%;
    width: 65%;
}
.trial-text h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0 10px;
}

.trial-text p {
    font-size: 11px;
}

.trial-text .def-but{
    margin: 10px auto 0;
    padding: 10px;
}
.trial-pop {
    height: 324px;
	width:585px;
}
.block-play {
    bottom: 60px;
}

/*Ipads in landscape*/
@media only screen and (max-width: 768px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
.header ul.nav{
	display:none;
}
}






@media only screen and (max-width: 804px) {
/*body{
	background:yellow !important;
}*/

h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
    line-height: 28px;
}
.container {
    width: 600px;
}
.slick-prev, .slick-next{
	display:none !important;
}
.single-item .slick-slide .bloc-2 .banner-info {
    height: 233px;
    width: 217px;
}
.window{
    max-height:400px;
}
.single-item .slick-slide .bloc-2 .banner-info {
    height: 233px;
    width: 217px;
}

.banner-50 {
    width: 194px;
}

.prompt-banner {
    height: 355px;
}
.banner-laptop {
    width: 400px;
}
.banner-mobile {
    width: 227px;
}
.banner-info-alt {
    height: 216px;
}

.banner-info h3, .banner-info-alt h3 {
    color: #ec008c;
    font-size: 19px;
    line-height: 19px;
}
.banner-info p, .banner-info-alt p {
    font-size: 12px;
    margin-top: 10px;
}

.def-but, .def-but-wht, .def-but-pnk, .offer-but, .def-but-cent {
    margin: 10px auto 0;
    padding: 10px;
}
.def-but h5{
	font-size:16px;
}

.block-play h3 {
    font-size: 16px;
	display:none;
}
.opt-play .social-circ{
	width:130px;
	height:130px;
	background:rgba(236,0,140,0.9) !important;
}
.opt-play .fa {
    color: #FFF;
}
.block-play {
    bottom: 38px;
    width: 180px;
}

.banner-info{
    height: 176px;
}
.prompt-banner-laptop {
    height: 300px;
}
ul.options li {
    height: 205px;
    width: 33.3333%;
}
ul.options li img {
    height: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80px;
}
ul.options li p {
    padding: 0 10%;
}

.speech-r {
    right: -30px;
}
.speech-l {
    left: -30px;
}
.speech-l, .speech-r {
    height: 40px;
    top: -10px;
    width: 40px;
}
.img-offer1 {
    width: 400px !important;
}
.offer-but {
    display: none;
    margin: 0;
    width: 200px;
}

.banner-desktop {
    width: 268px;
}
.info-70{
	width:85%;
}

ul.social li .social-circ {
    height: 90px;
    width: 90px;
}
ul.social li .fa {
    color: #fff;
}
.offer-alt h5 {
    font-size: 15px;
    margin-top: 15px;
}
.hiw-alt .block-play h3, .hiw-alt .opt-play .fa {
    color: #FFF;
}

.block img, .img-block img {
    height: 90px;
    width: 90px;
}

ul.contact-point li h5 {
    font-size: 10px;
}
ul.pricing {
    width: 600px;
}
ul.pricing li {
    padding: 40px 15px 5px;
    width: 145px;
}
ul.pricing li img {
    width: 90px;
}

ul.pricing li h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

ul.pricing li h3 {
    font-size: 27px;
}
ul.pricing li.main-price {
    width: 218px;
}
ul.pricing li.main-price img {
    height: auto;
    width: 140px;
	padding-bottom:20px
}

ul.pricing li.main-price h4 {
    font-size: 20px;
}
ul.pricing li.main-price p {
    font-size: 13px;
}

ul.pricing li.main-price h3 {
    font-size: 34px;
	line-height:34px;
	padding:10px 0;
}


ul.pricing li .def-but-cent {
    width: 145px;
}
ul.pricing li.main-price .def-but-cent {
    width: 216px;
}
ul.pricing li .def-but-cent h5 {
    font-size: 16px;
}
ul.pricing li.main-price .def-but-cent h5 {
    font-size: 17px;
}
.header ul.nav{
	display:none;
}
.open{
	top:0px;
}
.trial-50{
    display:none;
}
.trial-text{
	width:95%;
}

.trial-text h3 {
    font-size: 17px;
    line-height: 17px;
    padding: 15px 0 10px;
}

.trial-pop.fade-pop {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.trial-pop {
    height: 294px;
    width: 444px;
}

.trynow-pop {
    width: 444px;
}

.reset-password-pop.fade-pop {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.hiw-page .opt-play {
    height: 90px;
    margin: 0px auto;
    width: 90px;
}
.hiw-page .opt-play .social-circ {
    height: 90px;
    width: 90px;
}
.hiw-page .opt-play .fa {
    height: 50px;
    width: 50px;
    font-size: 50px;

}

.hiw-page .block-play {
    height: 90px;
}
.hiw-text h3 {
    margin-top: 27px;
	padding-bottom:20px;
}
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
}



/* Generalised landscape mobile*/
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3), only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2){

.alt-header ul.nav li p {
    font-size: 16px;
}	
.alt-header ul.nav li {
    display: inline-block;
    padding: 5px 0 !important;
    width: 50%;
	height:30px;
}

.alt-header ul.nav {
    height: 116px;
    width: 380px;
}
.trial-pop {
    height: 250px;
    width: 85%;
	left:-10%;
}

.trynow-pop {
    width: 85%;
	left:-10%;
}

.window {
    height: 450px;
}
}

@media only screen and (max-width: 620px) {
/*body{
	background:#09F !important;
}*/
h2 {
    font-size: 24px;
    line-height: 24px;
}
h6 {
    font-size: 17px;
}
.container {
    width: 90%;
}
ul.home-point li {
    margin: 0;
    padding: 20px 4%;
    width: 92%;
	height:auto;
}
.l-pad {
    padding: 40px 0;
}
.prompt-banner-laptop, .prompt-banner-desk, .prompt-banner {
    height: auto;
	padding:0 0 30px;
}
.banner-50, .banner-laptop, .banner-mobile, .banner-desktop{
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:auto;
}
.banner-info, .banner-info-alt {
    bottom: 0;
    display:block;
    height: auto;
    left: 0;
    margin:20px auto 0;
    padding: 0;
    position: relative;
    right: 0;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 80%;
	float:none;
}
.banner-laptop .img-mobile{
	width:420px;
	display:block;
	float:none;
	margin:20px auto 0;
	position:relative;
}
.banner-desktop .img-mobile{
	width:200px;
	display:block;
	float:none;
	margin:20px auto 0;
	position:relative;
}
.banner-mobile .img-mobile{
	width:70%;
	max-width:195px;
	display:block;
	float:none;
	margin:0px auto 0;
	position:relative;
}

.img-logo-lrg {
    display: none;
    height: 100px;
    width: 100px;
}

ul.options li img {
    height: 70px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 70px;
}

ul.options li p {
    padding: 0 5%;
}
ul.options li {
    height: 225px;
}
ul.options li:last-child{
	display:none;
}

.testimonial {
    margin: 60px auto;
    width: 80%;
}
.gif-easy, .dropbox, .gif-gen {
    width: 80%;
	max-width:450px;
}
.img-offer1 {
    width: 100% !important;
}
.offer-part{
	display:block;
	position:relative;
	width:100% !important;
	height:auto;
	background:#FFF;
}
.img-offer2 {
    width: 200px !important;
	clear:both;
	float:none;
	margin:20px auto 0;
	display:block;
	position:relative;
}
.offer-but {
    display: block;
    margin: 0 auto;
    width: 200px;
	float:none;
	height:auto;
}

.offer-alt {
    height: auto;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}

ul.social {
    height: 100px;
    margin: 10px auto;
    width: 360px;
	/*background:#F00;*/
}
ul.social li {
    height: 80px;
    margin: 10px 5px;
    width: 80px;
}
ul.social li .social-circ, ul.social li:hover .social-circ {
    height: 80px;
    width: 80px;
}
.single-item .slick-slide .bloc-1, .single-item .slick-slide .bloc-2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ccc;
    background-image: none;
    background-origin: padding-box;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display:block;
    float: left;
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.single-item .slick-slide .bloc-2{
	overflow:visible;
	height:0px !important;
	text-align:left;
}
.single-item .slick-slide .bloc-2 .banner-info{
	top:-180px;
	background:rgba(102,45,145,0.8);
	width:70%;
	left:0%;
	right:auto;
	padding:10px;
	display:block;
	float:left;
	height:auto;
}
.slick-dots{
	display:none !important;
}

.single-item .slick-slide .bloc-2 .banner-info h2 {
    font-size: 26px;
    line-height: 25px;
}
.single-item .slick-slide .bloc-2 .banner-info .def-but{
	display:none;
}

ul.pricing {
    width: 100%;
}
ul.pricing li .def-but-cent {
    padding: 20px;
    width: 165px;
    margin: 0 auto;

}
ul.pricing li, ul.pricing li.main-price {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    overflow: visible;
    padding: 40px 15px 5px;
    position: relative;
    text-align: center;
    width: 75%;
	max-width:350px;
}
ul.pricing li.main-price {
    width: 90%;
	max-width:400px;
	margin:-10px auto -10px;
}
ul.pricing li img {
    width: 150px;
}

.block img, .img-block img {
    height: 80px;
    width: 80px;
}
.img-block {
    width: 25%;
}
.text-block {
    padding: 10px 5% 10px 0;
    width: 70%;
}
.section.hiw-page.prompt-banner-laptop{
	padding:40px 0;
}
ul.contact-point li h5 {
    font-size: 19px;
}
.contact-width{
	max-width:500px;
	width:90%;
}
.m-pad-top {
    padding: 20px 0 0;
}
.hiw-alt .banner-laptop-info {
    left: 0;
}
.about{
	padding-bottom:40px;
}
.img-close {
    top: -50px;
	right:0px;
    width: 50px;
}
.trial-pop {
    height: 314px;
    width: 80%;
}

.trynow-pop {
    width: 80%;
}

.login-pop {
    padding: 20px 0 0px;
    text-align: center;
    width: 268px;
}
}


@media only screen and (max-width: 479px) {
/*body{
	background:green !important;
}*/

h1 {
    font-size: 27px;
}

h2 {
    font-size: 22px;
    line-height: 22px;
}
ul.options li {
    height: auto;
    width: 100%;
	padding:20px 0;
}

ul.options li img {
    height: 70px;
    padding-bottom: 0;
    padding-top: 0;
    width: 70px;
}
.gif-easy, .dropbox, .gif-gen {
    max-width: 450px;
    width: 90%;
}
.single-item-rtl .slick-slide{
	padding:0px;
}
.offer-alt{
	padding:20px 0;
}
.offer-alt .plus-5{
	width:110px !important;
}
.offer-alt .sch-free{
	width:130px !important;
}

.offer-alt h5 {
    font-size: 15px;
    margin-top: 15px;
    padding: 0 24px;
}

ul.social {
    height: auto;
    margin: 10px auto;
    width: 290px;
}

ul.social li {
    height: 62px;
    margin: 10px 5px;
    width: 62px;
}

ul.social li .social-circ, ul.social li:hover .social-circ {
    height: 62px;
    width: 62px;
}
ul.social li .fa-3x {
    font-size: 30px;
	width:30px;
	height:30px;
}

ul.alt-menu li {
    padding: 10px 15px;
}

.m-pad {
    padding: 20px 0;
}
.banner-laptop .img-mobile {
    width: 340px;
}

.block-play {
    bottom: 97px;
    height: 100px;
    width: 180px;
}
ul.pricing li h4 {
    font-size: 18px;
    padding-bottom: 10px;
}
.block{
	padding:20px 0;
	margin:0px 0px 20px;
	width:100%;
}
.img-block, .text-block{
	width:100%;
	display:block;
	float:left;
	padding:0px 0px;
}
.text-block{
	width:80%;
	padding:20px 10%;
}
.img-block img {
    height: 70px;
    width: 70px;
}

ul.contact-point li h5 {
    font-size: 16px;
}

ul.contact-point {
    float: left;
    margin-bottom: 20px;
}

.half-field {
    margin: 5px 1% !important;
    width: 98%;
}
input, textarea {
    font-size: 15px;
}

.img-mm-circ {
    height: 50px;
    top: -25px;
    width: 50px;
}

.img-strap {
    padding: 18px 20px 5px 5px;
    width: 271px;
}
.alt-header ul.nav li p {
    font-size: 22px;
}


.alt-header ul.nav {
    height: 270px;
    width: 100%;
}
.alt-header ul.nav li {
    padding: 7px 0;
}
.submit{
    padding: 10px 30px;
}
.submit h5 {
    font-size: 28px;
}
form{
	margin-bottom:20px;
}
.img-close {
    top: -50px;
	right:0px;
    width: 50px;
}
.trial-pop {
    height: 314px;
    width: 85%;
}

.trynow-pop {
    width: 85%;
}

.trial-text h3 {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 0 5px;
}

.hiw-page .block-play {
    height: 90px;
	width:100%;
}

.hiw-text {
    padding: 0 5%;
    width: 90%;
}

.hiw-text h3 {
    margin-top: 15px;
    padding-bottom: 15px;
}
.hiw-page .s-pad{
	padding:30px 0;
}
.speech-l, .speech-r {
    height: 30px;
    top: -10px;
    width: 30px;
}
.testimonial h6 {
    font-size: 15px;
}
.login-pop {
    width: 269px;
	height:390px;
}

.login-form img {
    width: 123px;
}
.field input, .half-field input {
    padding: 15px 2.5%;
	width:95%;
}
}


/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.trial-text h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 13px;
}
.trial-pop {
    height: 354px;
}
}


/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.trial-text h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 13px;
}
.trial-pop {
    height: 354px;
}
}



/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
}


@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
.trial-text h3 {
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0 13px;
}
.trial-pop {
    height: 354px;
}
}





/* Samsung Galaxy S3/S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){}



@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){}






@media only screen and (max-width: 359px) {
/*body{
	background:blue !important;
}
*/
.banner-laptop .img-mobile {
    width: 315px;
}

.block-play {
    bottom: 90px;
    height: 100px;
    width: 180px;
}

.img-strap {
    padding: 16px 6px;
    width: 247px;
}

.header {
    height: 55px;
}
.open, .close{
	height:55px;
	width:55px;
}
.open {
    left: -55px;
}

.trial-text .def-but {
    margin: 10px auto 0;
    padding: 5px 10px;
}
.hiw-text h3 {
    font-size: 18px;
    line-height: 18px;
}
}

@media only screen and (max-width: 325px) {
/*body{
	background:grey !important;
}*/
.banner-laptop .img-mobile {
    width: 290px;
}

.block-play {
    bottom: 82px;
    height: 100px;
    width: 180px;
}

ul.contact-point li h5 {
    font-size: 14px;
}
input, textarea {
    font-size: 14px;
}

ul.social {
    height: auto;
    margin: 10px auto;
    width: 250px;
}

ul.social li {
    height: 52px;
    margin: 10px 5px;
    width: 52px;
}

ul.social li .social-circ, ul.social li:hover .social-circ {
    height: 52px;
    width: 52px;
}
.opt-play .social-circ {
    background: rgba(236, 0, 140, 0.9) none repeat scroll 0 0 !important;
    height: 120px;
    width: 120px;
}
.alt-header ul.nav li p {
    font-size: 20px;
}


.alt-header ul.nav {
    height: 265px;
    width: 100%;
}
.open {
    left: -55px;
}

.img-strap {
    padding: 17px 6px;
    width: 218px;
}

.trial-text p {
    font-size: 10px;
}
.trial-pop {
    height: 300px;
    width: 85%;C:\Personal\ASE\Extracted\PubManager\PubManager\Content\Icons\
}

.trynow-pop {
    width: 85%;
}

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
}


/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
}