@font-face {
    font-family: "Telex-Regular";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/Telex-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "bookman-old-style";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/bookman-old-style.ttf") format("truetype");
}
@font-face {
    font-family: "britannic-bold";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/britannic-bold.ttf") format("truetype");
}
@font-face {
    font-family: "forte";
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/forte.ttf") format("truetype");
}
.forte{
font-family: "forte";
}
.britannic{
font-family: "britannic-bold";
}
.bookman{
font-family: "bookman-old-style";
}

body {
	font-family:"Telex-Regular";
    margin:0px;
	padding:0px;
	color:#1f1f1f;
	font-size:16px;
	box-sizing: border-box;
	
}
a {text-decoration:none;}
img{border:none;}
p{margin-right:0px; margin-left:0px;}
.header{
	background: #e8ebf1 none repeat scroll 0 0;
    display: table;
    position: fixed;
	
    width: 100%;
	box-shadow:0 1px 3px 0px #8c8c8c;
    z-index: 999;
}
.logo-container{width:310px; height:auto; margin:0px auto;}
.logo{width:100%; margin-top:10px; float:left;}
.logo img{width:100%;}
.arrow-container{width:19%; float:left; margin-top:38px;}
.arrow-container img{width:100%}
.readmyblog{width:22%; float:left; margin-top:25px;}
.readmyblog img{width:100%;}
.clear{clear:both;}
.wrapper{
width:85%;
margin:0px auto;
/* display:table;	 */
}
.tagline {
    text-align: center;
    margin: 0px 0px 5px 0px;
    font-size: 2vw;
}
.tagline-1{
width:86%; text-align:right; font-style:italic; margin-top:-20px;
}
.blue {
    color: #009cff;
}
.red {
    color: #f00;
}
.sectionfirst {
    padding-top: 150px;
}
.row{
	width:100%; margin-bottom:20px; /* display:table; */
}
.row .col{
width:30%; padding:10px; float:left; border:1px solid #ccc; border-radius:6px; 
}
.col-margin{ margin:10px;}
.book-img{
width:50%; min-height:185px; max-height:185px; margin:10px auto; text-align:center;
}
.book-img img{
width:80%;
margin-bottom:10px;
}
.countryflag{width:50px;}
.online-bookcontainer{
width:100%; margin:0px auto;
}
.book-img .btn{
background:#fe4202; width:100px; padding:8px 10px; margin:0px auto; color:#fff; font-weight:700; display:block;
}

.cart-link {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 22px;
}
.productdesc{
width:100%; 
}
.productdesc h4{
	height: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.productdesc .text{
	height: 108px;
	display:block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
}

.ad-left{
width:63%; float:left; margin-right:10px;
}
.ad-left h3{
position:relative;
}
.ad-left h3 span {
    background-color: white;
    padding-right: 10px;
}

.ad-left h3:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #fe4202;
    z-index: -1;
}
.ad-book-form{
width:100%; margin:20px 0px;
}
.ad-book-form .formrow{
margin:10px 0px;
}
.ad-book-form .formrow label{
width:150px;
display:inline-block;
}
.ad-book-form .formrow .input-container{
width:80%; display:inline;
}
.ad-book-form .formrow .input-container .inputtxt{
padding:10px 5px;
border:1px solid #ccc;
width:75%;
border-radius:4px;
-webkit-transition: box-shadow .35s ease-in-out;
transition: box-shadow .35s ease-in-out;
}
.ad-book-form .formrow .input-container .inputtxt:focus{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.tinytextares{
margin-top:15px; width:100%; display:inline-block;
}
.tinytext-container{
width:99%;
height:auto;
}
.tinytext-container label{
margin-bottom:20px;
}
.addbook{
background:#fe4202; cursor:pointer; padding:8px 20px; border-radius:4px; color:#fff; font-weight:400;
}

.ad-right{
width:34%; float:right;
}
.ad-right h3{
position:relative;
}
.ad-right h3 span {
    background-color: white;
    padding-right: 10px;
}

.ad-right h3:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #fe4202;
    z-index: -1;
}

.ad-right table{
margin-top:15px;
}
.ad-right table th{
font-weight:bold;
}

.ad-right table, tr, td,th{
border-bottom:1px solid #ccc;
border-collapse:collapse;
padding:10px 5px;
}



@media only screen and (min-width: 1367px){
.logo-container {
    width: 310px;
    height: auto;
    margin: 0px auto;
}
.change {
    font-size: 65px;
}
}
@media only screen and (max-width: 1146px){
.countryflag{width:50px;}
.sectionfirst {
    padding-top: 170px;
}

}
@media only screen and (max-width: 1146px){
.tagline-1 {
    width: 90%;
}
}

@media (max-width:1024px){
.logo-container {
    width: 310px;
    height: auto;
	display:table;
	padding-bottom:0px;
    margin: 0px auto;
}
.tagline{font-size:2.5vw;}

.wrapper {
    width: 95%;
	}

}/*1024px;*/

@media (max-width:960px){
.book-img{width:40%;}
.productdesc {
    width: 100%;
	}
}
@media (max-width:820px){
.row .col {
    width: 100%;
    padding: 10px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-height: 260px;
    max-height: auto;
}
.productdesc {
    width: 100%;
}
}

@media (max-width:768px){
.sectionfirst {
    padding-top: 145px;
}
.boss-job {
    width: 96%;
}
.arrow-container {
    margin-top: 28px;
}
.tagline{font-size:3.5vw;}
.readmyblog {
    margin-top: 20px;
}

.buynow {
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding: 10px 0px;
    width: 304px;
    margin: 20px auto;
}
.leftimg {
    background: rgba(0, 0, 0, 0) url("../images/imgleft.png") no-repeat scroll 0 0;
    background-size: 100%;
    float: left;
    height: 55px;
    width: 41px;
}
.rightimg {
    background: rgba(0, 0, 0, 0) url("../images/imgright.png") no-repeat scroll 0 0;
    background-size: 100%;
	float: left;
    height: 55px;
    width: 41px;
}
.Easycontainer {
    width: 217px;
	font-size: 23px;
}
.cometrue {
    width: 205px;
	font-size: 23px;
}
.entrepreneur {
    width: 247px;
	font-size:23px;
}
.switch{width:161px;}
.nowbuy{width:185px;}
.dreamlife {
    width: 205px;
}
.buynowcontainer {
    width: 95%;
}
.easystepscontainer {
    width: 95%;
}
.cometruecontainer {
    width: 95%;
}
.entrepreneurcontainer {
    width: 95%;
}
.dreamlifecontainer {
    width: 95%;
}
.switchcontainer {
    width: 95%;
}
.buy-nowcontainer {
    width: 95%;
}


/************************* Share with Freindz start ********************/
.share_wrap{width:90%; margin:10px auto 0; border:1px solid #000; background-color:#e3e3e3; border-radius:5px; min-height:500px;}
.s_form {margin-left:20px;}
.s_form .group {width:95%; margin:5px;}
.s_form .group  label{width:100%; margin:5px; vertical-align:top; display:inline-block; font-size:15px; font-weight:bold;}
.s_form .group  input{width:240px; border: 1px solid #686868; border-radius:4px; padding:8px 5px; background-color:#eee;}
.s_form .group  input:focus{box-shadow:0px 0px 2px 1px #0040A6; background-color:#fff;}
.s_form .group  textarea:focus{box-shadow:0px 0px 2px 1px #0040A6; background-color:#fff;}
.s_form .group  textarea{width:240px; height:60px; border: 1px solid #686868; border-radius:4px; padding:8px 5px; background-color:#eee;}
.s_form  .btn{background-color:#0040A6; padding:8px 10px; border-radius:4px; cursor:pointer; color:#fff; font-size:14px; font-weight:bold; border:none; }

/************************* Share with Freindz End ********************/

.freeaccessbtn {
    width: 75%;
    left: 14vw;
}

}


@media (max-width:668px){
.bosscloud {
    width: 41%;
    line-height: 150px;
}
.freeaccessbtn{width: 86%;
    left: 9vw;
	}
.row .col {
    width: 99%;
}
}/*668px;*/


@media (max-width:580px){
.bonusbuttn {
    width: 320px;
    float: left;
	position: relative;
    left: 36px;
}
.redarrow {
    left: 30px;
    top: 60px;
    width: 120px;
    z-index: 1;
}
.cd-ultimate {
    width: 320px;
}
.lastbutton-setting {
    top: 540px;
}
.free-button {
    height: 130px;
 
}

}
@media (max-width:480px){
.sectionfirst {
    padding-top: 115px;
}

.logo-container {
    width: 250px;
}
.freeaccessbtn {
    width: 86%;
    left: 6vw;
}
.bonusbuttn {
    width: 290px;
    
}
.cd-ultimate {
    width: 290px;
}
.div .video-container{width:95%;}
.bookcontainer {
    width: 100%;
	margin-top:50px;
	height:auto;
}
.bookcontainer img {
    width: 60%;
	margin:0px auto;
	display:block;
}
.steps {
    width: 100%;
}
.goodbye {
    width:100%;
}
.boss-job {
  
    width: 60%;
 }
 .bosscloud {
    width: 100%;
    line-height: 150px;
	margin:0px auto;
}
.bossjob {
    float: left;
    line-height: 170px;
    margin: 0px auto;
    width: 290px;
}
 .herenow {
 width:100%;
}
.herebookcontainer {
    height: auto;
    width: 100%;
}
.herebookcontainer img {
  margin:0px auto;
  display:block;
  width:60%;
}
.at{font-size:30px}
.availableatcontainer {
    width: 100%;
    text-align: center;
    float: left;
}
.availableatcontainer img {
    width: 50%;
	margin:0px auto;
	display:block;
	margin-bottom:30px;
}
.lastbookcontainer {
    width: 60%;
    margin: 0px auto;
    display: table;
}
.buynowcontainer {
    width: 100%;
}
.easystepscontainer {
    width: 100%;
}
.cometruecontainer {
    width: 100%;
}
.dreamlifecontainer {
    width: 100%;
}
.switchcontainer {
    width: 100%;
}
.buy-nowcontainer {
    width: 100%;
}
.social-wrap{width:100%}
.socialbutton{float:none; margin:15px auto;}

}/*480px*/


@media (max-width:360px){
.available {font-size:40px;}
.at {
    font-size: 25px;
}
.freeaccessbtn {
    width: 100%;
    left: 0vw;
}
.bonusbuttn {
    width: 65%;
}
.redarrow {
    width: 24%;
}
.downloadable {
    font-size: 20px;
}
.cd-ultimate {
    width: 66%;
}
.lastbutton-setting {
    top: 450px;
}

}