<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	overflow-x: hidden; position: relative
}
body { background: #f4f4f4; }
a { text-decoration: none !important; }
.small-padding { padding: 30px; }
.pix-full-width { width: 100%; }
.text-center { text-align: center; }
.text-right { text-align: right; }


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.pix-page-title { font-weight: 300;color: #666; padding: 10px 0; }

#pix_temp { width: 0px;height: 0px;opacity: 0; }

							  /* Colors */
.pix-mdl-color-green { background-color: #00c853 !important; }
.pix-mdl-color-gray { background-color: #f4f4f4 !important; }
.pix-mdl-color-blue { background-color: #1274e7 !important; }


.g-recaptcha { margin-bottom: 15px; }

/* Header */
	#pix-header { background: #fff;display: inline-block;width: 100%;position: relative;padding-top: 14px;margin-bottom: 14px; }
	#pix-header .navbar { margin-bottom: 14px; }
	#header-logo { vertical-align: middle;position: relative;padding: 0px;top: 4px;margin-right: 20px;overflow: visible;fill:#444; }
	#header-logo img { display: inline-block;max-height: 100%;max-width: 100%; }
	#header-logo svg { overflow: visible; }
	#header-logo.pix-loaded #logo-poly { opacity: 1;-ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    transform: translate(0, 0); }
	#header-logo.pix-loaded #logo-rect-1, #header-logo.pix-loaded #logo-rect-2, #header-logo.pix-loaded #logo-rect-3, #header-logo.pix-loaded #logo-rect-4, #header-logo.pix-loaded #logo-rect-5, #header-logo.pix-loaded #logo-rect-6 {
		opacity: 1;
		-ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    transform: translate(0, 0);
	}
	

	#logo-poly {
		opacity: 0;
		
		-webkit-animation: logo 2s; /* Safari 4.0 - 8.0 */
    	animation: logo 2s;		
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes logo {
	    from {opacity: 0;-ms-transform: translate(3px, 0); /* IE 9 */
	    -webkit-transform: translate(3px, 0); /* Safari */
	    transform: translate(3px, 0);}
	    to {opacity: 1;
	    -ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    transform: translate(0, 0);
		}
	}

	/* Standard syntax */
	@keyframes logo {
	    from {opacity: 0;-ms-transform: translate(3px, 0); /* IE 9 */
	    -webkit-transform: translate(3px, 0); /* Safari */
	    transform: translate(3px, 0);}
	    to {opacity: 1;
	    	-ms-transform: translate(0, 0);
	    -webkit-transform: translate(0, 0);
	    transform: translate(0, 0);}
	}
	#header-logo:hover #logo-poly, #header-logo:hover #logo-rect-1, #header-logo:hover #logo-rect-2, #header-logo:hover #logo-rect-3, #header-logo:hover #logo-rect-4, #header-logo:hover #logo-rect-5, #header-logo:hover #logo-rect-6 {
		//fill: #1274e7;
	}
	#logo-rect-1, #logo-rect-2, #logo-rect-3, #logo-rect-4, #logo-rect-5, #logo-rect-6 {
		opacity: 0;
		fill:#444;
		-ms-transform: translate(3px, 0); /* IE 9 */
	    -webkit-transform: translate(3px, 0); /* Safari */
	    transform: translate(3px, 0);

		-webkit-animation: logo 2s; /* Safari 4.0 - 8.0 */
    	animation: logo 2s;		
    	-webkit-transition:all .5s ease;
        -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
	}
	#logo-rect-1 {
    	-webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
    	animation-delay: 0.3s;	
	}
	#logo-rect-2 {
    	-webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    	animation-delay: 0.5s;	
	}
	#logo-rect-3 {
    	-webkit-animation-delay: 0.7s; /* Safari 4.0 - 8.0 */
    	animation-delay: 0.7s;	
	}
	#logo-rect-4 {
    	-webkit-animation-delay: 0.9s; /* Safari 4.0 - 8.0 */
    	animation-delay: 0.9s;	
	}
	#logo-rect-5 {
    	-webkit-animation-delay: 1.1s; /* Safari 4.0 - 8.0 */
    	animation-delay: 1.1s;	
	}
	#logo-rect-6 {
    	-webkit-animation-delay: 1.3s; /* Safari 4.0 - 8.0 */
    	animation-delay: 1.3s;	
	}
#homepage_logo #logo-rect-1, #homepage_logo #logo-rect-2, #homepage_logo #logo-rect-3, #homepage_logo #logo-rect-4, #homepage_logo #logo-rect-5, #homepage_logo #logo-rect-6, #homepage_logo #logo-poly {
	fill: #fff;
}

.nav_no_shadow {
	box-shadow: none;
}
/* Dashboard */
/*.dashboard .mdl-card { margin-bottom: 20px;will-change: box-shadow;*/
	/*transition: all 0.2s cubic-bezier(0.4, 0, 1, 1), top 0.2s cubic-bezier(0.4, 0, 1, 1);position: relative; -webkit-transition:all .2s ease;*/
	/*-moz-transition:all .2s ease;*/
	/*-ms-transition:all .2s ease;*/
	/*-o-transition:all .2s ease;}*/
/*.dashboard .mdl-card:hover {*/
	/*box-shadow: 0 6px 5px 2px rgba(0, 0, 0, 0.08), 0 1px 5px 2px rgba(0, 0, 0, 0.1), 0 2px 6px -1px rgba(0, 0, 0, 0.15);margin-top:0px;display:block;*/
/*}*/
/*.dashboard .mdl-card__title { padding-top: 50px; }*/
/*.dashboard .mdl-card__supporting-text { padding-bottom: 30px;font-size: 16px; }*/
/*.dashboard .mdl-card__actions { padding: 15px 0; }*/
/*.dashboard .mdl-card__actions .mdl-button { margin: auto 5px; }*/
/*.dashboard .mdl-card__actions .mdl-button i, .dashboard .mdl-card__menu i { font-size: 18px;color: #888; }*/

.dashboard_title { color: #444; font-family: 'Montserrat', sans-serif; font-weight: 600;font-size: 24px; }

.pix-card-btn { margin: auto 8px; }
.create_card { width:100%;background: #ddd;border-radius: 3px;margin: 0.5rem 0 1rem 0;}
.create_card_inner{ height: 311px;vertical-align: middle;text-align: center; }
.create_card .card_icon i { font-size: 70px;color: #777;margin-bottom: 20px; }
.create_card .card_text { font-size: 16px;color: #777;font-weight: 500 }
.circle_icon { color: #999 !important; font-size: 22px !important; }
.circle_style { box-shadow: none;}
.circle_style:hover { box-shadow: none; background-color: #e9e9e9 !important; }

.project_name a { color: #999;}

.pix_notification { background: #1274e7;border-radius: 3px;margin-top:30px;position: relative; }
.pix_notification.pix_success { background: #00c853; }
.pix_notification.pix_warning { background: #fbb034; }
.pix_notification.pix_danger { background: #f44336; }
.pix_notification .pic_noti_icon { background: rgba(0,0,0,0.1);display: inline-block;position: absolute;height:100%;width: 50px;line-height: 100%;display: flex;
	align-items: center;
	justify-content: center; }
.pix_notification .pic_noti_icon i { color:#fff;	 }
.pix_notification .pix_noti_text { display: inline-block;padding: 15px;margin-left: 50px;margin-right:50px;color:rgba(255,255,255,0.8); }
.pix_notification .pix_noti_close { position: absolute;float:right;height:100%;right:0;display: flex;top:0;align-items: center;justify-content: center;padding: 0 10px; }
.pix_notification .pix_noti_close a { color: rgba(255,255,255,0.7); }

/*Project Settings*/
	.pix_form_settings { margin-bottom: 20px; }
	.pix_form_settings .form_type_item { background: #f4f4f4;display: inline-block;height: 100px;text-align: center;line-height: 100px !important;border-radius: 2px;width: 100%;border: 2px solid #f4f4f4;margin-bottom: 20px;position:relative;font-size: 20px; }
.pix_form_settings .form_type_item svg { height: 100px; }
.pix_form_settings a.form_type_item { color:#777;text-decoration: none;-webkit-transition:all .2s ease;
        -moz-transition:all .2s ease;
        -ms-transition:all .2s ease;
        -o-transition:all .2s ease;}
    .pix_form_settings .form_type_item.item_is_active { background: #f3f9ff;border-color: #1274e7; }

.pix_form_settings a.form_type_item.item_is_active,
.pix_form_settings a.form_type_item.item_is_active svg:not(.stroke_icon) path:not(.svg_keep_color) { fill:#1274e7 !important;color: #1274e7;  }
.pix_form_settings a.form_type_item.item_is_active svg:not(.stroke_icon) polygon:not(.svg_keep_color) { fill:#1274e7 !important;color: #1274e7;  }

.pix_form_settings a.form_type_item.item_is_active svg.stroke_icon path,
.pix_form_settings a.form_type_item.item_is_active svg.stroke_icon polygon,
.pix_form_settings a.form_type_item.item_is_active svg.stroke_icon line,
.pix_form_settings a.form_type_item.item_is_active svg.stroke_icon rect{ stroke: #1274e7; }
    .pix_option_panel { opacity: 0;height:0;display:none;}
.pix_option_panel.pix_is_active { opacity: 1;height: auto;display:block;}

.pix_form_settings a.freshmail .freshmail_logo { background: url("logos/freshmail-gray.png");display:inline-block;position:relative;width:170px;height: 35px;background-position: center;background-size: cover;vertical-align: middle;  }
.pix_form_settings a.freshmail.item_is_active .freshmail_logo { background: url("logos/freshmail-blue.png");width:170px;height: 35px;background-position: center;background-size: cover;}
.pix_form_settings a.sendloop .sendloop_logo { background: url("logos/sendloop-gray.png");display:inline-block;position:relative;width:170px;height: 35px;background-position: center;background-size: cover;vertical-align: middle;  }
.pix_form_settings a.sendloop.item_is_active .sendloop_logo { background: url("logos/sendloop-blue.png");width:170px;height: 35px;background-position: center;background-size: cover;}

.pix_form_settings a.mailwizz .mailwizz_logo { background: url("logos/mailwizz-gray.png");display:inline-block;position:relative;width:170px;height: 35px;background-position: center;background-size: cover;vertical-align: middle;  }
.pix_form_settings a.mailwizz.item_is_active .mailwizz_logo { background: url("logos/mailwizz-blue.png");width:170px;height: 35px;background-position: center;background-size: cover;}

.pix_border_box { border: 2px solid #f4f4f4;padding: 20px; }

.pix_page_tabs { box-shadow: 0 -2px 0 0 #eee inset; }


/*Admin*/
.banned { background: #CC0000 }



/*Homepage*/
.homepage { overflow-x: hidden }
.homepage header { position: relative;display: inline-block;width: 100%; }
.pix_bold_title { font-family: 'Montserrat', sans-serif;font-weight: 600; }
.pix_light_title { font-family: 'Montserrat', sans-serif; font-weight: 200; }
.pix_intro_text { font-size: 18px;color: #a9e1e5;font-weight: 300;line-height: 38px;max-width: 780px;display: inline-block }
.pix_intro_btn { font-weight: 700;font-size: 14px;padding: 2px 15px;height: auto;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);margin: 4px 5px; }
.pix_intro_btn svg, .pix_intro_btn i { position: relative;margin: 0;margin-right: 7px;-webkit-filter: drop-shadow( 0px 1px 1px rgba(0, 0, 0, 0.1) );filter: drop-shadow( 0px 1px 1px rgba(0, 0, 0, 0.1) ); }
.pix_intro_btn svg { top:2px; }

.rotate30 {
	-ms-transform: rotate(-30deg); /* IE 9 */
	-webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
	transform: rotate(-30deg);
}

.pix_section_2 {
	//position: absolute;
	position: relative;
	width: 100%;z-index: 5;margin-top: 280px;
}

.pix_home_title { color: #444; font-family: 'Montserrat', sans-serif;font-weight: 600;font-size: 36px; }
.pix_home_tagline { color: #888;font-size: 16px;font-weight: 300;line-height: 32px;max-width: 780px;display: inline-block;margin-top: 16px; }
.narrow500 { max-width: 500px; }
.narrow300 { max-width: 300px; }
.narrow240 { max-width: 240px; }
.pix_home_circle { background: #e6e6e6;display: inline-block;width: 70px;height: 70px;border-radius: 100%;margin-bottom: 30px; }
.pix_home_circle svg { position: relative;top:19px; }
.width400 img {
	max-width: 100%;
	width:  400px;
}

.white_bg { background: #fff; }
.intro_title {
	line-height: 60px;
	font-size: 42px;
}
.blue_bg {
	color: #fff;

	position: relative;
	background: #43cea2; /* fallback for old browsers */
	background: -webkit-linear-gradient(to top left, #00e09e, #f47721 20%, #1274e7); /* Chrome 10-25, Safari 5.1-6 */
	/*background: linear-gradient(to top left, #00e09e 20%, #09aac2 40%, #1274e7 80%); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
	background: linear-gradient(to top left, #0cfbed 15%, #30daf9 30%, #19a4f4 45%, #1f83f8 60%, #4757f1 75%, #6049ee 90%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.green_circle {  background: #eefbed;}
.blue_circle {  background: #dde7f3;}
.dark_circle {  background: #363eca;}


.title_plus {
	position: relative;
	top: 12px;
	color: #616161;
	padding: 0px 15px;
	font-size: 30px;
}

.white_box {
    background: #fff;
    border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.grey_box {
	background: #eee;
	border-radius: 3px;
	padding: 20px;
}

.bootstrap_box {
	background: #f4f4f4;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	width: 330px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap_box_text { color: #888;font-size: 16px;font-weight: 300;line-height: 32px;max-width: 780px;display: inline-block;margin-top: 0px; }
.bootstrap_box_icon {
	padding-left: 14px;
	display: inline-block;
	position: relative;
	top: 13px;
}

.int_image {
    max-width: 100%;
    width: 735px;
    padding-top: 50px;
}

.int_icons_image {
    max-width: 100%;
    width: 925px;
    padding-top: 35px;
    padding-bottom: 25px;
}

/*Homepage Footer*/

.hp_footer a {
	color: #9e9e9e;
	line-height: 40px;
}

/*.footer_logo svg {*/
	/*color: #eee;*/
/*}*/

/*#loading {*/
	/*-webkit-animation: rotation 2s infinite linear;*/
/*}*/

/*@-webkit-keyframes rotation {*/
	/*from {*/
		/*-webkit-transform: rotate(0deg);*/
	/*}*/
	/*to {*/
		/*-webkit-transform: rotate(359deg);*/
	/*}*/
/*}*/

#curveUpColor {
	position: relative;
	bottom: 0px;
	display: block;
}

#curveUpColor path {
	fill: #fff;
	z-index: 999;
}

#curveUpColor2 {
	position: relative;
	bottom: 0px;
	display: block;
}

#curveUpColor2 path {
	fill: #f5f5f5;
	z-index: 999;
}

#curveUpColor3 {
	position: relative;
	bottom: 0px;
	display: block;
}

#curveUpColor3 path {
	fill: #212121 ;
	z-index: 999;
}

#curveUpColor4 {
	position: relative;
	bottom: 0px;
	display: block;
}

#curveUpColor4 path {
	fill: #1274e7;
	z-index: 999;
}


#test1{
	width:100%;
	position: absolute;
	bottom: 0;
	height: auto;
}
#intro_div {
	position: relative;
	z-index: 5;
}

#main_laptop {
	text-align: center;
	position: relative;
	max-width: 100%;
	z-index: 2;
	width: 100%;
	/*left:50%;*/
	/*margin-left: -25%;*/
	bottom:-10px;
	margin-top: 350px;
	height: 0px;
	/*height: 400px;*/
}
#main_laptop img {
	max-width: 100%;
	//margin-bottom: -520px;
}
#main_laptop svg {
	max-width: 100%;
}
#home_pattern {
	width:100%;
	height: auto;
	position: absolute;
	display: inline-block;
	overflow: hidden;
	bottom: 0;
	z-index: 0;
}

#home_pattern path {
	position: absolute;
}

.pix_relative { position:  relative; }
.outter_box { position: absolute; left: 50%;z-index: 999;top:0;display: inline-block}
.ineer_box { position: relative; left: -50%; }


  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }


/* ---------- Sign Up ---------- */

.signup_image {
	max-width: 100%;
	width: 471px;
}
.forget_text {
	float: right;
}


/* ---------- Alerts ---------- */
.error-alert { background: #ffdbdb;color:#ff5252;padding: 12px 10px;border-radius: 3px; }
.success-alert { background: #d9f7e5;color:#00c853;padding: 12px 10px;border-radius: 3px; }


/* ---------- First Project ---------- */


/* ---------- buy licence ---------- */

.pix_grey_box {
	background: #f7f7f7;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	/*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
}

/* ---------- Fonts ---------- */

h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}


.light_font_300 { font-weight: 300; }
.bold_font_500 { font-weight: 500; }
.bold_font_700 { font-weight: 700; }


.font_36 { font-size: 36px; }
.font_26 { font-size: 26px; }
.font_20 { font-size: 20px !important; }
.font_18 { font-size: 18px !important; }

/*.title_font {*/
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-weight: 600;*/
/*}*/
/* ---------- Footer default ---------- */
.link_margin a {
	margin-left: 10px;
	margin-right: 10px;
	color: #9e9e9e;
}

.svg_margin {
    padding-left: 5px;
    padding-right: 5px;
}

.footer_social a svg {
	height: 18px !important;
	width: 18px;
    margin-left: 5px;
    margin-right: 5px;
	color: #9e9e9e;
}

/* ---------- text align---------- */

.left-align {
	text-align: left;
}

/* ---------- Padding ---------- */
.padding_v_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding_v_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding_v_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding_v_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding_v_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding_v_80 {
	 padding-top: 80px;
	 padding-bottom: 80px;
 }

.padding_v_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding_v_114 {
	padding-top: 114px;
	padding-bottom: 114px;
}

.padding_h_5 {
	padding-left: 5px;
	padding-right: 5px;
}

.padding_h_10 {
	padding-left: 10px;
	padding-right: 10px;
}

.padding_h_20 {
	padding-left: 20px;
	padding-right: 20px;
}

.padding_h_30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padding_h_40 {
	padding-left: 40px;
	padding-right: 40px;
}

.padding_h_80 {
	padding-left: 80px;
	padding-right: 80px;
}

.padding_top_10 {
	padding-top: 10px;
}

.padding_top_20 {
	padding-top: 20px;
}

.padding_top_30 {
	padding-top: 30px;
}

.padding_top_40 {
	padding-top: 40px;
}

.padding_top_50 {
	padding-top: 50px;
}

.padding_top_60 {
	padding-top: 60px;
}

.padding_top_80 {
	padding-top: 80px;
}

.padding_top_100 {
	padding-top: 100px;
}

.padding_top_120 {
	padding-top: 120px;
}

.padding_top_150 {
	padding-top: 150px;
}

.padding_top_200 {
	padding-top: 200px;
}

.padding_top_250 {
	padding-top: 250px;
}

.padding_top_300 {
	padding-top: 300px;
}

.padding_bottom_10 {
	padding-bottom: 10px;
	font-family: ;
}

.padding_bottom_14 {
	padding-bottom: 14px;
}

.padding_bottom_20 {
	padding-bottom: 20px;
}

.padding_bottom_30 {
	padding-bottom: 30px;
}

.padding_bottom_40 {
	padding-bottom: 40px;
}

.padding_bottom_62 {
	padding-bottom: 62px;
}

.padding_bottom_80 {
    padding-bottom: 80px;
}

.padding_bottom_100 {
	padding-bottom: 100px;
}

.padding_bottom_120 {
	padding-bottom: 120px;
}

.padding_bottom_150 {
	padding-bottom: 150px;
}

.padding_bottom_300 {
	padding-bottom: 300px;
}

.padding_right_100 {
	padding-right: 100px;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_all_10 {
	padding: 10px;
}

.padding_all_30 {
	padding: 30px;
}

/* ---------- Margin ---------- */
.margin_0 {
	margin: 0px;
}

.margin_top_10 { margin-top: 10px; }
.margin_top_20 { margin-top: 20px; }
.margin_top_30 { margin-top: 30px; }
.margin_top_40 { margin-top: 40px; }
.margin_top_50 { margin-top: 50px; }
.margin_top_60 { margin-top: 60px; }
.margin_top_70 { margin-top: 70px; }
.margin_top_80 { margin-top: 80px; }

.margin_bottom_10 { margin-bottom: 10px; }

.margin_left_10 { margin-left: 8px; }

.margin_v_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin_v_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ---------- width ---------- */

.width_max img {
	max-width: 100%;
}

.width_650 {
	 max-width: 100%;
	 width: 650px;
	 display: inline-block;
 }

.width_450 { max-width: 100%; width: 450px;	display: inline-block;}

.width_350 {
	max-width: 100%;
	width: 350px;
	display: inline-block;
}

.width_250 {
	max-width: auto;
	width: 250px;
	display: inline-block;
}
/* ---------- float ---------- */

.float-right {
	float: right;
}
.float-left {
	float: left;
}

/* ---------- Position ---------- */

.el_relative {
	position: relative;
}

/* ---------- MEGAPACK ---------- */

.introducing_svg {
	text-align: center;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.introducing_svg svg {
	max-width: 100%;
}
.intro_bg {
	position: relative;
	/*background: #1a1a1a; !* fallback for old browsers *!*/

	background: url("../assets/preview-cyber-monday.gif") no-repeat center top;
	background-color: #232323;
	/*background: -webkit-linear-gradient(to top, #00e09e, #f47721 20%, #1274e7), url("../imgs/megapack/intro-image.png") no-repeat center top; !* Chrome 10-25, Safari 5.1-6 *!*/
	/*background: url("../imgs/megapack/intro-image.png") no-repeat center top, linear-gradient(to top, #222 , #222 150%); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
	/*-webkit-animation:  fadein 2s; !* Safari, Chrome and Opera &gt; 12.1 *!*/
	/*-moz-animation: background fadein 2s; !* Firefox &lt; 16 *!*/
	/*-ms-animation: background fadein 2s; !* Internet Explorer *!*/
	/*-o-animation: background fadein 2s; !* Opera &lt; 12.1 *!*/
	/*animation: fadein 2s;*/

}


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

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

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.bg_builder {
	box-shadow: 6px 4px 10px 10px #888888;
}

.shadow_mp {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.thumbnail_image img {
	max-width: 100%;
	width: 480px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07), 0px 1px 2px rgba(0, 0, 0, 0.07);
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.thumbnail_box {
	/*background: #fff;*/
	/*border-radius: 3px;*/
	padding-left: 30px;
	padding-right: 30px;
	/*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.07);*/
	margin-top: 15px;
	margin-bottom: 15px;
}

.thumbnail_title {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 30px;
	margin-top: 100px;
}

.thumbnail_text {
	color: #888;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	max-width: 240px;
	display: inline-block;
	margin-top: 10px;
}

.thumb_btn_icon {
	padding-bottom: 0px;
	padding-top: 5px;
}

.item_version {
	font-weight: 400;
	color: #fff;
	background-color: #484848;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 25px;
	font-size: 10px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

.feature_std {
	background: #f4f4f4;
	border-radius: 3px;
	padding: 20px;
	border-top: thick solid  #00c853;
	border-width: 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.feature_new {
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	border-top: thick solid  #00c853;
	border-width: 3px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.no_border {
	border-top: none;
}

.no_padding {
	padding: 0px 0px;
}

.no_shadow {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.new_icon {
	font-size: 34px;
	display: inline-block;
	position: relative;
	top: 10px;
	line-height: 0px;
}

.radius_3 svg {
	border-radius: 3px;
}

.feature_svg svg{
	position: relative;
	max-width: 220px;
	width: 100%;
}

.feature_img img {
	max-width: 100%;
	width: 100%;
}

#design-all, #design-all svg {
	max-width: 100%;
}

.max-width-container svg { max-width: 100%; }

.suggest_box {
	background: #ffffff;
	border-radius: 3px;
	padding: 20px;
	border-left: thick solid  #00c853;
	border-width: 3px;
}

.video_box {
	background: #111;
	border-radius: 3px;
	padding: 0px;
	border-top: thick solid  #00c853;
	border-width: 3px;
}

.video_shadow { box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.35), 0px 5px 5px rgba(0, 0, 0, 0.2); }

.dark_section {
	background: #181818;
}

.why_image img {
	max-width: 100%;
	width: 200px;
}


.blue_border { border-top: thick solid #1274e7; border-width: 3px; }
.red_border { border-top: thick solid #f44336; border-width: 3px; }
.grey_border { border-top: thick solid  #333; border-width: 3px; }
.orange_border { border-top: thick solid  #ff9800 ; border-width: 3px; }
.yellow_border { border-top: thick solid  #ffeb3b  ; border-width: 3px; }
.light_grey_border { border-top: thick solid  #ccc; border-width: 3px; }

.feature_icon_48 { font-size: 48px; }

.feature_title {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 30px;
}

.feature_sub_title {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 20px;
}

.blue_pixfort {
	color: #1274e7;
}

.flag {
	position: relative;
	top: 1px;
}


/*			SVG ANIMATION			*/

#icon_1,#icon_3,#icon_4 {
	/*animation-name: icon_1;*/
	/*animation-iteration-count: infinite;*/
	transform-origin: 50% 50%;
	/*animation-duration: 3s;*/
	display: inline-block;
	-moz-animation: none !important;
}

/*#icon_2 {*/
	/*animation-name: icon_1;*/
	/*animation-iteration-count: infinite;*/
	/*transform-origin: 53.5% 50%;*/
	/*animation-duration: 5s;*/
	/*display: inline-block;*/
	/*-moz-animation: none !important;*/
/*}*/

/*#icon_5 {*/
	 /*animation-name: icon_1;*/
	 /*animation-iteration-count: infinite;*/
	 /*transform-origin: 40% 40%;*/
	 /*animation-duration: 3s;*/
	 /*display: inline-block;*/
	/*-moz-animation: none !important;*/
/*}*/
@keyframes icon_1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}</pre></body></html>