@charset "utf-8";

/* ============================== */
/* 
	- Title: Simplify Landing Page - Blue Color
	- Autor: Coralix Themes
	- Email: coralixthemes@gmail.com
	- Version: 2.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{
	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;}
h7 {font-size:10px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #747778;	
	}
img{
	width: 100%;
}
#countdown-banner {font-family: verdana; display: flex; align-items: center; justify-content: center; background-color: #33cccc; color: #fff; padding: 12px 10px}
#countdown-banner .sale-name {font-size: 14px; font-weight: 150; padding-right: 30px; border-right: solid 1px; margin-right: 30px}
#countdown-banner .sale-ends {font-size: 14px; margin-right: 10px}
.sale-name {}
#countdown-timer {display: inherit}
#countdown-timer .sep {margin: 0 3px}
#countdown-timer .unit {text-align: center; min-width: 22px}
#countdown-timer .unit .digits {font-size: 14px; font-weight: 300}
#countdown-timer .unit .label {font-size: 10px; margin-top: 5px}
/*  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;
	border-style:solid;
	border-width:5px;
	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;
}






/* 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;
}


.head{
	border-bottom: 1px solid #cdcdcd;
	padding: 40px 0 25px 0;
}



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

.tinynav{ 
	display: none 
}
.is-sticky{
	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: 27px 0 20px 0;
}
nav ul{
	margin: 0;			
	list-style: none;
	height: auto;
}
nav ul li{
	list-style: none;		
	float: left;
	margin:0;	
	margin:0 27px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #555;
	border-top: 2px solid transparent;
}
nav ul li a{
	text-align: center;
	color: #737778;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
nav ul li:last-child{
	margin:0;	
}

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



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

.head_info{
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;	
}
.head_info h1{
	font-size:60px;
	line-height: 70px;
	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;
}



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

.section_area{
	background-color: #fff;
	padding: 120px 0 0 0;		
	position: relative;	
	overflow: hidden;
}
.book {
    padding: 100px 0 0 !important;
}
.resalt{
	background-color: #f0f0f0;
	border-bottom: 3px solid #e5e5e5;
	margin-top: 110px;
	padding: 55px 0 70px 0;
}
.image_resalt{
	overflow: hidden;
}
.resalte{
	position: relative;
	right: -1000px;
}
.services li img {
	border-radius: 60%;
    -webkit-border-radius: 60%; 
    -moz-border-radius: 60%; 
}
.services li img:hover {
	-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;
	opacity:0.7;
	}

/* 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-image: url("../img/more.png");
	background-position: center center;
	background-repeat: no-repeat;
	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: 2px;
	width: 100%;
	background: #eaeaea;
	position: absolute;
	top: 34%;
	z-index: 0;
}
.item_testimonial p{
	font-style: italic;
	margin: 0;
	position: relative;
}
.image_testimonial{
	border-radius: 50%;
	overflow: hidden;
	border:solid 23px #fff;
	width: 60%;
	margin: 0 auto;	
	z-index: 2;
	background: #efefef;
	position: relative;
	padding: 3px;
}
.item_testimonial img{
	border-radius: 50%;
}
.info_testimonial{
	position: absolute;
	text-align: center;
	color: #fff;
	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;
}
.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: 30px;
	padding-bottom: 10px;
}
.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;
}
#pricing .item_princing .button:hover {
	background-color: transparent;
	border-style:solid;
	border-width:5px;
}
#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;
	border-width: 5px;
	border-style: solid;
	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-width:5px;
	border-style:solid;
}


.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;
	border-style: solid;
	border-width: 5px;
	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-width:5px;
	border-style:solid;
}
.contact .text_right{
	margin: 0;
}
.border_footer{
	border-top: 1px solid #edeef0;
	padding: 20px 0 0 0;	
	margin-top: 120px;
}



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

@media handheld, only screen and (max-width: 1024px) {
	nav ul li a {
		font-size: 12px;
	}
}


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

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

	#menu{
		display: none;
	}
	.tinynav {
		display: inline;
		width: 100%;		
		background: white;
		margin-top: 20px;
		float: right;		
		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: 80px;
	}
	.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 {
		border-style: solid;
		border-width: 5px;
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 28px;
		 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: 0%;
		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;
	}
	
	/*Footer*/
	.border_footer p {
		font-size: 11px;
	}
}

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

@media handheld, only screen and (max-width: 600px) {
	.is-sticky{ 
		display: none;
	}	
	.logo {
		text-align: center;
	}
	.social ul {
    	text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 80px;
	}
	.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 {
		border-style: solid;
		border-width: 5px;
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 28px;
		 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;
	}
	
	/*Footer*/
	.border_footer p {
		font-size: 11px;
	}
	
}

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

@media handheld, only screen and (max-width: 568px) {	
	.is-sticky{ 
		display: none;
	}
	.logo {
		text-align: center;
	}
	.social ul {
    	text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 80px;
	}
	.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 {
		border-style: solid;
		border-width: 5px;
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 28px;
		 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;
	}
	
	/*Footer*/
	.border_footer p {
		font-size: 11px;
	}

}
@media handheld, only screen and (max-width: 480px) {
	.is-sticky{ 
		display: none;
	}
	.logo {
		text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 80px;
	}
	.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 {
		border-style: solid;
		border-width: 5px;
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 28px;
		 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;
	}
	
	/*Footer*/
	.border_footer p {
		font-size: 11px;
	}	

	
}

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

@media handheld, only screen and (max-width: 320px) {
	.is-sticky{ 
		display: none;
	}
	.logo {
		text-align: center;
	}
	nav {
		padding: 0;
	}
	.head_info {
   	 	margin-top: 80px;
	}
	.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 {
		border-style: solid;
		border-width: 5px;
		font-size: 13px;
		line-height: 13px;
		margin: 30px 0;
		padding: 12px 20px;
		width: auto;
	}
	.head_info p {
		margin: 0;
	}
	.head_info img {
		 margin-bottom: 28px;
		 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: 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;
	}
	
	/*Footer*/
	.border_footer p {
		font-size: 11px;
	}

}

/* COMPACT CAPTCHA */

.capbox {
	background-color: #BBBBBB;
	background-image: linear-gradient(#BBBBBB, #9E9E9E);
	border: #2A7D05 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	border-radius: 4px 4px 4px 4px;
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #E3E3E3;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #38B000 2px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}
