/* =============================================================== */
/* Buttons
================================================================ */
.button {
	display: inline-block;
	cursor: pointer;
	margin: 0 0px 0px 0px;
  transition: all 300ms linear;
  padding: 9px 25px 9px 25px;  
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
.button:active {}


.button.light {border: 2px solid #44bfe8; color:#606060;}
.button.light:hover {
  background: #44bfe8;
  color:#fff;
}

.button.white {border: 2px solid #ffffff; color:#ffffff; font-size: 34px;}
.button.white:hover {
  border: 3px solid #44bfe8;
  color:#fff;
}
.button.white1 {border: 2px solid #44bfe8; color:#000; font-size: 34px;}
.button.white1:hover {
  background: #44bfe8;
  color:#fff;
}

.button.dark {background: #44bfe8;  color:#fff; border: 2px solid #44bfe8;}
.button.dark:hover {
  text-decoration:none; 
  transition: all 300ms linear;
  border: 2px solid #44bfe8; color:#606060;
  background-color: transparent;
}





.nav_carousel {
  background:#F6F6F6;
  padding:10px; padding-bottom:3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
.nav_carousel:hover {
  background:#44bfe8;
  color:#fff;
}



/* =============================================================== */
/* Services
================================================================ */
.feature-services {margin: 0 0 10px 0; position: relative; z-index:2;}
.feature-services-description {margin-left: 65px;}
.feature-services2 {margin: 0 0 10px 0; position: relative; z-index:2; text-align:right;}
.feature-services-description2 {margin-right: 65px;}

.feature-services h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	
}
.feature-services2 h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	
}
.feature-services-circle {
	display: inline-block;
	width: 44px;
	height: 35px;
	text-align: center;
	padding: 4px; padding-top:13px;
	color: #44bfe8;
	float: left;
	margin-top: 10px;
}
.feature-services-circle2 {
	display: inline-block;
	width: 44px;
	height: 35px;
	text-align: center;
	padding: 4px; padding-top:13px;
	color: #44bfe8;
	float: right;
	margin-top: 10px;
}

.margin-services {margin-top:11px;}

.services-p1 {
  margin-bottom:0px; padding:10px;
  text-align:center;
  margin-top:20px;
}

.services-p1 h2 {
margin-top:10px;
font-size:18px;
}


.i-icon-services {
  margin-left: auto; margin-right: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  display: block;
  transition: all 1s; 
  padding:10px;  padding-top:20px;
  position:relative; 
  width:60px;
  height:50px;
  border:2px solid #44bfe8;
  color:#44bfe8;
}
.fullwidth-color .i-icon-services {
  color:#ffffff; 
  border:3px solid #ffffff;
}

.services-p1:hover .i-icon-services {
  background:#44bfe8;
  border:2px solid #44bfe8;
  color:#fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  display:table-cell; 
  vertical-align:middle;
  text-align:center;
  display: block;
  -webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.fullwidth-color .services-p1:hover .i-icon-services {
  color:#44bfe8; 
  background:#fff;
  border:2px solid #fff;
}



.hexagon {
	width: 100px;
	height: 45px;
	background: #44bfe8;
	position: relative;
	text-align:center;
	color:#ffffff;
	padding-top:10px;
	margin-left:auto; margin-right:auto;
	
    
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #44bfe8;
	
    
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #44bfe8;
	
	
}




/* =============================================================== */
/* Skills
================================================================ */
.skill_graph {
	text-align: left!important;
	margin: 0px!important;
}
.skill_graph li {
	list-style: none!important;
	margin-bottom:20px;
}
.skill_graph li:last-child span {
	margin-bottom:0px;
}
.skill_graph li .skill-wrap {
	margin-top:0px; margin-bottom:39px;
	background-color: #ebebeb;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
.skill_graph li:last-child .skill-wrap {
	margin-bottom:0px;
}
.skill_graph li span {
	height: 20px;
	width: 0px;
	display: block;
	background: #44bfe8;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
.skill_graph li p {
	margin-bottom: 0px;
}
.skill_graph li span {
	overflow: visible!important;
	position: relative;
}
.skill_graph li span strong {
	position: absolute;
	right: 0px;
	top: -25px;
	padding: 4px 8px 4px 8px!important;
	background-color: #222222;
	line-height: 12px!important;
	font-size: 11px!important;
	opacity: 0;
	display: block;
	color:#fff;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
	
}
.skill_graph li span strong:after {
border-color: #222222 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
	
}
.skill_graph li span strong.full:after {
	left: 15px;
	
}





/* =============================================================== */
/* Accordion
================================================================ */
.accordion {margin-bottom:40px;}
.accordion-group {
	border: 2px solid #44bfe8;
	padding:10px;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  font-size:18px;
}
.accordion-inner {font-size:13px; background:#ffffff;}
.accordion-toggle {font-weight:bold;}
.accordion a {color:#888;}



/* =============================================================== */
/* Blackquote
================================================================ */
blockquote {
  font-size: 12px;
  font-style: italic;
  margin: 20px 20px 20px 20px;
  padding-left:50px;
  color: #383838;
  background: url(../images/quotes.gif) left top no-repeat;
  font-family: ff-market-web-1,ff-market-web-2,Lora,Georgia,"Times New Roman",serif;
  margin-bottom:40px;
}





/* =============================================================== */
/* Portfolio
================================================================ */
.portfolio_div {
  background:#F6F6F6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  text-align:left;
  z-index:4;
}
.portfolio_div h3 {
  font-size:16px;padding-bottom:5px;
}
.portfolio_div img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  border-top:2px solid #000;
  border-bottom:2px solid #000;
}


.portfolio_text {padding:10px 0px 0px 10px; z-index:6;}
.portfolio_text a {
float:right;
padding:8px; padding-left:15px; padding-right:15px;
background:#44bfe8;
color:#fff;
border-top-left-radius: 2px;
border-bottom-right-radius: 2px;
margin-top:5px;
}
.portfolio_text a:hover {
color:#fff;
}



.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	margin-bottom:30px;
	overflow:hidden;
}
.da-thumbs li {
	float: left;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	overflow:hidden;
	width:100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #fff;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	text-align:center;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 50px 20px 20px 20px;
	font-weight: bold;
	color: #000;
	text-align:center;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.5);
	font-size:14px;
}
.da-thumbs li a div i {
	padding: 10px 20px;
	background:#44bfe8;
	color:#fff;
	margin-left:auto; margin-right:auto;
	border-radius:3px;
}






#filters {
	float: left;
	margin-top: 0px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 24px;
}
#filters ul li {
	display: inline;
	padding: 0 10px 0 0;
	float: left;
	
	
}
#filters ul li:first-child {background: none; }
#filters a {
	color: #777;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 8px 14px;
	border-bottom: 3px solid #eee;
}
#filters a:hover {
  color: #44bfe8 !important;
  border-bottom: 3px solid #44bfe8;
}
.selected {color: #44bfe8 !important; border-bottom: 3px solid #44bfe8;}



/* =============================================================== */
/* Portfolio navigation
================================================================ */
#portfolio-navigation {
	margin-top: 0px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
	margin-bottom: 0px;
	line-height: 24px;
	text-align:right;
	margin-top:20px;
}
#portfolio-navigation ul li {
	display: inline;
	padding: 0 0px 0 10px;
	
	
}
#portfolio-navigation ul li:first-child {background: none;}
#portfolio-navigation a {
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 7px 20px 7px 20px;
	border:2px solid #44bfe8;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
#portfolio-navigation a:hover {
	color: #fff;
	background: #44bfe8;
	border:2px solid #44bfe8;
}





/* =============================================================== */
/* Last from blog
================================================================ */

.blog-last {
  background:#F6F6F6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  text-align:left;
  margin-bottom:30px;
  
}
.blog-last h2 {
  font-size:14px;padding-bottom:5px;
  line-height:18px;
}
.blog-last img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  border-top:2px solid #000;
  position:relative;
}

.blog-last_text {padding:10px 10px 10px 10px;}



.i-icon-blog {
  color:#fff; 
  position:absolute;
  left:0; top:2px;
  z-index:10;
  background:#44bfe8;
  width:50px;
  height:40px;
  padding-top:10px;
  vertical-align:middle;
  text-align:center;
  display: block;
}

.last-blog-date {font-size:12px; padding-top:5px;}





/* =============================================================== */
/* Testimonials
================================================================ */
.cbp-qtrotator {
	position: relative;
	margin: 20px auto 20px auto;
	width: 100%;
	
}
.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 2px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}
.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}
.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}
.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}
.cbp-qtprogress {
	position: absolute;
	background: #000000;
	height: 2px;
	width: 0%;
	top: 0;
	z-index: 1000;
}
.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	text-align:center;
	background: none;
}
.cbp-qtrotator blockquote p {
	font-size: 17px;
	color: #888;
	font-weight: 300;
	margin: 10px;
}
.cbp-qtrotator blockquote footer {
	font-size: 13px;
	background:none;
	color: #888;
	margin:0px;
	padding:0px;
}

.cbp-qtrotator blockquote footer:before {
	content: '';
}
.cbp-qtrotator .cbp-qtcontent img {
	margin-left:auto; margin-right:auto;
	padding-top:10px;
	width:150px;
	text-align:center;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  
  filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);
}

.cbp-qtrotator .cbp-qtcontent img:hover {
	margin-left:auto; margin-right:auto;
	padding-top:10px;
	width:150px;
	text-align:center;
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  
  filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%);
}










.testimonialbox {
  padding: 0px 0px;
  float: left;
  font: italic 17px/22px Georgia, "Times New Roman", Times, serif;
  text-shadow: 1px 1px 0 #ffffff;
  border-radius:3px;
  behavior: url(css/PIE.htc);
  text-align:center;
  
}
.author-wrapper {
  width: 100%;
  margin-bottom: 0px;
  float: left;
}
.arrow-testimonialbox {
  float: left;
  margin-left: 25px;
  width: 0;
  height: 0;
  border-top: 30px solid #f2f2f2; 
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
}
.testimonialbox-name {
  float: center;
  margin: 0 8px;
  color: #44bfe8;
  padding-top: 5px;
  font-weight:bold;
  text-align:center;
}
.testimonialbox-name span {
  color: #ccc;
  font-weight: normal;
}



/* =============================================================== */
/* Clients
================================================================ */
.clients-box {
	margin: auto auto auto auto;
}




/* =============================================================== */
/* Divider with text
=============================================================== */
.section-title-back {
	background: url(../images/bg_noise_menu.png);
	height:2px;
	width:100%;
}
.section-title-back2 {
  line-height:32px;
  text-align:left;
}
.section-title-back2 span {
	background:#FFF;
  position:relative;
  bottom:-16px;
  padding:0 20px; padding-left:0;
  font-weight:bold;
  font-size:16px;
}
.section-title {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
}






/* =============================================================== */
/* Portfolio Styles
================================================================ */


/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
/**** Disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}
/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}



/* =============================================================== */
/* Team
================================================================ */
.team-code {
  padding-bottom:10px; padding-top:20px; 
  text-align:center;
  margin-left: auto; margin-right: auto;
  background:#F7F7F7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
  padding-left:10px; padding-right:10px;
  border-top:2px solid #222222;
  margin-bottom:20px;
}
.team-code-img {
  text-align:center;
  margin-left: auto; margin-right: auto;
}
.team-code-img img {
  margin-left: auto; margin-right: auto; text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url(css/PIE.htc);
  max-width:170px;
  
}
.team-code h2 {font-size:16px;}
.sub-icon-team { text-align:center; margin-left: auto; margin-right: auto; padding-bottom:15px;}






/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	
}
.notification p {margin: 0;}
.notification span {font-weight: bold;}
.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 14px 18px;
}
.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	padding: 14px 18px;
}
.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	padding: 14px 18px;
}
.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	padding: 14px 18px;
}






/* =============================================================== */
/* Footer widget
================================================================ */
/* Lasted post
==========================*/
.latest-post {margin-bottom: 15px; border-bottom:1px dotted #eee; padding-bottom:30px;}
.latest-post:last-child {border-bottom:0px dotted #eee;}
.latest-post p,
.latest-post a {
	margin: 0;
	line-height: 18px;
	font-weight:normal;
}
.latest-post a:hover {
	color: #606060;
}
.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
	font-size:12px;
	font-weight:normal;
}
.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border:0;
	height: 52px; width: 52px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.latest-post img:hover {}




/* Flickr
==========================*/
.flickr_image {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 14px 14px 0;
  overflow: hidden;
  padding: 0px;
  border:0;
  line-height: 0;
}
.flickr_image:hover {}
.flickr_image img {
  height: 40px;
  width: 40px;
}

.span3 .flickr_image {
  height: 46px;
  width: 46px;
  margin: 0 10px 10px 0;
}
.span3 .flickr_image img {
  height: 46px;
  width: 46px;
}







/* =============================================================== */
/* Drop cap
================================================================ */
.dropcap {
	background: #eaeaea;
	color: #777;
	display: inline-block;
	float: left;
	font-size: 23px;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 40px 0;
	text-align: center;
	width: 36px;
}



/* =============================================================== */
/* Pricing Styles
================================================================ */
.pricing .price-plan {
	position: relative;
	background: #000;
	margin-bottom:40px;
	-webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  behavior: url(css/PIE.htc);
}
.pricing .price-plan.most-popular {
	background: #44bfe8;
	margin-bottom:20px;
}
.pricing .price-plan h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
.pricing .price-plan h2:after {
	content: ' ';
	display: block;
	width: 222px;
	margin: 20px auto 0;
	height: 2px;
	background: white;
}
.pricing .price-plan .price {
	padding: 8px 0 30px 0;
}
.pricing .price-plan .price .inside {
	font-weight: 100;
	color: white;
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.pricing .price-plan .price .inside .super {
	font-size: 24px;
	position: relative;
	top: -60px;
	left: -7px;
}
.pricing .price-plan .price .inside .amt {
	letter-spacing: -4px;
	font-size: 40px;
	margin-right: 6px;
	font-weight: 300;
	margin-left: -5px;
}
.pricing .price-plan .price .inside .sub {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: -5px;
}
.pricing .price-plan .info {
	text-align: center;
}
.pricing .price-plan .info p {
	font-size: 12px;
}
.pricing .price-plan .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.pricing .price-plan .info ul li {
	font-size: 15px;
	line-height: 50px;
	color: #696969;
	background: #f7f7f7;
	border-top: solid 1px #e9e9e9;
	text-align: center;
}
.pricing .price-plan .info ul li a {
	line-height: 20px;
}

.pricing .price-plan .info ul li.feature-pages, .pricing .price-plan .info ul li.feature-bandwidth, .pricing .price-plan .info ul li.feature-storage, .pricing .price-plan .info ul li.feature-contributors {
	font-weight: bold;
	color: #222;
}
.pricing .price-plan .info ul li:first-child {
	padding-top: 10px;
	border-bottom: solid 0px #e9e9e9;
}
.pricing .price-plan .info ul li:last-child {
	padding-bottom: 10px;
}
.pricing .price-plan-standard {
	margin-left: 0;
}
.pricing .price-plan-standard .bubble .inside {
	text-indent: 12px;
}
.pricing .price-plan-standard .bubble .inside .amt {
	margin-left: 3px;
}
.pricing .price-plan-unlimited {
	margin-left: 30px;
}
.pricing .price-plan-unlimited .bubble .inside {
	text-indent: 8px;
}
.pricing .get-started {
	padding-left: 60px;
	padding-top: 115px;
}
.pricing .get-started h2, .pricing .get-started p {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
.pricing .get-started h2 {
	color: #1d1d1d;
}
.pricing .get-started p {
	color: #888;
}

.pricing .questions {
	padding: 90px 0 0 0;
	clear: both;
}
.pricing .questions .header h2 {
	background: #1d1d1d;
	padding: 30px 20px;
	color: white;
	font-weight: 100;
	font-size: 36px;
	display: block;
	width: auto;
	display: inline-block;
}
.pricing .questions h3 {
	color: #222;
	font-size: 16px;
	margin-top: 2em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 24px;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.pricing .questions p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}
.pricing .questions .column {
	width: 450px;
	float: left;
}
.pricing .questions .column-first {
	margin-right: 60px;
}



/* Call to action
==========================*/
.info-box {
	background: #44bfe8;
	padding: 18px 25px;
	margin: 0px 0 40px 0;
	color:#fff;
}
.info-box p {margin: 0; color:#fff;}
.info-box h4 {line-height: 24px; color:#fff;}
.info-box a {margin: 7px 0 0 0;}
.info-content {
  float: left;
}


/* Contact form
==========================*/
.wpcf7-form-control {width:95%;}



/* Full width light
==========================*/
.fullwidth-color { 
  position: relative; 
  margin-top:0px; margin-bottom:30px;
  background: #44bfe8; 
  color:#ffffff;
  z-index:-4;
  padding-left:40px; padding-right:40px;
  padding-top:60px; padding-bottom:60px;
} 
.fullwidth-color h1, .fullwidth-color h2, .fullwidth-color h3, .fullwidth-color h4, .fullwidth-color h5, .fullwidth-color h6 {color:#ffffff;}



/* Home page slider
==========================*/
#homepage_slider {
			height: 650px;
			overflow: hidden;
			margin-top: 0px;
		}
		#homepage_slider .mSButtons {
			height: 80%;
		}
		#homepage_slider .frame {
			width: 100%;
			height: 100%;
		}
		#homepage_slider .frame .slide_element {
			height: 100%;
		}
		#homepage_slider .frame .slide_element > div {
			float: left;
			height: 100%;
			overflow: hidden;
		}
		#homepage_slider .frame .mSCover img {
			max-width: none;
		}
		.infoBlock {
			position: absolute;
			top: 280px;
			right: 30px;
			left: auto;
			max-width: 40%;
			padding-bottom: 0;
			background: #fff;
			background: rgba(255, 255, 255, 0.6);
			overflow: hidden;
			padding: 20px;
			z-index: 1002;
		}
		.infoBlockLeftBlack {
			color: #000;
			background: #fff;
			background: rgba(255, 255, 255, 0.4);
			left: 90px;
			right: auto;
			opacity: 0;
		}
		.infoBlock h4 {
			font-size: 20px;
			font-weight: 600;
			line-height: 1.2;
			margin: 0;
			padding-bottom: 3px;
			color:#000;
		}
		.infoBlockLeftBlack2 {
			color: #fff;
			background: #000;
			background: rgba(0, 0, 0, 0.4);
			left: 90px;
			right: auto;
			opacity: 0;
		}
		.infoBlockLeftBlack2 h4 {
			font-size: 20px;
			font-weight: 600;
			line-height: 1.2;
			margin: 0;
			padding-bottom: 3px;
			color:#fff;
		}
		.infoBlock2 {
			top: 90px;
			left: 100px;
		}
		
		.infoBlock p {
			font-size: 16px;
			font-weight: 300;
			margin: 4px 0 0;
		}
		
		

		
		
		
