
* {
	
	box-sizing: border-box;
}

body{
	
	font-family: ;
	
}

.holder{
	width:500px;
     margin:0 auto;	
}

.onerow{
	padding-bottom:20px;
	
}

.insidebox{
	width:225px;
	text-align:left;
	float:left;
}

.clear{
	clear:both;
}
/*test slider*/
.main-gallery {
  background: #fff;
 
 

}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 0px auto 130px auto;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 0px 0;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #7AA641;
}

.flickity-page-dots {
  bottom: -25px;
}

.flickity-page-dots .dot.is-selected {
  background: #7AA641;
}

/*test slider*/
#feature{
	
	color:#000; width:700px; left:47%; font-size:15px; border: 4px double rgba(000, 000, 000, 0.25);  border-width: 4px 0; display:;
	
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;

}


#driver {
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
    -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
}

#driver_exp {
  -moz-animation-duration: 2s;
  -moz-animation-delay: 2s;
    -webkit-animation-duration: 2s;
  -webkit-animation-delay: 2s;
}
.slidewrapper {
  max-width: 1000px;
  margin: 1em auto 2em;
  overflow: auto;
  min-height: 100%;
  
}
.slider-wrap {
  min-height: 280px;
  overflow: auto;
  position: relative;
  /* make room for prev/next arrows */
  padding: 0 2em;
  
 

}

.cycle-slideshow--slide h2 {
  font-family: AvenirNextCondensed-Medium,"Lucida Grande",Corbel,Tahoma,Verdana,Helvetica,sans-serif;
  font-weight: normal;
}
.cycle-slideshow span {
  display: inline;
  overflow: hidden;
  margin: 10px auto;
  line-height: 18px;
}
.cycle-slideshow--slide h2 {
  clear: none;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  color: #445ed5;
  margin: 0 0 5px 0;
}
.cycle-slideshow--slide h2 a {
  color: #445ed5;
  font-style: normal;
  text-decoration: none;
}
.cycle-slideshow--slide span {
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size:20px;
}
.cycle-slideshow_image  {
  float: ;
  width:100%;
  margin: 0 10px 0 0px;
  max-height: 480px;
  border: none;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* .cycle-slideshow, .cycle-slideshow * { */
  /* -webkit-box-sizing: border-box; */
  /* -moz-box-sizing: border-box; */
  /* box-sizing: border-box; */
/* } */
.cycle-slideshow {
  min-width: 270px;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cycle-slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.cycle-slide p {
  padding: .5em 0;
}
.cycle-slide .read-more a {
  text-decoration: underline;
  float: right;
  color: #445ed5;
  font-size: .875em;
}
.cycle-slide .read-more a:hover {
  text-decoration: none;
}
/* pager */
.cycle-pager {
      margin: -0.85em auto 0.25em 30.5em;
}
.cycle-pager a {
  padding: .2em 1em;
  margin:4px;
  background-color:;
  border: 1px solid #fff;
  border-radius:80px;
  text-align: center;
  text-decoration: none;
  font-size:5px;
  font-weight: normal;
  color:;
  display: inline-block;
  width: 1em;
}


.cycle-pager .cycle-pager-active,
.cycle-pager a:hover {
	color: #f7d4da;
  font-weight: bold;
  background-color: #f7d4da;
  border-color: #aaa;
  font-family: AvenirNextCondensed-Demibold,"Lucida Grande",Corbel,Tahoma,Verdana,Helvetica,sans-serif;
}
.cycle-pager .cycle-pager-active {
  box-shadow: 1px 1px 2px hsla(0,0%,0%,0.7);
}
.cycle-pager a:focus {
  outline: none;
}
.cycle-pager > * {
  cursor: pointer;
}
/* prev / next links */
.cycle-arrows {
  position: absolute;
  top: 0;
  width: 1em;
  height: 100%;
  padding-top: 2em;
  cursor: pointer;
  font-size: 2em;
  color: #333;
  z-index: 8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
.cycle-arrows::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
}
.cycle-prev::after {
  border-right: .5em solid #333;
  left: 0;
}
.cycle-next::after {
  border-left: .5em solid #333;
  right: 0;
}
.cycle-arrows:hover {
  background-color: #f7f7f7;
  /* outline: 1px dotted #666; */
}
.cycle-prev::after:hover {
  border-left-color: #000;
}
.cycle-next::after:hover {
  border-right-color: #000;
}
@media (max-width: 570px) {
  .cycle-slideshow h2 a {
    display: block;
    clear: left;
    padding-top: .5em;
  }

}




.gold-text {
    color:#c3a343;
	font-size:25px;
	padding-left:5%;
	font-weight:bold;
    color:black;
}

/*animated buttons*/

.button_sliding_bg {
    color: #FFF;
    background: #48a7d4;
    padding: 15px 20px;
    margin: 25px;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: ;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #337ab7;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.button_sliding_bg:hover {
    box-shadow: inset 150px 0 0 0 #337ab7;
	color:white;
}


.back{
   color: #FFF;
   border:1px solid #7d99ca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
   background-color: #a5b8da; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
   background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
   background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
   background-image: linear-gradient(to bottom, #a5b8da, #7089b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
   margin: 25px;
   margin-left:0px;
   font-family: 'OpenSansBold', sans-serif;
   font-size: 14px;
   font-weight: bold;
   letter-spacing: 1px;
   text-transform: ;
   border-radius: 2px;
   display: inline-block;
   text-align: center;
   cursor: pointer;
   box-shadow: inset 0 0 0 0 skyblue;
   -webkit-transition: all ease 0.8s;
   -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
	padding:10px 40px 10px 40px;
}
.back:hover {
 box-shadow: inset 150px 0 0 0 skyblue;
 color:black;
}




.readmore{
   
   border:1px solid black; 
   background-color:black;
   color:white;
   margin-left:0px;
   font-size: 14px;
   font-weight: ;
   letter-spacing: 1px;
   text-transform: ;
   border-radius: 2px;
   display: inline-block;
   text-align: center;
   cursor: pointer;
   box-shadow: inset 0 0 0 0  #00bff3;
   -webkit-transition: all ease 0.8s;
   -moz-transition: all ease 0.8s;
   transition: all ease 0.8s;
   padding:7px 7px 7px 7px;
}
.readmore:hover {
	 box-shadow: inset 150px 0 0 0 #00bff3;
	 border:1px solid #00bff3;
	 color:#fff;
}
/*end of animated button*/




.why-section{
	padding-top:350px; 
}

.gaps li{
	
	margin-bottom:20px;
}

.hit-the-floor {
color: #fff;
font-size: 3em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}


.im-very-interesting {
  background: #DDD;
  margin: 2em 0;
  height: 1px;
  border: none;
  width: 100%;
  position: relative;
}
.im-very-interesting:before {
  content: '1. Need for Phrase It Right toolkit ';
  position: absolute;
  top: 0;
  left: 1.8em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  color: #FFF;
  font-size: 1.8em;
  padding: .4em .7em;
  border: none;
  background-color: #2ecc71;
  box-shadow: -0.6em 0 0 #29b765, -1.2em 0 0 #25a25a, -1.8em 0 0 #208e4e;
}

.im-very-interesting.blue-with-tag:before {
  content: '2. How to use Phrase It Right toolkit';
  background-color: #3498db;
  box-shadow: -0.6em 0 0 #258cd1, -1.2em 0 0 #217dbb, -1.8em 0 0 #1d6fa5;
}

.im-very-interesting.tag:before {
  content: 'Select relevant option';
  position: absolute;
  top: 0;
  left: 1.8em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  color: #FFF;
  font-size: 1.8em;
  padding: .4em .7em;
  border: none;
  background-color: #2ecc71;
  box-shadow: -0.6em 0 0 #29b765, -1.2em 0 0 #25a25a, -1.8em 0 0 #208e4e;
}

.im-very-interesting.tag1:before {
  content: '3. Copy the result to your text editor';
  background-color: #3498db;
  box-shadow: -0.6em 0 0 #258cd1, -1.2em 0 0 #217dbb, -1.8em 0 0 #1d6fa5;
} 
.back{
	

}

#1conbox{
width:500px;
height:200px;

background: rgba(235,233,249,1);
background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(50%, rgba(216,208,239,1)), color-stop(51%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0 );
	
	
}


.tik{
	
	color:#e19f13;
}

.cros{
	color:#e19f13;
	
}

.listbox{
	
	width:150px; height:150px;  background-color:#00bff3; margin-bottom:30px; margin-left:250px; border-radius:20px; display:none;
}

.listbox1{
	
	width:150px; height:150px;  background-color:#00bff3; margin-bottom:30px; margin-left:100px; border-radius:20px; display:none;
}



.conlist{
	
	margin-right:50px;
	font-size:20px;
	text-align:left;
}
.aboutcollocation{
	
	font-size:40px;
	font-weight:bold;
	color:brown;
}
p{
	
	font-size:16px;
}
.vertical-lines {
  height: 10px;
  background-image: linear-gradient(90deg, #808080, #808080 33.33%, rgba(128, 128, 128, 0) 33.33%, rgba(128, 128, 128, 0) 100%);
  background-size: 3px 100%;
  width: 100%;
}

.bol{
	
	font-size:22px;
}


.sf{
	
	
	font-size:20px;
	line-height:45px;
}

.aboutme{
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(0, 0, 0, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: relative;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
    text-align: center;
}

.aboutme span {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
 
  
  
}


.Productfea{
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: relative;
  top: 18%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
    text-align: center;
}

.Productfea span {
  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
 
  
  
}

/*start of silent features*/

  .two{
	  
	  margin-top:7px;
  }
  .box{
  width:80%;
  float:left;
  margin-left:20px;
  margin-bottom:30px;
  font-size:16px;
  }
  .one{
  background-color:#00bff3;
  height:60px;
  width:60px;
  border-radius:5px;
   float:left;
  }
  .box {
	  color:black;
	  
  }
  .clear{
  clear:both;
  }

/*end of silent features*/

.showcase__title {
  position: relative;
  z-index: 9;
  display: inline-block;
  font: 30px;
  text-transform: uppercase;
  background: #292322;
}
.showcase__title:before {
  font-family: sans-serif;
  content: "\2725  ";
}
.showcase__title:after {
  font-family: sans-serif;
  content: "  \2725";
}



/* Shine */
.shine {
  height: 20px;
  width: 40%;
  background-image: radial-gradient(farthest-side at 50% -50%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  position: relative;
}

.shine:before {
  height: 1px;
  display: block;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0));
  position: absolute;
  top: -1px;
  width: 100%;
}



.accordionButton {
    width:100%;
    float:left;
    color:fff;
    border-bottom: 1px solid #82898f;
    cursor: pointer;
    padding:3px 0px;
    padding:10px;
    height:auto;
    padding-top:11px;
    font-size:1.4em;
   
	border-width:2px;	
    font-weight:normal; 
}
.accordionButton span {
    color:#fff;
    font-weight:;
	
}
.accordionContent {
    width:100%;
    float:left;
	color:#fff;
	 font-weight:normal;
	 font-size:1.3em;
	  padding-left:6px;
	padding-right:42px;
	padding-top:10px;
  padding-bottom:10px;
    }
.accordionContent p {
    color:#fff;
    font-size:1em;
    padding-left:6px;
	padding-right:42px;
	font-weight:normal;
	background:;
	}
.on {
    width:100%;
    float:left;
    background:#;
	color:black;
    cursor:pointer;}
    .on span {color:#ffa500;}
.over {
    width:100%;
    float:left;
	color:black;
    background:#;
    cursor:pointer;}
    .over span {color:Brown;}

.plusMinus {
    font-weight:;
    float:right;
    margin-right:20px;
    content:"+";
    width:20px;
    padding-left:6px;
	background-color:orange;
	border-radius:55%;
	color:#fff;
	font-size:15px;

}

.success{
	color:black;
}
.danger{
	color:black;
}
.info{
	color:black;
}

.section-one_dropdown_content {
  background:;
  color:black;
  padding-top:10px;
  padding-bottom:10px;
}


.section-two_dropdown_content {
  background:;
  color:black;
}



.section-three_dropdown_content {
  background:;
  color:black;
}

.section-four_dropdown_content {
  background:;
  color:#fff;
      font-size:1.3em;
    font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:6px;
	padding-right:40px;
}

.section-eleven_dropdown_content {
  background:;
  color:#fff;
      font-size:1.1em;
    font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:6px;
	padding-right:40px;
}

.external_url {
  position:absolute;
  margin-left:328px;
  margin-top:11px;
  width:24px;
  height:24px;
  border:1px solid #fff;
  border-radius:50%;
}
.external_url a {
  position:absolute;
  color:#fff;
  text-decoration:none;
  margin-left:8px;
  margin-top:2px;
  display:block;
}

/*pricing*/


/*pricing-table*/

#price-body{
	background-color:black;
}

.sidebar{
	background-color:;
	list-style:none;
	
}
.sidebar > li{
 color:white;	
 height:50px;
 text-align:center;
 line-height:50px;

	
}

.sidebar > li:nth-child(even){
	
	background-color:#2d2d2d;
}



.sidebar > li:nth-child(odd){
	
	background-color:#222222;
}


.Basic>li{
	
 color:black;	
 height:50px;
 text-align:center;
 line-height:50px;
}

.Basic{
	background-color:#;
	list-style:none;
	padding:0px;
}


.Basic > li:nth-child(even){
	
	background-color:#f1f1f1;
}


.Basic > li:nth-child(odd){
	
	background-color:#ffffff;
}

.Basic > li:nth-child(odd){
	
	background-color:#ffffff;
}

del{
	font-size:18px;
}

#zoom1:hover{
	 
	 -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 500ms ease-in-out;
    -ms-transform: scale(1.1);   
    -moz-transition: all 500ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 500ms ease-in-out;
    transform: scale(1.1);
	
}

#zoom2:hover{
	 -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 500ms ease-in-out;
    -ms-transform: scale(1.1);   
    -moz-transition: all 500ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 500ms ease-in-out;
    transform: scale(1.1);
	
}

#zoom3:hover{
	 
	 -webkit-transition: all 500ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 500ms ease-in-out;
    -ms-transform: scale(1.1);   
    -moz-transition: all 500ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 500ms ease-in-out;
    transform: scale(1.1);
	
}

footer{
	padding-top:50px;
	padding-bottom:50px;

	height:auto;
	background: #35393c;
	color:#dfdfdf;
}



/*--------------headingstyle------------*/

.style2 {
  padding-bottom: 4px;
}
.style2::before {
  content: "";
  border-bottom: 2px solid #E16A26;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.style2::after {
  border-bottom: 2px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 1200px;
  z-index: 1;
}


/*scocial icon8*/

#face:hover{
	
	
}


/*scocial icon8*/


#first{
padding:30px 20px;
position:relative;	
background-color:#35393c;	
border-radius:20px;
color:white;
display:none;
min-height:456px;
margin-bottom:30px;
}

#first > a{
	position:absolute;
	float:right;
	right:20px;
	bottom:10px;
}



#second{
padding:30px 20px;
position:relative;	
background-color:#35393c;		
border-radius:20px;
display:none;
color:white;
min-height:300px;
margin-bottom:30px;

}

#second > a{
	position:absolute;
	float:right;
	right:20px;
	bottom:10px;
}


#third{
	padding:30px 20px;
position:relative;
background-color:#35393c;	
color:white;	
border-radius:20px;
display:none;
min-height:413px;
margin-bottom:10px;
}

#third  > a{
position:absolute;
float:right;
right:20px;
bottom:10px;
}

#fourth{
	padding:30px 20px;
position:relative;
background-color:#35393c;
color:white;		
border-radius:20px;
display:none;
min-height:300px;
margin-bottom:10px;

}

#fourth > a{
position:absolute;
float:right;
right:20px;
bottom:10px;

}



#fifth{
padding:30px 20px;
position:relative;
background-color:#35393c;
color:white;		
border-radius:20px;
display:none;
min-height:380px;
margin-bottom:30px;
}

#fifth  > a{
position:absolute;
float:right;
right:20px;
bottom:10px;
}

#sixth{
	padding:30px 20px;
	padding-top:10px;
position:relative;
background-color:#35393c;	
color:white;	
border-radius:20px;
display:none;
min-height:380px;
margin-bottom:30px;

}

#sixth > a{
position:absolute;
float:right;
right:20px;
bottom:10px;

}


/*2nd page box*/

#tenthbox{
	padding:30px 20px;
position:relative;
background-color:#80cbc4;		
border-radius:20px;
text-transform: uppercase;
display:;
min-height:200px;
margin-bottom:30px;
}

#tenthbox  > a{
position:absolute;
float:right;
right:20px;
bottom:10px;
}

#eleventhbox{
	padding:30px 20px;
position:relative;
background-color:#81d4fa;
text-transform: uppercase;		
border-radius:20px;
display:;
min-height:200px;
margin-bottom:30px;

}

#eleventhbox > a{
position:absolute;
float:right;
right:20px;
bottom:10px;

}



#twelvethbox{
	padding:30px 20px;
position:relative;
background-color:#cddc39;	
text-transform: uppercase;	
border-radius:20px;
display:;
min-height:200px;
margin-bottom:30px;
}

#twelvethbox  > a{
position:absolute;
float:right;
right:20px;
bottom:10px;
}

#thirteenthbox{
padding:30px 20px;
position:relative;
background-color:#ffab91;	
	
border-radius:20px;
display:;
min-height:200px;
margin-bottom:30px;

}

#thirteenthbox > a{
position:absolute;
float:right;
right:20px;
bottom:10px;

}



/*2nd page box*/

/*2nd page box*/

#yourElement {
  -webkit-animation-duration: 1s;  
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#faqone{
	
	color:#000; width:700px; left:47%; font-size:15px;    border: 4px double rgba(255, 255, 255, 0.25); border-width: 4px 0; display:;
}

.borderless td, .borderless th {
    border: none;
}


/*start of animation*/

.wrap {
  margin: 0 auto;
  width: 58%;
 
  
}

.shadow {
  position: relative;
  margin: 1.5em auto;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  width: 100%;
  height: auto;
  border: 1px solid #777777;
  border-radius: 5px;
  background: #e5e5e5;
  text-align: center;
  box-shadow: 0 0 25px 0 rgba(50,50,50,.3) inset;
  color:black;
}

.shadow:after {
  content: "";
  position: relative;
}

.curved:after, .curved-2:after {
  position: relative;
  z-index: -2;
}

.curved:after {
  position: absolute;
  top: 50%;
  left: 12px;
  right: 12px;
  bottom: 0;
  box-shadow: 0 0px 10px 7px rgba(100,100,100,0.5);
  border-radius: 450px / 15px
}

.curved-2:after {
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  bottom: 0;
  box-shadow: 0 0px 10px 7px rgba(100,100,100,0.5);
  border-radius: 450px / 15px;
}

	#book{

   display:none;
 
	}
	
	#effect-intro{
  -moz-animation-duration: ;
  -webkit-animation-duration: ;
  -webkit-animation-delay:;
  -moz-animation-delay: ;
   display:none;
 
	}
	
	#effect-one{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
   display:none;
 
	}
	
	#effect-two{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  display:none;
	}
	
	#effect-three{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  display:none;
	}
	
	#effect-four{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  display:none;
	}
	
	#effect-five{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  display:none;
	}
	
	#effect-six{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  display:none;
	}
	
	#effect-seven{
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  display:none;
	}
	.strikeout {
  font-size: 1em;
  line-height: 1em;
  position: relative;
}
.strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
	
	.effect {
 
 text-shadow: 0px 1px 0px rgb(204, 204, 204), 0px 2px 0px rgb(201, 201, 201), 0px 3px 0px rgb(187, 187, 187), 0px 4px 0px rgb(185, 185, 185), 0px 5px 0px rgb(170, 170, 170), 0px 6px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 5px 10px rgba(0, 0, 0, 0.25), 0px 20px 20px rgba(0, 0, 0, 0.15);

  color: rgb(51, 51, 51);
	font-family: 'League Gothic',Impact,sans-serif;
	line-height: 0.9em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
  margin: 1em auto;
  text-align: center;

  font-size: 3.77em;
	}


	.effect2 {
		font:normal 40px sans;
  color: #fff;
  text-shadow:
    0px 1px 0px #555555,
    0px 1.5px 0px #454545,
    0px 1.5px 0px #353535,
    0px 1px 0px #252525,
    0px 1px 1px rgba(0, 0, 0, 0.1)
    ;
}

.advantage{
	
	font-family:Arial;
	font-size:16px;
	color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
}


/*synonims*/

#synonims_book{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
   display:none;
 
	}
	
#effect-intro{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
   display:none;
 
	}
	
#synonims-one{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
   display:none;
 
	}
	
#synonims-two{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  display:none;
	}
	
#synonims-three{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  display:none;
	}
	
#synonims-four{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  display:none;
	}
	
#synonims-five{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay:3.5s;
  -moz-animation-delay: 3.5s;
  display:none;
	}
	
#synonims-six{
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  display:none;
	}
	
	
/*drop down*/





.col-sm-2 {
    width: 16.6667%;
	margin-left:60px;
	margin-top:30px;
	font-size:15px;
}

.list-unstyled >li {

margin-top:10px;
	
}






.promo {
	margin-top: 2em;
	margin-left:1em;
	margin-bottom: 2em;
	max-width: 600px;
	text-align: center;
}

.promo em {
	font-family: Georgia, Times New Roman, serif;
	display: inline-block;
	background-color: #b6def2;
	color: #194c66;
	width: 4.5em;
	height: 4.5em;
	padding: 1.5em;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin: -1.5em -1em;
}

.butt {
	padding: 1em 3em;
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #222;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .75em;
	line-height: 2;
	display: inline-block;
	letter-spacing: .1em;
}

.promo .butt {
	min-width: 245px;
}

	.primary.butt {
		background-color: #eb7966;
		color: #fff;
	}

		.primary.butt:hover {
			background-color: #d15a45;
		}

	.secondary.butt {
		background-color: #194c66;
		color: #fff;
	}

		.secondary.butt:hover {
			background-color: #0b374d;
		}
		
		
		.navbar-inverse {
    background-color: #35393c;
    border-color: #080808;
	

}

#logo{
	margin-top:-10px;
	 transition: all 0.5s ease;
	 -webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
}

/*---footer---*/


.address {
	font-family:Century;
	font-size:16px;
}

.address li{
	list-style:none;
	line-height:30px;
}

.follow{
	margin-left:-70px;
}

.follow li{
	list-style:none;
	float:left;
}

.follow {
	font-family:Century;
	font-size:16px;
}

.ser li{
	list-style:none;
	line-height:25px;
}

.ser {
	font-family:Century;
	font-size:16px;
	
}


/*----social---*/

.rotate-icon{
	
	transition: transform 1s ease-out;
}


.rotate-link:hover .rotate-icon{
	
	transform :rotate(360deg);
	
}

#pageHr {
  background: #FFFFFF;
  position: relative;
  height: 5px;
  display: block;
  right: 0px;
  left: 0px;
  top: 90%;
  z-index: 1;
}
#pageHr > i {
  margin: -25px;
  border: 5px solid #FFFFFF;
  height: 30px;
  width: 30px;
  background: #48CFAD;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pageHr > i > i {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  line-height: 36.8px;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  color: #FFFFFF;
  display: block;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aboutussection{
background-color: #008080;


 color:black;
}
	

.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -100px;
    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bubbles li:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 20%;
}
.bubbles li:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 40%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bubbles li:nth-child(3) {
    width: 10px;
    height: 10px;
    left: 60%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.bubbles li:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 80%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
}

.bubbles li:nth-child(5) {
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1080px) rotate(630deg);
        transform: translateY(-1080px) rotate(630deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1080px) rotate(630deg);
        transform: translateY(-1080px) rotate(630deg);
    }
}

/*start of the scrolling nav*/
#transnav{ 
  -webkit-backface-visibility: hidden;
  z-index: 5; 
  position: fixed; 
  top: 300px; 
  right: 0px;
  width: 100px;
  
}

#transnav li{ 
  height: 20px;
  margin: 20px 0px;
  list-style: none;
}

#transnav a{ 
  display: block; 
  width: 15px; 
  height: 15px;
text-align:center;  
 color:transparent;
  border-radius: 25px; 
  -moz-border-radius:25px; 
  -webkit-border-radius:25px; 
  background-color: transparent; 
  border: 3px solid orange; 
  transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
  left: 0px;
  top: 0px;
}
#transnav a:hover, #transnav a.active{ background-color:skyblue; width:100px;  height:35px;  text-indent:none; text-decoration:none; list-style:none; border-radius: none;  -moz-border-radius:none;  border: none; 
  -webkit-border-radius:none; left: -40px; font-size:14px; top: px; color:black; padding-top:5px;}

/*end of the scrolling nav*/
	
	
/*--------------------pricing-------------------------*/
/*
Animate Bootstrap Carousel
Element by thecodeblock.com
*/
/********************************/
/*       Coloring indicators    */
/********************************/
.carousel-animate .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}
.carousel-animate .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-transform: ;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
  padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 2em;
  }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 720px;
}


.lm-underline {
  position: relative;
}
.lm-underline:after {
  position: absolute;
  content: ' ';
  right: %;
  left: %;
  bottom: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(0deg, transparent, #fff, transparent);
  background-image: linear-gradient(90deg, transparent, #fff, transparent);
}
.lm-tabel {
  font-family: 'Open Sans';
  font-size:15px;
  max-width:1700px;
  width: 100%;
  padding-top: 10px;
  margin: 0 auto;
}

.lm-item-2 .lm-item-bottom,
.lm-item-2 .lm-item-top {
  background-color: #341b37;
  background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
  background-image: linear-gradient(-45deg, #85468c, #241326);
}

.lm-item-0 .lm-item-bottom,
.lm-item-0 .lm-item-top {
  background-color: #341b37;
  background-image: -webkit-linear-gradient(135deg, #0e2f11, #0e2f00);
  background-image: linear-gradient(-45deg,#0e2f11, #0e2f44);
}

.lm-item-1 .lm-item-bottom,
.lm-item-1 .lm-item-top {
  background-color: #341b37;
  background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
  background-image: linear-gradient(-45deg, #85468c, #241326);
}
.lm-item-2 .lm-item-bottom,
.lm-item-2 .lm-item-top {
  background-color: #e30a51;
  background-image: -webkit-linear-gradient(135deg, #f6266b, #7e052d);
  background-image: linear-gradient(-45deg, #f6266b, #7e052d);
}
.lm-item-3 .lm-item-bottom,
.lm-item-3 .lm-item-top {
  background-color: #286caa;
  background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
  background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
}
.lm-item {
    background: #2b3238;
  vertical-align: top;
  width: 25%;
  float:left ;
  display: ;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s;
  transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
}
.lm-item:hover {
  -webkit-transform: scale();
          transform: scale();
}

.lm-item:after,
.lm-item:before {
  z-index: -1;
  content: ' ';
  position: absolute;
  left: 10px;
  top: 80%;
  bottom: 18px;
  right: 10px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  box-shadow: 0px 25px 10px -8px rgba(0,0,0,0.4);
}
.lm-item:after {
  -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
          transform: rotate(6deg) translate3d(15px, 0, 0);
}
.lm-item:before {
  -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
          transform: rotate(-6deg) translate3d(-15px, 0, 0);
}
.lm-item-top {
  padding-top: 20px;
  text-transform: uppercase;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-align: center;
}
.lm-item-title {
  color: #e3dfe2;
  font: 100 30px/70px 'Open Sans';
}
.lm-item-price {
  background: rgba(255,255,255,0.05);
  margin-top: 20px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.lm-item-price i {
  font-size: 15px;
}
.lm-item-body {
  padding:;
  background: #2b3238;
}
.lm-item-desc {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.lm-item-desc strong {
  color: #868686;
  font: 400 16px 'Open Sans';
}
.lm-item-desc p {
  color: #b4b4b4;
  margin: 0;
}
.lm-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  
}
.lm-item-list li {
  color: #fff;
  border-bottom: 1px dotted white;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left:10px;
   border-left:1px solid #535f69;
}
.lm-item-list li:nth-child(2n+1) {
  background-color: #2b3238;
  padding-left:10px;
  border-left:1px solid  #535f69;
}
.lm-item-list .icon-cancel,
.lm-item-list .icon-ok {
  float: right;
}
.lm-item-list .icon-ok {
  color: #75bc9a;
}
.lm-item-list .icon-cancel {
  color: #bf7375;
}
.lm-item-link {
  text-align: center;
  margin-top: 15px;
}
.lm-item-link a {
  text-decoration: none;
}
.lm-item-link display inline-block {
  height: 54px;
}
.lm-item-link display inline-block:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
}
.lm-item-link display inline-block:active {
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.lm-item-link text {
  font-size: 21px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lm-item-bottom {
  text-align: center;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
  padding: px;
  color: rgba(255,255,255,0.5);
  font-weight: 100;
  min-height: 20px;
}
.lm-item-bottom span {
  color: #fff;
  font-weight: 400;
  margin-right: 3px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: inline-block;
}
@font-face {
  font-family: 'fontello';
  src: url("data:application/font-woff;base64,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") format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dollar:before {
  content: '\e806';
}
.icon-cancel:before {
  content: '\e807';
}
.icon-ok:before {
  content: '\e808';
}


.Productfirstpara b{
	position:relative;
	font-size:100px;
}

.Productfirstpara b:after{
	content: "";
  width: 35px;
  height: 1px;
  border-top: 2px solid white;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
	
/*------------------table ----------------------------*/
.mystyle  {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 15px;
	line-height: 24px;
	margin: 30px auto;
	text-align: left;
	box-sizing: border-box;
 
  margin: 4em auto;
  border-collapse: collapse;
 
 
  box-shadow: 0 0 .1em #000;
	
}	

.mystyle th {
	background: url(http://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-size: 18px;
  font-weight: normal;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	

}


.mystyle tr {
  border: 1px solid #D9E4E6;
}


.mystyle tr:nth-child(odd) {
  background-color: #EAF3F3;
}


#featureimg{
	
	width:52%;
}

#faqin{
	font-size:48px;
}

#buy1{
position:absolute;
margin-left:37%;	
}


#buy1 img{
height:30px;
width:100px;	
}

#buy2{
position:absolute;
 margin-left:60%;	

}

#buy2 img{
height:30px;
width:100px;	
}

#buy3{
position:absolute; margin-left:82%;	
}

#buy3 img{
height:30px;
width:100px;	
}

/*-----------------media queries----------------------*/

@media (max-width:980px){
	
	
	
	#featureimg{	
		width:82%;
	}

	#featureimg img{
		margin-left:-50px;
	}
	
	

}


@media (max-width: 748px) {


   #featureimg{
    width:82%;	
    }
   #featureimg img{
    margin-left:-50px;
    }

   #butone{
	   margin-right:5%;
   }
   #buttwo{
	   margin-right:5%;
   }
   #butthree{
	   margin-right:5%;
   }
   #butfour{
	   margin-right:5%;
   }
   #butfive{
	   margin-right:5%;
   }
   #butsix{
	   margin-right:5%;
   }
    #spanbutone{
	   margin-left:5%;
   }
   
   
   #spanbuttwo{
	   margin-left:5%;
   }
   
 
   
  .lm-item {   
  width: 100%;
  float: ;
}

}

@media (max-width:479px){
			.intro-section {
	margin-top:-310px;
}

.cycle-pager {
  margin: 1.25em auto .25em 5em;
}


cycle-slide p {
    margin-left:-500px;
}
	#fittext1{
		font-size:25px;
	}
	.aboutme span {
  font: 300 2em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  
  display: block;
  margin: 0 auto;
  margin-left:-30px;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
}
	
#buy1 img{
height:20px;
width:60px;	
}

#buy2 img{
height:20px;
width:60px;	
}

#buy3 img{
height:20px;
width:60px;	
}
}
#faqin{
	font-size:18px;
}
	.wrap{
		
		width:80%;
	}
	
	#synonims_book > img{
		
		display:none;
	}
	
	#zoom1:hover{
	transform: none; 
	}
	
	#zoom2:hover{
	transform: none; 
	}
	
	#zoom3:hover{
	transform: none; 
	}
	
	#leftCol{
		padding-right:0px;
		padding-left:0px;
		margin-left:-40px;
	}
	.effect{
		
		font-size:23px;
	}
	
	#fittext3{
		
		font-size:22px;
	}
	
	
	
	.btn-group-lg > .btn, .btn-lg {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 6px;
}




}

 #butone{
	   margin-right:10%;
   }
   #buttwo{
	   margin-right:10%;
   }
   #butthree{
	   margin-right:10%;
   }
   #butfour{
	   margin-right:10%;
   }
   #butfive{
	   margin-right:10%;
   }
   #butsix{
	   margin-right:10%;
   }
   
   #spanbutone{
	   margin-left:10%;
   }
   
   
   #spanbuttwo{
	   margin-left:10%;
   }
   
   @media (max-width: 768px){
	
	.lm-item {
	   
  width: 50%;
  float: ;
  
  
}


   }


@media (max-width: 400px) {
	
			.intro-section {
	margin-top:-310px;
}
	#featureimg{
	width:82%;	
    }
    #featureimg img{
	margin-left:-50px;
    }
	
   #butone{
	   margin-right:1%;
   }
   #buttwo{
	   margin-right:1%;
   }
   
 
   #butthree{
	   margin-right:1%;
   }
   #butfour{
	   margin-right:1%;
   }
   #butfive{
	   margin-right:1%;
   }
   #butsix{
	   margin-right:1%;
   }
    #spanbutone{
	   margin-left:1%;
   }
   
   
   #spanbuttwo{
	   margin-left:1%;
   }
   
   .divider{
	
	display:none;
}
}


}
