/* UTILITIES AND SHORCODES STYLES */

/* Color hover boxes */

.item {
  width: 306px;
  margin: 0 7px;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
}

.item .headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.item .subtext, .item .headline {
  display: block;
}

.item .subtext {
  color: #878787;
}
.item .icon { 
  height: 125px;
  margin-bottom: 20px;
}
.item.red {
  background: #df684d;
}

.item.blue {
  background: #4f8cc7 ;
}

.item.yellow {
  background: #efc755;
}

.item.green{
  background: #86C67C;
}

.item.orange{
  background: #FFA500;
}
.item.purple{
background: #a500ff;
}

.item.pink{
background: #ff69b4;
}

.item.brown{
background: #7a5230;
}

.item.turquoise{
background: #34DDDD;
}

.item.red .icon {
}

.item.blue .icon {
}

.item.yellow .icon {
}

.item.orange .icon {
}

.item.green .icon {
}

.item.purple .icon {
}

.item.turquoise .icon {
}

.item.pink .icon {
}

.item.brown .icon {
}
.caption{
  position: absolute;
  margin-top: -190px;
  width: 306px;
  height: 190px;
  background: #fff;
  opacity: 0;
  padding-top: 10px;
}

.item.red:hover .caption,.item.blue:hover .caption,.item.yellow:hover .caption,.item.green:hover .caption,.item.orange:hover .caption,.item.purple:hover .caption,.item.pink:hover .caption,.item.brown:hover .caption,.item.turquoise:hover .caption{
 opacity: 1;
 color: #2a2a2a;
 font-size: 18px;
 text-align: left;  
}

/* Pricing tables */

.plan, .span2, .span1 {
	display: block;
	float: left;
}
#plancontainer .span12 {
	width: 100%;
}

#plancontainer .plan {
	width: 20%;
}

#plancontainer .hide {
  display: block;
}

#plancontainer{

}

#plancontainer .top {
	display: block;
	position: relative;
	font-weight: 300;
	height: 70px;
	background-color: #4f8cc7 ;
	color: rgba(250,250,250,.95);
	text-align:center;
	padding: 13px;
	letter-spacing: .5px;
	font-size: 20px;
	border-right: inset 1px #4f8cc7 ;
        width: 87%;
}

#plancontainer  .circle {
	display: block;
	position: relative;
	width: 100%;
	top: -20px;
	height: 45px;
	background-color: #6299cd;
	z-index: 2;
	text-align: center;
	letter-spacing: .5px;
	padding-top: 5px;
	font-weight: 600;
	color: rgba(66,66,66,.8);
	font-size: 1.35em;
	border-right: inset 1px #6299cd;
}


#plancontainer .bottom {
	display: block;
	position: relative;
	top: -50px;
	padding-top: 35px;
	font-size: .8em;
	height: 225px;
	text-align: center;
	border-right: inset 1px #d1d2d1;
	background-color: rgba(237, 237, 235, 1);
}



#plancontainer .plan .bottom {
	border-right: none;
}

#plancontainer .details {
	width: 100%;
	display: block;
	padding: 13px;
        font-size: 12px;
        margin-left: -10px;
	color: #8e8e8e;
}

#plancontainer .planup {
	display: block;
	position: relative;
	border-radius: 3px;
	z-index: 3;
	transform: scale(1.07,1.07);
	-o-transform: scale(1.07,1.07);
	-ms-transform: scale(1.07,1.07);
	-moz-transform: scale(1.07,1.07);
	-webkit-transform: scale(1.07,1.07);
}

#plancontainer .planup .circle {
	background-color: #6299cd;
}

#plancontainer .planup .top {
	background-color: #4f8cc7;	
}

#plancontainer .signup {
	display: block;
	position: relative;
	width: 65%;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
}

#plancontainer .signup:hover {
	box-shadow: 0px 0px 2px rgba(66,66,66,.1);
	color: rgba (80,80,80,1);
	border: 1px solid #8e8e8e;
}

#plancontainer .signup:active {
	box-shadow: 0px 0px 4px rgba(66,66,66,.3);
	color: rgba (80,80,80,1);
	border: 1px solid #8e8e8e;
	transform: translate(2,2)
}
@media screen and (max-width:800px) {
  .bottom {
    height: 260px;
  }

}

@media screen and (max-width:700px) {
#plancontainer .hide {
   
    width: 100%;
}
  
 #plancontainer .show {
	  display: block;
    margin-bottom: -75px;
  }
  
 #plancontainer .top{
	  padding-top: 20px;
  }
#plancontainer  .plan {
	 width: 100%; 
  }
  
 #plancontainer .span9{
    width: 100%;
  }
  
#plancontainer  .top{
    z-index: 1;
    height: 50px;
    padding-top: 10px;
    	border-top: inset 1px #07a98a;
  }
  
#plancontainer  .circle {
    z-index: 2;
    margin-top: 16px;
  }
  
#plancontainer  .bottom {
    height: 300px;
  }

}

/* Service lists */

.servicelist{
height: 100%; 
min-height: 150px;
color: #333;
}

.servicebox{
height: 200px;
min-height: 150px;
display: inline;
overflow: auto;
}

.servicelist h3{
font-size: 23px;
font-weight: bold;
}

.servicebox  .icon { 
padding: 0 15px;
display: inline;
margin-bottom: 10px;
float: left;
width: 64px;
height: 64px;
opacity: 0.8;
}

.servicebox  .icon:hover{
opacity: 1;
}

.servicebox  .text{
font-size: 17px;
width: 320px;
float: left;
display: inline;
margin-top: -30px;
}

.entry .servicebox  .text p{
margin-top: -10px;
}

.entry .serviceboxcent  .textbottom p{
margin-top: -30px;
}

.servicebox .text p{
margin-top: 0px;
font-size: 17px;
padding-bottom:5px;
}

@media only screen and (max-width: 959px){
.servicebox{
display: inline-block;
overflow: auto;
text-align: center;
height: auto;
min-height: none;
}

.servicebox .icon { 
margin-left: 120px;
height:64px;
width:64px;
padding: 0 0 5px;
opacity: 0.8;
display: inline;
margin-bottom: 0px;
}

.servicebox .text{
float: left;
font-size: 17px;
width: auto;
display: inline;
margin-top: 0px;
}
}

@media only screen and (max-width: 360px) {
.servicebox .icon { 
margin-left: 100px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.servicebox .icon { 
margin-left: 220px;
}
}

.serviceboxcent{
display: inline-block;
overflow: auto;
text-align: center;
}

.serviceboxcent .icontop { 
margin-left: auto ;
margin-right: auto ;
height:64px;
width:64px;
padding: 0 0 5px;
opacity: 0.8;
}

.serviceboxcent .textbottom{
float: left;
}

.serviceboxcent .textbottom p{
margin-top: 0px;
margin-bottom: 20px;
font-size: 17px;
line-height: 23px;
}

.serviceboxcent a, .servicebox a{
color: #df684d;
}
.serviceboxcent a:hover, .servicebox a:hover, {
color: #ff9e9e;
}


/* Fluid Columns  */
.one_half{ width:45%; }
.one_third{ width:27%; }
.two_third{ width:60%; }
.one_fourth{ width:20%; }
.three_fourth{ width:70%; }
.one_fifth{ width:14.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:12.00%; }
.five_sixth{ width:80.00%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* MOBILE VIEW*/
@media only screen and (max-width: 767px) {
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{width: 260px;float:left;clear:both; margin-bottom:10px;  }
.item{margin-left:-20px;}
}

/* MOBILE LANDSCAPE VIEW */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{width: 480px;float:left;clear:both;  }
}

/* TABLET VIEW */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Dividers */

.hr.one {
width: 100%;
border: 0;
margin: 20px 0 20px;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.hr.two{
width: 100%;
border: 0;
margin: 20px 0 20px;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr.three {
width: 100%;
border: 0;
margin: 20px 0 20px;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.hr.four {
    width: 100%;
    border: 0;
    margin: 20px 0 20px;
    border-top: medium double rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 1);
    text-align: center;
}
.hr.four:after{
    content: "§";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.hr.five {
   width: 100%;
    border: 0;
    height: 1px;
    margin: 20px 0 20px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: rgba(0, 0, 0, 1);
    text-align: center;
}  

.hr.five:after{
    content: "\2605";
    display: inline-block;
    position: relative; 
    top: -0.7em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

/* Testimonial slider */

#testimonials {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
 
#testimonials .carousel-wrap {
  display: block;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 360px) {
#testimonials .carousel-wrap,#testimonials .carousel-wrap ul li  {
width: 360px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
 
#testimonials .carousel-nav {
  display: in-line;
  width: 70px;
  margin: 0px auto;
}
#testimonials .carousel-nav img {
  cursor: pointer;
}
#testimonials .carousel-nav img:active {
  position: relative;
  top: 1px;
}

#testimonials .carousel-nav .prevbtn {
height: 32px;
width: 32px;
background: url(images/left.png) no-repeat;
float: left;
opacity: 0.5;
}

#testimonials .carousel-nav .nextbtn {
float: left;
height: 32px;
width: 32px;
background: url(images/right.png) no-repeat;
opacity: 0.5;
}

#testimonials .carousel-nav .nextbtn:hover, #testimonials .carousel-nav .prevbtn:hover {
opacity: 1;
}
 
#testimonials .carousel-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
#testimonials .carousel-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 800px;
  margin-right: 15px;
}
 
#testimonials .carousel-wrap .context {
  font-size: 27px;
  line-height: 30px;
  font-style: italic;
  color: #333;
  padding-bottom: auto;
  padding-right: 25px;
   text-align: center;
  text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

#testimonials .carousel-wrap .credits{
  font-size: 20px;
  text-align: center;
  color: #333;
}

/* Testimonial boxes */

.testimonial{ 
color: #333;    
font-size: 17px;
float:left;
background: transparent;
border-left:5px solid #333;
margin:1.5em 1em;
padding: 0 1em;
quotes:"\201C""\201D";
font-style: italic;   
 
} 

.testimonial:before {    
color:#333;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
} 

.testimonial:first-child{display:inline;}
.testimonial:last-child{margin-bottom:0;}
 
.testimonial-author {
padding-bottom: 10px;
margin: 0 0 0 25px;     
color: #333;    
text-align:left; 
} 

.testimonial-author span {
font-size: 12px;    
color: #666; 
} 

/* Back to Top Feature */
.back-to-top{
    position: fixed;
    bottom: 4em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 14px;
    padding: 1em;
    display: none;
}

.back-to-top:hover{    
    background-color: rgba(135, 135, 135, 0.50);
}

/* Tags cloud*/
.tagcloud a { 
    background: #333;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 2px 0;
    padding: 5px 10px;
}

/* Contact Form */
.contact-form label, .contact-form input, .contact-form textarea { display: block; margin: 10px 0; }
.contact-form label { font-size: larger; }
.contact-form input { padding: 5px; }
#cf_message { width: 90%; padding: 10px; }
#cf_send { padding: 5px 10px; }