/*
Theme Name: AvaPartner
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avapartner
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
AvaPartner is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/




/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Medi
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
    src: url('/wp-content/themes/avapartner/fonts/OpenSans-Light.ttf')
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
    src: url('/wp-content/themes/avapartner/fonts/OpenSans-Regular.ttf')
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
    src: url('/wp-content/themes/avapartner/fonts/OpenSans-SemiBold.ttf')
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
    src: url('/wp-content/themes/avapartner/fonts/OpenSans-Bold.ttf')
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 800;
    src: url('/wp-content/themes/avapartner/fonts/OpenSans-ExtraBold.ttf')
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: Open Sans;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


body {
	margin: 0;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}



audio:not([controls]) {
	display: none;
	height: 0;
}


[hidden],
template {
	display: none;
}


a {
	background-color: transparent;
}


a:active,
a:hover {
	outline: 0;
}


abbr[title] {
	border-bottom: 1px dotted;
}


b,
strong {
	font-weight: bold;
}


dfn {
	font-style: italic;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


.rtl{
	text-align: right;
}

mark {
	background: #ff0;
	color: #000;
}


small {
	font-size: 80%;
}



sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}



sup {
	top: -0.5em;
}



sub {
	bottom: -0.25em;
}


img {
	border: 0;
}



svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 1em 40px;
}


hr {
	box-sizing: content-box;
	height: 0;
}



pre {
	overflow: auto;
}


code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}



button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}



button {
	overflow: visible;
}



button,
select {
	text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


button[disabled],
html input[disabled] {
	cursor: default;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


input {
	line-height: normal;
}


input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


legend {
	border: 0;
	padding: 0;
}


textarea {
	overflow: auto;
}


optgroup {
	font-weight: bold;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


td,
th {
	padding: 0;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Open Sans;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


p {
	margin-bottom: 1.5em;
}



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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}



abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}


mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}



big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/



html {
	box-sizing: border-box;
}



*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}





blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}



blockquote,
q {
	quotes: "" "";
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul,



ol {



	margin: 0 0 1.5em 3em;



}







ul {



	list-style: disc;



}







ol {



	list-style: decimal;



}







li > ul,



li > ol {



	margin-bottom: 0;



	margin-left: 1.5em;



}







dt {



	font-weight: bold;



}







dd {



	margin: 0 1.5em 1.5em;



}







img {



	height: auto; /* Make sure images are scaled correctly. */



	max-width: 100%; /* Adhere to container width. */



}







figure {



	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */



}







table {



	margin: 0 0 1.5em;



	width: 100%;



}







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



# Forms



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







button:focus,



input[type="button"]:focus,



input[type="reset"]:focus,



input[type="submit"]:focus,



button:active,



input[type="button"]:active,



input[type="reset"]:active,



input[type="submit"]:active {



	border-color: 0px;



}







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, select {



	color: white;



	background: transparent;



    border: 0px;



    border-bottom: 1px solid white;



    width: 100%;



	padding: 3px;



	font-weight: 100;



}







select {



	border: 1px solid #ccc;



}







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;



}







textarea {



	width: 100%;



}





p{margin: 0 !important;}





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



# Navigation



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



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



## Links



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



a {
	color: royalblue;
}


a:visited {
	color: purple;
}



a:hover,
a:focus,
a:active {
	color: midnightblue;
}







a:focus {
	outline: thin dotted;
}



a:hover,
a:active {
	outline: 0;
}


a.inner-link {
	text-decoration: underline;
	color: inherit;
}
a:visited.inner-link {
	    color: inherit;
}




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



## Menus



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



.main-navigation {
	padding-top: 20px;
	clear: both;
	display: block;
	display: inline-block;
	width: 700px;
}







.main-navigation ul {
	height: auto;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding-left: 0;
}







.main-navigation li {
	float: right;
	position: relative;
	border-left: 1px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
}







.main-navigation li:last-child{
	border-left: 0px solid #999999;
}





.main-navigation a {
	display: block;
	text-decoration: none;
	color: #343434;
    font-size: 12px;
    text-transform: uppercase;
}



.menu-visible0{
	opacity: 1 !important;
	  -webkit-transition: all 0.5s ease-in-out 0s !important;
	  -moz-transition: all 0.5s ease-in-out 0s !important;
	  -o-transition: all 0.5s ease-in-out 0s !important;
	  transition: all 0.5s ease-in-out 0s !important;
	 -webkit-transform: translateY(-50px) !important;
	  -moz-transition: translateY(-50px) !important;
	  -o-transition: translateY(-50px) !important;
	  transition: translateY(-50px)!important;
}



.menu-visible1{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.1s !important;

	  -moz-transition: all 0.5s ease-in-out 0.1s !important;

	  -o-transition: all 0.5s ease-in-out 0.1s !important;

	  transition: all 0.5s ease-in-out 0.1s !important;

	  -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}



.menu-visible2{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.2s !important;

	  -moz-transition: all 0.5s ease-in-out 0.2s !important;

	  -o-transition: all 0.5s ease-in-out 0.2s !important;

	  transition: all 0.5s ease-in-out 0.2s !important;

	  -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}







.menu-visible3{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.3s !important;

	  -moz-transition: all 0.5s ease-in-out 0.3s !important;

	  -o-transition: all 0.5s ease-in-out 0.3s !important;

	  transition: all 0.5s ease-in-out 0.3s !important;

	  -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}



.menu-visible4{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.4s !important;

	  -moz-transition: all 0.5s ease-in-out 0.4s !important;

	  -o-transition: all 0.5s ease-in-out 0.4s !important;

	  transition: all 0.5s ease-in-out 0.4s !important;

	  -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}





.menu-visible5{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.5s !important;

	  -moz-transition: all 0.5s ease-in-out 0.5s !important;

	  -o-transition: all 0.5s ease-in-out 0.5s !important;

	  transition: all 0.5s ease-in-out 0.5s !important;

	  -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}







.menu-visible6{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.6s !important;

	  -moz-transition: all 0.5s ease-in-out 0.6s !important;

	  -o-transition: all 0.5s ease-in-out 0.6s !important;

	  transition: all 0.5s ease-in-out 0.6s !important;

	 -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}





.menu-visible7{

	opacity: 1 !important;

	  -webkit-transition: all 0.5s ease-in-out 0.7s !important;

	  -moz-transition: all 0.5s ease-in-out 0.7s !important;

	  -o-transition: all 0.5s ease-in-out 0.7s !important;

	  transition: all 0.5s ease-in-out 0.7s !important;

	 -webkit-transform: translateY(-50px) !important;

	  -moz-transition: translateY(-50px) !important;

	  -o-transition: translateY(-50px) !important;

	  transition: translateY(-50px)!important;

}





.menu-unvisible{

	opacity: 0;

	 -webkit-transition: all 1s ease-in-out 0.6s;

	  -moz-transition: all 1s ease-in-out 0.6s;

	  -o-transition: all 1s ease-in-out 0.6s;

	  transition: all 1s ease-in-out 0.6s;

	-webkit-transform: translateY(0px) !important;

	  -moz-transition: translateY(0px) !important;

	  -o-transition: translateY(0px) !important;

	  transition: translateY(0px)!important;

	

}



.main-navigation ul ul {



	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);



	float: left;



	position: absolute;



	top: 1.5em;



	left: -999em;



	z-index: 99999;



}







.main-navigation ul ul ul {



	left: -999em;



	top: 0;



}







.main-navigation ul ul a {



	width: 200px;



}







.main-navigation ul ul li {







}







.main-navigation li:hover > a,

.main-navigation li.focus > a {

	color:#1187F4;

	//font-weight: 600;

}







.main-navigation ul ul :hover > a,



.main-navigation ul ul .focus > a {



}







.main-navigation ul ul a:hover,



.main-navigation ul ul a.focus {



}







.main-navigation ul li:hover > ul,



.main-navigation ul li.focus > ul {



	left: auto;



}







.main-navigation ul ul li:hover > ul,



.main-navigation ul ul li.focus > ul {



	left: 100%;



}







.main-navigation .current_page_item > a,



.main-navigation .current-menu-item > a,



.main-navigation .current_page_ancestor > a,



.main-navigation .current-menu-ancestor > a {



	color:#1187F4;



	font-weight: 600;



}







/* Small menu. */



.menu-toggle,



.main-navigation.toggled ul {

	height: auto;

}



.menu-toggle{



	position: absolute;



	right: 1px;



	top: 20px;



}

.menu-toggle {
	display: none;
}
	


.footer-logos-mobile{display:block}
.footer-logos{display:none}

@media screen and (min-width: 1024px) {

	#primary-menu li:first-child {

		margin-top: 0px !important;

	}

	.footer-logos-mobile{display:none}
	.footer-logos{display:block}

	

	#primary-menu li {

		opacity: 1 !important;

		-webkit-transition: all 0s ease-in-out;

		  -moz-transition: all 0s ease-in-out;

		  -o-transition: all 0s ease-in-out;

		  transition: all 0s ease-in-out;

		margin-top: 0px !important;

	}



	.main-navigation ul {



		display: block;



	}



}







.site-main .comment-navigation,



.site-main .posts-navigation,



.site-main .post-navigation {



	margin: 0 0 1.5em;



	overflow: hidden;



}







.comment-navigation .nav-previous,



.posts-navigation .nav-previous,



.post-navigation .nav-previous {



	float: left;



	width: 50%;



}







.comment-navigation .nav-next,



.posts-navigation .nav-next,



.post-navigation .nav-next {



	float: right;



	text-align: right;



	width: 50%;



}







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



# Accessibility



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



/* Text meant only for screen readers. */



.screen-reader-text {



	clip: rect(1px, 1px, 1px, 1px);



	position: absolute !important;



	height: 1px;



	width: 1px;



	overflow: hidden;



	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */



}







.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;



	color: #21759b;



	display: block;



	font-size: 14px;



	font-size: 0.875rem;



	font-weight: bold;



	height: auto;



	left: 5px;



	line-height: normal;



	padding: 15px 23px 14px;



	text-decoration: none;



	top: 5px;



	width: auto;



	z-index: 100000; /* Above WP toolbar. */



}







/* Do not show the outline on the skip link target. */



#content[tabindex="-1"]:focus {



	outline: 0;



}







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



# Alignments



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



.alignleft {



	display: inline;



	float: left;



	margin-right: 1.5em;



}







.alignright {



	display: inline;



	float: right;



	margin-left: 1.5em;



}







.aligncenter {



	clear: both;



	display: block;



	margin-left: auto;



	margin-right: auto;



}







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



# Clearings



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



.clear:before,



.clear:after,



.entry-content:before,



.entry-content:after,



.comment-content:before,



.comment-content:after,



.site-header:before,



.site-header:after,



.site-content:before,



.site-content:after,



.site-footer:before,



.site-footer:after {



	content: "";



	display: table;



	table-layout: fixed;



}







.clear:after,



.entry-content:after,



.comment-content:after,



.site-header:after,



.site-content:after,



.site-footer:after {



	clear: both;



}







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



# Widgets



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



.widget {



	margin: 0 0 1.5em;



}







/* Make sure select elements fit in widgets. */



.widget select {



	max-width: 100%;



}







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



# Content



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



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



## Posts and pages



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



.sticky {



	display: block;



}







.hentry {



	margin: 0 0 1.5em;



}







.byline,



.updated:not(.published) {



	display: none;



}







.single .byline,



.group-blog .byline {



	display: inline;



}







.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;



}







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



# Infinite scroll



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



/* Globally hidden elements when Infinite Scroll is supported and in use. */



.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */



.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */



	display: none;



}







/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */



.infinity-end.neverending .site-footer {



	display: block;



}







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



# 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 embeds and iframes fit their containers. */



embed,



iframe,



object {



	max-width: 100%;



}







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



## 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;



}







.gallery-item {



	display: inline-block;



	text-align: center;



	vertical-align: top;



	width: 100%;



}







.gallery-columns-2 .gallery-item {



	max-width: 50%;



}







.gallery-columns-3 .gallery-item {



	max-width: 33.33%;



}







.gallery-columns-4 .gallery-item {



	max-width: 25%;



}







.gallery-columns-5 .gallery-item {



	max-width: 20%;



}







.gallery-columns-6 .gallery-item {



	max-width: 16.66%;



}







.gallery-columns-7 .gallery-item {



	max-width: 14.28%;



}







.gallery-columns-8 .gallery-item {



	max-width: 12.5%;



}







.gallery-columns-9 .gallery-item {



	max-width: 11.11%;



}







.gallery-caption {



	display: block;



}































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



# My



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







.row{



	width: 1000px;



	margin: auto;



}


.tel-desktop{
	display:none
}

.tel-mobile{
	display: none
}

.phone-mobile{
	display:none
}

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



# Header



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







.social{
	padding-top: 7px;

    padding-bottom: 17px;

	height: 40px;

	margin-bottom: 11px;

}







.social-icons{

	color: #5a5a5a;

	font-size: 15px;

}











.social-img{

	vertical-align: sub;

	padding-right: 9px;

	margin-bottom: 1px;

}







.social-box{

	display: inline-block;

	vertical-align: top;

	padding-top: 11px;

	margin-right: 20px;

}



.tel-desktop{font-size:15px; display:none}











input:focus {

    outline:none !important;

}



#registerBtn{

	width: 168px;

    height: 35px;

    color: white;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 600;

    background: #1187F4;

    border: 1px solid #1187F4;

    padding-bottom: 10px;

    padding-top: 5px;

	margin-left: 11px;

}











#registerBtn:hover{

	background: #116fc5;

	color:white;

	border:1px solid #116fc5;

}











#loginBtn{

	width: 128px;

    height: 35px;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 600;

    background: transparent;

	color:#343434;

    padding-bottom: 10px;

    padding-top: 5px;
	border:0px solid #65aa17;
}















#loginBtn:hover{

	color:#116fc5;

}















.buttons{

	float: right;

	margin-top: 5px;

}











.header-logo{

	float: left;

	padding-top: 10px;



}







.fixedState{

	position: fixed;

	width: 100%;

	background-color: rgba(255,255,255,0.9);

	padding-top: 10px;
	top: 0px;
    padding-bottom: 10px;

    border-bottom: 1px solid #999999;

    z-index: 1000000;

}







#primary-menu li {

		opacity: 0;

		-webkit-transition: all 0s ease-in-out;

		-moz-transition: all 0s ease-in-out;

		-o-transition: all 0s ease-in-out;

		transition: all 0s ease-in-out;

		margin-top: 20px;

	

}



#primary-menu li:first-child {

		margin-top: 12%

}





button.menu-toggle {

    width: 41px;

    height: 29px;

    background-color: transparent;

    border-color: white;

    border: 0px;

}





.menu-toggle-opened {

	//background-image: url(img/close.png);

	background-size: auto 100%;

    background-repeat: no-repeat;

}



.menu-toggle-closed {

	 //background-image: url(img/hamburger-menu.png);

}





button.menu-toggle:focus {

    outline:none !important;

	

}











header{margin-bottom: 20px;}











/*-----------Home page------------*/

.home-image{
	background:url('/wp-content/themes/avapartner/img/img.jpg');
	background-size: cover; 
	background-position: center;
}

.title{
	font-size:42px;
	color: #343434;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
    padding-bottom: 10px;
}


.title-description{
	font-size: 18px;
    color: #343434;
    width: 577px;
    line-height: 29px;
}




.subtitle{
	font-size:24px;
	color: #343434;
	text-transform: uppercase;
	padding-top: 10px;
    padding-bottom: 22px;
	width: 580px;
	line-height: normal;
	font-weight: bold;
}



input.signUpBtn {
	width: 300px;
    height: 60px;
    color: white;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    background: #1187F4;
    border: 1px solid #1187F4;
    padding-bottom: 2px;
    margin-top: 35px;
    margin-bottom: 48px;
    padding-top: 0px;
}




.signUpBtn:hover{
	background: #116fc5;
	color:white;
	border: 1px solid #116fc5;
}





/*------------Work With Us section-------------*/


#workSection{
	/*background: #f4f6f6;*/
	border-bottom: 1px solid #aeaeae;
	position: relative;
}



h1, h2, h3{
	font-size: 30px;
	font-weight: 600;
	color: #343434;
	text-align: center;
	margin: 0px;
    padding-top: 30px;
	text-transform: uppercase;
}



.section-subtitle{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform:none;
	margin-top: 170px;
}


.section-description{
	font-size: 16px;
	color: #fff;
	line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
	min-height: 64px;
}



a.section-link{
	color: #1187F4;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background: white;
    padding: 10px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}



a.section-link:hover{
	background: #1187F4;
    color: white;
}



.blocks{
	text-align: center;
	width: 100%;
	height: 450px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
	margin-bottom: 37px;
	position: relative;
	background-size: cover;
	padding: 10px;
}




.icons-quick{
	font-size: 54px;
    color: #2882c0;
}



/*------------Partner section-------------*/

.partner-blocks{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}



.partner-image{
	padding-right: 13px;
	vertical-align: top;
	font-size: 35px;
    color: #5a5a5a;
    margin-top: -4px;
}


.partner-blocks .section-description{
	margin-top: 0px;
	width: 260px;
    display: inline-block;
	margin-top: 4px !important;
    vertical-align: text-top;
	padding-left: 10px;
	color:#5A5A5A;

}

.partner-blocks .first-section-description{
	padding-left: 0px;
}



.partner-subtitle{
	font-size: 29px;
	font-weight: bold;
    color: #343434;
    text-align: center;
    width: 80%;
    line-height: normal;
    margin: auto;
	margin-top: 60px;
}


.partner-image span{
	color: #aeaeae;
	padding:10px;
}


/*------------footer--------------*/
.logos-block{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 7px;
}

.logos-block2{
    margin: 17px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.logos-block img{width: 100%}
.footer-logos{text-align: center; padding-top: 30px; padding-bottom: 30px; }

footer{
	color:#b6b6b6;
	font-size:18px;
}




/*-------parallax------*/
.parallax-description{
	font-size: 19px;
    color: #000;
    line-height: normal;
    margin-top: 10px;
    width: 72%;
}

#parallaxSection h2{
	text-align: inherit;
	font-weight: 400;
	padding-top: 0px
}


/*------------footer menu--------------*/
ul#footer-menu{
	list-style: none;
	padding: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

ul#footer-menu li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #b6b6b6;
}


ul#footer-menu li:last-child{
	border-right: 0px solid #5a5a5a;
}


ul#footer-menu li a{
	color: #b6b6b6;
	text-decoration: none;
	text-transform: capitalize;
}


.menu-footer-menu-container{
    padding-bottom: 4px;
}

.inc{
	padding-top: 20px;
    padding-bottom: 6px;
}


.inc a{
	color: #b6b6b6;
	text-decoration: none;
}


.inc a:hover{
	color: white;
}




/*------------Partner page--------------*/
.content{
	vertical-align: top;
	display: inline-block;
	width: 268px;
    margin-left: 5px;
    margin-top: 6px;
}


.icons{
	font-size:32px;
	vertical-align: top;
	display: inline-block;
	color: #2683c2;
}




.partner{
	vertical-align: top;
	display: inline-block;
	margin-top: 6px;
    margin-left: 10px;
    width: 319px;
    margin-bottom: 37px;
}



.partner-main{
	color:#343434;
	font-size:20px;
	font-weight: 600;
	margin-bottom: 12px;
}



.partner-description{
	color:#343434;
	font-size:16px;
}





/*------------Marketing page--------------*/

.marketing-holder{
	text-align: left;
    margin-left: 23%;
    margin-top: 30px;

}

.marketing{
    vertical-align: top;
    display: inline-block;
    margin-top: 6px;
    width: 49%;
    margin-bottom: 37px;
}






.marketing .icons{
	vertical-align: middle;
	margin-top: -7px;
    margin-right: 5px;
    font-size: 33px;
}


.content-marketing{
	display: inline-block;
	vertical-align: middle;
}


.marketing-description{
	width: 710px !important;
	margin: auto;
	text-align: center;
	color:#000;
}


.content-marketing .partner-main{
	font-size:33px;
}





/*------------Commision page--------------*/

.commision{
    vertical-align: top;
    display: inline-block;
    margin-top: 25px;
    width: 48%;
    margin-bottom: 37px;
}


.commision .icons{
	vertical-align: middle;
	font-size: 20px;
}



.content-commision{
	display: inline-block;
	vertical-align: top;
    width: 82%;
    margin-left: 10px;
    margin-right: 20px;
}


.commision-description{
	width: 67%;
	margin: auto;
}



.commision:nth-child(2){
	margin-left: 15px;
}



.commision:nth-child(5){
	margin-left: 15px;
}




/*------------Faq page--------------*/

.faq-basic-title{
	color:#343434;
	font-size:24px;
	margin-top: 30px;
}


.faq-title{
	color:#2882c0;
	font-size:16px;
	text-decoration: underline;
}


.faq-title-open{
	text-decoration: none;
}


.answer{
	font-size:14px;
	font-weight:normal;
	display:none;
}


.open-answer{
	font-size:16px;
	font-weight:normal;
	display:block;
	padding-right:10px;
	margin-top: -16px;
	width: 100%;
	margin-top: 2px;
	padding-bottom: 12px;

}


.close-answer{
	font-size:16px;
	font-weight:normal;
	display:none;
	border:0px;
}




/*------------Popup Contact us-------------*/
#popup-contact-us{
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	min-height: 708px;
	width: 100%;
	background-color: #1c6496;
	z-index: 10000;
}

.contact-desktop{
	float: left;
}

.col-contact-us-left{
	background-color: white;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
}


.col-contact-us-left .col-inner{
	width: 480px;
	float: right;
    margin-top: 75px;
    margin-right: 75px;
}


.col-contact-us-right{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: 100%;
}


.col-contact-us-right .col-inner{
	width: 430px;
	float: left;
    margin-top: 86px;
    margin-left: 120px;
	padding-bottom: 300px;
}







.contact-title{



	color:#343434;



	font-size: 24px;



	text-transform: uppercase;



	font-weight: 600;



	margin-bottom: 8px;



	margin-top: 25px;



}











.contact-subtitle{



	color:#343434;



	font-size: 24px;



	margin-bottom: 20px;



	line-height: normal;



}







.contact-description{



	color:#343434;



	font-size: 16px;



}



.contact-description .contact-desc-col-inner:first-child{

	width: 200px;

}



.contact-desc-col-inner{



	display: inline-block;



	vertical-align: top;



	width: 48%;



}







.contact-us-logo{



	margin-bottom: 30px;



}











.closeBtn{



	border: 1px solid white;



    color: white;



    text-transform: uppercase;



    width: 132px;



    height: 52px;



    float: right;



    background: transparent;



}







.closeBtn:hover{



	color: #1c6496;



    background: white;



}











.closeBtn:focus {



    outline:none !important;



}















.col-contact-us-right .col-inner 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, select {






	 color: white;



}











.col-contact-us-right .col-inner



button.submitBtn{



	border: 1px solid white;



    color: white;



    width: 232px;



    height: 50px;



    float: left;



    background: transparent;



    margin-top: 30px;



    margin-bottom: 30px;



}







.col-contact-us-right .col-inner



button.submitBtn:hover{



	color: #1c6496;



    background: white;



}



















.validationFail{ border: 1px solid red !important;}



#errorsHolder, .error{ display:none; }



.error{ margin: 7px; font-size: 14px; border-radius: 6px; margin-left: 0px; }



#errorsHolder{ 



    width: 100%;



    color: red;



  }











  #thankyou{



  	display: none;



  	color:white;



  	font-size:29px;



  	margin-top: 170px;



  }




  /*------------Login popup-------------*/

  #popup-login{
  	 background-color: rgba(255,255,255,0.8);
    left: 0px;
    width: 100%;
    height: auto;
    position: relative;
  }



  #login-holder{
	width: 100%;
    margin: auto;
  }



  #login-holder h1{
  	text-align: left;
  }




form#loginForm{
	color: #343434;
	margin-top: -80px;
}




form#loginForm input{



	border-bottom:1px solid #343434;



	color: black;



}











.loginBtn{



	width: 418px;



	color: white;



	background-color: #82bb41;



	height: 44px;



	border: 0px;



    margin-top: 30px;



    margin-bottom: 10px;



}







a.forgot-password{



	color:#868686;



	font-size: 14px;



}







.canselBtn{



	width: 418px;



	color: #404040;



	background-color: transparent;



	height: 44px;



	border: 1px solid #404040;

    margin-bottom: 10px;

	border-radius: 0px;



}







.reset-pass-subtitle{

	font-size:20px;

	font-weight: 400;

}



.reset-pass-description{

	font-size:16px;

	margin-bottom: 10px;

	font-weight: 200;

}



























/*------------Register popup-------------*/



  #popup-register{
	background-color: rgba(255,255,255,0.8);
    left: 0px;
    width: 100%;
    position: relative;
    margin-top: 0px;
	padding-top: 0px;
	height: 100vh;
  }



#loginForm {
	height: 470px;
}

#regostrationForm {
	height: 900px;
}



  #register-holder{
	width: 100%;
    margin: auto;
    padding-top: 0px;
  }







  #register-holder h1{



  	text-align: left;



  }











form#registerForm{



	color: #343434;



	    margin-top: -80px;



}







form#registerForm input{



	border-bottom:1px solid #343434;



	color: black;



	margin-top: 30px;



}







form#registerForm select{



	border-bottom:1px solid #343434;



	color: black;

}







form#registerForm select:nth-child(5){



	margin-bottom: 0px;



}















#popup-register .forgot-password{



	color:#868686;



	font-size: 14px;



}











form#registerForm input:first-child {



    margin-top: 55px;



}





















/*---------input color style-------*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */



    color: #999b9d;



}



:-moz-placeholder { /* Mozilla Firefox 4 to 18 */



   color: #999b9d;



   opacity:  1;



}



::-moz-placeholder { /* Mozilla Firefox 19+ */



   color: #999b9d;



   opacity:  1;



}



:-ms-input-placeholder { /* Internet Explorer 10-11 */



   color: #999b9d;



}




/*---------scroll-arrow-------*/
.btnscroll {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	top: -140px;
	display:none;
}

#scrollarrow {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
	color: #1187F4;
	background: white;
	box-shadow: 0px 0px 17px 0px #3e3e3e;
}

#scrollarrow i.fa.fa-angle-down {
	font-weight: 200;
    line-height: 1.7;
    font-size: 37px;
}

.section_anchor{
	position: absolute;
    top: 600px;
}



/*---------WPML-------*/

.widget {
    margin: 0 0 0em;
}



.wpml-ls-legacy-dropdown{
	width: auto;
}



.wpml-ls-legacy-dropdown a{
	border: 0px solid #cdcdcd;
    background-color: #f4f6f6;
	padding: 5px 8px;
}



.wpml-ls-legacy-dropdown-click{
	width:100% !important;
}





#mobile-menu{
	display: none;
}



ul#mobile-menu {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 18px !important;
}



ul#mobile-menu li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 8px;
}



ul#mobile-menu li a {
    color: #b6b6b6;
    text-decoration: none;
    text-transform: capitalize;
}



ul#mobile-menu li:hover a {
    color: #fff;
}


.follow-mobile{display: none; border-bottom: 1px solid #b6b6b6; padding-top: 10px; padding-bottom: 10px;}
.menu-mobile-container{
	border-bottom: 0px solid #b6b6b6;
}



.follow-mobile .icon{margin-left: 8px; margin-right: 8px;}
.wpml-ls-legacy-dropdown .wpml-ls-flag{width:25px !important; height: auto !important; padding-top: 3px; padding-bottom: 5px;}
ul#footer-menu li:hover a{
	color:white;
}


.wpml-ls-legacy-dropdown a{background: transparent}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{background: #fff}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{font-size: 15px; text-transform: capitalize}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{color:#5a5a5a}



#parallaxSection{
	background: url(img/parallax.jpg);
	background-position: center;
	margin-top: 30px;
	padding-top: 50px;
}







.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{

	content: '';

    border: 0em solid transparent !important;

    border-top: 0em solid !important;

	background:url(img/lang-arrow.png);

	width: 14px;

    height: 10px;

    background-repeat: no-repeat;

    margin-top: -1px;

}





.expanded{

	 -moz-transition: all 1s ease;

    -webkit-transition: all 1s ease;

    -o-transition: all 1s ease;

    transition: all 1s ease;

	height: auto;

}



.expanded{

	 -moz-transition: all 1s ease;

    -webkit-transition: all 1s ease;

    -o-transition: all 1s ease;

    transition: all 1s ease;

	height: auto;

}





.arrow-mobile{display:none}



.arrow{

	position: absolute;

    top: 19px;

    right: -47px;

}  







.contact-mobile{

	display:none;

}



.contact-title-mobile {

	color: #fff;

	font-weight: 400;

	margin-bottom: -40px;

	margin-top: -24px;

	text-align: center;

	display:none;

}





.closeBtn-mobile{

	background: url(img/close.png);

	width: 36px;

	height: 36px;

	border: 0px;

	position: absolute;

    top: 17px;

    right: 33px;

	display: none;

}





div[class^="menu-mobile-header"]{

	display: none;

	

}





.header-logo-toggle{

	position:fixed; 

	z-index: 1000;

	 -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

}





.header-logo-toggle-active{

	opacity:1;

	 -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

}



.header-logo-toggle-inactive{

	opacity:0;

	 -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

}



.header-logo-toggle {

    width: 123px;

    margin-top: 21px;

    left: 20px;

}





.mobile-only{display:none}





.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{

	box-shadow:1px 1px 1px #868686;

}



.wpml-ls-legacy-dropdown .wpml-ls-item a:hover{

	background-color:#f4f6f6 !important;

}



aside#secondary{

	margin-top:-4px;

}










.wpml-ls-legacy-dropdown .wpml-ls-item {

    width: 155px;

}















#nav-icon1{

  width: 39px;

  height: 26px;

  position: relative;

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

  -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

  cursor: pointer;

	

	position: fixed;

    z-index: 3000;

    right: 30px;

}





#nav-icon1 span {

  display: block;

  position: absolute;

  height: 4px;

  width: 100%;

  background: #2683c2;

  border-radius: 4px;

  opacity: 1;

  left: 0;

  -webkit-transform: rotate(0deg);

  -moz-transform: rotate(0deg);

  -o-transform: rotate(0deg);

  transform: rotate(0deg);

   -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

}



#nav-icon1 span:nth-child(1) {

  top: 0px;

}



#nav-icon1 span:nth-child(2) {

  top: 10px;

}



#nav-icon1 span:nth-child(3) {

  top: 20px;

}



#nav-icon1.open span:nth-child(1) {

background: #fff;

  top: 18px;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -o-transform: rotate(135deg);

  transform: rotate(135deg);

}



#nav-icon1.open span:nth-child(2) {

  opacity: 0;

  left: -60px;

}



#nav-icon1.open span:nth-child(3) {

	background: #fff;

  top: 18px;

  -webkit-transform: rotate(-135deg);

  -moz-transform: rotate(-135deg);

  -o-transform: rotate(-135deg);

  transform: rotate(-135deg);

}



ul#mobile-header li:last-child{

	cursor: pointer;

}





.wpml-ls-sub-menu{height: 0px;overflow: hidden;}



.wpml-ls-legacy-dropdown:hover  .wpml-ls-sub-menu{

	height:504px;

	

	 -webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;

} 

	





.language-mobile{height: 0px;overflow: hidden;

	-webkit-transition: .5s ease-in-out;

  -moz-transition: .5s ease-in-out;

  -o-transition: .5s ease-in-out;

  transition: .5s ease-in-out;}



.language-mobile .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{

	visibility: visible;

}



.language-mobile .wpml-ls-sub-menu{height: auto;}



.closeBtnMobile{display:none}





.arabic{

	left: -47px;

	right: inherit;

    -webkit-transform: rotate(180deg);

	-moz-transform: rotate(180deg);

	-o-transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	transform: rotate(180deg);

}





.flip {

    -moz-transform: scaleX(-1);

    -o-transform: scaleX(-1);

    -webkit-transform: scaleX(-1);

    transform: scaleX(-1);

    filter: FlipH;

    -ms-filter: "FlipH";

}





iframe{
	height: auto;
	width: 100%;
}

.manu-back{

	background:rgb(38, 131, 194) !important;

}



.wpml-ls-legacy-dropdown>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

ul.wpml-ls-sub-menu {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: 25px !important;
    height: auto !important;
    padding-top: 3px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-right: 4px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    z-index: 10000;
    margin-top: 0px !important;
}


li.wpml-ls-slot-sidebar-1{
     margin-top: 3px !important;
}

.wpml-ls-sub-menu li.wpml-ls-slot-sidebar-1{
     margin-top: 3px !important;
}



#finalForm input[type="text"]{padding-top:40px;}
#finalForm textarea{padding-top:40px;}


#parallaxSection h2{
	color:white;

}

.parallax-description{
	color:white
}


ul.marketing-tools{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 30px;
}

ul.marketing-tools li{
	font-size: 28px;
    font-weight: bold;
    padding-left: 43px;
    background-size: auto 22px;
    background-position: left 12px;
    min-height: 35px;
}

ul.marketing-tools li span{
	color:#2882c0;
	font-size: 30px;
	margin-right: 10px;
}


ul.marketing-tools li.list1{
	background-image:url('img/sign1.png');
	background-repeat: no-repeat;
	
}

ul.marketing-tools li.list2{
	background-image:url('img/sign2.png');
	background-repeat: no-repeat;

}

ul.marketing-tools li.list3{
	background-image:url('img/sign3.png');
	background-repeat: no-repeat;
}

ul.marketing-tools li.list4{
	background-image:url('img/sign4.png');
	background-repeat: no-repeat;
}


ul#footer-menu{
	width: 818px;
    margin: auto;
    padding-top: 20px;
    margin-bottom: -25px;
}




#footer-menu li:nth-child(6){
	border-right: 1px solid #b6b6b6;
}


.menu-footer-menu-french-container ul#footer-menu{
	width: 1224px;
}

.menu-footer-menu-italian-container ul#footer-menu{
	width: 1224px;
}

.menu-footer-menu-japanese-container ul#footer-menu{
	width: 992px;
}

.menu-footer-menu-russian-container ul#footer-menu{
	width: 992px;
}

.menu-footer-menu-swedish-container  ul#footer-menu{
	width: 892px;
}


.menu-footer-menu-portuguese-portugal-container  ul#footer-menu{
	width: 1224px;
}


.menu-footer-menu-spanish-container  ul#footer-menu{
	width: 1224px;
}


.menu-footer-menu-hungarian-container  ul#footer-menu{
	width: 950px;
}


.menu-footer-menu-polish-container ul#footer-menu{
	width: 1224px;
}

.menu-footer-menu-arabic-container  ul#footer-menu{
	width: 640px;
}


.menu-footer-menu-finnish-container  ul#footer-menu{
	width: 950px;
}

.home-image{
	height: 763px;
	background-size: cover;
}






@media screen and (max-width: 1200px) {
	ul.marketing-tools li {font-size: 24px;	padding-left: 40px;	background-size: auto 20px; background-position: left 7px;}
}




@media screen and (max-width: 1024px) and (orientation: portrait) {
	.main-navigation a {
		font-size: 20px !important;
	}
}



@media screen and (max-width: 768px) {
	ul.marketing-tools li {font-size: 20px;}
	ul.marketing-tools li span {font-size: 17px; color:#000;}
}






/*------------videoSection-------------*/
#videoSection{
	padding-top:63px;
	padding-bottom: 63px;
	text-align: center
}
.video-title{
	color:white;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	width: 100%;
    margin: auto;
}

.video-subtitle{
	color:white;
	font-size: 24px;
	text-align: center;
    padding-bottom: 20px;
}

.events{
    border-bottom: 1px solid #fff;
    padding-bottom: 19px;
}

input.paralaxBtn{
	background:transparent;
	border:1px solid white;
	margin-bottom: 80px;
    margin-top: 50px;
}
.paralaxBtn:hover{
	background:#116fc5;
	border:1px solid #116fc5;
	
}

.onlymobile{
	display: none;
}

.onlydesktop{
	display: block;
}
#parallaxSection a:hover{
	text-decoration: none;
}


.footer-sticked-title{
	font-size:12px;
	color:#fff;
	padding-left: 4px;
}

.footer-sticked-description{
	font-size:14px;
	color:#fff
}


#sticked-footer-holder {
	background: url(/wp-content/themes/avapartner/img/footer_mob_2019_v3.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	padding-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

#sticked-footer-holder .text-left{
	float: right;
    margin: 0;
    padding: 0;
    max-width: 350px;
    margin-top: 65px;
}

.footer-logos {
	padding-top: 27px;
}



.easier-image{
	margin-bottom: 22px;
	margin-top: 20px;
}



@media (min-width: 411px) {
	.footer-sticked-title {
		font-size: 13px;
		color: #fff;
		padding-left: 4px;
	}
}



@media (min-width: 600px) {
	.footer-sticked-title {
		font-size: 20px;
		color: #fff;
		padding-left: 22px;
	}

}


@media (min-width: 640px) {
	.footer-logos-mobile{display:none}
	.footer-logos{display:block}
.footer-sticked-title{
	font-size:16px;
	color:#fff;
	padding-left: 0px;
}


.footer-logos {
	padding-top: 0px;
	padding-bottom: 43px;
}

}




/*-- Easiar Job Section-- */

#easierSection{
	padding-top: 30px;
	padding-bottom: 0px;
	background: url(/wp-content/themes/avapartner/img/mob.png) no-repeat;
	background-size: cover;
	position: relative;
}


.easier-title {
	color:#0A3959;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	padding-bottom: 20px;
}

.easier-title span{
	font-weight: 400;
}



.easier-subtitle {
	color: #1187F4;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 97%;
    margin: auto;
}



.easierBlockDescription{
	color:#0A3959;
	font-size: 17px;
	text-align: center;
	border-bottom: 1px solid #1187F4;
    padding-bottom: 36px;
}









.slick-dots li button:before {
    font-size: 16px;
    color: #777777;
}

.slick-dots li button {
	border-radius: 50%;
	width: 16px;
    height: 16px;
}


input.carouselSignUp {
    width: 250px;
    height: 50px;
    color: white;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background: #1187F4;
    border: 1px solid #1187F4;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 48px;
    padding-top: 0px;
}

.slick-dots {
	bottom: -44px;
}


.slick-dotted.slick-slider {
    margin-bottom: 60px;
}



@media (min-width: 640px) {
	.easier-subtitle {
		width: 406px;
	}
	#sticked-footer-holder {
		background: url(/wp-content/themes/avapartner/img/footer_2019.png) no-repeat;
		background-size: 140% auto;
		background-position: center;
		padding-bottom: 37px;
	}
	#sticked-footer-holder .text-left {
		max-width: 210px;
		margin-top: 58px;
	}
}



@media (min-width: 768px) {
	.footer-sticked-title {
		font-size: 12px;
		color: #fff;
		padding-left: 0px;
	}
	.footer-sticked-description {
		font-size: 12px;
	}
	#sticked-footer-holder .text-left {
		max-width: 350px;
	}

	.title {
		font-size: 46px;
	}

	.subtitle {
		font-size: 22px;
		width: 73%;
	}

	.title-description {
		width: 69%;
	}


	.easier-title {
		font-size: 34px;
		width: 478px;
		margin: auto;
	}

	.easier-subtitle{
		font-size: 20px;
		width: 458px;
	}


	.easierBlockDescription{
		font-size: 24px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 90px;
	}

	.section-description {
		font-size: 18px;
		width: 400px;
		margin: auto;
		margin-top: 20px;
	}
	.section-subtitle {
		font-size: 38px;
	}

	.video-title {
		font-size: 34px;
		width: 581px;
	}

	h2{
		font-size: 34px;
	}

}






@media (min-width: 800px) {
.footer-sticked-title {
	font-size: 9px;
	color: #fff;
	padding-left: 0px;
}
}


@media (min-width: 1024px) {
.footer-sticked-title {
	font-size: 13px;
	color: #fff;
}

#sticked-footer-holder {
	background: url(/wp-content/themes/avapartner/img/footer_2019.png) no-repeat;
	background-size: 120% auto;
	background-position: center;
}
#sticked-footer-holder .text-left {
		max-width: 350px;
		margin-top: 63px;
}

.easier-title {
	font-size: 40px;
}

.easier-title span{
	font-weight: bold;
}



.easier-subtitle {
    font-size: 24px;
    width: 83%;
}

.easierBlockDescription{
	font-size: 17px;
	margin-top: 147px;
	
}

.easier-image{
	max-width: 100%;
	margin-top: 83px;
}

.row-slider{
	width: 1200px;
}


.slick-dotted.slick-slider {
    margin-bottom: 7px;
}

#easierSection{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(/wp-content/themes/avapartner/img/pc.png) no-repeat;
	background-size: cover;
}

.easier-title {
	font-size: 44px;
	width: 70%;
}

.section-subtitle {
    font-size: 28px;
}

.section-description {
	width: 100%;
	font-size: 15px;
}

.video-title {
    width:580px;
}

.slick-dots {
    bottom: 34px;
    width: 44%;
}

input.carouselSignUp{
	margin-left: 82px;
}

}

@media (min-width: 1200px) {
	

	
	.footer-sticked-title {
		font-size: 16px;
		color: #fff;
	}
	#sticked-footer-holder {
		background: url(/wp-content/themes/avapartner/img/footer_2019.png) no-repeat;
		background-size: 100% auto;
		background-position: center;
	}

	input.carouselSignUp{
		margin-left: 23px;
	}
	

	.easierBlockDescription {
		font-size: 23px;
	}

	.subtitle {
		width: 49%;
	}

}




@media (min-width: 1366px) {

#sticked-footer-holder {
	background: url(/wp-content/themes/avapartner/img/footer_2019.png) no-repeat;
	background-size: 100% auto;
	padding-bottom: 51px;
	background-position: center;
	margin-top: 20px;
}
#sticked-footer-holder .text-left {
    max-width: 350px;
	margin-top: 83px;
}
.btnscroll {
    display:block;
}
.footer-sticked-description {
	font-size: 14px;
}
.easier-title {
	font-size: 44px;
	width: 100%;
}

.section-subtitle {
    font-size: 28px;
}

.section-description {
	width: 100%;
	font-size: 15px;
}

.video-title {
    width:580px;
}

.easierBlockDescription{
	font-size: 26px;
	margin-top: 176px;
	width:431px;
	
}

.slick-dots {
    bottom: 133px;
    width: 36%;
    margin-left: 15px;
}


.title-description {
    width: 52%;
}
.subtitle {
    width: 54%;
}

.title {
	font-size: 53px;
	max-width: 600px;
    line-height: normal;
}

.slick-dotted.slick-slider {
    margin-bottom: -95px;
}

.inner-title{
	max-width: 100%;
}

.marketing-description {
    width: 100%;
    font-size: 15px;
}

.easier-image{
	max-width: 680px;
}


}



.video-play{
	background:rgba(52,52,52,0.9);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 1000;
}
.v-player{
	width:766px;
	height:434px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

iframe#video-iframe{
	width:766px;
	height:434px;
}

iframe#ifrm{
	height: 100vh;
}


.stop-scrolling {
	height: 100%;
	overflow: hidden;
  }

/******************************
 Cookie Consent  - sticky cookie
******************************/

.cc-color-override-688238583{
	flex-direction:row!important;
	display: flex!important;
    justify-content: center!important;
}

.cc-color-override-688238583 .cc-message{
	margin: 0!important;
    align-self: center!important;
}

.cc-color-override-688238583 .cc-compliance{
	flex: none!important;
    margin: 0 10px!important;
    align-self: center!important;
}

.cc-color-override-688238583 .cc-btn.cc-dismiss{
    padding: 5px 50px!important;
}

@media (max-width: 400px){
	.cc-color-override-688238583 .cc-btn.cc-dismiss{
		padding: 5px 15px!important;
	}
}
