/*CONTACT FORM */

.tnp-subscription div.tnp-field.tnp-field-email{

    margin-bottom: 10px;

    border: 0;

    padding: 0;

    width: 100% !important;

}


input.wpcf7-form-control.wpcf7-submit {

	background-color: #214821; !important;

	opacity: 1 !important;

	display: inline-block;

    padding: 1em 2.6em 1em 2.6em;

	border-radius: 99px;

    margin: 0;

	margin-top: 20px;

    text-decoration: none;

    color: #ffffff;

    font-family: 'Raleway';
	
	font-weight: 700;

	text-transform: none;

    font-size: 14px;

    cursor: pointer;

    text-align: center;

    -webkit-appearance: none;

    -moz-appearance: none;
	
	float: left;

}



input.wpcf7-form-control.wpcf7-submit:hover {

	background-color: #f9ee77 !important;

    color: #1b1b1b;
	box-shadow: 0 0 0px rgba(0,0,0,0.0) !important;

}



form.wpcf7-form.init{

	max-width: 380px;

	margin: 0 auto;

	display: block;

}



.wpcf7-form label {

	color: #1b1b1b;

	text-align: left;

	font-size: 14px !important;

	text-align: left;

	display: block;
	
	margin-bottom: 15px;

  font-family: 'Raleway';

}



.wpcf7-list-item-label input {

	color: #1b1b1b;
  font-family: 'Raleway';

}



textarea.wpcf7-form-control.wpcf7-textarea {

	height: 200px;
	resize: none;

	border-radius: 3px;
	
	padding-left: 5px;
	padding-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1b1b1b;
	font-family: 'Raleway';

}



input.wpcf7-form-control.wpcf7-text {

	height: 25px;
	border-radius: 3px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0a3e5f;
	font-family: 'Raleway';

}

.tnp-subscription {

    font-size: 13px;

    display: block;

    margin: 15px;

    max-width: 500px;

    width: 100%;

}



.tnp-subscription input.tnp-submit.notactive {

    color: #595959 !important;

	border: 1px solid #595959 !important;

	cursor: not-allowed;

}



.tnp-subscription input.tnp-submit {

    /*text-transform: uppercase;*/

	cursor: pointer;

	border-radius: 3px;

}





.tnp-field .tnp-field-email {

	float: left;

}



.tnp-subscription div.tnp-field {

	float: left;

}



.tnp-field-button {

	width: 100%;

	background-color: #00000;

	color: #ffffff;

}



.tnp-subscription input[type="email"] {

	border: 1px solid #525d69 !important;

	height: 40px !important;

	border-radius: 5px !important;

	color: #191919ff !important;

	padding-right: 0px !important;

	background-color: #ffffff !important;

	padding-top: 0px !important;

	padding-bottom: 0px !important;

	padding-left: 5px !important;

	font-size: 13px !important;

}



.tnp-subscription input.tnp-submit {

    background-color: #000000 !important;

    color: #ffffff !important;

    width: auto;

    height: auto;

	border: 1px solid #191919ff !important;

	margin-left: 8px !important;

	padding: 10px 20px !important;

	text-decoration: none !important;

	font-weight: 300;

	font-family: "Quicksand";

	letter-spacing: 1px;

	width: 120px !important;

	margin: 0 auto !important;

	-webkit-appearance: none;

}



.tnp-subscription input.tnp-submit:hover {

    background-color: #fede00 !important;

    color: #000000 !important;

	border: 1px solid #fede00 !important;

}



.tnp-subscription label {

    padding-left: 0px !important;

    padding-right: 15px !important;

	color: #191919ff !important;

	font-weight: 500 !important;

	font-size: 13px !important;

	display: table !important;

}



.tnp-subscription input[type="checkbox"] {

    width: auto;

    display: inline;

	margin-left: 0px;

	margin-right: 5px;

}



.tnp-subscription div.tnp-field {

    margin-bottom: 5px !important;

	clear:both;

}


/* Basic information */ 

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {

}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}


li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Emotion Design General style */

html, body {
	background-color: #ffffff;
	position: relative;
	font-size: 13px;
	line-height: 1.45;
	color: #404B57;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;	
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
	min-height: 100%;
}

body {
	 -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	
}

.body_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
	margin-top: 70px;
}

.hide {
	display: none !important;
}



/* Menu */

.menu_area {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    /*background-image: url("../img/white90.png");*/
	background-color: #ffffff;
    background-repeat: repeat;
    opacity: 0.9;
}

.menu_wrapper {
	float: left;
	width: 100%;
	height: 70px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	opacity: 1.0;
	background-color: #e3aa59;
}

.menubar {
    float: left;
    width: 100%;
    height: auto;
}

.company_logo_area {
    float: left;
    position: fixed;
    overflow: hidden;
    margin-left: 5%;
    margin-bottom: 0px;
    margin-top: 8px;
}

.company_menu_logo {
    float: left;
    height: 100px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.company_menu_logo img {
    width: auto;
    height: 50px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.menu_item_area {
    float: right;
    position: relative;
    overflow: hidden;
    margin-right: 5%;
    color: white;
    display: block;
}

.menu_list_bar {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-top: 17px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.menu_item {
    float: left;
    position: relative;
    padding: 10px;
    margin-top: 0px;
	line-height: 15px;
}

.menu_item a, .menu_item_mobile a {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    font-family: "Raleway", serif;
    text-transform: uppercase;
}

.menu_item a:hover, .menu_item_mobile a:hover {
    color: #214821;
    font-weight: 600;
	font-size: 13px;

}

.menu_language_flags {
    float: left;
    margin-top: 22px;
    margin-left: 30px;
}

.menu_language_flag {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.current_language {
    color: 
    #b53034;
}

.menu-btn {
    display: none;
    margin-top: 19px;
    font-size: 20px;
    color: #000000;
	background-color: transparent;
    border: 0;
    font-size: 35px;
}

.menu_language_divider {
    float: left;
    color: #525d69;
    margin-left: 5px;
    margin-right: 5px;
}

.menu_social_medias {
    float: left;
    margin-top: 0px;
    margin-left: 30px;
	margin-top: 23px;
}

.menu_social_logo {
    float: left;
    margin-right: 10px;
}

.menu_social_logo img {
    height: 20px;
    width: auto;
}

.menu_social_logo a {
	font-size: 0px;
	display: block;	
	line-height: 0px;
}

/* Menu ends */

/* Pushy menu */

.pushy {
    background: #e3aa59 !important;
}

.pushy-link:hover {
	background: #f9ee77 !important;
}

.pushy-link  .current_language:hover {
	background: #31383f !important;
}

.pushy ul {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

.pushy ul.resp_nav_languages {
    padding-top: 10px;
    border-top: 1px solid #b53034;
}

.pushy .current_language {
    display: block;
	color: #b53034;
	padding: 15px 30px;
	text-decoration: none;
}

.pushy a {
  color: #214821 !important;
  font-weight: 600;
}

.pushy a:hover {
  color: #214821 !important;
  font-weight: 600;
}

/* Pushy menu ends */


/* Generic pages */

.front_page_area, .general_page_area {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0px;
    z-index: 1;
	min-height: calc(100vh - 119px);
}

.front_page_wrapper, .general_page_wrapper_area {
    float: left;
    width: 100%;
    position: relative;
}

.general_banner_scroll_image {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.single_post_main_image_caption_area {
    float: left;
    width: 100%;
    display: block;
}

.single_post_main_image_caption {
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
    font-weight: 600;
    color: 
    #1F1F1F;
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 1000px;
    float: none;
}

.general_post_time_and_cat_area {
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    display: table;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.general_topic_area {
    float: left;
    width: 100%;
    display: block;
}

.general_topic_area_wrapper {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.general_topic {
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 600;
    font-size: 75px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 2px;
    color: #27245d;
    margin-bottom: 10px;
    line-height: 90px;
    margin-top: 5px;
}

.general_ingres_area {
    float: left;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.general_ingres {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    color: #1F1F1F;
    font-size: 27px;
    line-height: 41px;
    padding-right: 20px;
    padding-left: 20px;
}

.general_post_time_and_cat_area a {
    color: #27245d;
    font-size: 17px;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: 2px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 800;
}

.general_page_wrapper {
	margin: 0 auto;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
	margin-top: 50px;
	overflow: hidden;
    max-width: 790px;
    margin-top: 15px;
}

.general_page_content {
    float: left;
    width: 100%;
}

.general_post_content {
    margin-top: 40px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.general_post_content p {
    font-weight: 300;
    color: 
    #404040;
    font-size: 23px;
    line-height: 37px;
    margin-top: 0px;
    margin-bottom: 40px;
}


.general_post_content h2 {
	font-weight: 300;
	font-size: 35px;
	line-height: 40px;
	color: #27245d;
	margin-bottom: 30px;
}

.general_post_content h3 {
	font-weight: 300;
	font-size: 25px;
	line-height: 35px;
	color: #27245d;
	margin-bottom: 30px;
}

.general_post_content.gallery h2{
	text-align: center;
}

.general_post_content ul {
	padding-left: 20px;
}

.general_post_content li {
	list-style: disc;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}


.wp-block-quote {
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 300;
    font-size: 45px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 2px;
    color: 
    #05101C;
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: 0px;
}

.general_news_content blockquote p {
    font-size: 35px;
    line-height: 48px;
    color: 
    #353535;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 0px;
}

.general_news_content blockquote cite {
    font-size: 14px;
    line-height: 16px;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 300;
}


.wp-block-separator {
	color: #27245d;
	margin: 0 auto;
	width: 100px;
	margin-top: 40px;
	margin-bottom: 60px;
	
}


.modula.modula-gallery {
	margin: 0 auto !important;
}

.footer {
	width: 100%;
	float: left;
	position: relative;
	background-color: #31383f;
}

.footer_wrapper {
	margin: 0 auto;
	max-width: 1600px;
	margin-top: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

.copyright_area_wrapper {
	margin: 0 auto;
	margin-top: 0px;
	max-width: 1550px;
	margin-top: 29px;
	padding-bottom: 40px;
}
.copyright_area {
	float: left;
	width: 100%;
	padding-top: 0px;
	background-color: #214821;
}

.footer_copyright {
  float: left;
  color: #ffffff;
}

.footer_emotiondesign a {
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
  float:left;
}

.footer_emotiondesign {
  float: right;
  margin-right: 42px;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 13px;
	
}

.footer_emotiondesign_logo {
	float: left;
	margin-left: 20px;
	
}

.footer_copyright_text {
  padding-right: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  padding-left: 20px;
}



@media only screen and (max-width : 1024px) {
	
}



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

  .footer_emotiondesign {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
  }
	
	.body_wrapper {
		margin-top: 50px;
	}

	.menu_list_bar {
		display: none;
	}
	
	.menu_language_flags {
		display: none;
		margin-top: 20px;
	}
	
	.menu-btn {
		display: block;
		margin-top: 2px;
	}
	
	.company_logo_area {
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: 5px;
	}
	
	.company_menu_logo {
		height: 60px;
	}
	
	.company_menu_logo img {
		height: 60px;
	}
	
	.menu_social_medias {
		margin-top: 7px;
		margin-left: 0px;
	}
	
	.menu_wrapper {
	  height: 50px;
	}
		
	.menu_social_logo img {
		padding: 10px;
	}
	
	.general_topic {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.general_ingres {
		font-size: 16px;
		line-height: 23px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.general_post_content h2 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	.general_post_content p {
		font-size: 18px;
		line-height: 23px;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	
}




