/*!
Theme Name: fasite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fasite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fasite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {

	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {

}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {

}

ul {

}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
outline:none;
}

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {

}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






























@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-Regular.otf");
    url("fonts/Akrobat/Akrobat-Regular.otf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-Light.otf");
    url("fonts/Akrobat/Akrobat-Light.otf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-ExtraBold.otf");
    url("fonts/Akrobat/Akrobat-ExtraBold.otf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-Bold.otf");
    url("fonts/Akrobat/Akrobat-Bold.otf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-SemiBold.otf");
    url("fonts/Akrobat/Akrobat-SemiBold.otf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Akrobat";
    src: url("fonts/akrobat/Akrobat-Thin.otf");
    url("fonts/Akrobat/Akrobat-Thin.otf") format("truetype");
    font-style: normal;
    font-weight: 200;
}














body,
html {
margin:0;
padding:0;
font-family: Akrobat, Arial, sans-serif;
background-color: #ffffff;
font-weight: 400;
}

.block {
	width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
}

.left {
	float:left;
}

.right {
	float:right;
}


.top_panel {
    width: 100%;
    background-color: #ffffff;
    height: 92px;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.20);
}

.top_panel .block {
	position:relative; 
}

.top_panel .col1 {
    float: left;
	width: 19%;
}

.top_panel .col2 {
	float: left;
    width: 47.5%;
}

.top_panel .col3 {
	float: left;
    width: calc(33.5% - 125px);
}

.top_panel .col4 {
	width: 125px;
    float: left;
}


.top_panel .col1 a {
    float: left;
    margin-top: 22px;
}

.top_panel .col2 nav { 
}

.top_panel .col2 nav ul {
	float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 31px;
}

.top_panel .col2 nav ul li {
	float: left;
    margin-right: 25px;
}

.top_panel .col2 nav ul li a {
	font-size: 22px;
    text-decoration: none;
    color: #000000;
	position: relative;
	transition: 0.3s;
}

.top_panel .col2 nav ul li a:hover {
	color: #ff7800;
}

.top_panel .col2 nav ul li a::after {
    content: "";
    height: 1px;
    background-color: #ff7800;
    width: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.top_panel .col2 nav ul li a:hover::after {
    content: "";
    height: 1px;
    background-color: #ff7800;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.top_panel .col3 img { 
    float: left;
    margin-top: 25px;
}

.top_panel .col3 a { 
	float: left;
    text-decoration: none;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 10px;
    transition: 0.3s;
	position:relative;
}

.top_panel .col3 a:hover { 
	color: #ff7800; 
}

.top_panel .col3 a::after {
    content: "";
    height: 1px;
    background-color: #ff7800;
    width: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.top_panel .col3 a:hover::after {
    content: "";
    height: 1px;
    background-color: #ff7800;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.top_panel .col4 .wp {
	float: left;
    width: 37px;
    height: 37px;
    background: url(images/ic_wp.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 25px;
    margin-right: 7px;
	transition: 0.3s;
}

.top_panel .col4 .inst {
	float: left;
    width: 37px;
    height: 37px;
    background: url(images/ic_inst.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 25px;
    margin-right: 7px;
	transition: 0.3s;
}

.top_panel .col4 .mail {
	float: left;
    width: 37px;
    height: 37px;
    background: url(images/ic_mail.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 25px;
	transition: 0.3s;
}

.top_panel .col4 .wp:hover {
	background: url(images/ic_wp_h.png) no-repeat top 0px left 0px;
}

.top_panel .col4 .inst:hover {
	background: url(images/ic_inst_h.png) no-repeat top 0px left 0px;
}

.top_panel .col4 .mail:hover {
	background: url(images/ic_mail_h.png) no-repeat top 0px left 0px;
}




.head_bg {
    height: 563px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(images/bg1.jpg);
    float: left;
    width: 100%;
    margin-top: 92px;
}

.head_bg .col1 {
	float:left;
	width: calc(100% - 407px); 
}

.head_bg .col1 h1 { 
	color: #ffffff;
    float: left;
    margin-left: 12%;
    margin-top: 200px;
}

.head_bg .col1 h1 .title1 { 
    font-size: 66px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    clear: both;
}

.head_bg .col1 h1 .title2 {
	font-size: 47px;
    font-weight: normal;
    float: left;
    clear: both;
    line-height: 35px;
    margin-top: 10px;
}

.head_bg .col1 h1 .title3 { 
    font-size: 38px;
	color:#ff7800;
    font-weight: normal;
    float: left;
    clear: both;
}

.head_bg .col2 {
	float:left;
	width:407px; 
}

.head_bg .col2 .form1_cont1 {
	float: left;
    width: 387px;
    height: 416px;
    background-color: #ff7800;
    border-radius: 26px;
    margin-top: 80px;
}

.head_bg .col2 .form1_cont2 {
	float: left;
    width: 387px;
    height: 388px;
    background-color: #ffffff;
    border-radius: 26px;
    margin-top: 28px;
    position: relative;
}

.head_bg .col2 .form1_cont2::before {
    content: "";
    background: #ff7800 url(images/ic_mob2.png) no-repeat top 8px left 10px;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: 20px;
    top: -18px;
}

.why {
	float:left;
	width:100%;
}

.block h2 {  
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 49px;
    margin-bottom: 0;
}

.block .title {  
	text-align: center;
    font-style: italic;
    font-family: arial;
    font-size: 14px;
    margin-top: 12px;
}

.why .line1 {
	float: left;
    width: 100%;
    margin-top: 35px; 
}

.why .line1 .col1 {
    float: left;
    width: 50%;
    padding-left: 132px;
    box-sizing: border-box;
	background: url(images/why1.png) no-repeat top 5px left 0px;
    padding-right: 35px;
}

.why .line1 .col2 {
    float: left;
    width: 50%;
    padding-left: 132px;
    box-sizing: border-box;
	background: url(images/why2.png) no-repeat top 5px left 0px;
}

.why .line2 {
	float: left;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 105px;
}

.why .line2 .col1 {
    float: left;
    margin-left: 16%;
    width: 70%;
    padding-left: 132px;
    box-sizing: border-box;
    background: url(images/why3.png) no-repeat top 5px left 0px;
}

.why h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

.why p {
	font-size: 17px;
    font-weight: normal;
    margin-top: 5px;
}

.templates {
	float:left;
	width:100%;
	background-color:#10cc41;
}

.block .dec1 {
	width: 227px;
    height: 3px;
    background-color: #000000;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
}

.whysite {
    float: left;
    width: 100%;
    padding-bottom: 35px;
}

.whysite h2 {
	color:#ff7800; 
}

.whysite .col1 {
    float: left;
    width: 40%;
}

.whysite .col1 img {
	float: left;
    max-width: 95%;
}

.whysite .col2 {
	float: left;
    width: 60%;
}

.whysite .col2 p {
    font-size: 19px;
    margin-top: 0;
    line-height: 29px;
    margin-bottom: 30px;
}

.whysite .col2 p a {
	color:#ff7800;
    transition: 0.3s; 
}

.whysite .col2 p a:hover {
	color:#000000;
}

.footer {
    float: left;
    width: 100%;
    height: 310px;
    background: #272727 url(images/logo2.png) no-repeat bottom 75px center;
}

.footer .line1 {
	float: left;
    width: 100%;
    margin-top: 95px;
}

.footer .line1 .col1 {
    float: left;
    width: 171px;
}

.footer .line1 .col2 {
    float: right;
    height: 106px;
}

.footer .line2 {
	float:left;
	width:100%; 
}

.footer .line1 p {
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px; 
}

.footer .line1 .col1 .wp {
    float: left;
    width: 45px;
    height: 45px;
    background: url(images/ic_wp2.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 5px;
    margin-right: 17px;
    transition: 0.3s;
}

.footer .line1 .col1 .inst {
    float: left;
    width: 45px;
    height: 45px;
    background: url(images/ic_inst2.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 5px;
    margin-right: 17px;
    transition: 0.3s;
}

.footer .line1 .col1 .mail {
    float: left;
    width: 45px;
    height: 45px;
    background: url(images/ic_mail2.png) no-repeat top 0px left 0px;
    font-size: 0;
    margin-top: 5px;
    margin-right: 0px;
    transition: 0.3s;
}

.footer .line1 .col1 .wp:hover { 
	background: url(images/ic_wp2_h.png) no-repeat top 0px left 0px;
}

.footer .line1 .col1 .mail:hover { 
	background: url(images/ic_mail2_h.png) no-repeat top 0px left 0px;
}

.footer .line1 .col1 .inst:hover { 
	background: url(images/ic_inst2_h.png) no-repeat top 0px left 0px;
}

.footer .line2 {
    float: left;
    width: 100%;
    margin-top: 37px;
}

.footer .line2 p {
	text-align: center;
    font-size: 19px;
    color: #555555;
}

.head_bg .col2 .form1_cont2 .title {
	font-style: normal;
    text-transform: uppercase;
    font-family: Akrobat, Arial, sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-top: 33px;
}

.head_bg .col2 .form1_cont2 .wpcf7-form {
	width: 74%;
    margin-left: 13%;
}

.head_bg .col2 .form1_cont2 .wpcf7-form input[type="text"],
.head_bg .col2 .form1_cont2 .wpcf7-form input[type="tel"] {
    background-color: #eaeaea;
    border-radius: 0;
    border: none;
    font-family: arial;
    font-size: 24px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 12px;
    padding-top: 8px;
}

.head_bg .col2 .form1_cont2 .wpcf7-form input[type="submit"] {
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    outline: none;
    background-color: #ff7800;
    transition: 0.3s;
    float: left;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    padding-top: 14px;
    padding-bottom: 15px;
	cursor:pointer;
}

.head_bg .col2 .form1_cont2 .wpcf7-form input[type="submit"]:hover {
	background-color: #d86600;
}

.head_bg .col2 .form1_cont2 .privacy {
	font-family: arial;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -6px;
	transition: 0.3s;
}

.head_bg .col2 .form1_cont2 .privacy:hover {
	color: #ff7800;
}

.wpcf7-form-control-wrap {
    float: left;
}

span.wpcf7-not-valid-tip {
    color: #ff7800;
    position: absolute;
    top: -17px;
    font-size: 12px;
    font-family: arial;
}

div.wpcf7-response-output {
    margin-top: -32px;
    border: none !important;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-family: arial;
}

.fancybox_cus_base .fancybox_cus .fancybox-image {
	border: 4px solid white;
    cursor: pointer;
}

.fancybox_cus_base .fancybox-button svg {
    display: none;
}

.fancybox_cus_base .fancybox-button {
	background:none;
}

.fancybox_cus_base .fancybox-button.fancybox-button--arrow_left::before {
    content: "";
    background: url(images/arr_left.png) no-repeat top 0px left 0px;
    width: 38px;
    height: 38px;
    display: block;
    background-size: 38px;
	transition: 0.3s;
}

.fancybox_cus_base .fancybox-button.fancybox-button--arrow_right::before {
    content: "";
    background: url(images/arr_right.png) no-repeat top 0px left 0px;
    width: 38px;
    height: 38px;
    display: block;
    background-size: 38px;
	transition: 0.3s;
}

.fancybox_cus_base .fancybox-button:hover {
	opacity:0.4;
}














/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 16px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}















@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(images/ajax-loader.gif) center center no-repeat;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 27px;
    height: 27px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
	opacity:0;
	transition: 0.3s;
	margin-top: -10px;
}

.templates:hover .slick-prev {
	opacity:0.5;
}

.templates:hover .slick-next {
	opacity:0.5;
}





.slick-prev:focus,
.slick-next:focus
{
    color: transparent;
    outline: none;
}

.templates:hover .slick-prev:hover,
.templates:hover .slick-next:hover
{
	opacity:1;
}

.templates:hover .slick-dots {
	opacity:1;
}

.-------media:hover .slick-dots {
	opacity:1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{

}

.slick-prev
{
    left: -45px;
    background-image: url(images/arr_left.png);
    z-index: 999;
    width: 54px;
    height: 54px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{

}
[dir='rtl'] .slick-prev:before
{
 
}

.slick-next
{
    right: -45px;
    background-image: url(images/arr_right.png);
    z-index: 999;
    width: 54px;
    height: 54px;
	background-position-x: right;
	
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{

}
[dir='rtl'] .slick-next:before
{

}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
	opacity:0;
	transition: 0.3s;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 19px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background: url(images/slider_nav.png) no-repeat center center;
}

.slick-dots li.slick-active button {
	background: url(images/slider_nav_ac.png) no-repeat center center;
}

.slick-dots li button:hover {
	background: url(images/slider_nav_ac.png) no-repeat center center;
}


.--------media .slick-dots li {
    margin: 0 1px; 
}

.-------media .slick-dots {
    bottom: -65px; 
}

.-------media .slick-dots li button {
	background: url(images/slider_dark_nav.png) no-repeat center center;
}

.-------media .slick-dots li.slick-active button {
	background: url(images/slider_nav_ac.png) no-repeat center center;
}

.-------media .slick-dots li button:hover {
	background: url(images/slider_nav_ac.png) no-repeat center center;
}





.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

}
.slick-dots li.slick-active button:before
{

}











.templates .items {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 35px;
    margin-bottom: 75px;
}


.footer .col2 .wpcf7-form {
    float: left;
    position: relative;
    margin-top: 11px;
}

.footer .col2 .wpcf7-form p {
	margin-top:0
}


.footer .col2 .wpcf7-form input[type="tel"] {
	background-color: #3f3f3f;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    outline: none;
    font-family: arial;
    width: 195px;
    padding-left: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
	color: #272727;
}

.footer .col2 .wpcf7-form input[type="submit"] {
    width: 30px;
    height: 30px;
    background: url(images/but1.png) no-repeat top 0px left 0px;
    float: left;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    position: absolute;
    top: 2px;
    right: 2px;
}


.footer .col2 .wpcf7-form div.wpcf7-response-output {
    display: block;
    position: absolute;
    top: 76px;
    font-size: 10px;
    color: #666;
}

.footer .col2 .wpcf7-form span.wpcf7-not-valid-tip {
	display:none;
}













.mob_call {
    float: left;
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    z-index: 999;
    background: #ffc346 url(images/but_phone.png) no-repeat center center;
    border-radius: 50%;
    bottom: 25px;
    right: 2%;
    text-indent: 100%;
    white-space: nowrap;
	outline:none;
	
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.15);	
}

.whatsapp_call {
	float: left;
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 999;
    background: #4dc247 url(images/but_whatsapp.png) no-repeat top 10px center;
    border-radius: 50%;
    bottom:105px;
    right: 2%;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
}

.whatsapp_call:hover:before {
 content: '';
 position: absolute;
 border: 1px solid #4dc247;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse_call 1.8s linear infinite;
	opacity: 0;
}  

.whatsapp_call:hover:after {
 content: '';
 position: absolute;
 border: 1px solid #82dd7d;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse_call 1.8s linear infinite;
	 animation-delay: .5s;
	opacity: 0;
}  

.mob_call:focus { 
	outline:none;
}



.mob_call:hover {
  animation-name: shake-rotate;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.mob_call_anim1 {
  animation-name: shake-rotate;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;	
}

.mob_call:hover:before {
 content: '';
 position: absolute;
 border: 1px solid #ffeabd;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse_call 1.8s linear infinite;
	opacity: 0;
}  

.mob_call:hover:after {
 content: '';
 position: absolute;
 border: 1px solid #ffffff;
 left: -20px;
 right: -20px;
 top: -20px;
 bottom: -20px;
 border-radius: 50%;
 animation: pulse_call 1.8s linear infinite;
	 animation-delay: .5s;
	opacity: 0;
}  

@keyframes pulse_call {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.2);
  opacity: 0;
 }
}   

@keyframes shake-rotate {
  2% {
    transform: translate(0, 0) rotate(7.5deg); }
  4% {
    transform: translate(0, 0) rotate(2.5deg); }
  6% {
    transform: translate(0, 0) rotate(2.5deg);  }
  8% {
    transform: translate(0, 0) rotate(-0.5deg); }
  10% {
    transform: translate(0, 0) rotate(2.5deg); }
  12% {
    transform: translate(0, 0) rotate(-5.5deg); }
  14% {
    transform: translate(0, 0) rotate(0.5deg); }
  16% {
    transform: translate(0, 0) rotate(0.5deg); }
  18% {
    transform: translate(0, 0) rotate(2.5deg); }
  20% {
    transform: translate(0, 0) rotate(1.5deg); }
  22% {
    transform: translate(0, 0) rotate(-5.5deg); }
  24% {
    transform: translate(0, 0) rotate(3.5deg); }
  26% {
    transform: translate(0, 0) rotate(4.5deg); }
  28% {
    transform: translate(0, 0) rotate(5.5deg); }
  30% {
    transform: translate(0, 0) rotate(0.5deg); }
  32% {
    transform: translate(0, 0) rotate(-0.5deg); }
  34% {
    transform: translate(0, 0) rotate(6.5deg); }
  36% {
    transform: translate(0, 0) rotate(4.5deg); }
  38% {
    transform: translate(0, 0) rotate(-5.5deg); }
  40% {
    transform: translate(0, 0) rotate(6.5deg); }
  42% {
    transform: translate(0, 0) rotate(-4.5deg); }
  44% {
    transform: translate(0, 0) rotate(6.5deg); }
  46% {
    transform: translate(0, 0) rotate(1.5deg); }
  48% {
    transform: translate(0, 0) rotate(-6.5deg); }
  50% {
    transform: translate(0, 0) rotate(6.5deg); }
  52% {
    transform: translate(0, 0) rotate(4.5deg); }
  54% {
    transform: translate(0, 0) rotate(-6.5deg); }
  56% {
    transform: translate(0, 0) rotate(-5.5deg); }
  58% {
    transform: translate(0, 0) rotate(7.5deg); }
  60% {
    transform: translate(0, 0) rotate(3.5deg); }
  62% {
    transform: translate(0, 0) rotate(6.5deg); }
  64% {
    transform: translate(0, 0) rotate(2.5deg); }
  66% {
    transform: translate(0, 0) rotate(-4.5deg); }
  68% {
    transform: translate(0, 0) rotate(-3.5deg); }
  70% {
    transform: translate(0, 0) rotate(-3.5deg); }
  72% {
    transform: translate(0, 0) rotate(0.5deg); }
  74% {
    transform: translate(0, 0) rotate(-5.5deg); }
  76% {
    transform: translate(0, 0) rotate(4.5deg); }
  78% {
    transform: translate(0, 0) rotate(-1.5deg); }
  80% {
    transform: translate(0, 0) rotate(1.5deg); }
  82% {
    transform: translate(0, 0) rotate(2.5deg); }
  84% {
    transform: translate(0, 0) rotate(0.5deg); }
  86% {
    transform: translate(0, 0) rotate(-2.5deg); }
  88% {
    transform: translate(0, 0) rotate(7.5deg); }
  90% {
    transform: translate(0, 0) rotate(4.5deg); }
  92% {
    transform: translate(0, 0) rotate(-6.5deg); }
  94% {
    transform: translate(0, 0) rotate(0.5deg); }
  96% {
    transform: translate(0, 0) rotate(5.5deg); }
  98% {
    transform: translate(0, 0) rotate(-6.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }



.site-main {
	float:left;
	width:100%;
	margin-top: 92px;
	padding-bottom:50px;
}


.site-main a {
    color: #ff7800;
}

.site-main a:hover {
	color:#000000;
}








.mob_top_panel {
	display:none;
}

.slideout-menu {
	display:none;
}

.mob_top_panel .toggle-button {
    float: left;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 24px;
    padding-left: 14px;
    padding-top: 10px;
    color: whitesmoke;
    background: #f9f9f9 url(images/mob_but.png) no-repeat top 0px left 0px;
	outline: none;
}

.slideout-open .mob_top_panel .toggle-button {
    background: #dfdfdf url(images/mob_but_close.png) no-repeat top 0px left 0px;
}

.mob_top_panel .head_left a {
    margin-left: 4px;
    margin-top: 0;
    float: left;
}

.mob_top_panel .head_left a img {
    height: 30px;
	margin-top: 10px;	
    float: left;
}

.mob_top_panel .head_right {
    margin-right: 1%;
	margin-top: 3px;	
}

.mob_top_panel .head_right a {
    margin-top: 12px;
    margin-right: 3px;
}


.mob_menu {
    background-color: #ff7800;
    margin-top: 15px;
}

.mob_menu ul {
	list-style:none;
    padding-left: 15%;	
    line-height: 1.7;	
}

.mob_menu ul li a {
    font-size: 21px;
	text-decoration:none;
    color: white;
    outline: none;	
}

.soc_block {
    float: left;
}

.mob_top_panel .head_left {
    float: left;
}

.mob_top_panel .head_right {
    float: right;
    margin-right: 1%;
    margin-top: 3px;
}

.mob_top_panel .head_left h1 {
	float: left;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}


.mob_top_panel .head_left h1 a { 
    text-decoration: none;
    color: #ffc7f1;	
}

.mob_top_panel .head_left h1 a span { 
    float: left;
    margin-top: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: Century Gothic, Arial, sans-serif;
}

.mob_whats img {
    width: 23px;
    margin-top: 10px;	
}

.mob_inst img {
    width: 23px;
    margin-top: 10px;	
}

.mob_phone img {
    width: 23px;
    margin-top: 10px;
}