body
{
	font-family: 'Open Sans',sans-serif;
}
a
{
	color: #000;
}
a:hover
{
	color: #333;
}
a:link,a:visited,a:active
{
	outline: 0;
}
p
{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}
.no-padding
{
	padding: 0;
}
.space10
{
	margin-bottom: 10px;
}
.space15
{
	margin-bottom: 15px;
}
.space20
{
	margin-bottom: 20px;
}
.space25
{
	margin-bottom: 25px;
}
.space30
{
	margin-bottom: 30px;
}
.space35
{
	margin-bottom: 35px;
}
.space40
{
	margin-bottom: 40px;
}
.space50
{
	margin-bottom: 50px;
}
.space60
{
	margin-bottom: 60px;
}
.space70
{
	margin-bottom: 70px;
}
.space80
{
	margin-bottom: 80px;
}
.space90
{
	margin-bottom: 90px;
}
.header
{
	background: #000;
}
.logo h1
{
	font-size: 25px;
	margin: 0;
	padding: 18px 0;
}
.logo h1 a
{
	color: #fff;
}
.logo h1 a span
{
	color: #00a8ec;
}
.top-nav
{
	display: table;
	float: right;
}
.top-nav li
{
	float: left;
	margin: 20px 15px 5px;
}
.top-nav li a
{
	color: #fff;
}
.select-menu
{
	background: 0;
	border: 0;
	display: none;
	padding: none;
}
@media(max-width:767px)
{
	.top-nav
	{
		display: none;
		margin: 0;
	}
	.select-menu
	{
		background: #000;
		border: 1px solid #252525;
		color: #fff !important;
		display: block;
		font-family: Open Sans,Arial;
		font-size: 12px;
		height: 34px;
		margin: 10px auto 20px;
		padding: 5px;
		width: 85%;
	}
}
.top-social
{
	display: table;
	float: right;
	margin-left: 10px;
}
.top-social li
{
	background: #444;
	border-radius: 50%;
	color: #000;
	float: left;
	height: 22px;
	line-height: 21px;
	margin-left: 5px;
	margin-top: 22px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 22px;
}
.top-social li a
{
	color: #000;
	font-size: 12px;
}
.top-social li:hover a
{
	color: #fff;
	font-size: 12px;
}
.top-tweet:hover
{
	background: #3fbcef;
}
.top-fb:hover
{
	background: #314396;
}
.top-dribble:hover
{
	background: #ed6c9e;
}
.top-skype:hover
{
	background: #00a8ec;
}
.slider-top
{
	background: url(../images/bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.top-content h3
{
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin: 55px 0 20px;
	text-align: center;
}
.top-content p
{
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	width: 93%;
}
.top-content form
{
	background: rgba(255,255,255,0.1);
	border-radius: 25px;
	box-shadow: 0 0 0 2px rgba(0,0,0,.1);
	height: 50px;
	margin: 30px auto 0;
	overflow: hidden;
	webkit-border-radius: 25px;
	webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.1);
	width: 350px;
}
.top-content input
{
	background: 0;
	border: 0;
	float: left;
	font-size: 14px;
	height: 50px;
	margin-left: 25px;
	outline: 0;
	padding: 14px 0;
	width: 190px;
}
.top-content input:focus
{
	background: 0;
	color: #fff;
}
.top-content form a
{
	background: #5bba0e;
	background: linear-gradient(to bottom,#5bba0e 0,#299a0b 100%);
	background: -moz-linear-gradient(top,#5bba0e 0,#299a0b 100%);
	background: -ms-linear-gradient(top,#5bba0e 0,#299a0b 100%);
	background: -o-linear-gradient(top,#5bba0e 0,#299a0b 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#5bba0e),color-stop(100%,#299a0b));
	background: -webkit-linear-gradient(top,#5bba0e 0,#299a0b 100%);
	border: 0 none;
	border-radius: 25px 25px 25px 25px;
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bba0e',endColorstr='#299a0b',GradientType=0);
	float: right;
	font-size: 1.2em;
	height: 38px;
	line-height: 38px;
	margin: 6px 6px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	width: 118px;
}
.top-content form a span
{
	font-family: Open Sans;
	font-size: 13px;
	font-weight: 700;
	margin-left: 6px;
	text-transform: uppercase;
}
.top-content form a:hover
{
	background: #299a0b;
	background: linear-gradient(to bottom,#299a0b 0,#5bba0e 100%);
	background: -moz-linear-gradient(top,#299a0b 0,#5bba0e 100%);
	background: -ms-linear-gradient(top,#299a0b 0,#5bba0e 100%);
	background: -o-linear-gradient(top,#299a0b 0,#5bba0e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#299a0b),color-stop(100%,#5bba0e));
	background: -webkit-linear-gradient(top,#299a0b 0,#5bba0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#299a0b',endColorstr='#5bba0e',GradientType=0);
}
#services
{
	padding: 100px 0 0;
}
.services-info .ico
{
	color: #fff;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.services-info .ico a
{
	color: #fff;
}
.services-info .desc
{
	text-align: center;
}
.services-info .desc h4
{
	color: #00a8ec;
	font-size: 22px;
	font-weight: 300;
	margin: 35px 0 15px;
}
.services-info .desc p
{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 25px;
}
#about,#gallery,#features
{
	padding: 60px 0 0;
}
.about-info h4
{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -0.8px;
	line-height: 35px;
	margin: 0 0 20px;
}
.about-info p
{
	font-size: 15px;
	line-height: 22px;
}
.list
{
	margin-bottom: 20px;
}
.list li
{
	background: url(../images/tick.png) no-repeat left center;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-top: 5px;
}
.download-btn
{
	background: #7abcff;
	background: linear-gradient(to bottom,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -moz-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7abcff),color-stop(44%,#60abf8),color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	border: 1px solid #4a92d7;
	border-radius: 25px;
	color: #fff;
	display: table;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',endColorstr='#4096ee',GradientType=0);
	font-weight: 700;
	margin: 0;
	padding: 13px 20px;
	position: relative;
	text-transform: uppercase;
}
.download-btn:hover
{
	background: #4096ee;
	background: linear-gradient(to bottom,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -moz-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -ms-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -o-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4096ee),color-stop(56%,#60abf8),color-stop(100%,#7abcff));
	background: -webkit-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee',endColorstr='#7abcff',GradientType=0);
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.portfolio_thumb
{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.gallery li div
{
	line-height: 0;
	margin-bottom: 20px;
}
.portfolio-inner
{
	background: rgba(0,0,0,0.4);
	display: block;
	height: 100%;
	left: 0;
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	position: absolute;
	top: 100%;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
	width: 100%;
}
.gallery li div:hover .portfolio-inner
{
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	top: 0;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
}
.overlay
{
	display: block;
	left: 0;
	position: absolute;
	top: 10px;
	z-index: 1;
}
.overlay-tag
{
	background: #fff;
	border-radius: 3px;
	bottom: 15px;
	color: #00a8ec;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	padding: 1px 12px;
	position: absolute;
	right: 13px;
	text-transform: uppercase;
	z-index: 1;
}
.title
{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	left: 15px;
	line-height: normal;
}
span.portfolio-inner
{
	background: url(../images/overlay-ico.png) no-repeat center center rgba(198,25,0,0.8);
}
.slidewrap
{
	margin-top: -10px;
}
.slidewrap .carousel
{
	padding: 0;
}
.slidewrap .carousel li,.slidewrap .carousel a
{
	display: block;
	float: left;
}
.slidewrap2 .carousel .carousel-active-tab a
{
	background: #777;
}
.slidecontrol li a.next
{
	background: url(../images/next1_active.png) no-repeat center;
	display: table;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: -20px;
	top: -25px;
}
.slidecontrol li a.prev
{
	background: url(../images/prev1_active.png) no-repeat center;
	display: table;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 20px;
	top: -25px;
}
.slidecontrol li a.next,.slidecontrol li a.prev
{
	cursor: pointer;
	display: block;
	height: 16px;
	text-indent: -999em;
	width: 16px;
}
.slidecontrol li a.next.carousel-disabled
{
	background: url(../images/next1.png) no-repeat center;
	cursor: default;
	display: block;
}
.slidecontrol li a.prev.carousel-disabled
{
	background: url(../images/prev1.png) no-repeat center;
	cursor: default;
	display: block;
}
#pricing
{
	padding: 40px 0 0;
}
.pricing1
{
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 0;
	float: left;
	position: relative;
	top: 25px;
	width: 30%;
	z-index: 99;
}
.pricing2
{
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #c2c2c2;
	float: left;
	position: relative;
	width: 40%;
	z-index: 999;
}
.pricing3
{
	border: 1px solid #d2d2d2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 0;
	float: left;
	position: relative;
	top: 25px;
	width: 30%;
	z-index: 99;
}
.plan-title
{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin-top: 35px;
	text-align: center;
}
.plan-price
{
	font-size: 60px;
	font-weight: 300;
	margin: 30px 0 20px;
	text-align: center;
}
.plan-features
{
	margin-top: 15px;
}
.plan-features ul li
{
	color: #777;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
}
.buy-now
{
	background: #eee;
	background: linear-gradient(to bottom,#eee 0,#ccc 100%);
	background: -moz-linear-gradient(top,#eee 0,#ccc 100%);
	background: -ms-linear-gradient(top,#eee 0,#ccc 100%);
	background: -o-linear-gradient(top,#eee 0,#ccc 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eee),color-stop(100%,#ccc));
	background: -webkit-linear-gradient(top,#eee 0,#ccc 100%);
	border: 1px solid #ccc;
	border-radius: 25px;
	color: #999;
	display: table;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
	font-weight: 700;
	margin: 0 auto;
	padding: 12px 20px;
	position: relative;
	text-transform: uppercase;
	top: 15px;
}
.buy-now:hover
{
	background: #c8d7dc;
	background: linear-gradient(to bottom,#c8d7dc 0,#e3eaed 63%,#f2f5f6 100%);
	background: -moz-linear-gradient(top,#c8d7dc 0,#e3eaed 63%,#f2f5f6 100%);
	background: -ms-linear-gradient(top,#c8d7dc 0,#e3eaed 63%,#f2f5f6 100%);
	background: -o-linear-gradient(top,#c8d7dc 0,#e3eaed 63%,#f2f5f6 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8d7dc),color-stop(63%,#e3eaed),color-stop(100%,#f2f5f6));
	background: -webkit-linear-gradient(top,#c8d7dc 0,#e3eaed 63%,#f2f5f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8d7dc',endColorstr='#f2f5f6',GradientType=0);
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.plan-title-sp
{
	color: #00a8ec;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin-top: 40px;
	text-align: center;
}
.bvalue
{
	background: url(../images/bvalue.png) no-repeat;
	height: 108px;
	position: absolute;
	right: -5px;
	top: -6px;
	width: 108px;
}
.plan-price-sp
{
	font-size: 75px;
	font-weight: 300;
	margin: 30px 0 20px;
	text-align: center;
}
.plan-features-sp
{
	margin-top: 15px;
}
.plan-features-sp ul li
{
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
}
.buy-now-sp
{
	background: #7abcff;
	background: linear-gradient(to bottom,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -moz-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7abcff),color-stop(44%,#60abf8),color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	border: 1px solid #4a92d7;
	border-radius: 25px;
	color: #fff;
	display: table;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',endColorstr='#4096ee',GradientType=0);
	font-weight: 700;
	margin: 0 auto;
	padding: 13px 20px;
	position: relative;
	text-transform: uppercase;
	top: 15px;
}
.buy-now-sp:hover
{
	background: #4096ee;
	background: linear-gradient(to bottom,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -moz-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -ms-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -o-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4096ee),color-stop(56%,#60abf8),color-stop(100%,#7abcff));
	background: -webkit-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee',endColorstr='#7abcff',GradientType=0);
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.features-content
{
	margin-bottom: 20px;
}
.features-content .ico
{
	background: #fff;
	border: 2px solid #000;
	border-radius: 50%;
	color: #000;
	float: left;
	font-size: 20px;
	height: 45px;
	line-height: 42px;
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	text-align: center;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
	width: 45px;
}
.features-content:hover .ico
{
	background: #fff;
	border: 2px solid #00a8ec;
	color: #00a8ec;
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
}
.features-content:hover
{
	cursor: pointer;
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
}
.features-content:hover h4
{
	color: #00a8ec !important;
	moz-transition: all .4s ease-in-out;
	o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	webkit-transition: all .4s ease-in-out;
}
.features-desc
{
	margin-left: 65px;
}
.features-desc h4
{
	font-size: 18px;
	letter-spacing: -0.4px;
	margin: 0 0 10px;
}
.features-desc p
{
	line-height: 20px;
}
#team
{
	padding: 50px 0 100px;
}
.thumb
{
	border-radius: 3px;
}
.team-info h4
{
	font-size: 21px;
	font-weight: 600;
	margin: 20px 0 7px;
}
.team-info h5
{
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}
.team-info p
{
	color: #777;
	line-height: 18px;
	margin: 15px 0;
}
.team-social li
{
	float: left;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 20px;
}
.team-social li a
{
	color: #aaa;
}
.team-social li a:hover
{
	color: #00a8ec;
}
.social-inner
{
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#wrap2
{
	background: #00a8ec;
	padding: 50px 0 70px;
}
.clients
{
	background: #454545;
	padding: 40px 0;
}
.clients img
{
	display: table;
	margin: 0 auto;
}
.content-head
{
	margin: 0 0 60px;
}
.content-head h2
{
	color: #a5a5a5;
	font-family: Montserrat,Sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.line
{
	background: #aaa;
	height: 1px;
	margin: 0 auto;
	width: 17%;
}
#wrap3
{
	padding: 85px 0 0;
}
#wrap3 h3
{
	color: #a5a5a5;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.cblue
{
	color: #00a8ec;
}
#contact
{
	padding: 20px 0 100px 0;
}
#contactForm
{
	height: auto;
	padding: 0;
	width: 100%;
}
.statusMessage,.successmessage,.errormessage
{
	display: none;
	height: auto;
	margin: 25px auto 0;
	margin: auto;
	width: 100%;
}
.success-ico,.error-ico
{
	padding-top: 0;
}
.statusMessage p
{
	color: #000;
	margin: 0;
	padding: 20px;
}
.successmessage p
{
	color: #000;
	margin: 0 0 0 35px;
	padding: 0;
}
.success-ico
{
	color: #00b034;
	float: left;
	font-family: 'HeydingsCommonIconsRegular';
	font-size: 25px;
	margin-top: 0;
	padding-right: 10px;
}
.error-ico
{
	color: red;
	float: left;
	font-family: 'HeydingsCommonIconsRegular';
	font-size: 25px;
	margin-top: 0;
	padding-right: 10px;
}
.errormessage p
{
	color: #000;
	margin: 0 0 0 35px;
	padding: 0;
}
#contactForm ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contactForm ul li
{
	margin: .9em 0 0 0;
}
#contactForm input,#contactForm label
{
	line-height: 1em;
}
input,textarea
{
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.1) 0 1px 4px inset;
	display: block;
	font-size: 13px;
	moz-border-radius: 3px;
	moz-box-shadow: rgba(0,0,0,.1) 0 1px 4px inset;
	webkit-border-radius: 3px;
	webkit-box-shadow: rgba(0,0,0,.1) 0 1px 4px inset;
	width: 100%;
}
textarea
{
	line-height: 1.5em;
}
#contactForm *:focus
{
	box-shadow: none;
	moz-box-shadow: none;
	outline: 0;
	webkit-box-shadow: none;
}
input[type="submit"]
{
	padding: 6px 15px;
}
input[type="submit"]:hover,input[type="submit"]:active
{
	border: 1px solid #0594ce;
}
.button-contact
{
	background: #7abcff;
	background: linear-gradient(to bottom,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -moz-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -ms-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -o-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7abcff),color-stop(44%,#60abf8),color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,#7abcff 0,#60abf8 44%,#4096ee 100%);
	border: 1px solid #4a92d7;
	border-radius: 25px;
	color: #fff;
	display: table;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff',endColorstr='#4096ee',GradientType=0);
	float: right;
	font-family: Open Sans;
	font-weight: 700;
	margin-right: 15px;
	position: relative;
	text-transform: uppercase;
	width: 100px;
}
.button-contact:hover
{
	background: #4096ee;
	background: linear-gradient(to bottom,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -moz-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -ms-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -o-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4096ee),color-stop(56%,#60abf8),color-stop(100%,#7abcff));
	background: -webkit-linear-gradient(top,#4096ee 0,#60abf8 56%,#7abcff 100%);
	color: #fff;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee',endColorstr='#7abcff',GradientType=0);
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
#contact-wrap
{
	width: 100%;
}
.success-ico,.error-ico
{
	padding-top: 0;
}
.contact-info
{
	margin-top: 25px;
}
.contact-info p
{
	font-size: 14px;
	line-height: 22px;
}
.contact-info .ico
{
	margin-right: 15px;
}
.contact-info ul li
{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer
{
	background: #333;
	padding: 15px 0 10px;
}
.footer p
{
	color: #fff;
	font-size: 15px;
	margin: 0;
	text-align: center;
}
.footer p span,.footer p a
{
	color: #fff;
	font-weight: 700;
}
.page-head
{
	background: url(../images/bg.jpg) no-repeat center;
	padding: 40px 0;
}
.page-head h4
{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px;
	text-align: center;
}
.page-head p
{
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.page-content
{
	padding: 75px 0;
}
.page-img
{
	border: 1px solid #d2d2d2;
	padding: 5px;
}
.page-content h3
{
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 25px 0;
}
.page-content p
{
	font-size: 14px;
}
#back-top
{
	bottom: 30px;
	position: fixed;
	right: 20px;
}
#back-top a
{
	moz-transition: 1s;
	transition: 1s;
	webkit-transition: 1s;
	width: 60px;
}
#back-top a:hover
{
	color: #000;
}
#back-top span
{
	background: url(../images/back-top.png) no-repeat center center;
	display: block;
	filter: alpha(opacity = 50);
	height: 60px;
	margin-bottom: 7px;
	moz-transition: 1s;
	opacity: .5;
	transition: 1s;
	webkit-transition: 1s;
	width: 60px;
}
#back-top a:hover span
{
	opacity: 1;
}
@media only screen and (max-width:767px)
{
	.top-social
	{
		margin-top: -60px;
	}
	.top-content h3
	{
		font-size: 30px;
	}
	.top-content p
	{
		display: none;
	}
	.services-info
	{
		margin-bottom: 25px;
	}
	.pricing1
	{
		border-right: 1px solid #d2d2d2;
		float: none;
		margin-bottom: 40px;
		top: 0;
		width: 100%;
	}
	.pricing2
	{
		float: none;
		margin-bottom: 40px;
		top: 0;
		width: 100%;
	}
	.pricing3
	{
		border-right: 1px solid #d2d2d2;
		float: none;
		top: 0;
		width: 100%;
	}
	.team-main
	{
		margin: 0 auto 25px;
		width: 260px !important;
	}
	.mb-nop
	{
		padding: 0 !important;
	}
}
@media only screen and (max-width:479px)
{
	.top-content form
	{
		margin: 25px auto;
		width: 280px;
	}
	.top-content input
	{
		width: 120px;
	}
	.top-content form a
	{
		width: 118px;
	}
}


/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  /*width: 25%;*/
  overflow: hidden;
  margin:15px;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#contenitore .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#contenitore .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#contenitore .img.hover .overlay {
  height: 100%;
}