@charset "utf-8";

/* ============================== */
/* 
	- Title: Simplify 
	- Autor: Coralix Themes
	- Email: coralixthemes@gmail.com
	- Version: 1.0
*/
/* ============================== */



/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*carousel.css*/
@import url("carousel/flexslider.css");
/*slide.css*/
@import url("slide/camera.css");
/*Tables.css*/
@import url("tables/style.css");
/*Icons*/
@import url("font/fontello.css");
/*Animations*/
@import url("animations/animate.css");
/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");



/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 16px;	
	font-family: 'Montserrat', sans-serif;
	line-height:26px;
	color:#8f9394;
	position: relative;
	font-weight:normal;	 	
}
a{
	color: #c6c8c8;
	 outline: 0;
}
a:hover{
	color: #26a3ea;
	 outline: 0;
}
a:hover, a:active, a:focus {
 text-decoration: none;	
}
p{
	margin:0 0 20px 0;
	padding: 0;	
}
h1 {font-size:36px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #747778;	
}
img{
	width: 100%;
}
/*  Transitional elements
================================================== */

.social ul li,
nav ul li a,
.language a,
.head_info .button,
.is-sticky li a,
.is-sticky .language a,
#pricing .dg-center .button,
input.button,
.contact input.button				
	{ 
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 50px;
}
.head_info .button{
	width: auto;
	background-color: #1f83bd;
	border:5px solid #1f83bd;
	color: #fff;	
	padding: 20px 40px;
	font-size: 21px;
	line-height: 31px;
	margin: 30px 0;
}

.head_info .button:hover{
	background-color: transparent;
	border:5px solid #fff;
	color: #fff;	
}
.title{
	position: relative;
	margin-bottom: 35px;
	line-height: 46px;
	font-weight: normal;
}
.title .underline-heading {
	height: 5px;
	left: 0;
	background:  #b1b7b8;
	bottom: 0;
	width: 80px;
	position: absolute;
}
.subtitle{
	margin-bottom: 30px;
}
.subtitle h5{
	padding: 0;
	font-weight: normal;
}
.color_title{
	color: #26a3ea;	
}





/* Head ----------------------------*/

.logo img{
	width: auto;
}
.social ul{
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	text-align: right;
}
.social ul li{
	display: inline-block;
	border: 2px solid #d5d6d5;
	padding: 8px 11px;
	border-radius: 50%;
	margin-left: 10px;
	text-align: center;
}
.social ul li:hover{	
	border: 2px solid #26a3ea;
}
.social ul li:hover i{	
	color: #26a3ea;	
}
.head{
	padding: 30px 0;
}



/* Menu Nav ------------------------------------*/

.tinynav{ 
	display: none 
}
.is-sticky{
	background-color: #26a3ea;
	width: 100%;
	padding:14px 0 10px 0;
	z-index: 99999;
}
.is-sticky li {
	padding: 0;
}
.is-sticky .language{
	padding: 0;
}
.is-sticky .language a{
	color: #fff;
	outline: 0;
	font-size:12px;
}
.is-sticky .language a:hover{
	opacity: 0.8;
	outline: 0;
}
.is-sticky li a{
	color: #fff;
	outline: 0;
}
.is-sticky li a:hover{
	opacity: 0.8;
	outline: 0;
}
nav{
	padding: 10px 0;
	float: right;
}
nav ul{
	margin: 0;			
	list-style: none;
	height: 35px;
}
nav ul li{
	list-style: none;		
	float: left;
	margin:0;	
	margin:0 0 0 30px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #555;
	height: 35px;
	line-height: 35px;
}
nav ul li a{
	text-align: center;
	color: #737778;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul li.current a { color: #26A3EA; }
nav ul li:first-child{
	margin:0;	
}

.language{	
	text-align: right;
	text-transform: uppercase;
	font-size:12px;
}



/* head_info ------------------------------------*/

.head_info{
	background: #26a3ea url("../img/background-color.jpg") no-repeat center center;
	padding: 0;	
}
.head_info h1{
	font-size:50px;
	line-height: 60px;
	margin-top: 40px;
	color:#fff;
}
.head_info h5{
	font-size:26px;
	line-height: 36px;
	margin-bottom: 15px;
	color:#fff;
}
.head_info p{
	font-weight: bold;
	color:#fff;
}

/* page_title --------------------------------------*/

.page_title { background: #26A3EA; }
.page_title h1 { color: #fff; padding: 30px 0; font-size: 30px; }


/* Section Area ------------------------------------*/

.section_area{
	background-color: #fff;
	padding: 40px 0 0 0;		
	position: relative;	
	overflow: hidden;
}
.resalt{
	background-color: #f0f0f0;
	border-bottom: 3px solid #e5e5e5;
	margin-top: 0px;
	padding: 55px 0 70px 0;
}
.image_resalt{
	overflow: hidden;
}
.resalte{
	position: relative;
	right: -1000px;
}

ul.services { margin: 0; padding: 0; list-style: none; }
ul.services > li { float: left; width: 30%; margin-right: 5%; text-align: center; padding-bottom: 30px; }
ul.services > li.last { margin-right: 0; }
ul.services > li h2 { font-size: 20px; padding: 15px 0; }
ul.services > li p { line-height: 25px; }
ul.services > li img { width: 45%; }

.section_area h1 {
	font-size: 30px;
}

.left_content { width: 64%; float: left; }
.left_content article { padding-bottom: 20px; font-size: 15px; }
.left_content article h2 { font-size: 22px; }
.left_content ul { margin-bottom: 20px; }
.left_content article ol li { list-style: decimal outside none; }
.left_content article ul li { list-style: disc outside none; }
.left_content article li { margin-left: 15px; padding: 5px 0; margin: 0; line-height: 24px; }
.video-wrapper { border: 1px solid #e5e5e5; padding: 7px; border-radius: 3px; }
.map_wrap { margin-bottom: 30px; border: 1px solid #e5e5e5; padding: 7px; border-radius: 3px; height: 300px; }
.map_wrap iframe { float: left; }
.main_features { padding-top: 40px; }
.main_features .left { width: 35%; float: left; border: 1px solid #E5E5E5; padding: 6px; border-radius: 3px; }
.main_features .right { width: 55%; float: right; }
.main_features h2 { font-size: 24px; }
.main_features > .row-fluid { padding: 30px 0; }
ul.features-content { margin: 0; padding: 0; list-style: none; }
ul.features-content > li { width: 22%; margin-right: 4%; float: left; padding: 20px 0; }
ul.features-content > li:nth-child(4n) { margin-right: 0; }
ul.features-content > li:nth-child(4n+1) { clear: both; }
ul.features-content h2 { font-size: 18px; line-height: 22px; padding: 15px 0 10px; }
ul.features-content p { font-size: 14px; line-height: 20px; margin: 0; }
#sidebar { width: 30%; float: right; }
#sidebar h2 { font-size: 22px;}
#sidebar ul { list-style: none; margin: 0; }
#sidebar .item_testimonial { margin-bottom: 20px; }
#sidebar .line_commnet { bottom: 33px; top: auto; }
#sidebar h3 { font-size: 20px; }
#sidebar h4 { font-size: 20px; }
#sidebar ul {}
#sidebar ul li { padding: 7px 0; }
#sidebar a { color: #26a3ea; }
#sidebar a:hover { text-decoration: underline; }
#sidebar .imgborder { border: 1px solid #e5e5e5; padding: 6px; border-radius: 3px; margin-bottom: 20px; }
#sidebar .app-features img { display: inline; float: left; margin: 3px 15px 12px 0; width: auto; }
#sidebar .app-features p { font-size: 13px; line-height: 25px; clear: both; padding-top: 10px; }

/* Galley ------------------------------------*/

.flexslider .gallery li img{
	width: 100%;
	margin: 0;
}
.flexslider .gallery li{
	padding: 5px;
	max-width: 296px;
	border:solid 1px #eee;
	border-radius: 3px;
	position: relative;
}
.overlay{
	position: absolute;	
	left: 0;
	top: -301px;	
	width: 97%;
	background: #2292d2 url("../img/more.png") no-repeat center center;
	background: rgba(34, 146, 210,0.7) url("../img/more.png") no-repeat center center;
	height: 97%;
	margin: 1.5%;	
	z-index: 9999;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.flexslider .gallery li:hover .overlay{
	top: 0;
	cursor: pointer;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



/* Testimonials ------------------------------------*/

.item_testimonial{
	position: relative;
	margin-bottom: 50px;
}
.line_commnet{
	height: 3px;
	width: 100%;
	background: #eaeaea;
	position: absolute;
	top: 33px;
	z-index: 0;
}
.item_testimonial p{
	font-style: italic;
	margin: 0;
	position: relative;
	background: url("../img/comment.png") no-repeat 0 0;
	text-indent: 35px;
	line-height: 26px;
}
.image_testimonial{
	overflow: hidden;
	border-style: solid;
	border-color: #fff;
	border-width: 20px 10px;
	width: 60%;
	margin: 0 auto;	
	z-index: 2;
	position: relative;
}
.item_testimonial img{
}
.info_testimonial{
	position: absolute;
	text-align: center;
	color: #fff;
	background: #2292d2;
	background: rgba(34, 146, 210,0.7);
	top: -300px;
	border-radius: 50%;
	height: 99%;
	width: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.info_testimonial h5{
	color: #fff;
	padding-top: 30%;
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
.image_testimonial:hover .info_testimonial{
	top: 0;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.comment{
	background: url("../img/comment.png") no-repeat;
	width: 26px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 40%;
}

/* Pricing Tables ------------------------------------*/

.item_princing{
	text-align: center;
	border:solid #ececec 1px;	
}
.item_princing h2{
	background-color: #c6c6c6;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 20px;
}
.item_princing h1{
	font-size: 70px;
	line-height: 80px;
	padding: 0;
	margin: 0;
}
.item_princing h1 span{
	font-size: 20px;
}
.item_princing ul{
	list-style: none;
	margin:0;
	text-align: center;
	margin-bottom: 30px;
}
.item_princing ul li{
	line-height: 22px;
	padding-top: 10px;
	font-size: 15px;
}
.item_princing ul li.nomark { font-size: 13px; padding: 0; color: #636667; }
.item_princing .info{
	padding: 10px 20px;
}
#pricing .item_princing .button{
	padding: 8px 25px;
	margin: 30px 0;
	color:#fff;
	background-color: #ccc;
	border:5px solid #ccc;
}
#pricing .dg-center .button{
	padding: 8px 25px;
	margin: 30px 0;
	color:#fff;
	background-color: #26a3ea;
	border:5px solid #26a3ea;
}
#pricing .item_princing .button:hover {
	background-color: transparent;
	border:5px solid #2292d2;
	color: #26a3ea;	
}
#pricing{
	padding-bottom: 100px;
}

/* Newsletter ------------------------------------*/

.newsletter{
	margin: 30px 0;
	border: 3px solid #f5f5f5;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(245, 245, 245, 0.8);
}
.newsletter input{
	background-color: #f5f5f5;
	border: 1px solid #ededed;
	height: 45px;
	width: 90%;
	margin: 0;
}
form{
	margin: 0;
}
input.button{
	width: auto;
	background-color: #26a3ea;
	border:5px solid #26a3ea;
	color: #fff;	
	padding: 8px 20px;
	font-size: 21px;
	line-height: 31px;
	margin: 25px 0 0 0;
	height: auto;
}
input.button:hover{
	background-color: transparent;
	border:5px solid #2292d2;
	color: #26a3ea;	
}


.contact{
	border: 3px solid #f5f5f5;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(245, 245, 245, 0.8);
}
.input_form{
	margin-bottom: 20px;
}
.contact input{
	background-color: #f5f5f5;
	border: 1px solid #ededed;
	height: 45px;
	width: 98%;
	margin: 0;
}
textarea{
	background-color: #f5f5f5;
	border: 1px solid #ededed;
	height: 140px;
	width: 98%;	
}
.contact input.button{
	width: auto;
	background-color: #26a3ea;
	border:5px solid #26a3ea;
	color: #fff;	
	padding: 8px 20px;
	font-size: 21px;
	line-height: 31px;
	margin: 25px 0 0 0;
	height: auto;
}
.contact input.button:hover{
	background-color: transparent;
	border:5px solid #2292d2;
	color: #26a3ea;	
}
.contact .text_right{
	margin: 0;
}

/* Footer --------------------------------------------------------------- */

footer { background: #f0f0f0; margin-top: 40px; padding: 30px 0; }
footer h3 { font-size: 20px; font-weight: normal; position: relative; }
footer h3:before { background: #ccc; content: ""; font-size: 0; height: 3px; line-height: 0; position: absolute; right: 0; top: 20px; width: 100%; }
footer h3 span { background: #f0f0f0; padding-right: 10px; position: relative; }
footer a { color: #8f9394; }
footer a:hover { color: #26a3ea; }
footer .logo2 { padding: 5px 0 15px; height: 30px; display: table-cell; vertical-align: middle; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer .footer-items {}
footer .footer-items > li { float: left; width: 22%; margin-left: 4%; }
footer .footer-items > li.first { margin-left: 0; }
footer .footer-items ul {}
footer .footer-items ul > li { line-height: 30px; }
footer a { color: #8f9394; }
footer .button { 
	display: inline-block;
	background-color: #1F83BD;
    border: 5px solid #1F83BD;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
    width: auto;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

footer .button:hover{
	background-color: transparent;
	border:5px solid #8F9394;
	color: #8F9394;	
}

/* Copyright ----------------------------------------------------------- */

.copyright{
	border-top: 3px solid #E5E5E5;
	padding: 20px 0 0 0;	
}
.copyright p a { color: #747778; padding-left: 7px; }
.copyright p a:hover { color: #26a3ea; }



/* ---------------------------------------------------------------------- */
/*	Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1200px) {
	.section_area h1 { font-size: 27px; }
	.main_features h2 { font-size: 20px; }
	.item_princing h2 { font-size: 18px; }
	#sidebar .app-features img { margin-bottom: 30px; }
	#sidebar .app-features p { line-height: 23px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	nav { padding: 0; }
	nav ul { height: 37px; }
	nav ul li { margin: 0 0 0 20px; height: 37px; line-height: 37px; }
	nav ul li a { font-size: 14px; }
	.section_area h1 { font-size: 20px; line-height: 30px; }
	ul.services > li h2 { font-size: 18px; }
	ul.services > li p { font-size: 15px; line-height: 22px; }
	.main_features h2 { font-size: 18px; }
	.main_features p { font-size: 15px; line-height: 24px; }
	.map_wrap { height: 250px; }
	#sidebar h2 { font-size: 20px; }
	#sidebar p { font-size: 14px; line-height: 22px; }	
	
	footer .footer-items > li { float: left; width: 46%; margin-left: 0; }	
	footer .footer-items > li.second, footer .footer-items > li.last { float: right; } 
	footer .footer-items > li.second { padding-bottom: 20px; }
	footer .footer-items > li.third { clear: both; }
	.image_testimonial { width: 70%; }
	.copyright { font-size: 14px; }
}

@media handheld, only screen and (max-width: 979px) {
	ul.features-content > li { width: 30%; margin-right: 5%; }
	ul.features-content > li:nth-child(4n) { margin-right: 5%; }
	ul.features-content > li:nth-child(3n) { margin-right: 0; }
	ul.features-content > li:nth-child(4n+1) { clear: none; }
	ul.features-content > li:nth-child(3n+1) { clear: both; }
	#sidebar .app-features img { margin-bottom: 3px; }
	#sidebar .app-features p { line-height: 22px; }
}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

	nav { float: none; padding: 20px 0 0; }
	nav ul { text-align: center; }
	nav ul li { float: none; display: inline-block; }
	.logo {
		text-align: center;
	}
	.social ul {
    	text-align: center;
	}	
	.head_info {
   	 	margin-top: 0px;
	}
	.language {
    	text-align: center;
	}
	.head_info h1 {
		font-size: 32px;
		line-height: 32px;
		margin-top: 10px;
	}
	.head_info h5 {
		font-size: 25px;
		line-height: 25px;
	}
	.head_info .button {
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 0;
		 width:50%;
	}

	.page_title h1 { font-size: 20px; padding: 20px 0; }
	.left_content { width: 100%; float: none; }
	#sidebar { width: 100%; float: none; padding-top: 20px; }
	#sidebar h2 { font-size: 26px; }
	#sidebar .item_testimonial { margin-bottom: 30px; }
	
	/*Section*/
	.section_area {
    	padding: 60px 0 0;
	}
	.section_area .title {
		font-size: 26px;
		font-weight: normal;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.section_area p {
		font-size: 14px;
		font-weight: normal;
	}
	.dg-wrapper {
		width: 340px;
	}
	.dg-container .nav_princing {
		left: 39%;
		width: 110px;
	}
	.item_princing h2 {
		font-size: 18px;
	}
	.item_princing h1 {
		font-size: 26px;
	}
	.item_princing .info ul li {
		font-size: 14px;
	}
	
	.newsletter {
		margin: 20px 0;
		padding: 20px;
	}
	.contact {
		padding: 20px;
		margin:0;
	}
	.image_testimonial { width: 40%; }
	.line_commnet { top: 40px; }
	.section_area h1.title { font-size: 20px; line-height: 30px; }
	ul.services > li { width: 46%; margin: 0; padding: 2%; }
	ul.services > li:nth-child(2n+1) { clear: both; }
	ul.features-content h2 { font-size: 17px; }
	/*Footer*/
	footer .footer-items > li { float: left; width: 46%; margin-left: 0; }	
	footer .footer-items > li.second, footer .footer-items > li.last { float: right; } 
	footer .footer-items > li.second { padding-bottom: 20px; }
	footer .footer-items > li.third { clear: both; }

	.copyright p {
		font-size: 12px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {
	#menu{
		display: none;	
	}
	.tinynav {
		display: block;
		position: relative;
		width: 100%;		
		background: white;
		margin-top: 20px;
		font-size: 14px;
		border: 1px solid #dbdbdb;
		height: 35px;	
	}
	.logo {
		text-align: center;
	}
	.social ul {
    	text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 0px;
	}
	.language {
    	text-align: center;
	}
	.head_info h1 {
		font-size: 32px;
		line-height: 32px;
		margin-top: 10px;
	}
	.head_info h5 {
		font-size: 25px;
		line-height: 25px;
	}
	.head_info .button {
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 0;
		 width:50%;
	}
	
	/*Section*/
	.section_area {
    	padding: 60px 0 0;
	}
	.section_area .title {
		font-size: 26px;
		font-weight: normal;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.section_area p {
		font-size: 14px;
		font-weight: normal;
	}
	.dg-wrapper {
		width: 340px;
	}
	.dg-container .nav_princing {
		left: 39%;
		width: 110px;
	}
	.item_princing h2 {
		font-size: 16px;
	}
	.item_princing h1 {
		font-size: 26px;
	}
	.item_princing .info ul li {
		font-size: 14px;
	}
	
	.newsletter {
		margin: 20px 0;
		padding: 20px;
	}
	.contact {
		padding: 20px;
		margin:0;
	}
	ul.features-content > li { width: 45%; margin: 0 !important; }
	ul.features-content > li:nth-child(2n) { float: right; }
	ul.features-content > li:nth-child(3n+1) { clear: none; }
	ul.features-content > li:nth-child(2n+1) { clear: both; }
	ul.features-content h2 { font-size: 16px; }
	
	/*Footer*/
	.copyright p {
		font-size: 11px;
	}
	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {	
	.logo {
		text-align: center;
	}
	.social ul {
    	text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 0px;
	}
	.language {
    	text-align: center;
	}
	.head_info h1 {
		font-size: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	.head_info h5 {
		font-size: 20px;
		line-height: 20px;
	}
	.head_info .button {
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 0;
		 width:60%;
	}
	
	/*Section*/
	.section_area {
    	padding: 60px 0 0;
	}
	.section_area .title {
		font-size: 26px;
		font-weight: normal;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.section_area p {
		font-size: 14px;
		font-weight: normal;
	}
	.dg-wrapper {
		width: 340px;
	}
	.dg-container .nav_princing {
		left: 27%;
		width: 110px;
	}
	.item_princing h2 {
		font-size: 16px;
	}
	.item_princing h1 {
		font-size: 26px;
	}
	.item_princing .info ul li {
		font-size: 14px;
	}
	
	.newsletter {
		margin: 20px 0;
		padding: 20px;
	}
	.contact {
		padding: 20px;
		margin:0;
	}
	
	.main_features .left { float: none; width: 60%; margin: 0 auto 20px; }
	.main_features .right { float: none; width: 100%; }
	ul.services > li { width: 44%; padding: 3%; }
	ul.services > li h2 { font-size: 18px; }
	ul.services > li p { font-size: 14px; line-height: 22px; }
	
	/*Footer*/
	footer h3 { font-size: 19px; }
	.copyright p { font-size: 11px;	}
	.copyright p span { display: none; }

}
@media handheld, only screen and (max-width: 480px) {
	.logo {
		text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 0px;
	}
	.language {
    	text-align: center;
	}
	.head_info h1 {
		font-size: 25px;
		line-height: 25px;
		margin-top: 10px;
	}
	.head_info h5 {
		font-size: 16px;
		line-height: 16px;
	}
	.head_info .button {
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 0;
		 width:60%;
	}
	
	/*Section*/
	.section_area {
    	padding: 60px 0 0;
	}
	.section_area .title {
		font-size: 26px;
		font-weight: normal;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.section_area p {
		font-size: 14px;
		font-weight: normal;
	}
	.dg-wrapper {
		width: 340px;
	}
	.dg-container .nav_princing {
		left: 35%;
		width: 110px;
	}
	.item_princing h2 {
		font-size: 16px;
	}
	.item_princing h1 {
		font-size: 26px;
	}
	.item_princing .info ul li {
		font-size: 14px;
	}
	
	.newsletter {
		margin: 20px 0;
		padding: 20px;
	}
	.contact {
		padding: 20px;
		margin:0;
	}
	.image_testimonial { width: 70%; }
	.section_area h1.title { font-size: 22px; padding-bottom: 30px; }
	.main_features .left { width: 90%; }
	.main_features h2 { font-size: 16px; line-height: 24px; }
	.main_features p { font-size: 14px; line-height: 22px; }
	ul.services > li { width: 100%; padding: 20px 0; margin: 0; float: none; }
	ul.services > li h2 { font-size: 20px; }
	ul.services > li p { font-size: 16px; line-height: 25px; }
	
	/*Footer*/
	footer .footer-items > li { float: none; width: 100%; margin: 0; padding-bottom: 20px; }		
	footer .footer-items > li.last { padding-bottom: 20px; }
	.copyright p {
		font-size: 11px;
	}	

	
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
	.logo {
		text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 0px;
	}
	.language {
    	text-align: center;
	}
	.head_info h1 {
		font-size: 22px;
		line-height: 22px;
		margin-top: 10px;
	}
	.head_info h5 {
		font-size: 15px;
		line-height: 15px;
	}
	.head_info .button {
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 0;
		 width:70%;
	}
	
	/*Section*/
	.section_area {
    	padding: 60px 0 0;
	}
	.section_area .title {
		font-size: 26px;
		font-weight: normal;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.section_area p {
		font-size: 14px;
		font-weight: normal;
	}
	.dg-wrapper {
		width: 241px;
	}
	.dg-container .nav_princing {
		left: 27%;
		width: 110px;
	}
	.item_princing h2 {
		font-size: 15px;
	}
	.item_princing h1 {
		font-size: 26px;
	}
	.item_princing .info ul li {
		font-size: 14px;
	}
	
	.newsletter {
		margin: 20px 0;
		padding: 20px;
	}
	.contact {
		padding: 20px;
		margin:0;
	}
	.image_testimonial { width: 80%; }
	ul.features-content > li, ul.features-content > li:nth-child(n) { float: none; width: 100%; margin: 0; }
	ul.features-content h2 { font-size: 20px; line-height: 26px; }
	#sidebar .app-features img { margin-bottom: 30px; }
		
	/*Footer*/
	.copyright p {
		font-size: 11px;
	}

}