/*
Theme Name: iNove Child
Template: inove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by MacZone.sk, created by mg12. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.4.6
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
Co-Author: lesss.co
Co-Author URL: http://lesss.co/
Version: 1.0.1443119381
Updated: 2016-01-31 05:59:41
*/

@charset "UTF-8";

/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/2f42e9");

@font-face {
	font-family: 'Margot';
	src: url('webfonts/25A960_0_0.eot');
	src: url('webfonts/2F42E2_0_0.woff2') format('woff2'),
     url('2F42E2_0_0.woff') format('woff'),
     url('webfonts/2F42E2_0_0.ttf') format('truetype')
     url('webfonts/2F42E9_0_unhinted_0.woff2') format('woff2'),
     url('webfonts/2F42E9_0_unhinted_0.woff') format('woff'),
     url('webfonts/2F42E9_0_unhinted_0.ttf') format('truetype');
}

/* static START */

/* #Font Face
================================================== 
@font-face {font-family: 'Margot';
src: url('webfonts/25A960_0_0.eot');
src: url('webfonts/25A960_0_0.eot?#iefix') format('embedded-opentype'),
     url('webfonts/25A960_0_0.woff') format('woff'),
     url('webfonts/25A960_0_0.ttf') format('truetype');}*/

/* fade in on load < 12.1 */

html {
	min-height: 101%;
	background: #fff
    -webkit-animation: fadein 4s;


/* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 4s;

/* Firefox < 16 */
        -ms-animation: fadein 4s

;
	/* Internet Explorer */
         -o-animation: fadein 4

s;
	/* Opera < 12.1 */
            animation: fadein 4s;
}

@keyframes fadein {
	from { opacity: 0;
}

to {
	opacity: 1;
}

}



/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0;
}

to {
	opacity: 1;
}

}



/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0;
}

to {
	opacity: 1;
}

}



/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0;
}

to {
	opacity: 1;
}

}



/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0;
}

to {
	opacity: 1;
}

}
body {
	background: #fff 

/*url("img/white-wave-over-light.png");*/
    color:#333333;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: +1;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear!important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Margot, Arial, Helvetica, sans-serif;
	line-height: .95;
	h3 {font-size: 150%;
	padding-top: 30px;
	padding-bottom: 10px;
}

/* Underline and links  */

#title a {
	text-decoration: none!important;
	display: block;
	letter-spacing: 0;
	font-size: 16pt;
	line-height: .95;
}

.post .content a {
	color: #297fe1;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #297fe1
}

.post .content a:hover {
	color: #297fe1;
	text-decoration: none;
	border: none;
	border-bottom: 1px solid #297fe1
}

a, a:visited {
	font color: inherit;
	color: #333333;
	text-decoration: none!important;
	border-bottom: none !important;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333!important;
	color: #333333;
}

/*a:focus, a:active {
	font color: inherit;
	color: #333333;
	text-decoration:none !important;
	border-bottom: 1px dotted #333;
}*/

u {
	color: #333;
	text-decoration: none!important;
	border-bottom: 1px dotted #333!important;
}

/* ------------------------------- */

/* 16. Buttons and input fields   */

/* ------------------------------- */

/*Buttons Code by bestcssbuttongenerator.com

.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #CCCCCC!important;
	border-radius: 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	font: normal normal normal 16px "Lucida Grande",Arial,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.button:hover,
 .button:focus {
	border: 1px solid #999999!important;
	color: #999;
	text-decoration: none;
}

.button:active {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333))!important;
	background: -moz-linear-gradient(top, #333333, #333333);
	background: linear-gradient(to bottom, #333333, #333333);
}*/

/*Contact Form 7*/

.wpcf7-form input {
	background: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #CCCCCC!important;
	border-radius: 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	font: normal normal normal 22px "Lucida Grande", serif;
	color: #333333;
	text-decoration: none;
}

.wpcf7-form textarea {
	font: normal normal normal 22px "Lucida Grande", serif;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC!important;
	float: none;
	vertical-align: middle;
	padding: 12px 24px;
	margin-bottom: 13px;
	order-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

.wpcf7-form input[type="submit"] {
	background: 0;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #CCCCCC!important;
	border-radius: 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: linear-gradient(to bottom, #ffffff, #ffffff);
	font: normal normal normal 16px "Lucida Grande",Arial,sans-serif;
	color: #333333;
	text-decoration: none
}

.wpcf7-form input[type="submit"]:hover {
	border: 1px solid #999999!important;
	color: #333;
	text-decoration: none
}

/* Comments form and replies */

#respond h3.separator {
	margin-top: 10px;
	margin-bottom: 20px;
}

#commentform {
	margin-bottom: 20px;
}

.comment-fields {
	margin-bottom: 20px;
}

.comment-fields input#com-author {
	width: 258px;
	margin-right: 20px;
}

.comment-fields input#com-email {
	width: 258px;
}

.comment-field-message {
	margin-bottom: 20px;
}

.comment-field-message textarea#com-comment {
	width: 578px;
}

.comment-bottom input#com-url {
	width: 258px;
	margin-right: 20px;
}

.comment-fields input#com-author,
 .comment-fields input#com-email,
 .comment-field-message textarea#com-comment,
 .comment-bottom input#com-url,
 .comment-bottom input#com-submit {
	border: 1px solid #DDD;
	box-shadow: 0 1px 0 #FFF;
	background-color: rgba(170,170,170,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 15px 19px;
	text-shadow: 0 1px 0 #FFF;
}

.comment-bottom input#com-submit {
	width: 298px;
	text-align: center;
	color: #FFF !important;
	text-shadow: none;
	font-weight: bold;
}

.comment-bottom input#com-submit:hover {
	cursor: pointer;
}

#commentform input:focus, #commentform textarea:focus {
	background: #FFF !important;
	border-color: #1d8dff !important;
}

/* Maxbutton */

.maxbutton-3.maxbutton-.maxbutton {
	position: relative;
	text-decoration: none;
	display: inline-block;
	width: 230px;
	height: 50px;
	border-color: #999;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-style: solid;
	border-width: 1px;
	background: rgba(255, 255, 255, 1);
	-pie-background: linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 1)), color-stop(1, rgba(255, 255, 255, 1)));
	background: -moz-linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1))
}

.maxbutton-3.maxbutton-.maxbutton:hover {
	border-color: #111;
	background: rgba(255, 255, 255, 1);
	-pie-background: linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 1)), color-stop(1, rgba(255, 255, 255, 1)));
	background: -moz-linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: -o-linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1))
}

.maxbutton-3.maxbutton-.maxbutton .mb-text {
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
	box-sizing: border-box;
	display: block;
	color: #666
}

.maxbutton-3.maxbutton-.maxbutton:hover .mb-text {
	color: #111
}